aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/token.h
diff options
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 7e7d9de9..a5f24e0a 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>