diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-15 20:32:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:00:33 -0700 |
| commit | 7d788108c4b9293a577567b02330d18cb83c21d6 (patch) | |
| tree | 0b5a097c2e436d18d1cdc6eae6a71a65bf459797 | |
| parent | 51df763104bf158ab9e0dfe24ccc2ba351f3613a (diff) | |
| download | sparse-dev-7d788108c4b9293a577567b02330d18cb83c21d6.tar.gz | |
Make the example clients be under the OSL v1.1 too.
| -rw-r--r-- | obfuscate.c | 4 | ||||
| -rw-r--r-- | test-lexing.c | 4 | ||||
| -rw-r--r-- | test-parsing.c | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/obfuscate.c b/obfuscate.c index 7201fac3..203fcb43 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> diff --git a/test-lexing.c b/test-lexing.c index fe2abfb2..3ad9aef6 100644 --- a/test-lexing.c +++ b/test-lexing.c @@ -2,7 +2,9 @@ * Example test program that just uses the tokenization and * preprocessing phases, 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> diff --git a/test-parsing.c b/test-parsing.c index 8002f89a..c9ee16d3 100644 --- a/test-parsing.c +++ b/test-parsing.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> |
