summaryrefslogtreecommitdiff
path: root/zwgc/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/node.c')
-rw-r--r--zwgc/node.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/zwgc/node.c b/zwgc/node.c
index 6d186a6..b13402b 100644
--- a/zwgc/node.c
+++ b/zwgc/node.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_node_c[] = "$Header$";
+#endif
+
+#include <zephyr/mit-copyright.h>
+
#include <stdio.h>
#include "new_memory.h"
#include "node.h"