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-parsing.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-parsing.c')
-rw-r--r--test-parsing.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-parsing.c b/test-parsing.c
index 4b9a931..154b11a 100644
--- a/test-parsing.c
+++ b/test-parsing.c
@@ -1,3 +1,10 @@
+/*
+ * Example trivial client program that uses the sparse library
+ * to tokenize, pre-process and parse a C file, and prints out
+ * the results.
+ *
+ * Copyright (C) 2003 Linus Torvalds, all rights reserved.
+ */
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>