summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-01-01 22:48:33 +0000
committerSteve Peters <steve@fisharerojo.org>2007-01-01 22:48:33 +0000
commit7272f7c1c568f39f233065b3b8585640a398a76e (patch)
treee6a1ff1124def8040cb47bf9c9ff30cf9e523f18 /embed.pl
parentacdf0a21427feb34aec09f6fd2cf505bb7b2fe2c (diff)
downloadperl-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-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 90b5f795b7..53a32da4bc 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';
+ 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;