projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f2524ee
)
Add 2006 to the copyright years in the header generated by embed.pl
Nicholas Clark [Mon, 2 Jan 2006 11:48:28 +0000 (11:48 +0000)]
p4raw-id: //depot/perl@26565
embed.pl
patch
|
blob
|
blame
|
history
diff --git
a/embed.pl
b/embed.pl
index
1e51aaa
..
a1068ab
100755
(executable)
--- 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;