summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-05 10:47:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-05 10:47:58 +0000
commitfdf8c08824a2cd37d9fab91f3056bff4358cb60b (patch)
tree50beaecd0c1a91518537e7233408d8bbbc316f98 /regexec.c
parent699a97de988b5b9b54375d79201e72f1c259685c (diff)
downloadperl-fdf8c08824a2cd37d9fab91f3056bff4358cb60b.tar.gz
Update copyright years in .c files
p4raw-id: //depot/perl@29696
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 50b1c35952..cae3244936 100644
--- a/regexec.c
+++ b/regexec.c
@@ -56,7 +56,7 @@
**** Alterations to Henry's code are...
****
**** Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- **** 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ **** 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.