summaryrefslogtreecommitdiff
path: root/overload.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-06 06:58:41 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-06 06:58:41 +0000
commit38f1469315740f96c6a8755fb7cce33b9db22549 (patch)
treed3af3f18202807665c78e60c033f82544922e52e /overload.pl
parenta9d504c36a04b1db7840b9e7ee4324a09113c71b (diff)
downloadperl-38f1469315740f96c6a8755fb7cce33b9db22549.tar.gz
Add 2007 copyrights in a few more .pl files that
generate code (thanks to Jarkko) p4raw-id: //depot/perl@29704
Diffstat (limited to 'overload.pl')
-rw-r--r--overload.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/overload.pl b/overload.pl
index 1bddd3ff1e..295c837102 100644
--- a/overload.pl
+++ b/overload.pl
@@ -30,8 +30,8 @@ print <<'EOF';
*
* overload.h
*
- * Copyright (C) 1997, 1998, 2000, 2001, 2005 and 2006 by Larry Wall and
- * others
+ * Copyright (C) 1997, 1998, 2000, 2001, 2005, 2006, 2007 by Larry Wall
+ * and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.