Shamlessly slapped a 2020 copyright date on all startup banners.
authorArt Cancro <ajc@citadel.org>
Wed, 1 Jan 2020 20:34:18 +0000 (15:34 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Jan 2020 20:34:18 +0000 (15:34 -0500)
citadel/server_main.c
ctdlsh/main.c
webcit-ng/main.c
webcit/webserver.c

index 8e3a8d254d513dbf645a88b8eafc57684c70f8f4..68af7888e9ef221011eb88f6d523d2736d6a6ac6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * citserver's main() function lives here.
  * 
- * Copyright (c) 1987-2019 by the citadel.org team
+ * Copyright (c) 1987-2020 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 version 3.
@@ -213,7 +213,7 @@ int main(int argc, char **argv)
        syslog(LOG_INFO, " ");
        syslog(LOG_INFO, "*** Citadel server engine ***\n");
        syslog(LOG_INFO, "Version %d (build %s) ***", REV_LEVEL, svn_revision());
-       syslog(LOG_INFO, "Copyright (C) 1987-2019 by the Citadel development team.");
+       syslog(LOG_INFO, "Copyright (C) 1987-2020 by the Citadel development team.");
        syslog(LOG_INFO, " ");
        syslog(LOG_INFO, "This program is open source software: you can redistribute it and/or");
        syslog(LOG_INFO, "modify it under the terms of the GNU General Public License, version 3.");
index daa356833127cc2acfd08e274f61af719a641a5f..93265244e3bb3590ce6418af3720897bf7b9af19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (c) 2009-2019 by Art Cancro and citadel.org
+ * (c) 2009-2020 by Art Cancro and citadel.org
  * This program is open source.  It runs great on the Linux operating system.
  * It's released under the General Public License (GPL) version 3.
  */
@@ -143,7 +143,7 @@ int main(int argc, char **argv)
        int is_interactive = ((strlen(cmd) == 0) ? 1 : 0);
 
        if (is_interactive) {
-               printf("\nCitadel administration shell (c) 2009-2019 by citadel.org\n"
+               printf("\nCitadel administration shell (c) 2009-2020 by citadel.org\n"
                       "This is open source software made available to you under the terms\n"
                       "of the GNU General Public License v3.  All other rights reserved.\n");
                printf("Connecting to Citadel server in %s...\n", ctdldir);
index 9e2483cc4ab373ae1b5e6c40c07fc9dcd35d8c4e..cc9cc24b83bb4dfe118e8568be5b25abf04d092e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main entry point for the program.
  *
- * Copyright (c) 1996-2019 by the citadel.org team
+ * Copyright (c) 1996-2020 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 version 3.
@@ -104,7 +104,7 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        syslog(LOG_NOTICE, "MAKE WEBCIT GREAT AGAIN!");
-       syslog(LOG_NOTICE, "Copyright (C) 1996-2019 by the citadel.org team");
+       syslog(LOG_NOTICE, "Copyright (C) 1996-2020 by the citadel.org team");
        syslog(LOG_NOTICE, " ");
        syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or");
        syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3.");
index e814364d17a3e468bc9f1868ce0916baa91da0fa..24fd560211f6d2c7ee87c74ee568cf073a7d7e38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996-2019 by the citadel.org team
+ * Copyright (c) 1996-2020 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 version 3.
@@ -234,7 +234,7 @@ int main(int argc, char **argv)
 
        /* Tell 'em who's in da house */
        syslog(LOG_NOTICE, "%s", PACKAGE_STRING);
-       syslog(LOG_NOTICE, "Copyright (C) 1996-2019 by the citadel.org team");
+       syslog(LOG_NOTICE, "Copyright (C) 1996-2020 by the citadel.org team");
        syslog(LOG_NOTICE, " ");
        syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or");
        syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3.");