From c217d214f4f071c235bc7c463a1da6124e2570a6 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 24 Sep 2009 23:39:16 +0200 Subject: [PATCH] Remove all occurences of $Id$. --- configure.in | 2 -- doc/CONNECTIVITY | 2 -- doc/NETWORKING | 2 -- doc/PROTOCOL | 3 --- doc/SECURITY2 | 2 -- doc/tinc.texi | 5 ----- lib/Makefile.am | 1 - lib/avl_tree.c | 2 -- lib/avl_tree.h | 2 -- lib/dropin.c | 2 -- lib/dropin.h | 2 -- lib/ethernet.h | 2 -- lib/fake-gai-errnos.h | 2 -- lib/fake-getaddrinfo.h | 2 -- lib/fake-getnameinfo.h | 2 -- lib/ipv4.h | 2 -- lib/ipv6.h | 2 -- lib/list.c | 2 -- lib/list.h | 2 -- lib/splay_tree.c | 2 -- lib/splay_tree.h | 2 -- src/Makefile.am | 1 - src/bsd/device.c | 2 -- src/conf.c | 2 -- src/conf.h | 2 -- src/connection.c | 2 -- src/connection.h | 2 -- src/cygwin/device.c | 2 -- src/device.h | 2 -- src/edge.c | 2 -- src/edge.h | 2 -- src/event.c | 2 -- src/event.h | 2 -- src/graph.c | 2 -- src/graph.h | 2 -- src/linux/device.c | 2 -- src/logger.c | 2 -- src/meta.c | 2 -- src/meta.h | 2 -- src/mingw/device.c | 2 -- src/net.c | 2 -- src/net.h | 2 -- src/net_packet.c | 2 -- src/net_setup.c | 2 -- src/net_socket.c | 2 -- src/netutl.c | 2 -- src/netutl.h | 2 -- src/node.c | 2 -- src/node.h | 2 -- src/process.c | 2 -- src/process.h | 2 -- src/protocol.c | 2 -- src/protocol.h | 2 -- src/protocol_auth.c | 2 -- src/protocol_edge.c | 2 -- src/protocol_key.c | 2 -- src/protocol_misc.c | 2 -- src/protocol_subnet.c | 2 -- src/raw_socket/device.c | 2 -- src/route.c | 2 -- src/route.h | 2 -- src/solaris/device.c | 2 -- src/subnet.c | 2 -- src/subnet.h | 2 -- src/tincd.c | 2 -- src/uml_socket/device.c | 2 -- 66 files changed, 134 deletions(-) diff --git a/configure.in b/configure.in index 1ff36b3..6771586 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 67004d4..bf31451 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 e6e5077..5cb4b69 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 74741e7..b8d37ed 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 dfa4540..62d6a07 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 5cd4a40..e07e49e 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 57436fd..3bf58a7 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 3bfdfee..8bb06cb 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 3ad0751..0494e49 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 a169cf6..0a665cc 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 d106485..332a70d 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 42bee4c..1cde140 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 c4213cf..4ffabb6 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 d31a89a..5af7491 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 02ac77a..4389a8f 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 dd4a8b9..704dd06 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 9fc93b3..0c1544b 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 2f9f611..e627650 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 2178567..0e9ffd7 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 62e9e31..97abecc 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 9c3b1cf..8c16b00 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 501fdf6..1a0554d 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 fe85d10..bbd7c00 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 d8a8d83..8af2c6a 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 d1eae97..c1afc47 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 6d77cb5..0796094 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 5ad7fcb..e262846 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 c6e6f35..868a8ae 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 b88caf6..c1435a6 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 99ec141..0943dd0 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 8375920..744a95b 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 5fee783..bd9bfa2 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 7c1873d..b2dc61f 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 a267f05..f7054ee 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 0d5be20..a701f48 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 4e9591c..802a186 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 8e73a6d..9d7f08a 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 91ebf01..9d5358e 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 192bf24..552d0fa 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 fa13433..db3f5a6 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 82b0ede..2e67de6 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 ff32b73..31375fd 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 aca8468..ee3026a 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 3c4bf48..ce84c80 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 f60f2f1..e5a030d 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 757bc5d..8459673 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 dc1fec6..6b280ad 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 4fbec08..b55c731 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 528716d..6a8e641 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 2ca9300..f773598 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 5f2579f..7333ac2 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 22c5f9c..45567d2 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 6bac711..26de2a5 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 4816610..ee73e6b 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 571304a..0ae0acf 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 7ae9803..0d9e786 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 309deff..e149629 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 eef7e37..a0e52f4 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 f2a135d..f71b6ee 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 9b68903..e0e5db0 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 807b707..67b2090 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 f76bbbd..961a13c 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 140b614..baef115 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 3efed1b..a56922f 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 b0ac6f6..4eba1f5 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 de0b4a5..86afc39 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" -- 2.25.1