diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-22 21:12:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-22 21:12:23 +0000 |
commit | 4eb8286e4c6ac94fdae21a64c54a936bc836983e (patch) | |
tree | 8b4a71a846b351d218725c71b67ec4d4f564943e /bytecode.pl | |
parent | 0aaad0ff610b01c0682abfc20594c83a6d49f148 (diff) | |
download | perl-4eb8286e4c6ac94fdae21a64c54a936bc836983e.tar.gz |
update copyright years
p4raw-id: //depot/perl@3124
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index e2a2f6c958..126ea5ff00 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -22,7 +22,7 @@ while (($from, $tos) = each %alias_to) { my $c_header = <<'EOT'; /* - * Copyright (c) 1996-1998 Malcolm Beattie + * Copyright (c) 1996-1999 Malcolm Beattie * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. |