Fix copyright notices.
authormdw <mdw>
Sat, 15 May 1999 10:33:32 +0000 (10:33 +0000)
committermdw <mdw>
Sat, 15 May 1999 10:33:32 +0000 (10:33 +0000)
conn.c
conn.h
sel.c
sel.h

diff --git a/conn.c b/conn.c
index 6ce7769..de79082 100644 (file)
--- a/conn.c
+++ b/conn.c
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: conn.c,v 1.1 1999/05/14 21:01:14 mdw Exp $
+ * $Id: conn.c,v 1.2 1999/05/15 10:33:32 mdw Exp $
  *
  * Nonblocking connect handling
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: conn.c,v $
+ * Revision 1.2  1999/05/15 10:33:32  mdw
+ * Fix copyright notices.
+ *
  * Revision 1.1  1999/05/14 21:01:14  mdw
  * Integrated `select' handling bits from the background resolver project.
  *
diff --git a/conn.h b/conn.h
index 7362b65..09fb723 100644 (file)
--- a/conn.h
+++ b/conn.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: conn.h,v 1.1 1999/05/14 21:01:14 mdw Exp $
+ * $Id: conn.h,v 1.2 1999/05/15 10:33:32 mdw Exp $
  *
  * Nonblocking connect handling
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: conn.h,v $
+ * Revision 1.2  1999/05/15 10:33:32  mdw
+ * Fix copyright notices.
+ *
  * Revision 1.1  1999/05/14 21:01:14  mdw
  * Integrated `select' handling bits from the background resolver project.
  *
diff --git a/sel.c b/sel.c
index 3f5493b..b32aa8c 100644 (file)
--- a/sel.c
+++ b/sel.c
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: sel.c,v 1.1 1999/05/14 21:01:14 mdw Exp $
+ * $Id: sel.c,v 1.2 1999/05/15 10:33:32 mdw Exp $
  *
  * I/O multiplexing support
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: sel.c,v $
+ * Revision 1.2  1999/05/15 10:33:32  mdw
+ * Fix copyright notices.
+ *
  * Revision 1.1  1999/05/14 21:01:14  mdw
  * Integrated `select' handling bits from the background resolver project.
  *
diff --git a/sel.h b/sel.h
index 3777eed..37b5b5f 100644 (file)
--- a/sel.h
+++ b/sel.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: sel.h,v 1.1 1999/05/14 21:01:15 mdw Exp $
+ * $Id: sel.h,v 1.2 1999/05/15 10:33:32 mdw Exp $
  *
  * I/O multiplexing support
  *
- * (c) 1999 Mark Wooding
+ * (c) 1999 Straylight/Edgeware
  */
 
 /*----- Licensing notice --------------------------------------------------* 
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: sel.h,v $
+ * Revision 1.2  1999/05/15 10:33:32  mdw
+ * Fix copyright notices.
+ *
  * Revision 1.1  1999/05/14 21:01:15  mdw
  * Integrated `select' handling bits from the background resolver project.
  *