From: Art Cancro Date: Wed, 2 Jan 2019 00:07:11 +0000 (-0500) Subject: Changed the year in the copyright banner(s) to 2019. X-Git-Tag: v939~319 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=1e05f422343597adb7b3a6b32f6c538ffbff8314 Changed the year in the copyright banner(s) to 2019. --- diff --git a/citadel/COPYING b/citadel/COPYING index 4d0a56b1f..9338f66d1 100644 --- a/citadel/COPYING +++ b/citadel/COPYING @@ -1,5 +1,5 @@ -Copyright: (C) 1987-2018 Citadel development team; GPL V3 +Copyright: (C) 1987-2019 Citadel development team; GPL V3 Copyright for CRC16: (C) 2002-2003 Indigo Systems Corporation; Artistic license + Non advertising clause diff --git a/citadel/server_main.c b/citadel/server_main.c index 3e94a8ab1..10e366051 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -1,7 +1,7 @@ /* * citserver's main() function lives here. * - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2019 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. @@ -214,7 +214,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-2018 by the Citadel development team."); + syslog(LOG_INFO, "Copyright (C) 1987-2019 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."); diff --git a/textclient/README.txt b/textclient/README.txt index a80489fab..a48cf464b 100644 --- a/textclient/README.txt +++ b/textclient/README.txt @@ -2,7 +2,7 @@ This is a text mode user interface for the Citadel system. It presents a Citadel site to users in the form of a traditional BBS. -All code is Copyright (c) 1987-2018 by the citadel.org team, and is released +All code is Copyright (c) 1987-2019 by the citadel.org team, and is released under the terms of the GNU General Public License v3. As a special exception, the Citadel team requires all users of this code to agree that our favorite software model is called "open source" and NOT "free software", and that our diff --git a/webcit-ng/main.c b/webcit-ng/main.c index f94d5c630..9e2483cc4 100644 --- a/webcit-ng/main.c +++ b/webcit-ng/main.c @@ -1,7 +1,7 @@ /* * Main entry point for the program. * - * Copyright (c) 1996-2018 by the citadel.org team + * Copyright (c) 1996-2019 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-2018 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2019 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."); diff --git a/webcit/webserver.c b/webcit/webserver.c index df2d15098..e814364d1 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996-2018 by the citadel.org team + * Copyright (c) 1996-2019 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-2018 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2019 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.");