Remove all occurences of $Id$.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2009 21:39:16 +0000 (23:39 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2009 21:39:16 +0000 (23:39 +0200)
66 files changed:
configure.in
doc/CONNECTIVITY
doc/NETWORKING
doc/PROTOCOL
doc/SECURITY2
doc/tinc.texi
lib/Makefile.am
lib/avl_tree.c
lib/avl_tree.h
lib/dropin.c
lib/dropin.h
lib/ethernet.h
lib/fake-gai-errnos.h
lib/fake-getaddrinfo.h
lib/fake-getnameinfo.h
lib/ipv4.h
lib/ipv6.h
lib/list.c
lib/list.h
lib/splay_tree.c
lib/splay_tree.h
src/Makefile.am
src/bsd/device.c
src/conf.c
src/conf.h
src/connection.c
src/connection.h
src/cygwin/device.c
src/device.h
src/edge.c
src/edge.h
src/event.c
src/event.h
src/graph.c
src/graph.h
src/linux/device.c
src/logger.c
src/meta.c
src/meta.h
src/mingw/device.c
src/net.c
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/netutl.c
src/netutl.h
src/node.c
src/node.h
src/process.c
src/process.h
src/protocol.c
src/protocol.h
src/protocol_auth.c
src/protocol_edge.c
src/protocol_key.c
src/protocol_misc.c
src/protocol_subnet.c
src/raw_socket/device.c
src/route.c
src/route.h
src/solaris/device.c
src/subnet.c
src/subnet.h
src/tincd.c
src/uml_socket/device.c

index 1ff36b3f8ebf96fa39457c04bb61992edda47689..67715862389a13666e75412e60efc1dcd4284473 100644 (file)
@@ -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])
index 67004d4990e4e71dabdc4197e1c5e2b27c790128..bf31451ede901435c48fbcdc7aa1b246d117a305 100644 (file)
@@ -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
 ==================
 
index e6e507764b923e894e6b4f66b9ab394ec7987eb9..5cb4b69e2cc68e86b24bbf35d315866a8bf21dae 100644 (file)
@@ -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
 ==============
 
index 74741e7c188cea0b4d7ae650a01e7a94c5b45e9c..b8d37ed937ab4e821633b2db87a40c7d7fccd276 100644 (file)
@@ -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
 -------------------------
 
index dfa4540526c346d55ff385c96d3a7d5151b43c9e..62d6a07c6b8cdf7231957dbd34bbc1facce0bf02 100644 (file)
@@ -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
 ----------------------------------
 
index 5cd4a4004466473ee7b6a648cbe52a16d4d4575a..e07e49edd719fcb54a696c63a53ca10831c50dc6 100644 (file)
@@ -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 <guus@@tinc-vpn.org> and
 Wessel Dankers <wsl@@tinc-vpn.org>.
 
-$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 <guus@@tinc-vpn.org> and
 Wessel Dankers <wsl@@tinc-vpn.org>.
 
-$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.
index 57436fd5a798d6f2749477e149f674225eadb187..3bf58a7862bcf965e0606db214f6da89cb7292a6 100644 (file)
@@ -1,5 +1,4 @@
 ## Process this file with automake to produce Makefile.in
-# $Id$
 
 noinst_LIBRARIES = libvpn.a
 
index 3bfdfeeeecaf1f23cd0252facf2692eabc816d13..8bb06cbf02fb82983ee14b9cedd529c0d9a4a79c 100644 (file)
@@ -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 <guus@tinc-vpn.org>.
-
-    $Id$
 */
 
 #include "system.h"
index 3ad0751f2bf8dbb835524894905877b4b38ff622..0494e4999946c52ab3e3f7704e13c2345f65d23c 100644 (file)
@@ -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 <guus@tinc-vpn.org>.
-
-    $Id$
 */
 
 
index a169cf6ad6c6a4b263a2aa26f27bf11d5589c4dd..0a665cccd10c39260fdd0fb04d0c6056866c89f8 100644 (file)
@@ -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"
index d10648578f54108146cb4b1a1d3fe2cd5e26e4b1..332a70dff66b7562384b82937abc7d95c1ab6ffd 100644 (file)
@@ -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__
index 42bee4c562a7ea2d7411cefdaaafb7a116d88613..1cde1407dbaf49c0649524234624bb784d77779d 100644 (file)
@@ -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__
index c4213cfd496519a8a7d59e975f355d7b82559165..4ffabb692fef8cc61d050912ee4ec627f0a2c562 100644 (file)
@@ -5,8 +5,6 @@
  * See getaddrinfo.c and getnameinfo.c.
  */
 
-/* $Id$ */
-
 /* for old netdb.h */
 #ifndef EAI_NODATA
 #define EAI_NODATA     1
