]> git.proxmox.com Git - mirror_frr.git/commitdiff
*: Remove cvs control points
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 4 Dec 2017 15:12:36 +0000 (10:12 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 5 Dec 2017 22:28:12 +0000 (17:28 -0500)
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>
13 files changed:
isisd/dict.h
lib/md5.c
lib/md5.h
lib/zassert.h
ospfd/OSPF-ALIGNMENT.txt
pkgsrc/README.txt
ripd/ripd.conf.sample
ripngd/ripngd.conf.sample
tests/helpers/c/main.c
tests/lib/test_heavy.c
tests/lib/test_heavy_thread.c
tests/lib/test_privs.c
zebra/zebra.conf.sample

index a5ee922318d8cd29e38ca6c3e2b02e4d59d02daa..32683c57d58a054fcd057f62ca1d5c46eca66dde 100644 (file)
@@ -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
index cce67d7ec1d299e5d0a7cc9b9d904d90e36bb308..8989a93c597b2fb133c4e009b4f00fca5609a4b0 100644 (file)
--- 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>
index adc92d670da8abb0f65458ecb5844b5b90d935f9..59291c7df3bdd233f8fc510c9a50ea36bbbfb73e 100644 (file)
--- 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>
index 5c06d933e6fb277d38d9d537f793c5354e728d94..d45e1be5f8392c26e8fdff60609fffd38daca7d8 100644 (file)
@@ -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
index dac6182fdeabca809ee7e50488b7d035ea851c08..905bd228b169692575331bc2f79228483ad996fd 100644 (file)
@@ -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
 
index 13ec449a1f54eca54da507244a31fadd6519a751..b70bb3fc1d6a5b55aa21fdc48947cd92a1736951 100644 (file)
@@ -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
index 2902ff9cca1556103e0352d1903fab50f23bac35..e11bf0bb2362bbf5d5d8b75d61a22aaa6cbb07d7 100644 (file)
@@ -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
 !
index ad673e57e0ba7d64c2d94e81b452510ceb82771a..28f08c399a674959c189e02889f8eeddf0b65bc4 100644 (file)
@@ -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
 !
index 9bf56dde14d5dcccf6c9c72225a92c97751aa55b..fed1d5a53735f306cce0dcf0569459e4014184a7 100644 (file)
@@ -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
index 604a5733cab493bb5181e4070db94a836d2005b8..e2a0a2d49a1e1c9c0c4c1d554d738db09a7ab682 100644 (file)
@@ -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
index 9a75780060cdf391f83221eba1dafb3e7ac434f0..075bcb6daf7b5c6c2abca54f4a2738a3684a4dad 100644 (file)
@@ -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
index 1984f28e635d2a7dab84f15932cfaf2b38c44c3d..421c3454365761f7ec24a66662f3c7862f236148 100644 (file)
@@ -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
index a5d0732f6b3d2fc09ac77a827c7fab0922791a99..03042eb083ba683c60a7323244b4c01c4b3af0f1 100644 (file)
@@ -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