diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-01-01 22:48:33 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-01-01 22:48:33 +0000 |
commit | 7272f7c1c568f39f233065b3b8585640a398a76e (patch) | |
tree | e6a1ff1124def8040cb47bf9c9ff30cf9e523f18 /embed.pl | |
parent | acdf0a21427feb34aec09f6fd2cf505bb7b2fe2c (diff) | |
download | perl-7272f7c1c568f39f233065b3b8585640a398a76e.tar.gz |
Welcome to 2007! Time to update copyrights from changes earlier
today.
p4raw-id: //depot/perl@29653
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ sub do_not_edit ($) { my $file = shift; - my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006'; + my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007'; $years =~ s/1999,/1999,\n / if length $years > 40; |