summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-06-27 21:41:41 -0400
committerClint Adams <clint@debian.org>2012-06-27 21:41:41 -0400
commit79f7d0c3edc297620108d06dba39b6a174223eb7 (patch)
tree5630c89b61ca675d01a352b3d9a9308883c303a3
parent5e21475ced1aa724971eb5131d1287489d22fdaa (diff)
downloaddebianutils-79f7d0c3edc297620108d06dba39b6a174223eb7.tar.gz
update run-parts copyright years
-rw-r--r--run-parts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-parts.c b/run-parts.c
index b84d186..7bc8d49 100644
--- a/run-parts.c
+++ b/run-parts.c
@@ -3,7 +3,7 @@
* Debian run-parts program
* Copyright (C) 1996 Jeff Noxon <jeff@router.patch.net>,
* Copyright (C) 1996-1999 Guy Maor <maor@debian.org>
- * Copyright (C) 2002, 2003, 2004, 2005 Clint Adams <schizo@debian.org>
+ * Copyright (C) 2002-2012 Clint Adams <clint@debian.org>
*
* This is free software; see the GNU General Public License version 2
* or later for copying conditions. There is NO warranty.
@@ -77,7 +77,7 @@ void version()
fprintf(stderr, "Debian run-parts program, version " PACKAGE_VERSION
"\nCopyright (C) 1994 Ian Jackson, Copyright (C) 1996 Jeff Noxon.\n"
"Copyright (C) 1996,1997,1998,1999 Guy Maor\n"
- "Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Clint Adams\n"
+ "Copyright (C) 2002-2012 Clint Adams\n"
"This is free software; see the GNU General Public License version 2\n"
"or later for copying conditions. There is NO warranty.\n");
exit(0);