summaryrefslogtreecommitdiff
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
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
-rw-r--r--overload.pl4
-rw-r--r--reentr.pl4
2 files changed, 4 insertions, 4 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.
diff --git a/reentr.pl b/reentr.pl
index 527bd1c453..580b0298f0 100644
--- a/reentr.pl
+++ b/reentr.pl
@@ -49,7 +49,7 @@ print <<EOF;
*
* reentr.h
*
- * Copyright (C) 2002, 2003, 2005, 2006 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 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.
@@ -801,7 +801,7 @@ print <<EOF;
*
* reentr.c
*
- * Copyright (C) 2002, 2003, 2005, 2006 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 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.