It's 2012.
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 4 Jan 2012 14:50:19 +0000 (09:50 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 4 Jan 2012 14:50:19 +0000 (09:50 -0500)
citadel/server_main.c
libcitadel/README.txt
webcit/COPYING
webcit/README.txt
webcit/webserver.c

index d1b2a4cd3cb4c9edb8f5915adb2bc1d50e08f9c4..592ea7708bbc620f518e10eb21af59406b86642d 100644 (file)
@@ -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, " ");
index 167df4b762f3b8907bc2cf502e7348b66acee19d..b24cb9048388b48dacc3f4a65aa1d5ae4b3e281d 100644 (file)
@@ -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.
 
index cdfcbc804ddfc489c5efd9d7c21b4245faecb866..0c6e2104e1caecff1539313b28eba6ebd215f2e6 100644 (file)
@@ -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 
index 95653514d6a990c559076fe8e28b1aba4e356760..aa8f6061fddcc2af4e0a05eafd855431d6eb015d 100644 (file)
@@ -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
index e8214883794ae063bbb8a9e8559a8a5f3286db07..803fe4c7217d57607e72f1a62e8d1f8324147a7c 100644 (file)
@@ -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");