diff options
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> |