]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/forum_view.c
Grammar change in the license declaration.
[citadel.git] / webcit-ng / server / forum_view.c
index 09ee7800f047ba7d1d74528c72ee98fb0fca92ef..188f2e8cc509ccfb02529f755beb99a9e901cac5 100644 (file)
@@ -1,10 +1,10 @@
 // The code in here feeds messages out as JSON to the client browser.  It is currently being used
 // for the forum view, but as we implement other views we'll probably reuse a lot of what's here.
 //
-// Copyright (c) 1996-2022 by the citadel.org team
+// Copyright (c) 1996-2023 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or
-// disclosure are subject to the GNU General Public License v3.
+// disclosure is subject to the GNU General Public License v3.
 
 #include "webcit.h"