It's 2022 ... updating all of the copyright notices in webcit-ng
authorArt Cancro <ajc@citadel.org>
Sat, 1 Jan 2022 20:20:21 +0000 (15:20 -0500)
committerArt Cancro <ajc@citadel.org>
Sat, 1 Jan 2022 20:20:21 +0000 (15:20 -0500)
23 files changed:
webcit-ng/admin_functions.c
webcit-ng/caldav_reports.c
webcit-ng/ctdl_commands.c
webcit-ng/ctdlclient.c
webcit-ng/ctdlfunctions.c
webcit-ng/forum_view.c
webcit-ng/html2html.c
webcit-ng/http.c
webcit-ng/main.c
webcit-ng/messages.c
webcit-ng/room_functions.c
webcit-ng/static.c
webcit-ng/static/css/webcit.css
webcit-ng/static/index.html
webcit-ng/static/js/util.js
webcit-ng/static/js/view_forum.js
webcit-ng/static/js/views.js
webcit-ng/tcp_sockets.c
webcit-ng/text2html.c
webcit-ng/user_functions.c
webcit-ng/util.c
webcit-ng/webcit.h
webcit-ng/webserver.c

index c303ac4d47bd80288cf33197f81deb2ff916ecaa..3be8546a80fe6f0571e65a487d3c77bfc177227b 100644 (file)
@@ -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,
index e7c9687e03e26fe4517ff596d998e99ab0e427ff..d224ed1d3276d43a46da309767ee6b83907323f4 100644 (file)
@@ -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,
index f1a2e2bec1c42007d91a6ad2a86ce970e2476515..383ba6393487be28e28a5296c755a2cd5f787fa8 100644 (file)
@@ -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,
index 389fd983819dc8531d0770ef0cb452cf3c852ca6..d44270d64314ea599daa679991f4f2dcff62adc7 100644 (file)
@@ -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,
index d937110b75adf10713abb302dd221a1f945c07de..68d36f7630897dd22ec38984d06f39ab478ef577 100644 (file)
@@ -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,
index c6aedbd1a1159fbd3a14bf49000c39f80d816e03..b66db14aa0a9a357199903c941fe348018d7ac17 100644 (file)
@@ -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,
index 8704525bea4c73e284a3069e5e0f43163d96b607..03ab355a754d1b151901660591d82676efa475a0 100644 (file)
@@ -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,
index 8a478f638a495b239791569190daf14a2a21e1f1..f39ebe2146a1e2dad4eaa5ea1ec28f2affe3236f 100644 (file)
@@ -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,
index d1089f6d0bdbf5945d55726af55ae9eec058e65b..6028eb62d86f8cdfc8a74f5e5740c02b300e6813 100644 (file)
@@ -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.");
index 8412717965027f60e171042a1397bf8420aed1e4..d47c9e38b10c408a96703be95785588bed1d534c 100644 (file)
@@ -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,
index 8e00e7ecd413e482f263f641106029c55204e9cd..006bd287bec95a491ddf87a1da62a4ad02e67e1f 100644 (file)
@@ -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,
index dbc84652481a12fd783086ce9140204b36183988..f4aefa776a5879723937877c24e76a0e86304036 100644 (file)
@@ -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,
index 93b082d3e4e2e5c2a58bbb8cbf35fa3aa8db7a96..484643380afaf1f02c2fae2176ba0a1afeb4ff8d 100644 (file)
@@ -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.
 */
index 5e02bb2d969b1ef99a2ef36c265991683ed1635b..af8aab6767183dbea83a682460eb06466e6c4b35 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 
 <!-- 
----- 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 GPL (General Public License) version 3.
 -->
index eba84e238fa4d819acce6a4c98ca684ffd0effed..b8d04fc35039bc3c90da33f044d74bc70e399887 100644 (file)
@@ -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,
index 0aadaf8200b6a65c2d021c5b24d48900641e2616..2d8ea52ec7a9b6659d41e5a87ee8cff34fa89dbb 100644 (file)
@@ -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,
index ba7bf716f179aaf3d97bf4d24f9be041deaa2308..69e27c990381f050b528004c52550e2855d2261b 100644 (file)
@@ -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,
index 4fbc427b68798b7e636c18449b41e49ec3ba1303..17c60485665cbfa092f21992a6cbd1dc458e471c 100644 (file)
@@ -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,
index 379bdae3b5469c79f24191d46e0441f6eb838f4e..65999b29c83996b87d32490afbac14a2e7cd78ed 100644 (file)
@@ -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,
index 925f3b4c9b6aceafdc0cc644e267d3345100a0c1..e8b656a43a38e97376ac7ab516e346f813ef176f 100644 (file)
@@ -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,
index 66591944d2ad6f371ec9b1db715cb4eb66e0eea8..2854e53c3d2ebebb34e1cd63a0f3047c805a2794 100644 (file)
@@ -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,
index 53984d63edf7c0d3b076a09b5141272c73d43deb..fbf071358f74660c2333f6d9e9e2ee602ca769a7 100644 (file)
@@ -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.
index b28a3fab2fdaf24326add528fd5c9271ef0ec621..771fecad4b49ce3d2be71d87c5f0f0b1136b8f8e 100644 (file)
@@ -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,