From: Wolfram Schneider Date: Mon, 19 Apr 2010 20:05:18 +0000 (+0000) Subject: remove stale $Id$ X-Git-Tag: CPAN-v1.02~126 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=51263462a77dba19f5913881429b92833072286f remove stale $Id$ --- diff --git a/bin/Makefile b/bin/Makefile index 6231cc9..076ef66 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,3 @@ -# $Id: Makefile,v 1.3 2007-03-02 12:02:16 mike Exp $ LIBS = -lyaz -lxml2 -lssl # Ubuntu Linux 6.06 diff --git a/bin/find-different-access-point.pl b/bin/find-different-access-point.pl index c820057..ab07331 100755 --- a/bin/find-different-access-point.pl +++ b/bin/find-different-access-point.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl -w -# $Id: find-different-access-point.pl,v 1.1 2006-10-17 15:25:51 mike Exp $ # # Run like this: # find-different-access-point.pl fish bagel:210/gils bagel:210/marc diff --git a/bin/irspy-stats.pl b/bin/irspy-stats.pl index 5e03c7a..bf84048 100755 --- a/bin/irspy-stats.pl +++ b/bin/irspy-stats.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl -w -# $Id: irspy-stats.pl,v 1.5 2007-10-31 16:07:40 mike Exp $ # # perl -I ../lib irspy-stats.pl localhost:8018/IR-Explain---1 "net.host=*indexdata*" diff --git a/bin/reindex.pl b/bin/reindex.pl index 969eaf3..b180026 100755 --- a/bin/reindex.pl +++ b/bin/reindex.pl @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: reindex.pl,v 1.3 2007-03-07 11:35:38 mike Exp $ - use strict; use warnings; use ZOOM; diff --git a/bin/setrlimit.c b/bin/setrlimit.c index b08d2dc..9097dac 100644 --- a/bin/setrlimit.c +++ b/bin/setrlimit.c @@ -1,5 +1,3 @@ -/* $Id: setrlimit.c,v 1.4 2008-04-10 08:13:29 mike Exp $ */ - /* * A simple wrapper program for the setrlimit(2) system call, which * can be used to run a subprocess under a different regime -- much diff --git a/bin/test-net-z3950-zoom.pl b/bin/test-net-z3950-zoom.pl index fc5f4f4..50fec50 100644 --- a/bin/test-net-z3950-zoom.pl +++ b/bin/test-net-z3950-zoom.pl @@ -1,6 +1,4 @@ #!/usr/bin/perl -w - -# $Id: test-net-z3950-zoom.pl,v 1.2 2006-07-19 16:28:59 mike Exp $ # # Run the same way as "test-pod.pl". This is supposed to be an # exactly equivalent program but written using the Net::Z3950::ZOOM diff --git a/bin/test-pod.pl b/bin/test-pod.pl index d481468..f6137c4 100644 --- a/bin/test-pod.pl +++ b/bin/test-pod.pl @@ -1,6 +1,4 @@ #!/usr/bin/perl -w - -# $Id: test-pod.pl,v 1.2 2006-07-19 11:52:34 mike Exp $ # # Run like this: # YAZ_LOG=pod perl -I ../lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc" diff --git a/bin/test-xml-update.pl b/bin/test-xml-update.pl index ad7f086..1c593e3 100755 --- a/bin/test-xml-update.pl +++ b/bin/test-xml-update.pl @@ -1,6 +1,4 @@ #!/usr/bin/perl -w - -# $Id: test-xml-update.pl,v 1.9 2007-03-19 18:50:22 mike Exp $ # # Run like this: # perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database" diff --git a/bin/test-zoom-c.c b/bin/test-zoom-c.c index da098c2..ecb705e 100644 --- a/bin/test-zoom-c.c +++ b/bin/test-zoom-c.c @@ -1,6 +1,4 @@ /* - * $Id: test-zoom-c.c,v 1.2 2006-07-20 12:01:43 mike Exp $ - * * Run the same way as "test-pod.pl". This is supposed to be an * exactly equivalent program but written using the ZOOM-C imperative * API for asynchronous events directly rather than through the diff --git a/bin/test-zoom.pl b/bin/test-zoom.pl index bde27f8..181f647 100644 --- a/bin/test-zoom.pl +++ b/bin/test-zoom.pl @@ -1,6 +1,4 @@ #!/usr/bin/perl -w - -# $Id: test-zoom.pl,v 1.2 2007-02-26 14:48:52 mike Exp $ # # Run the same way as "test-pod.pl". This is supposed to be an # exactly equivalent program but written using the ZOOM-Perl