summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-02 10:56:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-02 10:56:05 +0000
commitb94e2f88b5f2c63d65c0fcd37652030bb9aee3ef (patch)
treedce2c820ed99a2db3b352d09fe66e17f3791ee38 /regexec.c
parentef89dcc37dac04006eb3a6900902775b866aa231 (diff)
downloadperl-b94e2f88b5f2c63d65c0fcd37652030bb9aee3ef.tar.gz
Update copyrights for files modified in 2006
p4raw-id: //depot/perl@26562
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 17ddf11366..de95e3129c 100644
--- a/regexec.c
+++ b/regexec.c
@@ -78,7 +78,7 @@
**** Alterations to Henry's code are...
****
**** Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- **** 2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ **** 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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.