aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@penguin.transmeta.com>2003-04-01 16:06:25 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:00:01 -0700
commit919f829252faa5a18114de89ab686132d15c1b8b (patch)
tree907a6b04bfd9dac0dc77de39d176e346c9d74074 /test-lexing.c
parentPut a note in the README about the lazy type evaluation. (diff)
downloadsparse-919f829252faa5a18114de89ab686132d15c1b8b.tar.gz
sparse-919f829252faa5a18114de89ab686132d15c1b8b.tar.bz2
sparse-919f829252faa5a18114de89ab686132d15c1b8b.zip
Change the copyright to Transmeta Corp, that's likely to be
the real one when it goes out the door.
Diffstat (limited to 'test-lexing.c')
-rw-r--r--test-lexing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-lexing.c b/test-lexing.c
index 9af877e..996dfcb 100644
--- a/test-lexing.c
+++ b/test-lexing.c
@@ -2,7 +2,7 @@
* Example test program that just uses the tokenization and
* preprocessing phases, and prints out the results.
*
- * Copyright (C) 2003 Linus Torvalds, all rights reserved.
+ * Copyright (C) 2003 Transmeta Corp, all rights reserved.
*/
#include <stdarg.h>
#include <stdlib.h>