aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-lexing.c
diff options
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 cb076e86..1cd82c9f 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>