aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-04-15 20:32:49 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:00:33 -0700
commit7d788108c4b9293a577567b02330d18cb83c21d6 (patch)
tree0b5a097c2e436d18d1cdc6eae6a71a65bf459797 /obfuscate.c
parentStart updating the copyright license comments to the OSL, (diff)
downloadsparse-7d788108c4b9293a577567b02330d18cb83c21d6.tar.gz
sparse-7d788108c4b9293a577567b02330d18cb83c21d6.tar.bz2
sparse-7d788108c4b9293a577567b02330d18cb83c21d6.zip
Make the example clients be under the OSL v1.1 too.
Diffstat (limited to 'obfuscate.c')
-rw-r--r--obfuscate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/obfuscate.c b/obfuscate.c
index 7201fac..203fcb4 100644
--- a/obfuscate.c
+++ b/obfuscate.c
@@ -3,7 +3,9 @@
* to tokenize, pre-process and parse a C file, and prints out
* the results.
*
- * Copyright (C) 2003 Transmeta Corp, all rights reserved.
+ * Copyright (C) 2003 Transmeta Corp.
+ *
+ * Licensed under the Open Software License version 1.1
*/
#include <stdarg.h>
#include <stdlib.h>