X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/97f65b001294338abed02a7b132d6be6517b3f1d..0bfb14313759dbbb677c373eac9b980972cf498d:/conn.h diff --git a/conn.h b/conn.h index 7362b65..09fb723 100644 --- 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. *