index d31a89a1b14da6e41db71be929cd7d19cd631623..5af7491842c0e5fbcd2814f8203aac499cdaab2e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #ifndef _FAKE_GETADDRINFO_H
 #define _FAKE_GETADDRINFO_H
 
index 02ac77a1d1cf3d02bde0314a45c9f0d0ec16159a..4389a8febdb5a33759daeded1ea990ce857d6e29 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #ifndef _FAKE_GETNAMEINFO_H
 #define _FAKE_GETNAMEINFO_H
 
index dd4a8b96713feaa630f96367da2baeb503fc6620..704dd064bd05642b5b5c23f32d8ddcfef4f4e474 100644 (file)
@@ -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__
index 9fc93b39fa445cb52a01b79e9e08574837dbeb43..0c1544b8169ff35431454bb0ba12e6a5a68377fe 100644 (file)
@@ -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__
index 2f9f611db39b327464735e3c9f3e4253453cc1a0..e627650f07a9d7f877cf963b57794541871f4484 100644 (file)
@@ -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"
index 21785672e09cff4b18f0d393e39f3654a162a105..0e9ffd7cc87c2275a0eddd81f4f49e964b4c9542 100644 (file)
@@ -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__
index 62e9e3160b8cb8040199ef3a6d8625d769ddefc6..97abecc23a2f4c8fc5ea9dc12344af879b08b2d4 100644 (file)
@@ -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"
index 9c3b1cf0a746996c4269e303226dab6dc750e7b1..8c16b00f2cf4c3ac68380c724ad6ccc0cde863d6 100644 (file)
@@ -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 $
 */
 
 
index 501fdf66953875873d88289e60dc36ea26308961..1a0554d4d58964cdcbe1a32558e2ef6db72b2a51 100644 (file)
@@ -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
 
