diff options
| author | fukachan <fukachan> | 2001-06-17 08:57:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-06-17 08:57:08 +0000 |
| commit | 78e8458ebb6a00577227839a1e9dd93f31bf15e4 (patch) | |
| tree | 7bf721412501a4272dfcb1284f5acb57430de748 /regress/base | |
| parent | d3b1dc68ae614fa8a5cf4965ac26158c897cd581 (diff) | |
| download | fml8-78e8458ebb6a00577227839a1e9dd93f31bf15e4.tar.gz fml8-78e8458ebb6a00577227839a1e9dd93f31bf15e4.tar.bz2 fml8-78e8458ebb6a00577227839a1e9dd93f31bf15e4.zip | |
we use $FML$, add it and nuke $Id$ if it exists
Diffstat (limited to 'regress/base')
| -rw-r--r-- | regress/base/copy.pl | 3 | ||||
| -rwxr-xr-x | regress/base/lock.pl | 2 | ||||
| -rw-r--r-- | regress/base/md5.pl | 3 | ||||
| -rwxr-xr-x | regress/base/mime.pl | 2 | ||||
| -rwxr-xr-x | regress/base/modulus_seq.pl | 2 | ||||
| -rw-r--r-- | regress/base/multipart_io.sh | 2 | ||||
| -rw-r--r-- | regress/base/multipart_maker.sh | 2 | ||||
| -rwxr-xr-x | regress/base/string.pl | 3 |
8 files changed, 8 insertions, 11 deletions
diff --git a/regress/base/copy.pl b/regress/base/copy.pl index 9708e2a5..2ba88032 100644 --- a/regress/base/copy.pl +++ b/regress/base/copy.pl @@ -5,8 +5,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $Id$ -# $FML$ +# $FML: copy.pl,v 1.3 2001/04/03 09:51:12 fukachan Exp $ # unless (@ARGV) { diff --git a/regress/base/lock.pl b/regress/base/lock.pl index e6589022..93a81d71 100755 --- a/regress/base/lock.pl +++ b/regress/base/lock.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# $Id$ +# $FML: lock.pl,v 1.3 2001/02/20 08:30:12 fukachan Exp $ # use File::SimpleLock; diff --git a/regress/base/md5.pl b/regress/base/md5.pl index 97a1186f..0937fc46 100644 --- a/regress/base/md5.pl +++ b/regress/base/md5.pl @@ -5,8 +5,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $Id$ -# $FML$ +# $FML: md5.pl,v 1.3 2001/04/03 09:51:12 fukachan Exp $ # $file = shift || '/etc/group'; diff --git a/regress/base/mime.pl b/regress/base/mime.pl index 3811cee4..cfdf656f 100755 --- a/regress/base/mime.pl +++ b/regress/base/mime.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# $Id$ +# $FML: mime.pl,v 1.5 2001/03/26 11:41:09 fukachan Exp $ # diff --git a/regress/base/modulus_seq.pl b/regress/base/modulus_seq.pl index 050a0768..c8517cba 100755 --- a/regress/base/modulus_seq.pl +++ b/regress/base/modulus_seq.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# $Id$ +# $FML: modulus_seq.pl,v 1.1 2001/02/21 03:41:18 fukachan Exp $ # $seq_file = "/tmp/.seq"; diff --git a/regress/base/multipart_io.sh b/regress/base/multipart_io.sh index 7aea3fd6..010ee0da 100644 --- a/regress/base/multipart_io.sh +++ b/regress/base/multipart_io.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $FML: multipart_io.sh,v 1.9 2001/04/13 04:32:30 fukachan Exp $ # dir=`dirname $0` diff --git a/regress/base/multipart_maker.sh b/regress/base/multipart_maker.sh index 07107022..d3b31f76 100644 --- a/regress/base/multipart_maker.sh +++ b/regress/base/multipart_maker.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $FML: multipart_maker.sh,v 1.5 2001/02/11 14:27:52 fukachan Exp $ # dir=`dirname $0` diff --git a/regress/base/string.pl b/regress/base/string.pl index 8895e12f..40b6f775 100755 --- a/regress/base/string.pl +++ b/regress/base/string.pl @@ -5,8 +5,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $Id$ -# $FML$ +# $FML: string.pl,v 1.3 2001/04/03 09:51:12 fukachan Exp $ # use lib qw(./lib/ ../../cpan/lib); |
