summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-01-18 15:37:38 +0000
committerfukachan <fukachan>2002-01-18 15:37:38 +0000
commit11ce69e0b222c69d8a1091cf550dc831508b578d (patch)
treee6be6b07e48af063ab39a57b3f657fa32196c695
parente3ebb32cb48813330498407bd9eb2b15f2b9dd1f (diff)
downloadfml8-11ce69e0b222c69d8a1091cf550dc831508b578d.tar.gz
fml8-11ce69e0b222c69d8a1091cf550dc831508b578d.tar.bz2
fml8-11ce69e0b222c69d8a1091cf550dc831508b578d.zip
update copyright 2001 -> 2002
-rw-r--r--regress/simulation/@template.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/simulation/@template.pm b/regress/simulation/@template.pm
index ad895bff..f191240e 100644
--- a/regress/simulation/@template.pm
+++ b/regress/simulation/@template.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: @template.pm,v 1.3 2001/12/22 09:27:14 fukachan Exp $
+# $FML: @template.pm,v 1.4 2001/12/23 12:25:44 fukachan Exp $
#
package __MODULE_NAME__;
@@ -45,7 +45,7 @@ __YOUR_NAME__
=head1 COPYRIGHT
-Copyright (C) 2001 __YOUR_NAME__
+Copyright (C) 2002 __YOUR_NAME__
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.