From a793d2fbf5e0aa9151490b76defd22f6db7ef7ed Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 4 Jan 2012 09:50:19 -0500 Subject: [PATCH] It's 2012. --- citadel/server_main.c | 12 +++--------- libcitadel/README.txt | 2 +- webcit/COPYING | 2 +- webcit/README.txt | 2 +- webcit/webserver.c | 12 +++--------- 5 files changed, 9 insertions(+), 21 deletions(-) diff --git a/citadel/server_main.c b/citadel/server_main.c index d1b2a4cd3..592ea7708 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -1,21 +1,15 @@ /* * citserver's main() function lives here. * - * Copyright (c) 1987-2011 by the citadel.org team + * Copyright (c) 1987-2012 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "sysdep.h" @@ -208,7 +202,7 @@ int main(int argc, char **argv) syslog(LOG_NOTICE, "*** Citadel server engine v%d.%02d (build %s) ***", (REV_LEVEL/100), (REV_LEVEL%100), svn_revision()); - syslog(LOG_NOTICE, "Copyright (C) 1987-2011 by the Citadel development team."); + syslog(LOG_NOTICE, "Copyright (C) 1987-2012 by the Citadel development team."); syslog(LOG_NOTICE, "This program is distributed under the terms of the GNU " "General Public License."); syslog(LOG_NOTICE, " "); diff --git a/libcitadel/README.txt b/libcitadel/README.txt index 167df4b76..b24cb9048 100644 --- a/libcitadel/README.txt +++ b/libcitadel/README.txt @@ -4,7 +4,7 @@ WebCit. It is not intended to be a general-purpose library for widespread use, although there are parts of it that may be useful for that purpose, such as the MIME parser and the vCard data type. -Copyright (c) 1987-2011 by the citadel.org development team. +Copyright (c) 1987-2012 by the citadel.org development team. This program is distributed under the terms of the GNU General Public License, version 3. diff --git a/webcit/COPYING b/webcit/COPYING index cdfcbc804..0c6e2104e 100644 --- a/webcit/COPYING +++ b/webcit/COPYING @@ -1,4 +1,4 @@ -Webcit Core is Copyright by the Citadel Development Team 1998 - 2011 +Webcit Core is Copyright by the Citadel Development Team 1998 - 2012 Webcit contains components under different Licenses, here their authors and list: Scriptaculous:Copyright (c) 2005-2007 diff --git a/webcit/README.txt b/webcit/README.txt index 95653514d..aa8f6061f 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,6 +1,6 @@ WEBCIT for the Citadel System - Copyright (C) 1996-2011 by the authors. Portions written by: + Copyright (C) 1996-2012 by the authors. Portions written by: Art Cancro Wilfried Goesgens diff --git a/webcit/webserver.c b/webcit/webserver.c index e82148837..803fe4c72 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -1,19 +1,13 @@ /* - * Copyright (c) 1996-2011 by the citadel.org team + * Copyright (c) 1996-2012 by the citadel.org team * * This program is open source software. You can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 3 of the - * License, or (at your option) any later version. + * modify it under the terms of the GNU General Public License version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "webcit.h" @@ -236,7 +230,7 @@ int main(int argc, char **argv) /* Tell 'em who's in da house */ syslog(1, "%s", PACKAGE_STRING); - syslog(1, "Copyright (C) 1996-2011 by the citadel.org team"); + syslog(1, "Copyright (C) 1996-2012 by the citadel.org team"); syslog(1, " "); syslog(1, "This program is open source software: you can redistribute it and/or"); syslog(1, "modify it under the terms of the GNU General Public License as published"); -- 2.30.2