diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-02 11:41:41 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-02 11:41:41 +0100 |
commit | 83706693c63eb4fe0fd171a88263c83548c89029 (patch) | |
tree | 8260abb81f19037ba6171034e777aa99d6ad9c7c /embed.pl | |
parent | effb3d11767a16df2fa0fbc159836c966b80ba88 (diff) | |
download | perl-83706693c63eb4fe0fd171a88263c83548c89029.tar.gz |
Bump coopyright year in embed.pl and various files that were just touched
(and run "make regen")
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, 2007, 2008'; + my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009'; $years =~ s/1999,/1999,\n / if length $years > 40; |