]> git.proxmox.com Git - mirror_frr.git/commitdiff
build: remove $Format tags
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 14 Dec 2016 18:14:04 +0000 (19:14 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 20 Dec 2016 16:54:03 +0000 (17:54 +0100)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
78 files changed:
README.NetBSD
bgpd/bgp_mpath.c
bgpd/bgp_mpath.h
pimd/AUTHORS
pimd/CAVEATS
pimd/COMMANDS
pimd/DEBUG
pimd/LINUX_KERNEL_MROUTE_MFC
pimd/Makefile.am
pimd/README
pimd/TODO
pimd/pim_assert.c
pimd/pim_assert.h
pimd/pim_cmd.c
pimd/pim_cmd.h
pimd/pim_hello.c
pimd/pim_hello.h
pimd/pim_iface.c
pimd/pim_iface.h
pimd/pim_ifchannel.c
pimd/pim_ifchannel.h
pimd/pim_igmp.c
pimd/pim_igmp.h
pimd/pim_igmp_join.h
pimd/pim_igmpv3.c
pimd/pim_igmpv3.h
pimd/pim_int.c
pimd/pim_int.h
pimd/pim_join.c
pimd/pim_join.h
pimd/pim_macro.c
pimd/pim_macro.h
pimd/pim_main.c
pimd/pim_mroute.c
pimd/pim_mroute.h
pimd/pim_msg.c
pimd/pim_msg.h
pimd/pim_neighbor.c
pimd/pim_neighbor.h
pimd/pim_oil.c
pimd/pim_oil.h
pimd/pim_pim.c
pimd/pim_pim.h
pimd/pim_rpf.c
pimd/pim_rpf.h
pimd/pim_signals.c
pimd/pim_signals.h
pimd/pim_sock.c
pimd/pim_sock.h
pimd/pim_ssmpingd.c
pimd/pim_ssmpingd.h
pimd/pim_static.c
pimd/pim_static.h
pimd/pim_str.c
pimd/pim_str.h
pimd/pim_time.c
pimd/pim_time.h
pimd/pim_tlv.c
pimd/pim_tlv.h
pimd/pim_upstream.c
pimd/pim_upstream.h
pimd/pim_util.c
pimd/pim_util.h
pimd/pim_version.c
pimd/pim_version.h
pimd/pim_vty.c
pimd/pim_vty.h
pimd/pim_zebra.c
pimd/pim_zebra.h
pimd/pim_zlookup.c
pimd/pim_zlookup.h
pimd/pimd.c
pimd/pimd.conf.sample
pimd/pimd.h
pimd/test_igmpv3_join.c
tests/bgp_mpath_test.c
tests/table_test.c
zebra/client_main.c

index 6bbc680b95e9d80d831d7f531bffd95f5a73cdba..6e454533e581b027b40fa694503060c97db9a1fe 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-# $QuaggaId: Format:%an, %ai, %h$ $
-
 # This file is helpful for building quagga from cvs on NetBSD, and
 # probably on any system using pkgsrc.  
 # One should have readline installed already (pkgsrc/devel/readline).
index e7272cc0aa44084838ef7d07639b64fb425e016f..c9af8419f270759d1bfa2edfc40376d0d9eaaae1 100644 (file)
@@ -1,5 +1,4 @@
-/* $QuaggaId: Format:%an, %ai, %h$ $
- *
+/*
  * BGP Multipath
  * Copyright (C) 2010 Google Inc.
  *
index 0a51c98d06602e846dfd9822c1a44fbdee899615..9a38b5943d3411ef15082f03472ea555c630147b 100644 (file)
@@ -1,5 +1,4 @@
-/* $QuaggaId: Format:%an, %ai, %h$ $
- *
+/*
  * BGP Multipath
  * Copyright (C) 2010 Google Inc.
  *
index f6135a410ed8f17e6a6ad4b83b3dcfb48ebcc6f4..08869ff6fbcf720d027efbd81674d0c978ddbe03 100644 (file)
@@ -1,5 +1,3 @@
-# $QuaggaId: $Format:%an, %ai, %h$ $
-
 # Everton da Silva Marques <everton.marques@gmail.com>
 $ more ~/.gitconfig
 [user]
index 9f07bda666c3f256b75994c221b177e3ef95cbd6..43dd823ae58cd184d00cab3adf01294e6c12e821 100644 (file)
@@ -1,5 +1,3 @@
-# $QuaggaId: $Format:%an, %ai, %h$ $
-
 C1 IGMPv3 backward compatibility with IGMPv1 and IGMPv2 is not
    implemented. See RFC 3376, 7.3. Multicast Router Behavior. That's
    because only Source-Specific Multicast is currently targeted.
index 425ac82297fbd3a3d2ceb7ebdeb3d1d8d167c163..c545eca56e45d034132b5dac63c3496416c7c82b 100644 (file)
@@ -1,5 +1,3 @@
-# $QuaggaId: $Format:%an, %ai, %h$ $
-
 global configuration commands:
        pimd:
        ip multicast-routing    Enable IP multicast forwarding
index 72fb8264b94ca4c346ef82aa9e9a126ad580007c..a6ad260e82243d18e61f588c739f4d625ef08ca0 100644 (file)
@@ -1,5 +1,3 @@
-# $QuaggaId: $Format:%an, %ai, %h$ $
-
 DEBUG HINTS
 
   - Check the source is issuing multicast packets with TTL high enough
index e87e567f9dd6d732496cbb3bdcf73d2adc322989..3e482465f1eb38e7e5a4cf71352d8254d237b835 100644 (file)
@@ -1,5 +1,3 @@
-# $QuaggaId: $Format:%an, %ai, %h$ $
-
 #
 # The Linux Kernel MFC (Multicast Forwarding Cache)
 #
index eba05076d5f7ecb338d5031d7158e6197c55b42f..bc28aa1e929a24ba47eb19be0f28b088436ddcb4 100644 (file)
@@ -1,5 +1,4 @@
 ## Process this file with automake to produce Makefile.in.
-## $QuaggaId: $Format:%an, %ai, %h$ $
 
 # qpimd - pimd for quagga
 # Copyright (C) 2008 Everton da Silva Marques
index 1e3f72c8385e08ee1b501aac16e7485ce415ee7c..c8997808b65de5a3f75e7c450859ac47f5d8fdde 100644 (file)
@@ -1,7 +1,3 @@
-#
-# $QuaggaId: $Format:%an, %ai, %h$ $
-#
-
 INTRODUCTION
 
         qpimd aims to implement a PIM (Protocol Independent Multicast)
index 2308573b8749256ac09790b82cec8dedf200f9b0..4c0f183100486c4bb0e0fa26df2fd05a314c6f59 100644 (file)
--- a/pimd/TODO
+++ b/pimd/TODO
@@ -1,5 +1,3 @@
-# $QuaggaId: $Format:%an, %ai, %h$ $
-
 T1 DONE Implement debug command
    test pim receive join
 
index d3df6a11021893f51dacc7184168d67349061ca5..f09540ea00b9ca46c7ef5fb3671bad176c9e3dab 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index bd3fb3e25352ac08027e07b53cf0f1f776101312..ec18cab85eb4a1d9231c244f3f96df53f0d9708e 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_ASSERT_H
index 430fc738d500173bc1983388511c3c8cdcc5c886..3901992361615bb410ab3b7c413645e1e3add84f 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 26191cd0b6133094880ee429f639dc050d12bee4..e6fbfa310c3d1c08c94657919f9b903560c1e294 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_CMD_H
index 21d0e5b85ce2739c52114d3a87cdfc4d90a1b084..1cd44f253921f3e664f4b8e6f21a59d753e70a4b 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index b5e272d5de5b2a6f5b92815190d5f365c766d5db..3a6d3361ba3b877de661a33744aa199feed9e88c 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_HELLO_H
index a8a1d088055031efd368f9f7b163302f485d3139..bac9692caa4ca406e41d58f59dce050117ad563d 100644 (file)
@@ -15,8 +15,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 790afabea162813080728fa60326e74fdf73e4bd..e56559ca462a513b8e9aa0fa672a30943c6c037b 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_IFACE_H
index abfa5cc2b7bf844c9974cd171f3c1605bdb905b9..7afb7a5bdfe33af393e0b0d57292bb4b6c55b9ce 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index e6f1c2947c9fb5df59bfd2bdcd09b6142d97002d..ce753222ee0bb2d3553c7e4e98c9e893b781c57f 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_IFCHANNEL_H
index 3b63b10e0d92badae91425b6c5f36a4975643b15..ef1b3cbac0434bc8185eb796bf2216f2a805cc1c 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index c6685c2837ec2afd357dbe58ec9adc42e68ea553..eb0377ce8c8258fdadf62e02e2c3be0943c1556f 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_IGMP_H
index 1700276de86a8469ac097cfce3d311bb4439df4f..ba80db0696c801d3ac137faa3071fe78b56217ad 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_IGMP_JOIN_H
index 7300e6c6b4f25a3905513aa55d3569589181d3a9..bdaf2bb27010af0c3bfc396b559203d4e79867ad 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index bb7e92672a87808c9157800ec053ad68d536c05c..db7895f9be8a82880a7e6db4e38565c1268dbcf4 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_IGMPV3_H
index 208075190f2d19b56a56e405de2edc08657ef610..44b8386a3d35bfabfdd0ab966ce5f6f9fbcbc2e2 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index d64b103277e22008ea523d5e93dc25194307e292..a6349b5b3d046515d183219ea4a2b96f6c1c871f 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_INT_H
index 3852b423f02471117e83070553c275e3124ea932..6a5fb851d6ec86ddba1195686b328d64544d1b80 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 37ec0f452560b65b17cb7790b77e0f3059a2ccad..dcdca00359b84baddee75a69bb92cf0a8a3ce642 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_JOIN_H
index 39098df526f759766079989f8331d95585e0473c..622bef44393ad73597a9097157ed2671261085f6 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 472fa9b4e79c0be5a944fe32fe6c5418975f5dc3..3079ca80cc0cd755c778230404b119f2682e7da8 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_MACRO_H
index aa3db3d5b2e4328be79932788c679a323322a830..8476964669f9cd18d53301ff7a266472dd646a3a 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 56f49d62f5785c6edb7a5ba1b4b1243678d925c0..3fbed88800ee3490909c619f1d41489ac53470a8 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 176fb81cbc592a086dc4473810546b75a491f9c0..f385ce09f4316e112d327f9fb05caedf8c387d51 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_MROUTE_H
index aa0433a2e2b0fbda20bd3a729168c47cbf1015e1..9d0fc0ad8f6f163fc6ccc095b662a5d06cb7a85c 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index a884fc84d9b9e4666bafb204063c5e3be68e45c6..96a89659e671806f393dce0c73efc9067cf85e51 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_MSG_H
index 7e7cbc0d116c02fe9eb12c7915fe3594e5bd99b7..04792eb35e656672275b10e7a5a782618d6cb6fa 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 5b2172dfc14f538f4223590e1c132ec24918d01b..e023a7f1ef784b094cf58cbf4630f4161a737fc0 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_NEIGHBOR_H
index 96f9ef2b62601c6185a174b0899c4670063beaca..ebbc6e19f96e843cafcbeed25dde6f91dd522dd3 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index c63c026c0f29b5f967c91eba2eb02f6c257aa742..540acce3a3d7d5ccdc310b2fc14d6e18cf1ec148 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_OIL_H
index 0dfd39cd16f1f3dc481a5fc19e371c91ffbd0d81..0f41a433153d35629d8ebfddde099b9f2723d770 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 4b378fb2c31131438ecf6b9d65bb7dfac61c383d..5692a37938de1718a0bdd9b44b849dfaebd8c279 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_PIM_H
index 11d8464486892b787c62599bc8b22d2b007f4881..8d6e7b70c105af93288d056cd3a7bc5e109d4dc8 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 72cc7ba2156cf3b5b0a5c7fbcf7049d2678af5f2..4d55bd688136acb1352a28b6a499e8b4085e59cc 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_RPF_H
index 0344aa81d4c7810ce8f130455009363c86749a88..bd4d9e4857a9be9893be0cd736ca7029eb091f59 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 62523c038b51fe884955a8a117cf7bfc2c55a5c0..7b25608c105ae5ca99596a0c1a88b09158f8c2d2 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_SIGNALS_H
index 231efd0f223ab67eed0ba5823c97939c5880e532..54816d126be7f1150648993c038c9d8fb88fcf49 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index cd29543fa0293dd3e65240ca1b3ab96a0ebfc433..f905c661dd22e5d785a88e41fe5cc08ddc2b2093 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_SOCK_H
index fba563a6f86ee839c5b4ed13c7f69689dcad96e7..ece644a8615ba7eb8548b0406b71566262e8531d 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 4bef20b2095664e6ffb5f0f692e6830565a686f7..54f787e2a311445b18311098b4c7f0b31b426da0 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_SSMPINGD_H
index 5882142b3213837cc93372013971140d921c508e..565d6fe728921bd5c263254809b1f71993c3c009 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 07d31d59b75a5cf264c7a42413f36ce1c4528609..c288aa7ff4893171ba908bc737c42a95fd94d0e8 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_STATIC_H_
index 3a8353cd8cb7466dac76b6d8b42729ea151677cb..c817045697c418bccd8ec450ee636f106ebd835e 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 925f17f7325ab3a3651fade5af20529ff8067125..d2af0110a40a8f0c14cfd1dea35922eee7e7f11c 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_STR_H
index 4e5832cc657bab652fef61d1ea372ba2fd6d39b3..75f767fef1e867d16dc61f59d1112cd0ab1f10b0 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 2984d9a8df8cc1cafce549b06fc673f595b44f67..8ccc6a9207d0b667046e8940c26705afbce2d855 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_TIME_H
index 38f6de9feaa3cea7a65dda5dd26b2602469be203..546ceb86e189965b25367bb34f1ef95cf0a2a281 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 8556e931abe77f250bf1a97b63216f4590c3fab4..16c5aa4b97e2fc5b6f96be72024f7e52fd743ccf 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_TLV_H
index 82678857565c2ab2af910be704f1f9de0c6e7274..059de3b62e15ce5411a9d270c3240965f441bc70 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index ea44707c54f69b804139ecb04c34b160c1ed58bb..f10c8feb3ba32d609974cdf10f4a7f84ae2a72ea 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_UPSTREAM_H
index 57a8488ecab721a0a12cea57d9f97f40dd6f1b8e..f5b6a8210abb3077b12020002d3c810e2d5a2648 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index a8613e2b97d09f9d6f8d8cd4aff204a73153ad8e..d780bfbc27554e11ad2074bf4c125bec39544010 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_UTIL_H
index f3a5ee33595ef9646e35b9fd966160c6d49bca73..a43c27d5b5337fb595f3f28f5f154ad2425404d6 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index ef9f370c73b2d5a15286e0cf31dc4a94a4f6e7f7..64e07862d6d16bb622ceb171bf98b06fded8f6aa 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_VERSION_H
index 037a00c4daa34e3f1066004e3ddd899fb99ab56f..07c65e4e537c8db0c047d7a6479b2df280ee15e2 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 904ee55302ed2bb57645ae02df46f3c0977ac13c..18a632e016278daefdb15ec6dd6bc2c84f0e589c 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_VTY_H
index 1822de22997d6870f1851232a39fca364876b6db..f2195960c4ee04a070b6d9d53c2892b47aac9479 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 8e8f09551a84f55987fc17e78b8a5f2ac13e404d..257c9b896f584314322ff1589a4de488170d3721 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_ZEBRA_H
index 86d7edbd01bb540df6c24e00061d43e3659dd97a..af561a0b62b4727a7796510b450675aac0413385 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index f2be6d4fa09c89590fa869a331c6b454ae467f57..dbce92647bb6bb8ee5257af77664292156f37d7a 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIM_ZLOOKUP_H
index 91d8d56afc0d6188737e6c6879ddd97ddb72baef..15e52afc1dc29be017b4734fffcc808e99fe9189 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 67530856b67849d1bb45e7c89c3cc50a5d30cad0..de1da6b8387f08cba46f64f53b15023fa36dd474 100644 (file)
@@ -1,6 +1,5 @@
 !
 ! pimd sample configuration file
-! $QuaggaId: $Format:%an, %ai, %h$ $
 !
 hostname quagga-pimd-router
 password zebra
index 8855a2ab3ff0142909149d71f0cbf6a42f76b43d..2230a6ce9185b7e8a0c91155499f8e82f1e31bab 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #ifndef PIMD_H
index 5c4574024b39bb4fe3900de5702b2db9f1467e0e..29143f362e08a9728b1938cfbe1be4687c2c5fe7 100644 (file)
@@ -16,8 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
-  $QuaggaId: $Format:%an, %ai, %h$ $
 */
 
 #include <zebra.h>
index 723f2977d585158def67f9f7045fda4c8cf9cf07..f9eb1534f3d4686c304f0552e0904be500044b70 100644 (file)
@@ -1,5 +1,4 @@
-/* $QuaggaId: Format:%an, %ai, %h$ $
- *
+/*
  * BGP Multipath Unit Test
  * Copyright (C) 2010 Google Inc.
  *
index ee81927073887cacbb1203cec64c33df193f38b4..4042e1aaa2a8517477cea78b497778fc76b8ee87 100644 (file)
@@ -1,5 +1,4 @@
-/* $QuaggaId: Format:%an, %ai, %h$ $
- *
+/*
  * Routing table test
  * Copyright (C) 2012 OSR.
  *
index 24bfa56d021b270ac7260fe5716a92e9d0721b1d..8290eafc4d98f01f787d69e581139f3c1dc13475 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Quagga: $Format:%an, %ai, %h$ $
- *
  * GNU Zebra client test main routine.
  * Copyright (C) 1997 Kunihiro Ishiguro
  *