- It's 2001, all copyright notices are updated.
[tinc] / src / subnet.h
index a572953..21b2a1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
     subnet.h -- header for subnet.c
-    Copyright (C) 2000 Guus Sliepen <guus@sliepen.warande.net>,
-                  2000 Ivo Timmermans <itimmermans@bigfoot.com>
+    Copyright (C) 2000,2001 Guus Sliepen <guus@sliepen.warande.net>,
+                  2000,2001 Ivo Timmermans <itimmermans@bigfoot.com>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: subnet.h,v 1.1.2.8 2001/01/05 23:53:53 guus Exp $
+    $Id: subnet.h,v 1.1.2.9 2001/01/07 17:09:07 guus Exp $
 */
 
 #ifndef __TINC_SUBNET_H__