From 7e35a1b7e6a7c6685061284278f26171e0070f33 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 2 Jan 2006 11:48:28 +0000 Subject: Add 2006 to the copyright years in the header generated by embed.pl p4raw-id: //depot/perl@26565 --- embed.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.pl') diff --git a/embed.pl b/embed.pl index 1e51aaa6fc..a1068ab480 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; -- cgit v1.2.1