summaryrefslogtreecommitdiff
path: root/fml/utils
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-08-19 16:11:27 +0000
committerfukachan <fukachan>2001-08-19 16:11:27 +0000
commitab2b2625b032a5030f29afda4e50be9a986a9e68 (patch)
tree24fc1a0278d8a536a01cc88a4ad8efa78b2ab232 /fml/utils
parente9fee4b5a14c01575018148da8da42ca2f646b63 (diff)
downloadfml8-ab2b2625b032a5030f29afda4e50be9a986a9e68.tar.gz
fml8-ab2b2625b032a5030f29afda4e50be9a986a9e68.tar.bz2
fml8-ab2b2625b032a5030f29afda4e50be9a986a9e68.zip
add/replace $FML$ with $Id$
Diffstat (limited to 'fml/utils')
-rwxr-xr-xfml/utils/bin/dir2url.pl3
-rwxr-xr-xfml/utils/bin/list_up_whats_new.sh2
-rwxr-xr-xfml/utils/bin/show_hierarchy.pl2
-rwxr-xr-xfml/utils/bin/show_modules.sh2
-rwxr-xr-xfml/utils/bin/text2html.pl3
5 files changed, 5 insertions, 7 deletions
diff --git a/fml/utils/bin/dir2url.pl b/fml/utils/bin/dir2url.pl
index e08d6093..ebabb3f7 100755
--- a/fml/utils/bin/dir2url.pl
+++ b/fml/utils/bin/dir2url.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: dir2url.pl,v 1.1 2001/04/30 11:43:33 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/list_up_whats_new.sh b/fml/utils/bin/list_up_whats_new.sh
index ba1071a7..180d1d26 100755
--- a/fml/utils/bin/list_up_whats_new.sh
+++ b/fml/utils/bin/list_up_whats_new.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id$
+# $FML$
#
date=$1
diff --git a/fml/utils/bin/show_hierarchy.pl b/fml/utils/bin/show_hierarchy.pl
index 7f819cb0..b6c817e9 100755
--- a/fml/utils/bin/show_hierarchy.pl
+++ b/fml/utils/bin/show_hierarchy.pl
@@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#
-# $Id$
+# $FML$
#
use lib qw(./lib/3RDPARTY ./lib/fml5 ./lib/CPAN ./lib);
diff --git a/fml/utils/bin/show_modules.sh b/fml/utils/bin/show_modules.sh
index b9d036e7..47d255e5 100755
--- a/fml/utils/bin/show_modules.sh
+++ b/fml/utils/bin/show_modules.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id$
+# $FML$
#
for x in libexec/[a-z]* FML/*pm
diff --git a/fml/utils/bin/text2html.pl b/fml/utils/bin/text2html.pl
index 321ff8b2..63722e41 100755
--- a/fml/utils/bin/text2html.pl
+++ b/fml/utils/bin/text2html.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: text2html.pl,v 1.1 2001/04/30 11:43:34 fukachan Exp $
#
use strict;