- Added subnet handling code
[tinc] / src / meta.h
index 263131b..cd9c298 100644 (file)
@@ -1,7 +1,7 @@
 /*
-    protocol.h -- header for protocol.c
-    Copyright (C) 1999,2000 Ivo Timmermans <itimmermans@bigfoot.com>,
-                       2000 Guus Sliepen <guus@sliepen.warande.net>
+    meta.h -- header for meta.c
+    Copyright (C) 2000 Guus Sliepen <guus@sliepen.warande.net>,
+                  2000 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: meta.h,v 1.1.2.1 2000/09/26 14:06:04 guus Exp $
+    $Id: meta.h,v 1.1.2.2 2000/10/01 03:21:49 guus Exp $
 */
 
 #ifndef __TINC_META_H__