From: Nicholas Clark Date: Mon, 2 Jan 2006 11:48:28 +0000 (+0000) Subject: Add 2006 to the copyright years in the header generated by embed.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e35a1b7e6a7c6685061284278f26171e0070f33;p=p5sagit%2Fp5-mst-13.2.git Add 2006 to the copyright years in the header generated by embed.pl p4raw-id: //depot/perl@26565 --- diff --git a/embed.pl b/embed.pl index 1e51aaa..a1068ab 100755 --- a/embed.pl +++ b/embed.pl @@ -19,7 +19,7 @@ sub do_not_edit ($) { my $file = shift; - my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005'; + my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006'; $years =~ s/1999,/1999,\n / if length $years > 40;