summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-12-04 16:12:36 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-12-05 23:28:12 +0100
commita7ea39668db8281c5f0713f7c467d2bd3fe41770 (patch)
treecbe46db7c857d3830da87f6f68989e5d1e7aa485
parentconfigure, zebra: Kame is not responsible for on/off of v6 forwarding (diff)
downloadfrr-a7ea39668db8281c5f0713f7c467d2bd3fe41770.tar.xz
frr-a7ea39668db8281c5f0713f7c467d2bd3fe41770.zip
*: Remove cvs control points
The $Id: lines would allow code kept in cvs to substitute the file version upon checkout. Since we are not using cvs there is no need to keep these lines anymore. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--isisd/dict.h2
-rw-r--r--lib/md5.c4
-rw-r--r--lib/md5.h4
-rw-r--r--lib/zassert.h2
-rw-r--r--ospfd/OSPF-ALIGNMENT.txt2
-rw-r--r--pkgsrc/README.txt2
-rw-r--r--ripd/ripd.conf.sample2
-rw-r--r--ripngd/ripngd.conf.sample2
-rw-r--r--tests/helpers/c/main.c2
-rw-r--r--tests/lib/test_heavy.c2
-rw-r--r--tests/lib/test_heavy_thread.c2
-rw-r--r--tests/lib/test_privs.c2
-rw-r--r--zebra/zebra.conf.sample2
13 files changed, 0 insertions, 30 deletions
diff --git a/isisd/dict.h b/isisd/dict.h
index a5ee92231..32683c57d 100644
--- a/isisd/dict.h
+++ b/isisd/dict.h
@@ -14,8 +14,6 @@
* into proprietary software; there is no requirement for such software to
* contain a copyright notice related to this source.
*
- * $Id: dict.h,v 1.3 2005/09/25 12:04:25 hasso Exp $
- * $Name: $
*/
#ifndef DICT_H
diff --git a/lib/md5.c b/lib/md5.c
index cce67d7ec..8989a93c5 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -1,7 +1,3 @@
-/* $USAGI: md5.c,v 1.2 2000/11/02 11:59:24 yoshfuji Exp $ */
-/* $KAME: md5.c,v 1.2 2000/05/27 07:07:48 jinmei Exp $ */
-/* $Id: md5.c,v 1.6 2006/01/17 23:39:04 vincent Exp $ */
-
/*
* Copyright (C) 2004 6WIND
* <Vincent.Jardin@6WIND.com>
diff --git a/lib/md5.h b/lib/md5.h
index adc92d670..59291c7df 100644
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -1,7 +1,3 @@
-/* $USAGI: md5.h,v 1.2 2000/11/02 11:59:25 yoshfuji Exp $ */
-/* $KAME: md5.h,v 1.4 2000/03/27 04:36:22 sumikawa Exp $ */
-/* $Id: md5.h,v 1.3 2006/01/17 17:40:45 paul Exp $ */
-
/*
* Copyright (C) 2004 6WIND
* <Vincent.Jardin@6WIND.com>
diff --git a/lib/zassert.h b/lib/zassert.h
index 5c06d933e..d45e1be5f 100644
--- a/lib/zassert.h
+++ b/lib/zassert.h
@@ -1,6 +1,4 @@
/*
- * $Id: zassert.h,v 1.2 2004/12/03 18:01:04 ajs Exp $
- *
* This file is part of Quagga.
*
* Quagga is free software; you can redistribute it and/or modify it
diff --git a/ospfd/OSPF-ALIGNMENT.txt b/ospfd/OSPF-ALIGNMENT.txt
index dac6182fd..905bd228b 100644
--- a/ospfd/OSPF-ALIGNMENT.txt
+++ b/ospfd/OSPF-ALIGNMENT.txt
@@ -1,5 +1,3 @@
-$Id: OSPF-ALIGNMENT.txt,v 1.1 2004/11/17 17:59:52 gdt Exp $
-
Greg Troxel <gdt@ir.bbn.com>
2004-11-17
diff --git a/pkgsrc/README.txt b/pkgsrc/README.txt
index 13ec449a1..b70bb3fc1 100644
--- a/pkgsrc/README.txt
+++ b/pkgsrc/README.txt
@@ -1,5 +1,3 @@
-$Id: README.txt,v 1.1 2004/08/27 15:57:35 gdt Exp $
-
This directory contains files for use with the pkgsrc framework
(http://www.pkgsrc.org) used with NetBSD and other operating systems.
Eventually it will be hooked into automake such that they can be
diff --git a/ripd/ripd.conf.sample b/ripd/ripd.conf.sample
index 2902ff9cc..e11bf0bb2 100644
--- a/ripd/ripd.conf.sample
+++ b/ripd/ripd.conf.sample
@@ -2,8 +2,6 @@
!
! RIPd sample configuration file
!
-! $Id: ripd.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
-!
hostname ripd
password zebra
!
diff --git a/ripngd/ripngd.conf.sample b/ripngd/ripngd.conf.sample
index ad673e57e..28f08c399 100644
--- a/ripngd/ripngd.conf.sample
+++ b/ripngd/ripngd.conf.sample
@@ -2,8 +2,6 @@
!
! RIPngd sample configuration file
!
-! $Id: ripngd.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
-!
hostname ripngd
password zebra
!
diff --git a/tests/helpers/c/main.c b/tests/helpers/c/main.c
index 9bf56dde1..fed1d5a53 100644
--- a/tests/helpers/c/main.c
+++ b/tests/helpers/c/main.c
@@ -1,6 +1,4 @@
/*
- * $Id: main.c,v 1.1 2005/04/25 16:42:24 paul Exp $
- *
* This file is part of Quagga.
*
* Quagga is free software; you can redistribute it and/or modify it
diff --git a/tests/lib/test_heavy.c b/tests/lib/test_heavy.c
index 604a5733c..e2a0a2d49 100644
--- a/tests/lib/test_heavy.c
+++ b/tests/lib/test_heavy.c
@@ -1,6 +1,4 @@
/*
- * $Id: heavy.c,v 1.3 2005/04/25 16:42:24 paul Exp $
- *
* This file is part of Quagga.
*
* Quagga is free software; you can redistribute it and/or modify it
diff --git a/tests/lib/test_heavy_thread.c b/tests/lib/test_heavy_thread.c
index 9a7578006..075bcb6da 100644
--- a/tests/lib/test_heavy_thread.c
+++ b/tests/lib/test_heavy_thread.c
@@ -1,6 +1,4 @@
/*
- * $Id: heavy-thread.c,v 1.2 2005/04/25 16:42:24 paul Exp $
- *
* This file is part of Quagga.
*
* Quagga is free software; you can redistribute it and/or modify it
diff --git a/tests/lib/test_privs.c b/tests/lib/test_privs.c
index 1984f28e6..421c34543 100644
--- a/tests/lib/test_privs.c
+++ b/tests/lib/test_privs.c
@@ -1,6 +1,4 @@
/*
- * $Id: test-privs.c,v 1.1 2005/10/11 03:48:28 paul Exp $
- *
* This file is part of Quagga.
*
* Quagga is free software; you can redistribute it and/or modify it
diff --git a/zebra/zebra.conf.sample b/zebra/zebra.conf.sample
index a5d0732f6..03042eb08 100644
--- a/zebra/zebra.conf.sample
+++ b/zebra/zebra.conf.sample
@@ -2,8 +2,6 @@
!
! zebra sample configuration file
!
-! $Id: zebra.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
-!
hostname Router
password zebra
enable password zebra