summaryrefslogtreecommitdiff
path: root/taint.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-08 19:53:11 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-08 19:53:11 +0000
commit54ca4ee7252684545d9524460bab88037e5f584b (patch)
tree000b3f2b0f340a52d3e33d9b06257a51fa9e1764 /taint.c
parent6477b3196903f6403644261bc4a2e5ebc6ff1948 (diff)
downloadperl-54ca4ee7252684545d9524460bab88037e5f584b.tar.gz
Update copyright years (including some years where we made changes but
did not update) p4raw-id: //depot/perl@26732
Diffstat (limited to 'taint.c')
-rw-r--r--taint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taint.c b/taint.c
index bf42ddfd27..1eab0827af 100644
--- a/taint.c
+++ b/taint.c
@@ -1,7 +1,7 @@
/* taint.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 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.