index fe85d10fc534a166244457dbd01e0512b81c8afb..bbd7c00efaf35e25f84bb416eeb9cd3f6b921de5 100644 (file)
@@ -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"
index d8a8d83214304e079d78f4324bc6685e153e1186..8af2c6a230c8969936415bdf11c5bfa445e66ddb 100644 (file)
@@ -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"
index d1eae978e2ae0c155f02745356a10f83cb1c46f2..c1afc47ba610fc27fbe87b5601d0bd7757746a20 100644 (file)
@@ -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__
index 6d77cb560aba0497f9f32fc3012e7d42307cdf23..07960940649532f68b6302574f599cbab2d3a959 100644 (file)
@@ -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"
index 5ad7fcb9d04524e75f971bc2d7e7cd3bace4c629..e262846c1f4bccc1dda3f5f200b0433dd0513154 100644 (file)
@@ -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__
index c6e6f35392a4f0e76704f75d1991255bafe20977..868a8ae6133df33992242b6f8cefc6ad5971bbbe 100644 (file)
@@ -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"
index b88caf603200bc32faab825e48021df5d4d28497..c1435a690a34c5d3e28f3e49517ce4e3dee3ffb2 100644 (file)
@@ -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__
index 99ec1415e83a1080911d86b387b08d2d3774acad..0943dd00548b4ee42e60cdee8d1f82c2fde5acc6 100644 (file)
@@ -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"
index 83759203b8d10a5f1081cc5c32384d2778bc4854..744a95b3a95739f2670a922290525552dc086833 100644 (file)
@@ -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__
index 5fee783dad4c5980f0891a6990162a463dab6505..bd9bfa288c0f37adbac02dbc028c235c27745cd8 100644 (file)
@@ -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"
index 7c1873d320fcb44ee5e74382d650fd754374c94a..b2dc61f85783386375ea2b89934ebc08689efb6a 100644 (file)
@@ -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__
index a267f052a196df31c1d797ca1e5cf0dc965d11d9..f7054eeee01bb6190e703595f189a5fb3b511d66 100644 (file)
@@ -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:
index 0d5be20c1ca6262391a0deb28c22daf41ce09f82..a701f4897fc605f789105a70fcfdaf4c039dd34a 100644 (file)
@@ -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__
index 4e9591c21c1f8f2a8ae48e5e8eda8cfd16806f54..802a186157f6abd063bcc7d4d2bca5e3715afc3c 100644 (file)
@@ -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"
index 8e73a6d3759376eccc2ff0301ae99152c8b8f673..9d7f08aed84ef2d0fb185ad212074a57bbc21f1a 100644 (file)
@@ -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"
index 91ebf01dfeadeaa6cd1b711f45f41e24c0f36190..9d5358e5711f2629ba0bef8e440d4282d1834ce5 100644 (file)
@@ -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"
index 192bf24c6d9148408170ab11922374696bf0970b..552d0faae90648cdc21ef4dd3fef6e1162d010a5 100644 (file)
@@ -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__
index fa13433230fb2e1c66e7ccd15829ede8c8e9be2f..db3f5a650a520f341db0955e9ce79caf1bc9e0a6 100644 (file)
@@ -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"
index 82b0ede18ba84e8d0e362856481ff4fe688f26dc..2e67de60fe1a4428287fed3189b4c21137842590 100644 (file)
--- 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"
index ff32b73c9181e6746240dcc982782800d99fa313..31375fd365b662df948c7723fa68b247fc814ef4 100644 (file)
--- 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__
index aca84683e5aaa5a500758803bdcaf90ba435ac8e..ee3026a64eeee5f3b3a51cb717067848d87be8da 100644 (file)
@@ -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"
index 3c4bf48c71607795b8c5f4bedbc44436ef2e1991..ce84c80f20bfda8a15644bb573b1b00166c9e773 100644 (file)
@@ -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"
index f60f2f110a276af30a7d8a60ea8700665ea168cc..e5a030d238c571690efb7d723a33063b1a0282e8 100644 (file)
@@ -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"
index 757bc5d8052596b31584a2793363698e4db7fe97..8459673263c3afa27422012116b4c63f08fdeacd 100644 (file)
@@ -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"
index dc1fec6a74376710dd28ae24fb45cb80fbc5fd94..6b280ad7be6ad971c630e4d40c8916d862460393 100644 (file)
@@ -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__
index 4fbec08fabcb8e1a18e8588f089661b3832f5a01..b55c7317ab45171f6057faf964d75b00e2d5f50d 100644 (file)
@@ -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"
index 528716de865a4d5b4106792ed535849f7b085298..6a8e6413138f6948c000d4940301a346df619ef4 100644 (file)
@@ -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__
index 2ca93008af942ac7fb3f769dc833004294c4de8c..f7735988a3bbe28724922dc88ec7f83fef3efb67 100644 (file)
@@ -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"
index 5f2579f6b4f025345526251a0b8741f6c12646ed..7333ac27015a1978a038d25c26caf720b3648a58 100644 (file)
@@ -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__
index 22c5f9c1a90019e9f905754026ae8e09d4891162..45567d203f5e0e818e2e439a375c63f649931b72 100644 (file)
@@ -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"
index 6bac7110743645c3b590ffef9a27b357eb589354..26de2a5902b310ef488c81bebb8792db22639589 100644 (file)
@@ -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__
index 48166105874ec1f2fc75db608d26ce922ff02558..ee73e6b5adf12b11cc154e0f4e7b329ad299ee9a 100644 (file)
@@ -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"
index 571304ac620acf9d3d8e636f225182113e2a30aa..0ae0acf98078b8759f8eac1dab973206b60e3248 100644 (file)
@@ -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"
index 7ae98036a26036e82bd4a9f4ce5b13dbd008fa97..0d9e7863d4146e97cadb66f64012050d2414f859 100644 (file)
@@ -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"
index 309deffdba29eeae2cd80f5df65e78a0c71c0b28..e1496294fe55d2b0764e0febca8ea3c4833e0f90 100644 (file)
@@ -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"
index eef7e37430f9d8d5e8f2c8c10f688d19ceedd737..a0e52f4ac3238afcb29f5cdab3957dd381a6d96f 100644 (file)
@@ -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"
index f2a135d3de57bea591b83d94447660d0db6a5caf..f71b6ee71426666517ca340b51bf4aa0c437814c 100644 (file)
@@ -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"
index 9b689039c17250f2a57b2c9c44a37132783f478c..e0e5db0d735119150dbcce9d5a7a808c12f4f0de 100644 (file)
@@ -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"
index 807b707ad963f4a1dfcf9907564e7bee919fd7a9..67b209030cffe99ec84598297bdf7ade93fcdf0b 100644 (file)
@@ -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__
index f76bbbd5feeb4c87db1543d64497c52eb142661a..961a13ca348941c95d0c619ad03604357507a049 100644 (file)
@@ -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$
 */
 
 
index 140b61450f0f5a836c83bfbd1084552256a5c37c..baef115b2ccb85f29e665198a43f868896d552a3 100644 (file)
@@ -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"
index 3efed1bea5d82cc3affe771c534ae1d0d2ef2d25..a56922f1d026cbc673ad11647dc596bf9cd3ed01 100644 (file)
@@ -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__
index b0ac6f65fb681e258b3075a446bb556adbc4a7f5..4eba1f59dbd8e50cb1a7ceb504eba42cd8f483d4 100644 (file)
@@ -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"
index de0b4a556a310a5a6ebae534963d968b1c9523a4..86afc39c85031c73d0b6a6231738f9b8338777c8 100644 (file)
@@ -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"