remove stale $Id$
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Apr 2010 20:05:18 +0000 (20:05 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Apr 2010 20:05:18 +0000 (20:05 +0000)
bin/Makefile
bin/find-different-access-point.pl
bin/irspy-stats.pl
bin/reindex.pl
bin/setrlimit.c
bin/test-net-z3950-zoom.pl
bin/test-pod.pl
bin/test-xml-update.pl
bin/test-zoom-c.c
bin/test-zoom.pl

index 6231cc9..076ef66 100644 (file)
@@ -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
 
 
 LIBS = -lyaz -lxml2 -lssl      # Ubuntu Linux 6.06
 
index c820057..ab07331 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/perl -w
 
 #!/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
 #
 # Run like this:
 #      find-different-access-point.pl fish bagel:210/gils bagel:210/marc
index 5e03c7a..bf84048 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/perl -w
 
 #!/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*"
 
 #
 #      perl -I ../lib irspy-stats.pl localhost:8018/IR-Explain---1 "net.host=*indexdata*"
 
index 969eaf3..b180026 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
 #!/usr/bin/perl -w
 
-# $Id: reindex.pl,v 1.3 2007-03-07 11:35:38 mike Exp $
-
 use strict;
 use warnings;
 use ZOOM;
 use strict;
 use warnings;
 use ZOOM;
index b08d2dc..9097dac 100644 (file)
@@ -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
 /*
  * A simple wrapper program for the setrlimit(2) system call, which
  * can be used to run a subprocess under a different regime -- much
index fc5f4f4..50fec50 100644 (file)
@@ -1,6 +1,4 @@
 #!/usr/bin/perl -w
 #!/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
 #
 # Run the same way as "test-pod.pl".  This is supposed to be an
 # exactly equivalent program but written using the Net::Z3950::ZOOM
index d481468..f6137c4 100644 (file)
@@ -1,6 +1,4 @@
 #!/usr/bin/perl -w
 #!/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"
 #
 # Run like this:
 #      YAZ_LOG=pod perl -I ../lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc"
index ad7f086..1c593e3 100755 (executable)
@@ -1,6 +1,4 @@
 #!/usr/bin/perl -w
 #!/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"
 #
 # 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"
index da098c2..ecb705e 100644 (file)
@@ -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
  * 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
index bde27f8..181f647 100644 (file)
@@ -1,6 +1,4 @@
 #!/usr/bin/perl -w
 #!/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
 #
 # Run the same way as "test-pod.pl".  This is supposed to be an
 # exactly equivalent program but written using the ZOOM-Perl