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 /test-lexing.c | |
parent | Start updating the copyright license comments to the OSL, (diff) | |
download | sparse-7d788108c4b9293a577567b02330d18cb83c21d6.tar.gz sparse-7d788108c4b9293a577567b02330d18cb83c21d6.tar.bz2 sparse-7d788108c4b9293a577567b02330d18cb83c21d6.zip |
Make the example clients be under the OSL v1.1 too.
Diffstat (limited to 'test-lexing.c')
-rw-r--r-- | test-lexing.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test-lexing.c b/test-lexing.c index fe2abfb..3ad9aef 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> |