From b2fe871f06caf7ffbb4b01eac1bd0c3c4084fb75 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 23 Jan 2011 20:29:39 -0500 Subject: [PATCH] Updated the copyright year. --- src/cache.c | 2 +- src/cache.h | 2 +- src/commands.c | 2 +- src/commands.h | 2 +- src/common.h | 2 +- src/mem.c | 2 +- src/mem.h | 2 +- src/misc.c | 2 +- src/misc.h | 2 +- src/mutex.h | 2 +- src/pwmd.c | 4 ++-- src/pwmd.h | 2 +- src/pwmd_error.c | 2 +- src/pwmd_error.h | 2 +- src/rcfile.c | 2 +- src/rcfile.h | 2 +- src/status.c | 2 +- src/status.h | 2 +- src/xml.c | 2 +- src/xml.h | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/cache.c b/src/cache.c index 4905fc2e..3a91fe2c 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cache.h b/src/cache.h index 1a68a3fe..187d53d3 100644 --- a/src/cache.h +++ b/src/cache.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/commands.c b/src/commands.c index 025eadc7..1df92c39 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/commands.h b/src/commands.h index 4de4ed82..1234dd7a 100644 --- a/src/commands.h +++ b/src/commands.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/common.h b/src/common.h index f1ac5e1c..52b29623 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/mem.c b/src/mem.c index 0d0fa085..c71d4997 100644 --- a/src/mem.c +++ b/src/mem.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/mem.h b/src/mem.h index 233fdcb1..8bb45ef6 100644 --- a/src/mem.h +++ b/src/mem.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2007-2010 Ben Kibbey + Copyright (C) 2007-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/misc.c b/src/misc.c index 1a9ab181..56b660b7 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/misc.h b/src/misc.h index 351b856f..aed3ccf3 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/mutex.h b/src/mutex.h index 2f0fca4b..eb9a7df0 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pwmd.c b/src/pwmd.c index 585dc2e4..fe9e0c51 100644 --- a/src/pwmd.c +++ b/src/pwmd.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1860,7 +1860,7 @@ int main(int argc, char *argv[]) usage(argv[0], EXIT_SUCCESS); if (show_version) { - printf(N_("%s\nCopyright (C) 2010 %s\nReleased under the terms of the GPL v2. Use at your own risk.\n\nCompile time features:\n%s"), PACKAGE_STRING, + printf(N_("%s\nCopyright (C) 2006-2011 %s\nReleased under the terms of the GPL v2. Use at your own risk.\n\nCompile time features:\n%s"), PACKAGE_STRING, PACKAGE_BUGREPORT, #ifdef WITH_PINENTRY "+WITH_PINENTRY\n" diff --git a/src/pwmd.h b/src/pwmd.h index 52556533..241aa16f 100644 --- a/src/pwmd.h +++ b/src/pwmd.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pwmd_error.c b/src/pwmd_error.c index 5a6ed63b..779e91d5 100644 --- a/src/pwmd_error.c +++ b/src/pwmd_error.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pwmd_error.h b/src/pwmd_error.h index fd1369f1..64f34d20 100644 --- a/src/pwmd_error.h +++ b/src/pwmd_error.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rcfile.c b/src/rcfile.c index 86408aae..49b187e6 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rcfile.h b/src/rcfile.h index 4e4d3019..e81bf316 100644 --- a/src/rcfile.h +++ b/src/rcfile.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/status.c b/src/status.c index 58a4c7ba..161d223c 100644 --- a/src/status.c +++ b/src/status.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/status.h b/src/status.h index 23874b36..e7ec0225 100644 --- a/src/status.h +++ b/src/status.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/xml.c b/src/xml.c index e90890a1..3c1151bd 100644 --- a/src/xml.c +++ b/src/xml.c @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/xml.h b/src/xml.h index f9c76051..aa3f0e4c 100644 --- a/src/xml.h +++ b/src/xml.h @@ -1,6 +1,6 @@ /* vim:tw=78:ts=8:sw=4:set ft=c: */ /* - Copyright (C) 2006-2010 Ben Kibbey + Copyright (C) 2006-2011 Ben Kibbey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.11.4.GIT