summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-05 10:34:36 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-05 10:34:36 +0000
commit699a97de988b5b9b54375d79201e72f1c259685c (patch)
tree4c5375be82f66f41a5bd5b54c7d8861a1a5c1b15 /opcode.pl
parent5cb43542c0ef13c00ac1ccb9844ae0df5c118b04 (diff)
downloadperl-699a97de988b5b9b54375d79201e72f1c259685c.tar.gz
Update copyright years in .h files. Also, in .pl
files that generate .h files, so they'll be ready next time. p4raw-id: //depot/perl@29695
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcode.pl b/opcode.pl
index 39e77845e2..fbb27ffa1d 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -98,8 +98,8 @@ print <<"END";
*
* opcode.h
*
- * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 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.
@@ -126,7 +126,7 @@ print ON <<"END";
* opnames.h
*
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- * by Larry Wall and others
+ * 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.