From 45d55c0f8fc2b7fb56409467f1d058103368531f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 1 Jan 2022 15:20:21 -0500 Subject: [PATCH] It's 2022 ... updating all of the copyright notices in webcit-ng --- webcit-ng/admin_functions.c | 2 +- webcit-ng/caldav_reports.c | 2 +- webcit-ng/ctdl_commands.c | 2 +- webcit-ng/ctdlclient.c | 2 +- webcit-ng/ctdlfunctions.c | 2 +- webcit-ng/forum_view.c | 2 +- webcit-ng/html2html.c | 2 +- webcit-ng/http.c | 2 +- webcit-ng/main.c | 4 ++-- webcit-ng/messages.c | 2 +- webcit-ng/room_functions.c | 2 +- webcit-ng/static.c | 2 +- webcit-ng/static/css/webcit.css | 2 +- webcit-ng/static/index.html | 2 +- webcit-ng/static/js/util.js | 2 +- webcit-ng/static/js/view_forum.js | 2 +- webcit-ng/static/js/views.js | 2 +- webcit-ng/tcp_sockets.c | 2 +- webcit-ng/text2html.c | 2 +- webcit-ng/user_functions.c | 2 +- webcit-ng/util.c | 2 +- webcit-ng/webcit.h | 2 +- webcit-ng/webserver.c | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/webcit-ng/admin_functions.c b/webcit-ng/admin_functions.c index c303ac4d4..3be8546a8 100644 --- a/webcit-ng/admin_functions.c +++ b/webcit-ng/admin_functions.c @@ -1,7 +1,7 @@ // // Admin functions // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/caldav_reports.c b/webcit-ng/caldav_reports.c index e7c9687e0..d224ed1d3 100644 --- a/webcit-ng/caldav_reports.c +++ b/webcit-ng/caldav_reports.c @@ -2,7 +2,7 @@ // This file contains functions which handle all of the CalDAV "REPORT" queries // specified in RFC4791 section 7. // -// Copyright (c) 2021 by the citadel.org team +// Copyright (c) 2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/ctdl_commands.c b/webcit-ng/ctdl_commands.c index f1a2e2bec..383ba6393 100644 --- a/webcit-ng/ctdl_commands.c +++ b/webcit-ng/ctdl_commands.c @@ -1,5 +1,5 @@ // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/ctdlclient.c b/webcit-ng/ctdlclient.c index 389fd9838..d44270d64 100644 --- a/webcit-ng/ctdlclient.c +++ b/webcit-ng/ctdlclient.c @@ -1,7 +1,7 @@ // // Functions that handle communication with a Citadel Server // -// Copyright (c) 1987-2021 by the citadel.org team +// Copyright (c) 1987-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/ctdlfunctions.c b/webcit-ng/ctdlfunctions.c index d937110b7..68d36f763 100644 --- a/webcit-ng/ctdlfunctions.c +++ b/webcit-ng/ctdlfunctions.c @@ -1,7 +1,7 @@ // // These utility functions loosely make up a Citadel protocol client library. // -// Copyright (c) 2016-2021 by the citadel.org team +// Copyright (c) 2016-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/forum_view.c b/webcit-ng/forum_view.c index c6aedbd1a..b66db14aa 100644 --- a/webcit-ng/forum_view.c +++ b/webcit-ng/forum_view.c @@ -1,6 +1,6 @@ // Forum view (threaded/flat) // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/html2html.c b/webcit-ng/html2html.c index 8704525be..03ab355a7 100644 --- a/webcit-ng/html2html.c +++ b/webcit-ng/html2html.c @@ -2,7 +2,7 @@ // Output an HTML message, modifying it slightly to make sure it plays nice // with the rest of our web framework. // -// Copyright (c) 2005-2021 by the citadel.org team +// Copyright (c) 2005-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/http.c b/webcit-ng/http.c index 8a478f638..f39ebe214 100644 --- a/webcit-ng/http.c +++ b/webcit-ng/http.c @@ -1,6 +1,6 @@ // This module handles HTTP transactions. // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/main.c b/webcit-ng/main.c index d1089f6d0..6028eb62d 100644 --- a/webcit-ng/main.c +++ b/webcit-ng/main.c @@ -1,6 +1,6 @@ // Main entry point for the program. // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, @@ -101,7 +101,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-2021 by the citadel.org team"); + syslog(LOG_NOTICE, "Copyright (C) 1996-2022 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-ng/messages.c b/webcit-ng/messages.c index 841271796..d47c9e38b 100644 --- a/webcit-ng/messages.c +++ b/webcit-ng/messages.c @@ -1,7 +1,7 @@ // // Message base functions // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/room_functions.c b/webcit-ng/room_functions.c index 8e00e7ecd..006bd287b 100644 --- a/webcit-ng/room_functions.c +++ b/webcit-ng/room_functions.c @@ -1,7 +1,7 @@ // // Room functions // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/static.c b/webcit-ng/static.c index dbc846524..f4aefa776 100644 --- a/webcit-ng/static.c +++ b/webcit-ng/static.c @@ -1,6 +1,6 @@ // Output static content // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 93b082d3e..484643380 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -1,5 +1,5 @@ /* -Copyright (c) 1996-2021 by Art Cancro and the citadel.org team. +Copyright (c) 1996-2022 by Art Cancro and 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. */ diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index 5e02bb2d9..af8aab676 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -1,7 +1,7 @@ diff --git a/webcit-ng/static/js/util.js b/webcit-ng/static/js/util.js index eba84e238..b8d04fc35 100644 --- a/webcit-ng/static/js/util.js +++ b/webcit-ng/static/js/util.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2016-2021 by the citadel.org team +// Copyright (c) 2016-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/static/js/view_forum.js b/webcit-ng/static/js/view_forum.js index 0aadaf820..2d8ea52ec 100644 --- a/webcit-ng/static/js/view_forum.js +++ b/webcit-ng/static/js/view_forum.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 by the citadel.org team +// Copyright (c) 2016-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/static/js/views.js b/webcit-ng/static/js/views.js index ba7bf716f..69e27c990 100644 --- a/webcit-ng/static/js/views.js +++ b/webcit-ng/static/js/views.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2016-2021 by the citadel.org team +// Copyright (c) 2016-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/tcp_sockets.c b/webcit-ng/tcp_sockets.c index 4fbc427b6..17c604856 100644 --- a/webcit-ng/tcp_sockets.c +++ b/webcit-ng/tcp_sockets.c @@ -1,7 +1,7 @@ // // TCP sockets layer // -// Copyright (c) 1987-2021 by the citadel.org team +// Copyright (c) 1987-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/text2html.c b/webcit-ng/text2html.c index 379bdae3b..65999b29c 100644 --- a/webcit-ng/text2html.c +++ b/webcit-ng/text2html.c @@ -1,7 +1,7 @@ // // Convert text/plain to text/html // -// Copyright (c) 2017-2021 by the citadel.org team +// Copyright (c) 2017-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/user_functions.c b/webcit-ng/user_functions.c index 925f3b4c9..e8b656a43 100644 --- a/webcit-ng/user_functions.c +++ b/webcit-ng/user_functions.c @@ -1,7 +1,7 @@ // // User functions // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/util.c b/webcit-ng/util.c index 66591944d..2854e53c3 100644 --- a/webcit-ng/util.c +++ b/webcit-ng/util.c @@ -1,7 +1,7 @@ // // Utility functions // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, diff --git a/webcit-ng/webcit.h b/webcit-ng/webcit.h index 53984d63e..fbf071358 100644 --- a/webcit-ng/webcit.h +++ b/webcit-ng/webcit.h @@ -1,6 +1,6 @@ // webcit.h - "header of headers" // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 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. diff --git a/webcit-ng/webserver.c b/webcit-ng/webserver.c index b28a3fab2..771fecad4 100644 --- a/webcit-ng/webserver.c +++ b/webcit-ng/webserver.c @@ -5,7 +5,7 @@ // connections, and dispatching active connections onto a pool of worker // threads. // -// Copyright (c) 1996-2021 by the citadel.org team +// Copyright (c) 1996-2022 by the citadel.org team // // This program is open source software. It runs great on the // Linux operating system (and probably elsewhere). You can use, -- 2.39.2