chiark / gitweb /
New function `tv_addl' to add a literal to a time value.
[mLib] / sel.c
diff --git a/sel.c b/sel.c
index 3f5493b8bab342458c6d52326f8750ed8e9339a8..b32aa8cbd09ea535d9e591ee40d39711d4876586 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.
  *