summaryrefslogtreecommitdiff
path: root/regress/simulation
diff options
context:
space:
mode:
authorfukachan <fukachan>2008-08-24 08:28:36 +0000
committerfukachan <fukachan>2008-08-24 08:28:36 +0000
commitb2087319ce11dbd2241e9b96d37f00da7ce034a1 (patch)
treec1b221544ebb78168ec40b258189275e72a1e234 /regress/simulation
parent480302e74dc856afd432fff00d5ac16b27e8a4ef (diff)
downloadfml8-b2087319ce11dbd2241e9b96d37f00da7ce034a1.tar.gz
fml8-b2087319ce11dbd2241e9b96d37f00da7ce034a1.tar.bz2
fml8-b2087319ce11dbd2241e9b96d37f00da7ce034a1.zip
update copyright. replace the default name w/ __YOUR_NAME__.
Diffstat (limited to 'regress/simulation')
-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 eca729aa..9e238184 100644
--- a/regress/simulation/@template.pm
+++ b/regress/simulation/@template.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2006 Ken'ichi Fukamachi
+# Copyright (C) 2008 __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.
#
-# $FML: @template.pm,v 1.10 2006/01/07 13:16:41 fukachan Exp $
+# $FML: @template.pm,v 1.11 2006/11/24 07:03:19 fukachan Exp $
#
package __MODULE_NAME__;
@@ -52,7 +52,7 @@ __YOUR_NAME__
=head1 COPYRIGHT
-Copyright (C) 2006 __YOUR_NAME__
+Copyright (C) 2008 __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.