From: Guus Sliepen Date: Thu, 24 Sep 2009 21:39:16 +0000 (+0200) Subject: Remove all occurences of $Id$. X-Git-Tag: release-1.0.10~20 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c217d214f4f071c235bc7c463a1da6124e2570a6 Remove all occurences of $Id$. --- diff --git a/configure.in b/configure.in index 1ff36b3f..67715862 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id$ - AC_PREREQ(2.61) AC_INIT AC_CONFIG_SRCDIR([src/tincd.c]) diff --git a/doc/CONNECTIVITY b/doc/CONNECTIVITY index 67004d49..bf31451e 100644 --- a/doc/CONNECTIVITY +++ b/doc/CONNECTIVITY @@ -12,8 +12,6 @@ maintain a stable network. provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. - $Id$ - 1. Synchronisation ================== diff --git a/doc/NETWORKING b/doc/NETWORKING index e6e50776..5cb4b69e 100644 --- a/doc/NETWORKING +++ b/doc/NETWORKING @@ -12,8 +12,6 @@ Network daemon. provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. - $Id$ - 1. Packet flow ============== diff --git a/doc/PROTOCOL b/doc/PROTOCOL index 74741e7c..b8d37ed9 100644 --- a/doc/PROTOCOL +++ b/doc/PROTOCOL @@ -12,9 +12,6 @@ This is the protocol documentation for tinc, a Virtual Private Network daemon. provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. - $Id$ - - 1. Protocols used in tinc ------------------------- diff --git a/doc/SECURITY2 b/doc/SECURITY2 index dfa45405..62d6a07c 100644 --- a/doc/SECURITY2 +++ b/doc/SECURITY2 @@ -12,8 +12,6 @@ This is the security documentation for tinc, a Virtual Private Network daemon. provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. - $Id$ - Proposed new authentication scheme ---------------------------------- diff --git a/doc/tinc.texi b/doc/tinc.texi index 5cd4a400..e07e49ed 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1,5 +1,4 @@ \input texinfo @c -*-texinfo-*- -@c $Id$ @c %**start of header @setfilename tinc.info @settitle tinc Manual @@ -20,8 +19,6 @@ Copyright @copyright{} 1998-2009 Ivo Timmermans, Guus Sliepen and Wessel Dankers . -$Id$ - Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. @@ -47,8 +44,6 @@ Copyright @copyright{} 1998-2009 Ivo Timmermans, Guus Sliepen and Wessel Dankers . -$Id$ - Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. diff --git a/lib/Makefile.am b/lib/Makefile.am index 57436fd5..3bf58a78 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,4 @@ ## Process this file with automake to produce Makefile.in -# $Id$ noinst_LIBRARIES = libvpn.a diff --git a/lib/avl_tree.c b/lib/avl_tree.c index 3bfdfeee..8bb06cbf 100644 --- a/lib/avl_tree.c +++ b/lib/avl_tree.c @@ -28,8 +28,6 @@ Cleaned up and incorporated some of the ideas from the red-black tree library for inclusion into tinc (http://www.tinc-vpn.org/) by Guus Sliepen . - - $Id$ */ #include "system.h" diff --git a/lib/avl_tree.h b/lib/avl_tree.h index 3ad0751f..0494e499 100644 --- a/lib/avl_tree.h +++ b/lib/avl_tree.h @@ -28,8 +28,6 @@ Cleaned up and incorporated some of the ideas from the red-black tree library for inclusion into tinc (http://www.tinc-vpn.org/) by Guus Sliepen . - - $Id$ */ diff --git a/lib/dropin.c b/lib/dropin.c index a169cf6a..0a665ccc 100644 --- a/lib/dropin.c +++ b/lib/dropin.c @@ -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$ */ #include "system.h" diff --git a/lib/dropin.h b/lib/dropin.h index d1064857..332a70df 100644 --- a/lib/dropin.h +++ b/lib/dropin.h @@ -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 __DROPIN_H__ diff --git a/lib/ethernet.h b/lib/ethernet.h index 42bee4c5..1cde1407 100644 --- a/lib/ethernet.h +++ b/lib/ethernet.h @@ -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_ETHERNET_H__ diff --git a/lib/fake-gai-errnos.h b/lib/fake-gai-errnos.h index c4213cfd..4ffabb69 100644 --- a/lib/fake-gai-errnos.h +++ b/lib/fake-gai-errnos.h @@ -5,8 +5,6 @@ * See getaddrinfo.c and getnameinfo.c. */ -/* $Id$ */ - /* for old netdb.h */ #ifndef EAI_NODATA #define EAI_NODATA 1 diff --git a/lib/fake-getaddrinfo.h b/lib/fake-getaddrinfo.h index d31a89a1..5af74918 100644 --- a/lib/fake-getaddrinfo.h +++ b/lib/fake-getaddrinfo.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _FAKE_GETADDRINFO_H #define _FAKE_GETADDRINFO_H diff --git a/lib/fake-getnameinfo.h b/lib/fake-getnameinfo.h index 02ac77a1..4389a8fe 100644 --- a/lib/fake-getnameinfo.h +++ b/lib/fake-getnameinfo.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _FAKE_GETNAMEINFO_H #define _FAKE_GETNAMEINFO_H diff --git a/lib/ipv4.h b/lib/ipv4.h index dd4a8b96..704dd064 100644 --- a/lib/ipv4.h +++ b/lib/ipv4.h @@ -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_IPV4_H__ diff --git a/lib/ipv6.h b/lib/ipv6.h index 9fc93b39..0c1544b8 100644 --- a/lib/ipv6.h +++ b/lib/ipv6.h @@ -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_IPV6_H__ diff --git a/lib/list.c b/lib/list.c index 2f9f611d..e627650f 100644 --- a/lib/list.c +++ b/lib/list.c @@ -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$ */ #include "system.h" diff --git a/lib/list.h b/lib/list.h index 21785672..0e9ffd7c 100644 --- a/lib/list.h +++ b/lib/list.h @@ -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_LIST_H__ diff --git a/lib/splay_tree.c b/lib/splay_tree.c index 62e9e316..97abecc2 100644 --- a/lib/splay_tree.c +++ b/lib/splay_tree.c @@ -15,8 +15,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: splay_tree.c 1374 2004-03-21 14:21:22Z guus $ */ #include "system.h" diff --git a/lib/splay_tree.h b/lib/splay_tree.h index 9c3b1cf0..8c16b00f 100644 --- a/lib/splay_tree.h +++ b/lib/splay_tree.h @@ -15,8 +15,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: splay_tree.h 1374 2004-03-21 14:21:22Z guus $ */ diff --git a/src/Makefile.am b/src/Makefile.am index 501fdf66..1a0554d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,4 @@ ## Produce this file with automake to get Makefile.in -# $Id: Makefile.am,v 1.4.4.33 2003/08/02 15:13:08 guus Exp $ sbin_PROGRAMS = tincd diff --git a/src/bsd/device.c b/src/bsd/device.c index fe85d10f..bbd7c00e 100644 --- a/src/bsd/device.c +++ b/src/bsd/device.c @@ -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: device.c 1398 2004-11-01 15:18:53Z guus $ */ #include "system.h" diff --git a/src/conf.c b/src/conf.c index d8a8d832..8af2c6a2 100644 --- a/src/conf.c +++ b/src/conf.c @@ -18,8 +18,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$ */ #include "system.h" diff --git a/src/conf.h b/src/conf.h index d1eae978..c1afc47b 100644 --- a/src/conf.h +++ b/src/conf.h @@ -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_CONF_H__ diff --git a/src/connection.c b/src/connection.c index 6d77cb56..07960940 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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$ */ #include "system.h" diff --git a/src/connection.h b/src/connection.h index 5ad7fcb9..e262846c 100644 --- a/src/connection.h +++ b/src/connection.h @@ -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_CONNECTION_H__ diff --git a/src/cygwin/device.c b/src/cygwin/device.c index c6e6f353..868a8ae6 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -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$ */ #include "system.h" diff --git a/src/device.h b/src/device.h index b88caf60..c1435a69 100644 --- a/src/device.h +++ b/src/device.h @@ -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_DEVICE_H__ diff --git a/src/edge.c b/src/edge.c index 99ec1415..0943dd00 100644 --- a/src/edge.c +++ b/src/edge.c @@ -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$ */ #include "system.h" diff --git a/src/edge.h b/src/edge.h index 83759203..744a95b3 100644 --- a/src/edge.h +++ b/src/edge.h @@ -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_EDGE_H__ diff --git a/src/event.c b/src/event.c index 5fee783d..bd9bfa28 100644 --- a/src/event.c +++ b/src/event.c @@ -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$ */ #include "system.h" diff --git a/src/event.h b/src/event.h index 7c1873d3..b2dc61f8 100644 --- a/src/event.h +++ b/src/event.h @@ -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_EVENT_H__ diff --git a/src/graph.c b/src/graph.c index a267f052..f7054eee 100644 --- a/src/graph.c +++ b/src/graph.c @@ -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$ */ /* We need to generate two trees from the graph: diff --git a/src/graph.h b/src/graph.h index 0d5be20c..a701f489 100644 --- a/src/graph.h +++ b/src/graph.h @@ -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_GRAPH_H__ diff --git a/src/linux/device.c b/src/linux/device.c index 4e9591c2..802a1861 100644 --- a/src/linux/device.c +++ b/src/linux/device.c @@ -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$ */ #include "system.h" diff --git a/src/logger.c b/src/logger.c index 8e73a6d3..9d7f08ae 100644 --- a/src/logger.c +++ b/src/logger.c @@ -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$ */ #include "system.h" diff --git a/src/meta.c b/src/meta.c index 91ebf01d..9d5358e5 100644 --- a/src/meta.c +++ b/src/meta.c @@ -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$ */ #include "system.h" diff --git a/src/meta.h b/src/meta.h index 192bf24c..552d0faa 100644 --- a/src/meta.h +++ b/src/meta.h @@ -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_META_H__ diff --git a/src/mingw/device.c b/src/mingw/device.c index fa134332..db3f5a65 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -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$ */ #include "system.h" diff --git a/src/net.c b/src/net.c index 82b0ede1..2e67de60 100644 --- a/src/net.c +++ b/src/net.c @@ -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$ */ #include "system.h" diff --git a/src/net.h b/src/net.h index ff32b73c..31375fd3 100644 --- a/src/net.h +++ b/src/net.h @@ -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_NET_H__ diff --git a/src/net_packet.c b/src/net_packet.c index aca84683..ee3026a6 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -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$ */ #include "system.h" diff --git a/src/net_setup.c b/src/net_setup.c index 3c4bf48c..ce84c80f 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -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$ */ #include "system.h" diff --git a/src/net_socket.c b/src/net_socket.c index f60f2f11..e5a030d2 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -17,8 +17,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$ */ #include "system.h" diff --git a/src/netutl.c b/src/netutl.c index 757bc5d8..84596732 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -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$ */ #include "system.h" diff --git a/src/netutl.h b/src/netutl.h index dc1fec6a..6b280ad7 100644 --- a/src/netutl.h +++ b/src/netutl.h @@ -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_NETUTL_H__ diff --git a/src/node.c b/src/node.c index 4fbec08f..b55c7317 100644 --- a/src/node.c +++ b/src/node.c @@ -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$ */ #include "system.h" diff --git a/src/node.h b/src/node.h index 528716de..6a8e6413 100644 --- a/src/node.h +++ b/src/node.h @@ -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_NODE_H__ diff --git a/src/process.c b/src/process.c index 2ca93008..f7735988 100644 --- a/src/process.c +++ b/src/process.c @@ -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$ */ #include "system.h" diff --git a/src/process.h b/src/process.h index 5f2579f6..7333ac27 100644 --- a/src/process.h +++ b/src/process.h @@ -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_PROCESS_H__ diff --git a/src/protocol.c b/src/protocol.c index 22c5f9c1..45567d20 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -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$ */ #include "system.h" diff --git a/src/protocol.h b/src/protocol.h index 6bac7110..26de2a59 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -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_PROTOCOL_H__ diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 48166105..ee73e6b5 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -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$ */ #include "system.h" diff --git a/src/protocol_edge.c b/src/protocol_edge.c index 571304ac..0ae0acf9 100644 --- a/src/protocol_edge.c +++ b/src/protocol_edge.c @@ -17,8 +17,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$ */ #include "system.h" diff --git a/src/protocol_key.c b/src/protocol_key.c index 7ae98036..0d9e7863 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -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$ */ #include "system.h" diff --git a/src/protocol_misc.c b/src/protocol_misc.c index 309deffd..e1496294 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -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$ */ #include "system.h" diff --git a/src/protocol_subnet.c b/src/protocol_subnet.c index eef7e374..a0e52f4a 100644 --- a/src/protocol_subnet.c +++ b/src/protocol_subnet.c @@ -17,8 +17,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$ */ #include "system.h" diff --git a/src/raw_socket/device.c b/src/raw_socket/device.c index f2a135d3..f71b6ee7 100644 --- a/src/raw_socket/device.c +++ b/src/raw_socket/device.c @@ -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$ */ #include "system.h" diff --git a/src/route.c b/src/route.c index 9b689039..e0e5db0d 100644 --- a/src/route.c +++ b/src/route.c @@ -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$ */ #include "system.h" diff --git a/src/route.h b/src/route.h index 807b707a..67b20903 100644 --- a/src/route.h +++ b/src/route.h @@ -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_ROUTE_H__ diff --git a/src/solaris/device.c b/src/solaris/device.c index f76bbbd5..961a13ca 100644 --- a/src/solaris/device.c +++ b/src/solaris/device.c @@ -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$ */ diff --git a/src/subnet.c b/src/subnet.c index 140b6145..baef115b 100644 --- a/src/subnet.c +++ b/src/subnet.c @@ -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$ */ #include "system.h" diff --git a/src/subnet.h b/src/subnet.h index 3efed1be..a56922f1 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -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__ diff --git a/src/tincd.c b/src/tincd.c index b0ac6f65..4eba1f59 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -17,8 +17,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$ */ #include "system.h" diff --git a/src/uml_socket/device.c b/src/uml_socket/device.c index de0b4a55..86afc39c 100644 --- a/src/uml_socket/device.c +++ b/src/uml_socket/device.c @@ -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: device.c 1374 2004-03-21 14:21:22Z guus $ */ #include "system.h"