]> git.proxmox.com Git - mirror_frr.git/commitdiff
delete CVS keywords
authorDenis Ovsienko <infrastation@yandex.ru>
Mon, 1 Aug 2011 12:52:03 +0000 (16:52 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 27 Sep 2011 17:34:26 +0000 (21:34 +0400)
12 files changed:
INSTALL.quagga.txt
configure.ac
isisd/dict.c
lib/command.c
lib/log.c
lib/log.h
lib/memtypes.c
lib/route_types.awk
solaris/Makefile.am
solaris/quagga.init.in
tests/heavy-wq.c
watchquagga/watchquagga.c

index f627c9221c9fbc35b167769b48e88edb759a12bf..ec4e799d2af18f34148f71b8f4c056cef54c4dbe 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 --------------------------------------------------------------------------
 Building and Installing Quagga from releases or snapshots:
 
index e33b1e9a7a3a67b73d28d618623c41c57cbaeb23..899108d9f4ecb97651a7d285816b3cecb4e373ac 100755 (executable)
@@ -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])
index 6c3e1e7fddd70c1c3ca2cc11831253c5a83ddf7b..a78b82ac4f17acc569cc8405c15046b153c3ea49 100644 (file)
@@ -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>
index 264e0f7bda5d5a2f769df1232aa855de472ab2f4..4f6d184da81fa3b1e33f648b85ac7494b5443551 100644 (file)
@@ -1,6 +1,4 @@
 /*
-   $Id$
    Command interpreter routine for virtual terminal [aka TeletYpe]
    Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
 
index df6e13db41603ea60a7bca1f00fde0ad94934fae..8a7e5f3a7d4eaed9ddee70cfb02cb9497f18cdbe 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Logging of zebra
  * Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
  *
index 2dd1d313793c2bed264aa4384df5f8cbc16e2bd1..1f9a68992e95f7407f4bf0ed555e70ac1e27cb39 100644 (file)
--- a/lib/log.h
+++ b/lib/log.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Zebra logging funcions.
  * Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
  *
index 5902067182dc7aa7126f5c3a3cd657f5ddea1123..d2bc1c62e21905f5cda14a3f305aaea7a6ef45fd 100644 (file)
@@ -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"
index eb3d382a99e792e5c8c358f7222c7148681afa33..6cfd5377fa3dd275db67b5f9e32c8614258e6d18 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # Scan a file of route-type definitions (see eg route_types.txt) and
 # generate a corresponding header file with:
 #
index ecaf9b9b5f80283872729c342d352678694898b0..dcee240c626a6abb1f7ff732bc2cd25d835cc851 100644 (file)
@@ -1,5 +1,4 @@
 # Solaris packages automake file
-# $Id$
 
 # XXX This file uses GNU make extensions.
 
index 8457e990387f2f8e9e546d46e9a76b3ffd9f9b52..00426241b2244eb2d765af56ade3e7cb90dae3fc 100755 (executable)
@@ -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
index a2c609d468d7be9b4916451eb5590edcf4aa177d..e5f688c21317389113df4948124af5e402933f7a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This file is part of Quagga.
  *
  * Quagga is free software; you can redistribute it and/or modify it
index fb628acca31640a1df139fe8d8aff9e6bd2778f4..b57fd3ae04844bd4b0b94dbc9d3eafaea064a2dc 100644 (file)
@@ -1,6 +1,4 @@
 /*
-    $Id$
-
     Monitor status of quagga daemons and restart if necessary.
 
     Copyright (C) 2004  Andrew J. Schorr