X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=embed.pl;h=53a32da4bc799b54b3748109acd446dbf239c9f2;hb=7272f7c1c568f39f233065b3b8585640a398a76e;hp=90b5f795b7d11e88618bdb6097d17cbd6054642f;hpb=acdf0a21427feb34aec09f6fd2cf505bb7b2fe2c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/embed.pl b/embed.pl index 90b5f79..53a32da 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;