]> git.meshlink.io Git - meshlink/blobdiff - src/subnet.h
Remove all occurences of $Id$.
[meshlink] / src / subnet.h
index 6d7c75995a9ac5f73a4fcc90bd3e58433093c012..a56922f1d026cbc673ad11647dc596bf9cd3ed01 100644 (file)
@@ -1,6 +1,6 @@
 /*
     subnet.h -- header for subnet.c
-    Copyright (C) 2000-2006 Guus Sliepen <guus@tinc-vpn.org>,
+    Copyright (C) 2000-2009 Guus Sliepen <guus@tinc-vpn.org>,
                   2000-2005 Ivo Timmermans
 
     This program is free software; you can redistribute it and/or modify
@@ -16,8 +16,6 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-    $Id$
 */
 
 #ifndef __TINC_SUBNET_H__