summaryrefslogtreecommitdiff
path: root/zwgc/browser.h
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/browser.h
parentd13d8a046838ce3d0e2643bb5b49f2ff77d679ca (diff)
Copyright and RCS headers added.
Diffstat (limited to 'zwgc/browser.h')
-rw-r--r--zwgc/browser.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/zwgc/browser.h b/zwgc/browser.h
index a4268d8..da67f47 100644
--- a/zwgc/browser.h
+++ b/zwgc/browser.h
@@ -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_h[] = "$Header$";
+#endif
+
+#include <zephyr/mit-copyright.h>
+
#define BROWSER_NEW_REQ 1
#define BROWSER_NEW_REQ_RESP 2
#define BROWSER_ZPACKET 3