diff --git a/Makefile b/Makefile index 265d650..b78e806 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ #!make -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/config.mk b/config.mk index dc4240d..74bbe7a 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,4 @@ #!make -# $Id$ # ============================================================================ # # CONFIG.MK: Installation preferences diff --git a/debian/postinst b/debian/postinst index 714f3bb..9518921 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,5 @@ #!/bin/sh # -# @(#)$Id$ -# update-rc.d arpsponge defaults diff --git a/debian/postrm b/debian/postrm index 045a154..bcf5aa2 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,5 @@ #!/bin/sh # -# @(#)$Id$ -# if [ "$1" = purge ]; then update-rc.d arpsponge remove diff --git a/debian/prerm b/debian/prerm index 1b4a9f3..6dcffcd 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,5 @@ #!/bin/sh # -# @(#)$Id$ -# if which invoke-rc.d >/dev/null 2>&1; then invoke-rc.d arpsponge stop diff --git a/defaults.sample.src b/defaults.sample.src index 26584e2..09a4e9c 100644 --- a/defaults.sample.src +++ b/defaults.sample.src @@ -1,4 +1,3 @@ -# @(#)$Id$ ############################################################################# # # This is a sample file for /etc/defaults/arpsponge/defaults diff --git a/doc/Makefile b/doc/Makefile index f853661..9ea6efc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,5 @@ #!make # -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/init.d/Makefile b/init.d/Makefile index 9b245ca..3835b92 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,7 +1,5 @@ #!make # -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/init.d/arpsponge.sh b/init.d/arpsponge.sh index de2fc2b..7a3d285 100644 --- a/init.d/arpsponge.sh +++ b/init.d/arpsponge.sh @@ -9,7 +9,6 @@ ### END INIT INFO ############################################################################### -# @(#) $Id$ ############################################################################### # # Start-up script for the arpsponge program. diff --git a/lib/M6/ARP/Base.pm b/lib/M6/ARP/Base.pm index 159e9d2..3f33904 100644 --- a/lib/M6/ARP/Base.pm +++ b/lib/M6/ARP/Base.pm @@ -1,4 +1,3 @@ -# @(#)$Id$ #=============================================================================== # # Module: M6::ARP::Base diff --git a/lib/M6/ARP/Const.pm b/lib/M6/ARP/Const.pm index b181740..75c174f 100644 --- a/lib/M6/ARP/Const.pm +++ b/lib/M6/ARP/Const.pm @@ -1,5 +1,4 @@ ############################################################################### -# @(#)$Id$ ############################################################################### # # ARP Sponge Flags diff --git a/lib/M6/ARP/Control.pm b/lib/M6/ARP/Control.pm index 5b5f9ba..63108f4 100644 --- a/lib/M6/ARP/Control.pm +++ b/lib/M6/ARP/Control.pm @@ -1,5 +1,4 @@ ############################################################################# -# @(#)$Id$ ############################################################################## # # ARP sponge control socket. diff --git a/lib/M6/ARP/Control/Base.pm b/lib/M6/ARP/Control/Base.pm index afbe301..7eb2766 100644 --- a/lib/M6/ARP/Control/Base.pm +++ b/lib/M6/ARP/Control/Base.pm @@ -1,5 +1,4 @@ ############################################################################# -# @(#)$Id$ ############################################################################## # # ARP sponge control socket, base class. diff --git a/lib/M6/ARP/Control/Client.pm b/lib/M6/ARP/Control/Client.pm index 42aaa73..30bfd03 100644 --- a/lib/M6/ARP/Control/Client.pm +++ b/lib/M6/ARP/Control/Client.pm @@ -1,5 +1,4 @@ ############################################################################# -# @(#)$Id$ ############################################################################## # # ARP sponge control socket. diff --git a/lib/M6/ARP/Control/Makefile b/lib/M6/ARP/Control/Makefile index ccfacd3..8d54986 100644 --- a/lib/M6/ARP/Control/Makefile +++ b/lib/M6/ARP/Control/Makefile @@ -1,5 +1,3 @@ -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/lib/M6/ARP/Control/Server.pm b/lib/M6/ARP/Control/Server.pm index 934b406..2f48980 100644 --- a/lib/M6/ARP/Control/Server.pm +++ b/lib/M6/ARP/Control/Server.pm @@ -1,5 +1,4 @@ ############################################################################# -# @(#)$Id$ ############################################################################## # # ARP sponge control socket, server side. diff --git a/lib/M6/ARP/Event.pm b/lib/M6/ARP/Event.pm index aeb0402..c29663b 100644 --- a/lib/M6/ARP/Event.pm +++ b/lib/M6/ARP/Event.pm @@ -1,5 +1,4 @@ ############################################################################### -# @(#)$Id$ ############################################################################### # # Logging for the ARP Sponge. diff --git a/lib/M6/ARP/Log.pm b/lib/M6/ARP/Log.pm index 96ce263..82a4a44 100644 --- a/lib/M6/ARP/Log.pm +++ b/lib/M6/ARP/Log.pm @@ -1,5 +1,4 @@ ############################################################################### -# @(#)$Id$ ############################################################################### # # Logging for the ARP Sponge. diff --git a/lib/M6/ARP/Makefile b/lib/M6/ARP/Makefile index de51ccb..727a6a1 100644 --- a/lib/M6/ARP/Makefile +++ b/lib/M6/ARP/Makefile @@ -1,5 +1,3 @@ -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/lib/M6/ARP/NetPacket.pm b/lib/M6/ARP/NetPacket.pm index 3960c81..a16ad57 100644 --- a/lib/M6/ARP/NetPacket.pm +++ b/lib/M6/ARP/NetPacket.pm @@ -1,5 +1,4 @@ ############################################################################## -# @(#)$Id$ ############################################################################## # # ARP Sponge network packet routines. diff --git a/lib/M6/ARP/Queue.pm b/lib/M6/ARP/Queue.pm index f33014f..419448e 100644 --- a/lib/M6/ARP/Queue.pm +++ b/lib/M6/ARP/Queue.pm @@ -1,5 +1,4 @@ ############################################################################## -# @(#)$Id$ ############################################################################## # # ARP Query Timestamp Queue diff --git a/lib/M6/ARP/Sponge.pm b/lib/M6/ARP/Sponge.pm index c3cfd7b..ca9c8da 100644 --- a/lib/M6/ARP/Sponge.pm +++ b/lib/M6/ARP/Sponge.pm @@ -1,5 +1,4 @@ ############################################################################### -# @(#)$Id$ ############################################################################### # # ARP sponge diff --git a/lib/M6/ARP/Table.pm b/lib/M6/ARP/Table.pm index 723870c..4b1d6ef 100644 --- a/lib/M6/ARP/Table.pm +++ b/lib/M6/ARP/Table.pm @@ -1,5 +1,4 @@ ############################################################################## -# @(#)$Id$ ############################################################################## # # ARP Table diff --git a/lib/M6/ARP/Util.pm b/lib/M6/ARP/Util.pm index ce8b2dd..a469123 100644 --- a/lib/M6/ARP/Util.pm +++ b/lib/M6/ARP/Util.pm @@ -1,5 +1,4 @@ ############################################################################## -# @(#)$Id$ ############################################################################## # # ARP Stuff Utility routines diff --git a/lib/M6/Makefile b/lib/M6/Makefile index 3b8e044..32f660d 100644 --- a/lib/M6/Makefile +++ b/lib/M6/Makefile @@ -1,7 +1,5 @@ #!make # -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/lib/M6/ReadLine.pm b/lib/M6/ReadLine.pm index 682540d..835997a 100644 --- a/lib/M6/ReadLine.pm +++ b/lib/M6/ReadLine.pm @@ -1,4 +1,3 @@ -# @(#)$Id$ #=============================================================================== # # Module: M6::ReadLine diff --git a/lib/Makefile b/lib/Makefile index 884eacd..fed02bd 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,5 @@ #!make # -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/man/Makefile b/man/Makefile index ab90e7e..121f81c 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,7 +1,5 @@ #!make # -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/rules.mk b/rules.mk index 59a50c1..fa135ed 100644 --- a/rules.mk +++ b/rules.mk @@ -1,7 +1,5 @@ # #!make -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V.; All rights reserved. # # This module is free software; you can redistribute it and/or diff --git a/sbin/Makefile b/sbin/Makefile index 8af2873..6d85b38 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,7 +1,5 @@ #!make # -# $Id$ -# # Copyright 2005-2016 AMS-IX B.V. # # This is free software. It can be distributed under diff --git a/t/dosponge b/t/dosponge index 1fa98fb..523d576 100644 --- a/t/dosponge +++ b/t/dosponge @@ -1,7 +1,5 @@ #!/bin/sh # -# @(#)$Id$ -# #IPADDR/PREFIXLEN dev IFNAME diff --git a/t/dosponge2 b/t/dosponge2 index f0cf6d4..0ee5e53 100755 --- a/t/dosponge2 +++ b/t/dosponge2 @@ -1,7 +1,5 @@ #!/bin/bash # -# @(#)$Id$ -# DIR=$(cd $(dirname $0)/..; pwd) PERL5LIB=$DIR/lib diff --git a/t/testpcap b/t/testpcap index dd5e209..00fd6da 100644 --- a/t/testpcap +++ b/t/testpcap @@ -1,7 +1,5 @@ #!/usr/bin/perl # -# @(#)$Id$ -# use strict; use Net::Pcap; diff --git a/t/testqueue.pl b/t/testqueue.pl index c62516b..fcb3b4e 100755 --- a/t/testqueue.pl +++ b/t/testqueue.pl @@ -1,5 +1,3 @@ -# @(#)$Id$ -# # Test M6::ARP::Queue with flood protection. # diff --git a/tools/bsdinst b/tools/bsdinst index 721c80d..d81efe3 100755 --- a/tools/bsdinst +++ b/tools/bsdinst @@ -1,7 +1,5 @@ #!/bin/sh # -# $Id$ -# # bsdinst.sh: BSD-like install program # # Not all BSD install options are supported, and one extra is added: diff --git a/tools/mkdist b/tools/mkdist index 4b7c1c7..ea8f27e 100755 --- a/tools/mkdist +++ b/tools/mkdist @@ -1,7 +1,5 @@ #!/usr/bin/perl -n # -# @(#)$Id$ -# SWITCH:{ /^\#NODIST/ && do{ $nodist = 1; diff --git a/tools/mkinstalldirs b/tools/mkinstalldirs index 72360ec..761c7f3 100755 --- a/tools/mkinstalldirs +++ b/tools/mkinstalldirs @@ -1,6 +1,4 @@ #! /bin/sh -# @(#) $Id$ -# # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 diff --git a/tools/rminstalldirs b/tools/rminstalldirs index bdd4ffe..978d3c0 100755 --- a/tools/rminstalldirs +++ b/tools/rminstalldirs @@ -1,7 +1,5 @@ #!/bin/sh # -# $Id$ -# # rminstalldirs --- remove directory hierarchy # # Works (almost) similar to "rmdir -ps", except that the whole path