chiark / gitweb /
Take advantage of the new dynamic string macros.
[mLib] / conn.h
diff --git a/conn.h b/conn.h
index 7362b6557a2fb50d14ff814fdf88382640cb2f6d..09fb723ee71a190d073506f60581a72f8233187b 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.
  *