diff options
| author | fukachan <fukachan> | 2001-08-19 16:08:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-08-19 16:08:54 +0000 |
| commit | e9fee4b5a14c01575018148da8da42ca2f646b63 (patch) | |
| tree | 44fc95c93bbd8091e209035d3cff762fcdc6806a /fml | |
| parent | 947d56475f883453c08160b9379a7ab622fada47 (diff) | |
| download | fml8-e9fee4b5a14c01575018148da8da42ca2f646b63.tar.gz fml8-e9fee4b5a14c01575018148da8da42ca2f646b63.tar.bz2 fml8-e9fee4b5a14c01575018148da8da42ca2f646b63.zip | |
nuke $Id$
Diffstat (limited to 'fml')
| -rwxr-xr-x | fml/bin/fmlconf | 1 | ||||
| -rwxr-xr-x | fml/bin/fmldoc | 1 | ||||
| -rwxr-xr-x | fml/bin/fmlsch | 1 | ||||
| -rwxr-xr-x | fml/bin/fmlticket | 1 | ||||
| -rwxr-xr-x | fml/bin/makefml | 1 | ||||
| -rwxr-xr-x | fml/lib/IO/t/append.pl | 3 | ||||
| -rwxr-xr-x | fml/lib/IO/t/array_map.pl | 3 | ||||
| -rwxr-xr-x | fml/lib/IO/t/delete.pl | 3 | ||||
| -rwxr-xr-x | fml/lib/IO/t/file_map.pl | 3 | ||||
| -rwxr-xr-x | fml/lib/IO/t/file_map_getpos.pl | 3 | ||||
| -rwxr-xr-x | fml/lib/IO/t/replace.pl | 3 | ||||
| -rwxr-xr-x | fml/lib/IO/t/unixgroup_map.pl | 3 |
12 files changed, 7 insertions, 19 deletions
diff --git a/fml/bin/fmlconf b/fml/bin/fmlconf index d584b31a..7a9c0b6a 100755 --- a/fml/bin/fmlconf +++ b/fml/bin/fmlconf @@ -4,7 +4,6 @@ # 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$ # diff --git a/fml/bin/fmldoc b/fml/bin/fmldoc index 5ab3932a..1644ae8a 100755 --- a/fml/bin/fmldoc +++ b/fml/bin/fmldoc @@ -4,7 +4,6 @@ # 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$ # diff --git a/fml/bin/fmlsch b/fml/bin/fmlsch index 3d973ca6..e144857c 100755 --- a/fml/bin/fmlsch +++ b/fml/bin/fmlsch @@ -4,7 +4,6 @@ # 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$ # diff --git a/fml/bin/fmlticket b/fml/bin/fmlticket index b8e9a3d6..3c736c4b 100755 --- a/fml/bin/fmlticket +++ b/fml/bin/fmlticket @@ -4,7 +4,6 @@ # 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$ # diff --git a/fml/bin/makefml b/fml/bin/makefml index 7f47a90b..905e72b2 100755 --- a/fml/bin/makefml +++ b/fml/bin/makefml @@ -4,7 +4,6 @@ # 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$ # diff --git a/fml/lib/IO/t/append.pl b/fml/lib/IO/t/append.pl index dba8aa2b..9cdedf3f 100755 --- a/fml/lib/IO/t/append.pl +++ b/fml/lib/IO/t/append.pl @@ -4,8 +4,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: append.pl,v 1.3 2001/04/03 09:45:47 fukachan Exp $ +# $FML: append.pl,v 1.4 2001/05/04 14:32:34 fukachan Exp $ # use strict; diff --git a/fml/lib/IO/t/array_map.pl b/fml/lib/IO/t/array_map.pl index aced3a8b..10a46cbd 100755 --- a/fml/lib/IO/t/array_map.pl +++ b/fml/lib/IO/t/array_map.pl @@ -4,8 +4,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: array_map.pl,v 1.2 2001/04/03 09:45:47 fukachan Exp $ +# $FML: array_map.pl,v 1.3 2001/05/04 14:32:34 fukachan Exp $ # use Carp; diff --git a/fml/lib/IO/t/delete.pl b/fml/lib/IO/t/delete.pl index 18a5660e..678c14c1 100755 --- a/fml/lib/IO/t/delete.pl +++ b/fml/lib/IO/t/delete.pl @@ -4,8 +4,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: delete.pl,v 1.2 2001/04/03 09:45:47 fukachan Exp $ +# $FML: delete.pl,v 1.3 2001/05/04 14:32:34 fukachan Exp $ # use strict; diff --git a/fml/lib/IO/t/file_map.pl b/fml/lib/IO/t/file_map.pl index 9e4b3f3d..36b11ca4 100755 --- a/fml/lib/IO/t/file_map.pl +++ b/fml/lib/IO/t/file_map.pl @@ -4,8 +4,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: file_map.pl,v 1.3 2001/04/03 09:45:47 fukachan Exp $ +# $FML: file_map.pl,v 1.4 2001/05/04 14:32:34 fukachan Exp $ # use Carp; diff --git a/fml/lib/IO/t/file_map_getpos.pl b/fml/lib/IO/t/file_map_getpos.pl index 910e033f..e39b5757 100755 --- a/fml/lib/IO/t/file_map_getpos.pl +++ b/fml/lib/IO/t/file_map_getpos.pl @@ -4,8 +4,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: file_map_getpos.pl,v 1.4 2001/04/03 09:45:47 fukachan Exp $ +# $FML: file_map_getpos.pl,v 1.5 2001/05/04 14:32:34 fukachan Exp $ # use strict; diff --git a/fml/lib/IO/t/replace.pl b/fml/lib/IO/t/replace.pl index ff9a71bd..7419d1f4 100755 --- a/fml/lib/IO/t/replace.pl +++ b/fml/lib/IO/t/replace.pl @@ -4,8 +4,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: replace.pl,v 1.2 2001/04/03 09:45:47 fukachan Exp $ +# $FML: replace.pl,v 1.3 2001/05/04 14:32:34 fukachan Exp $ # use strict; diff --git a/fml/lib/IO/t/unixgroup_map.pl b/fml/lib/IO/t/unixgroup_map.pl index ea2c1f05..392ae842 100755 --- a/fml/lib/IO/t/unixgroup_map.pl +++ b/fml/lib/IO/t/unixgroup_map.pl @@ -4,8 +4,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: unixgroup_map.pl,v 1.3 2001/04/03 09:45:47 fukachan Exp $ +# $FML: unixgroup_map.pl,v 1.4 2001/05/04 14:32:34 fukachan Exp $ # use Carp; |
