aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--obfuscate.c4
-rw-r--r--test-lexing.c4
-rw-r--r--test-parsing.c4
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>