aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-03-21 10:58:28 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 20:59:34 -0700
commita8971acb6cbfa8cfa6f5105340fcdee13c649590 (patch)
tree3011554bbfa156146b6b86c91754a771c5e0c9ae /test-lexing.c
parentShow for/while/do statements in debugging. Make symbol type (diff)
downloadsparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.tar.gz
sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.tar.bz2
sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.zip
Add copyright statements and file comments. Add a FAQ, README, and
placeholder LICENSE file.
Diffstat (limited to 'test-lexing.c')
-rw-r--r--test-lexing.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-lexing.c b/test-lexing.c
index cb076e8..1cd82c9 100644
--- a/test-lexing.c
+++ b/test-lexing.c
@@ -1,3 +1,9 @@
+/*
+ * Example test program that just uses the tokenization and
+ * preprocessing phases, and prints out the results.
+ *
+ * Copyright (C) 2003 Linus Torvalds, all rights reserved.
+ */
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>