summaryrefslogtreecommitdiff
path: root/zwgc/X_gram.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/X_gram.c')
-rw-r--r--zwgc/X_gram.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/zwgc/X_gram.c b/zwgc/X_gram.c
index c2d4f9f..90f85ac 100644
--- a/zwgc/X_gram.c
+++ b/zwgc/X_gram.c
@@ -1,3 +1,23 @@
+/* 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_X_gram_c[] = "$Header$";
+#endif
+
+#include <zephyr/mit-copyright.h>
+
#include "X_gram.h"
#include "xmark.h"
#include <X11/Xutil.h>