summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-08-01 16:52:03 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-09-27 21:34:26 +0400
commitb82cdeb18f8e68feb797f0b4780ded672635b545 (patch)
tree474532dc205c0b648c5690dc5c2efba6aa8f12ef
parent6159928d28285938356a3d48d2477fbdb7890e61 (diff)
delete CVS keywords
-rw-r--r--INSTALL.quagga.txt2
-rwxr-xr-xconfigure.ac1
-rw-r--r--isisd/dict.c3
-rw-r--r--lib/command.c2
-rw-r--r--lib/log.c2
-rw-r--r--lib/log.h2
-rw-r--r--lib/memtypes.c2
-rw-r--r--lib/route_types.awk2
-rw-r--r--solaris/Makefile.am1
-rwxr-xr-xsolaris/quagga.init.in2
-rw-r--r--tests/heavy-wq.c2
-rw-r--r--watchquagga/watchquagga.c2
12 files changed, 0 insertions, 23 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt
index f627c922..ec4e799d 100644
--- a/INSTALL.quagga.txt
+++ b/INSTALL.quagga.txt
@@ -1,5 +1,3 @@
-# $Id$
-
--------------------------------------------------------------------------
Building and Installing Quagga from releases or snapshots:
diff --git a/configure.ac b/configure.ac
index e33b1e9a..899108d9 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,6 @@
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
##
-## $Id$
AC_PREREQ(2.53)
AC_INIT(Quagga, 0.99.19, [https://bugzilla.quagga.net])
diff --git a/isisd/dict.c b/isisd/dict.c
index 6c3e1e7f..a78b82ac 100644
--- a/isisd/dict.c
+++ b/isisd/dict.c
@@ -13,9 +13,6 @@
* This source code may be translated into executable form and incorporated
* into proprietary software; there is no requirement for such software to
* contain a copyright notice related to this source.
- *
- * $Id$
- * $Name$
*/
#include <stdlib.h>
diff --git a/lib/command.c b/lib/command.c
index 264e0f7b..4f6d184d 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Command interpreter routine for virtual terminal [aka TeletYpe]
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
diff --git a/lib/log.c b/lib/log.c
index df6e13db..8a7e5f3a 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Logging of zebra
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
*
diff --git a/lib/log.h b/lib/log.h
index 2dd1d313..1f9a6899 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Zebra logging funcions.
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
*
diff --git a/lib/memtypes.c b/lib/memtypes.c
index 59020671..d2bc1c62 100644
--- a/lib/memtypes.c
+++ b/lib/memtypes.c
@@ -5,8 +5,6 @@
*
* The script is sensitive to the format (though not whitespace), see
* the top of memtypes.awk for more details.
- *
- * $Id$
*/
#include "zebra.h"
diff --git a/lib/route_types.awk b/lib/route_types.awk
index eb3d382a..6cfd5377 100644
--- a/lib/route_types.awk
+++ b/lib/route_types.awk
@@ -1,5 +1,3 @@
-# $Id$
-#
# Scan a file of route-type definitions (see eg route_types.txt) and
# generate a corresponding header file with:
#
diff --git a/solaris/Makefile.am b/solaris/Makefile.am
index ecaf9b9b..dcee240c 100644
--- a/solaris/Makefile.am
+++ b/solaris/Makefile.am
@@ -1,5 +1,4 @@
# Solaris packages automake file
-# $Id$
# XXX This file uses GNU make extensions.
diff --git a/solaris/quagga.init.in b/solaris/quagga.init.in
index 8457e990..00426241 100755
--- a/solaris/quagga.init.in
+++ b/solaris/quagga.init.in
@@ -20,8 +20,6 @@
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#
-# $Id$
-#
# Starts/stops the given daemon
SMFINCLUDE=/lib/svc/share/smf_include.sh
diff --git a/tests/heavy-wq.c b/tests/heavy-wq.c
index a2c609d4..e5f688c2 100644
--- a/tests/heavy-wq.c
+++ b/tests/heavy-wq.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* This file is part of Quagga.
*
* Quagga is free software; you can redistribute it and/or modify it
diff --git a/watchquagga/watchquagga.c b/watchquagga/watchquagga.c
index fb628acc..b57fd3ae 100644
--- a/watchquagga/watchquagga.c
+++ b/watchquagga/watchquagga.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Monitor status of quagga daemons and restart if necessary.
Copyright (C) 2004 Andrew J. Schorr