summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-25 12:47:01 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-25 12:47:01 +0000
commit67edeb9aab7e64ec46e81a9ccb767449a20cad5f (patch)
treefa6d78aca60b5d3a789853609af274c759989c83 /embed.pl
parent1129b882ced9d5881a47214405219a2e6e332a92 (diff)
downloadperl-67edeb9aab7e64ec46e81a9ccb767449a20cad5f.tar.gz
Update copyright year in embed.pl, and everything that it builds.
p4raw-id: //depot/perl@34586
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 b9d2010d49..b7d9bb2389 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';
+ my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008';
$years =~ s/1999,/1999,\n / if length $years > 40;