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