chiark / gitweb /
Change copyright notice.
authormdw <mdw>
Mon, 26 Jul 1999 23:26:44 +0000 (23:26 +0000)
committermdw <mdw>
Mon, 26 Jul 1999 23:26:44 +0000 (23:26 +0000)
.skelrc
bres.c
bres.h
chan.h
ident.c
ident.h

diff --git a/.skelrc b/.skelrc
index 225a897c536da4683d5ce1fcf3bb3fd16c40b51b..8aba84a5fad0bce832e10422de4be5d185679f41 100644 (file)
--- a/.skelrc
+++ b/.skelrc
@@ -2,7 +2,7 @@
 
 (setq skel-alist
       (append
-       '((author . "Mark Wooding")
+       '((author . "Straylight/Edgeware")
         (program . "`fw'")
         (full-title . "the `fw' port forwarder"))
        skel-alist))
diff --git a/bres.c b/bres.c
index 0d09f3b0ce006ff1975c71d38cce0db28e61b507..14541a4394e20ec641b5b9cbbbff02c304a234d4 100644 (file)
--- a/bres.c
+++ b/bres.c
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: bres.c,v 1.2 1999/07/03 13:56:04 mdw Exp $
+ * $Id: bres.c,v 1.3 1999/07/26 23:27:22 mdw Exp $
  *
  * Background reverse name resolution
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: bres.c,v $
+ * Revision 1.3  1999/07/26 23:27:22  mdw
+ * Change copyright notice.
+ *
  * Revision 1.2  1999/07/03 13:56:04  mdw
  * Perform a forward resolution to verify result of reverse lookup.
  *
diff --git a/bres.h b/bres.h
index f75f0bfb14971bfe698b44398dfbfe0cb6ae273c..4b20f2acde0e10ae5a91a570f36d7bc2b4befd34 100644 (file)
--- a/bres.h
+++ b/bres.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: bres.h,v 1.1 1999/07/01 08:56:23 mdw Exp $
+ * $Id: bres.h,v 1.2 1999/07/26 23:27:22 mdw Exp $
  *
  * Background reverse name resolution
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: bres.h,v $
- * Revision 1.1  1999/07/01 08:56:23  mdw
- * Initial revision
+ * Revision 1.2  1999/07/26 23:27:22  mdw
+ * Change copyright notice.
+ *
+ * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
+ * Initial revision.
  *
  */
 
diff --git a/chan.h b/chan.h
index f8a963872c1b5569e5ef8aff29e6dd3421f64d40..fb9d0fc667489fff91f5128b3741462a0dec80ef 100644 (file)
--- a/chan.h
+++ b/chan.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: chan.h,v 1.1 1999/07/01 08:56:23 mdw Exp $
+ * $Id: chan.h,v 1.2 1999/07/26 23:27:42 mdw Exp $
  *
  * Channel management
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: chan.h,v $
- * Revision 1.1  1999/07/01 08:56:23  mdw
- * Initial revision
+ * Revision 1.2  1999/07/26 23:27:42  mdw
+ * Change copyright notice.
+ *
+ * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
+ * Initial revision.
  *
  */
 
diff --git a/ident.c b/ident.c
index ef1bb5c19a5bcee1e63b5f846ab95948335927ad..963bb086879f0e92b24e14233522b14bcad8f129 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: ident.c,v 1.1 1999/07/01 08:56:23 mdw Exp $
+ * $Id: ident.c,v 1.2 1999/07/26 23:26:44 mdw Exp $
  *
  * Parse replies from RFC931 servers
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: ident.c,v $
- * Revision 1.1  1999/07/01 08:56:23  mdw
- * Initial revision
+ * Revision 1.2  1999/07/26 23:26:44  mdw
+ * Change copyright notice.
+ *
+ * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
+ * Initial revision.
  *
  * Revision 1.1.1.1  1999/05/21 22:22:27  mdw
  * Initial import.  Code not really finished yet.
diff --git a/ident.h b/ident.h
index deda7e72f97a78c26641fe05055e6bdf7a73f393..55cb27275b1299fbd3933ee6550606b5f3fb32fa 100644 (file)
--- a/ident.h
+++ b/ident.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: ident.h,v 1.1 1999/07/01 08:56:23 mdw Exp $
+ * $Id: ident.h,v 1.2 1999/07/26 23:26:44 mdw Exp $
  *
  * Parse replies from RFC931 servers
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: ident.h,v $
- * Revision 1.1  1999/07/01 08:56:23  mdw
- * Initial revision
+ * Revision 1.2  1999/07/26 23:26:44  mdw
+ * Change copyright notice.
+ *
+ * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
+ * Initial revision.
  *
  * Revision 1.1.1.1  1999/05/21 22:22:27  mdw
  * Initial import.  Code not really finished yet.