Remove all occurences of $Id$.

This commit is contained in:
Guus Sliepen 2009-09-24 23:39:16 +02:00
parent c23fcf555e
commit c217d214f4
66 changed files with 0 additions and 134 deletions

View file

@ -1,5 +1,4 @@
## Process this file with automake to produce Makefile.in
# $Id$
noinst_LIBRARIES = libvpn.a

View 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"

View 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$
*/

View 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"

View 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__

View 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__

View file

@ -5,8 +5,6 @@
* See getaddrinfo.c and getnameinfo.c.
*/
/* $Id$ */
/* for old netdb.h */
#ifndef EAI_NODATA
#define EAI_NODATA 1

View file

@ -1,5 +1,3 @@
/* $Id$ */
#ifndef _FAKE_GETADDRINFO_H
#define _FAKE_GETADDRINFO_H

View file

@ -1,5 +1,3 @@
/* $Id$ */
#ifndef _FAKE_GETNAMEINFO_H
#define _FAKE_GETNAMEINFO_H

View 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__

View 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__

View 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"

View 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__

View 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"

View 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 $
*/