summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1999-01-22 18:18:26 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1999-01-22 18:18:26 +0000
commit53e23ce3319763c69fd6174239f655d5210e8a58 (patch)
tree4042bf6f136a7d1e1eb1aa0c05b7c8f6c9514741 /zwgc
parent3a266a3545aaab889614191040540273d0916e26 (diff)
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/X_driver.c3
-rw-r--r--zwgc/X_driver.h4
-rw-r--r--zwgc/X_fonts.c3
-rw-r--r--zwgc/X_fonts.h4
-rw-r--r--zwgc/X_gram.c3
-rw-r--r--zwgc/X_gram.h4
-rw-r--r--zwgc/browser.c5
-rw-r--r--zwgc/browser.h4
-rw-r--r--zwgc/buffer.c3
-rw-r--r--zwgc/buffer.h4
-rw-r--r--zwgc/character_class.c3
-rw-r--r--zwgc/character_class.h4
-rw-r--r--zwgc/dictionary.c3
-rw-r--r--zwgc/dictionary.h4
-rw-r--r--zwgc/display.c5
-rw-r--r--zwgc/error.c3
-rw-r--r--zwgc/error.h4
-rw-r--r--zwgc/eval.c3
-rw-r--r--zwgc/eval.h4
-rw-r--r--zwgc/exec.c3
-rw-r--r--zwgc/exec.h4
-rw-r--r--zwgc/file.c3
-rw-r--r--zwgc/file.h4
-rw-r--r--zwgc/formatter.c3
-rw-r--r--zwgc/formatter.h4
-rw-r--r--zwgc/lexer.c3
-rw-r--r--zwgc/lexer.h4
-rw-r--r--zwgc/main.c3
-rw-r--r--zwgc/main.h4
-rw-r--r--zwgc/mux.c3
-rw-r--r--zwgc/mux.h4
-rw-r--r--zwgc/new_memory.c3
-rw-r--r--zwgc/new_memory.h4
-rw-r--r--zwgc/new_string.c3
-rw-r--r--zwgc/new_string.h4
-rw-r--r--zwgc/node.c3
-rw-r--r--zwgc/node.h4
-rw-r--r--zwgc/notice.c3
-rw-r--r--zwgc/notice.h4
-rw-r--r--zwgc/parser.h4
-rw-r--r--zwgc/parser.y3
-rw-r--r--zwgc/pointer.h4
-rw-r--r--zwgc/port.c3
-rw-r--r--zwgc/port.h4
-rw-r--r--zwgc/regexp.c3
-rw-r--r--zwgc/regexp.h4
-rw-r--r--zwgc/stack.h4
-rw-r--r--zwgc/standard_ports.c3
-rw-r--r--zwgc/string_dictionary_aux.c3
-rw-r--r--zwgc/string_dictionary_aux.h4
-rw-r--r--zwgc/subscriptions.c3
-rw-r--r--zwgc/subscriptions.h4
-rw-r--r--zwgc/substitute.c3
-rw-r--r--zwgc/substitute.h4
-rw-r--r--zwgc/text_operations.c3
-rw-r--r--zwgc/text_operations.h4
-rw-r--r--zwgc/tty_filter.c3
-rw-r--r--zwgc/unsigned_long.h1
-rw-r--r--zwgc/variables.c3
-rw-r--r--zwgc/variables.h4
-rw-r--r--zwgc/xcut.c3
-rw-r--r--zwgc/xerror.c3
-rw-r--r--zwgc/xerror.h3
-rw-r--r--zwgc/xmark.c3
-rw-r--r--zwgc/xmark.h4
-rw-r--r--zwgc/xrevstack.c3
-rw-r--r--zwgc/xrevstack.h3
-rw-r--r--zwgc/xselect.c3
-rw-r--r--zwgc/xselect.h4
-rw-r--r--zwgc/xshow.c3
-rw-r--r--zwgc/xshow.h4
-rw-r--r--zwgc/zephyr.c3
-rw-r--r--zwgc/zephyr.h4
-rw-r--r--zwgc/zwgc.12
-rw-r--r--zwgc/zwgc.desc2
-rw-r--r--zwgc/zwgc.el3
-rw-r--r--zwgc/zwgc.h4
-rw-r--r--zwgc/zwgc_resources2
78 files changed, 76 insertions, 191 deletions
diff --git a/zwgc/X_driver.c b/zwgc/X_driver.c
index 7284920..925a05b 100644
--- a/zwgc/X_driver.c
+++ b/zwgc/X_driver.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/X_driver.h b/zwgc/X_driver.h
index 9e04aa3..ec2492f 100644
--- a/zwgc/X_driver.h
+++ b/zwgc/X_driver.h
@@ -7,9 +7,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/X_fonts.c b/zwgc/X_fonts.c
index 51647d8..9358383 100644
--- a/zwgc/X_fonts.c
+++ b/zwgc/X_fonts.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/X_fonts.h b/zwgc/X_fonts.h
index 3b177cc..9a0a2f9 100644
--- a/zwgc/X_fonts.h
+++ b/zwgc/X_fonts.h
@@ -7,9 +7,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/X_gram.c b/zwgc/X_gram.c
index 8b8a5af..5743667 100644
--- a/zwgc/X_gram.c
+++ b/zwgc/X_gram.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index e6ac1e9..33623f1 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/browser.c b/zwgc/browser.c
index 4fb7dcc..7389a51 100644
--- a/zwgc/browser.c
+++ b/zwgc/browser.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
@@ -13,7 +12,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_browser_c[] = "$Header$";
+static char rcsid_browser_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/browser.h b/zwgc/browser.h
index 52385ec..7076915 100644
--- a/zwgc/browser.h
+++ b/zwgc/browser.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/buffer.c b/zwgc/buffer.c
index f6d5db3..4b46c22 100644
--- a/zwgc/buffer.c
+++ b/zwgc/buffer.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/buffer.h b/zwgc/buffer.h
index f07035d..8b9e5b2 100644
--- a/zwgc/buffer.h
+++ b/zwgc/buffer.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/character_class.c b/zwgc/character_class.c
index 3a99286..f14e600 100644
--- a/zwgc/character_class.c
+++ b/zwgc/character_class.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/character_class.h b/zwgc/character_class.h
index 7786995..1ead477 100644
--- a/zwgc/character_class.h
+++ b/zwgc/character_class.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/dictionary.c b/zwgc/dictionary.c
index 6474a82..c30d73f 100644
--- a/zwgc/dictionary.c
+++ b/zwgc/dictionary.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/dictionary.h b/zwgc/dictionary.h
index 3299825..b9d9312 100644
--- a/zwgc/dictionary.h
+++ b/zwgc/dictionary.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/display.c b/zwgc/display.c
index 0631326..ebbbec8 100644
--- a/zwgc/display.c
+++ b/zwgc/display.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
@@ -13,7 +12,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_display_c[] = "$Header$";
+static char rcsid_display_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/error.c b/zwgc/error.c
index 2ade086..b8e78de 100644
--- a/zwgc/error.c
+++ b/zwgc/error.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/error.h b/zwgc/error.h
index 54d9cc8..cf987b8 100644
--- a/zwgc/error.h
+++ b/zwgc/error.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/eval.c b/zwgc/eval.c
index ab59a61..0bf8d1c 100644
--- a/zwgc/eval.c
+++ b/zwgc/eval.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/eval.h b/zwgc/eval.h
index a8d845e..d664794 100644
--- a/zwgc/eval.h
+++ b/zwgc/eval.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/exec.c b/zwgc/exec.c
index 7fac477..ad40d5b 100644
--- a/zwgc/exec.c
+++ b/zwgc/exec.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/exec.h b/zwgc/exec.h
index e7f28f3..7eebc20 100644
--- a/zwgc/exec.h
+++ b/zwgc/exec.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/file.c b/zwgc/file.c
index 39067cf..1f3fc62 100644
--- a/zwgc/file.c
+++ b/zwgc/file.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/file.h b/zwgc/file.h
index 490742f..b0aff1f 100644
--- a/zwgc/file.h
+++ b/zwgc/file.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/formatter.c b/zwgc/formatter.c
index c74bc7d..c900c9f 100644
--- a/zwgc/formatter.c
+++ b/zwgc/formatter.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/formatter.h b/zwgc/formatter.h
index 591e3d3..c627f5e 100644
--- a/zwgc/formatter.h
+++ b/zwgc/formatter.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/lexer.c b/zwgc/lexer.c
index 23276e9..16e04e6 100644
--- a/zwgc/lexer.c
+++ b/zwgc/lexer.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/lexer.h b/zwgc/lexer.h
index aeca4f0..fd76e8f 100644
--- a/zwgc/lexer.h
+++ b/zwgc/lexer.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/main.c b/zwgc/main.c
index e79c1b0..83413da 100644
--- a/zwgc/main.c
+++ b/zwgc/main.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/main.h b/zwgc/main.h
index 38ed1bd..7b6405d 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/mux.c b/zwgc/mux.c
index a18d15b..0e37ebc 100644
--- a/zwgc/mux.c
+++ b/zwgc/mux.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/mux.h b/zwgc/mux.h
index c552bd4..3654a3f 100644
--- a/zwgc/mux.h
+++ b/zwgc/mux.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/new_memory.c b/zwgc/new_memory.c
index 541712a..30adfd1 100644
--- a/zwgc/new_memory.c
+++ b/zwgc/new_memory.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/new_memory.h b/zwgc/new_memory.h
index 5c213b7..f10ac9c 100644
--- a/zwgc/new_memory.h
+++ b/zwgc/new_memory.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/new_string.c b/zwgc/new_string.c
index 6c3896b..98aa02b 100644
--- a/zwgc/new_string.c
+++ b/zwgc/new_string.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/new_string.h b/zwgc/new_string.h
index 3b5eae9..2ad7851 100644
--- a/zwgc/new_string.h
+++ b/zwgc/new_string.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/node.c b/zwgc/node.c
index b44aacf..f3603d3 100644
--- a/zwgc/node.c
+++ b/zwgc/node.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/node.h b/zwgc/node.h
index c98433d..4fdf678 100644
--- a/zwgc/node.h
+++ b/zwgc/node.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/notice.c b/zwgc/notice.c
index 60aec5c..e3d4cdb 100644
--- a/zwgc/notice.c
+++ b/zwgc/notice.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/notice.h b/zwgc/notice.h
index c248060..7a9faf5 100644
--- a/zwgc/notice.h
+++ b/zwgc/notice.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/parser.h b/zwgc/parser.h
index f3f35a1..8e0d5f6 100644
--- a/zwgc/parser.h
+++ b/zwgc/parser.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/parser.y b/zwgc/parser.y
index 22b8a47..ebafa88 100644
--- a/zwgc/parser.y
+++ b/zwgc/parser.y
@@ -5,8 +5,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/pointer.h b/zwgc/pointer.h
index 22af167..7d8332d 100644
--- a/zwgc/pointer.h
+++ b/zwgc/pointer.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/port.c b/zwgc/port.c
index 6ed3919..0244dac 100644
--- a/zwgc/port.c
+++ b/zwgc/port.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/port.h b/zwgc/port.h
index efb4308..0cf4591 100644
--- a/zwgc/port.h
+++ b/zwgc/port.h
@@ -7,9 +7,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/regexp.c b/zwgc/regexp.c
index 07fad58..d3a2cb5 100644
--- a/zwgc/regexp.c
+++ b/zwgc/regexp.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/regexp.h b/zwgc/regexp.h
index dcf1932..2429998 100644
--- a/zwgc/regexp.h
+++ b/zwgc/regexp.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/stack.h b/zwgc/stack.h
index d065967..ec722c8 100644
--- a/zwgc/stack.h
+++ b/zwgc/stack.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/standard_ports.c b/zwgc/standard_ports.c
index d0664dd..526e02c 100644
--- a/zwgc/standard_ports.c
+++ b/zwgc/standard_ports.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/string_dictionary_aux.c b/zwgc/string_dictionary_aux.c
index b257397..b2786ff 100644
--- a/zwgc/string_dictionary_aux.c
+++ b/zwgc/string_dictionary_aux.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/string_dictionary_aux.h b/zwgc/string_dictionary_aux.h
index 2098095..84fac33 100644
--- a/zwgc/string_dictionary_aux.h
+++ b/zwgc/string_dictionary_aux.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/subscriptions.c b/zwgc/subscriptions.c
index c3d8c10..5b0567b 100644
--- a/zwgc/subscriptions.c
+++ b/zwgc/subscriptions.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/subscriptions.h b/zwgc/subscriptions.h
index 076f56a..88f52c2 100644
--- a/zwgc/subscriptions.h
+++ b/zwgc/subscriptions.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/substitute.c b/zwgc/substitute.c
index 03d619e..ebbd913 100644
--- a/zwgc/substitute.c
+++ b/zwgc/substitute.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/substitute.h b/zwgc/substitute.h
index f95543c..5c0bb55 100644
--- a/zwgc/substitute.h
+++ b/zwgc/substitute.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/text_operations.c b/zwgc/text_operations.c
index 7eba386..b5b791a 100644
--- a/zwgc/text_operations.c
+++ b/zwgc/text_operations.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/text_operations.h b/zwgc/text_operations.h
index d7bbbf9..960e2ab 100644
--- a/zwgc/text_operations.h
+++ b/zwgc/text_operations.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/tty_filter.c b/zwgc/tty_filter.c
index a75f082..dcc12c2 100644
--- a/zwgc/tty_filter.c
+++ b/zwgc/tty_filter.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/unsigned_long.h b/zwgc/unsigned_long.h
index a9a74f1..92b1725 100644
--- a/zwgc/unsigned_long.h
+++ b/zwgc/unsigned_long.h
@@ -1,5 +1,4 @@
/* $Id$
- * $Source$
*/
#define unsigned_long unsigned long
diff --git a/zwgc/variables.c b/zwgc/variables.c
index 99b18d0..cda09d6 100644
--- a/zwgc/variables.c
+++ b/zwgc/variables.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/variables.h b/zwgc/variables.h
index ec2a4c9..6962341 100644
--- a/zwgc/variables.h
+++ b/zwgc/variables.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xcut.c b/zwgc/xcut.c
index aee164e..7c45cc4 100644
--- a/zwgc/xcut.c
+++ b/zwgc/xcut.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xerror.c b/zwgc/xerror.c
index d40f986..38c7fbd 100644
--- a/zwgc/xerror.c
+++ b/zwgc/xerror.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xerror.h b/zwgc/xerror.h
index c6e801a..d5a42e7 100644
--- a/zwgc/xerror.h
+++ b/zwgc/xerror.h
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xmark.c b/zwgc/xmark.c
index a6e68f3..1c796f3 100644
--- a/zwgc/xmark.c
+++ b/zwgc/xmark.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xmark.h b/zwgc/xmark.h
index c17e57b..f440cde 100644
--- a/zwgc/xmark.h
+++ b/zwgc/xmark.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xrevstack.c b/zwgc/xrevstack.c
index d594b6e..1549956 100644
--- a/zwgc/xrevstack.c
+++ b/zwgc/xrevstack.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xrevstack.h b/zwgc/xrevstack.h
index d391ac6..061d3d5 100644
--- a/zwgc/xrevstack.h
+++ b/zwgc/xrevstack.h
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xselect.c b/zwgc/xselect.c
index 2d12b4b..9a68658 100644
--- a/zwgc/xselect.c
+++ b/zwgc/xselect.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xselect.h b/zwgc/xselect.h
index 5eed8c7..aa2a3fd 100644
--- a/zwgc/xselect.h
+++ b/zwgc/xselect.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xshow.c b/zwgc/xshow.c
index 27a9df1..fa3b2ce 100644
--- a/zwgc/xshow.c
+++ b/zwgc/xshow.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/xshow.h b/zwgc/xshow.h
index a947f56..819a54d 100644
--- a/zwgc/xshow.h
+++ b/zwgc/xshow.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/zephyr.c b/zwgc/zephyr.c
index e68f01a..0bc403a 100644
--- a/zwgc/zephyr.c
+++ b/zwgc/zephyr.c
@@ -4,8 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/zephyr.h b/zwgc/zephyr.h
index a569ac2..d2e3735 100644
--- a/zwgc/zephyr.h
+++ b/zwgc/zephyr.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/zwgc.1 b/zwgc/zwgc.1
index 3246978..f646bec 100644
--- a/zwgc/zwgc.1
+++ b/zwgc/zwgc.1
@@ -1,5 +1,3 @@
-.\" $Source$
-.\" $Author$
.\" $Id$
' # end of TP (cf }N below)
' # copied here, since we use @ in some of our tags, and that
diff --git a/zwgc/zwgc.desc b/zwgc/zwgc.desc
index 0e2508c..71dfc1e 100644
--- a/zwgc/zwgc.desc
+++ b/zwgc/zwgc.desc
@@ -3,8 +3,6 @@
# For copying and distribution information, see the file
# "mit-copyright.h".
#
-# $Source$
-# $Author$
# $Id$
#
#
diff --git a/zwgc/zwgc.el b/zwgc/zwgc.el
index bb080ed..0b7acf2 100644
--- a/zwgc/zwgc.el
+++ b/zwgc/zwgc.el
@@ -2,8 +2,7 @@
;
; This file is part of the Project Athena Zephyr Notification System.
; Created by: Mark W. Eichin <eichin@athena.mit.edu>
-; $Source$
-; $Author$
+; $Id$
; Copyright (c) 1988 by the Massachusetts Institute of Technology.
; For copying and distribution information, see the file
; "mit-copyright.h".
diff --git a/zwgc/zwgc.h b/zwgc/zwgc.h
index 2b88da3..6164bf2 100644
--- a/zwgc/zwgc.h
+++ b/zwgc/zwgc.h
@@ -4,9 +4,7 @@
*
* Created by: Marc Horowitz <marc@athena.mit.edu>
*
- * $Source$
- * $Author$
- * $Id$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zwgc/zwgc_resources b/zwgc/zwgc_resources
index 7f2ef72..5ff79bf 100644
--- a/zwgc/zwgc_resources
+++ b/zwgc/zwgc_resources
@@ -3,8 +3,6 @@
! For copying and distribution information, see the file
! "mit-copyright.h".
!
-! $Source$
-! $Author$
! $Id$
!
!