summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-02 11:41:41 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-02 11:41:41 +0100
commit83706693c63eb4fe0fd171a88263c83548c89029 (patch)
tree8260abb81f19037ba6171034e777aa99d6ad9c7c /embed.pl
parenteffb3d11767a16df2fa0fbc159836c966b80ba88 (diff)
downloadperl-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-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 3204f978e7..7eb4ad0567 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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;