diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-02 11:48:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-02 11:48:28 +0000 |
commit | 7e35a1b7e6a7c6685061284278f26171e0070f33 (patch) | |
tree | 9d48efdd9bae6b0224ce0a868e15f7febb3414ea /embed.pl | |
parent | f2524eef90e2d17a5a51c9026c3ecddabd465ed5 (diff) | |
download | perl-7e35a1b7e6a7c6685061284278f26171e0070f33.tar.gz |
Add 2006 to the copyright years in the header generated by embed.pl
p4raw-id: //depot/perl@26565
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |