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 /token.h
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 'token.h')
-rw-r--r--token.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/token.h b/token.h
index 7e7d9de..a5f24e0 100644
--- a/token.h
+++ b/token.h
@@ -1,5 +1,12 @@
#ifndef TOKEN_H
#define TOKEN_H
+/*
+ * Basic tokenization structures. NOTE! Those tokens had better
+ * be pretty small, since we're going to keep them all in memory
+ * indefinitely.
+ *
+ * Copyright (C) 2003 Linus Torvalds, all rights reserved.
+ */
#include <sys/types.h>