X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=embed.pl;h=53a32da4bc799b54b3748109acd446dbf239c9f2;hb=29469fa673ae2b707c0e65eb6190f2fab11938b1;hp=90b5f795b7d11e88618bdb6097d17cbd6054642f;hpb=cdfeb707a2638190212953e4a52d8460de223429;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;