summaryrefslogtreecommitdiff
path: root/zwgc/parser.y
diff options
context:
space:
mode:
authorGravatar Marc Horowitz <marc@mit.edu>1989-11-01 20:54:08 +0000
committerGravatar Marc Horowitz <marc@mit.edu>1989-11-01 20:54:08 +0000
commit422a7fb9226269d386949a8c490c9e0f7e34f263 (patch)
tree7fab58a2a5000df9ae6b7d40ac6ae3437fc18cf9 /zwgc/parser.y
parentd13d8a046838ce3d0e2643bb5b49f2ff77d679ca (diff)
Copyright and RCS headers added.
Diffstat (limited to 'zwgc/parser.y')
-rw-r--r--zwgc/parser.y20
1 files changed, 20 insertions, 0 deletions
diff --git a/zwgc/parser.y b/zwgc/parser.y
index 204b280..91334b3 100644
--- a/zwgc/parser.y
+++ b/zwgc/parser.y
@@ -1,4 +1,24 @@
%{
+/* This file is part of the Project Athena Zephyr Notification System.
+ * It is one of the source files comprising zwgc, the Zephyr WindowGram
+ * client.
+ *
+ * Created by: Marc Horowitz <marc@athena.mit.edu>
+ *
+ * $Source$
+ * $Author$
+ *
+ * Copyright (c) 1989 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, see the file
+ * "mit-copyright.h".
+ */
+
+#if (!defined(lint) && !defined(SABER))
+static char rcsid_parser_y[] = "$Header$";
+#endif
+
+#include <zephyr/mit-copyright.h>
+
/* Saber-C suppressions because yacc loses */
/*SUPPRESS 288*/