From: Art Cancro Date: Thu, 21 Dec 2023 21:27:31 +0000 (-0500) Subject: Updated copyright date in files where git blame shows 2023 mods X-Git-Tag: v997~61 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cb238b3c3c7829b6f8fbf6e425fbdc10d3cc2c71 Updated copyright date in files where git blame shows 2023 mods --- diff --git a/webcit-ng/server/caldav_reports.c b/webcit-ng/server/caldav_reports.c index ff60dfedc..dbaa9c597 100644 --- a/webcit-ng/server/caldav_reports.c +++ b/webcit-ng/server/caldav_reports.c @@ -1,7 +1,7 @@ // This file contains functions which handle all of the CalDAV "REPORT" queries // specified in RFC4791 section 7. // -// Copyright (c) 2022 by the citadel.org team +// Copyright (c) 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. diff --git a/webcit-ng/server/forum_view.c b/webcit-ng/server/forum_view.c index 09ee7800f..13d9ad00c 100644 --- a/webcit-ng/server/forum_view.c +++ b/webcit-ng/server/forum_view.c @@ -1,7 +1,7 @@ // 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. diff --git a/webcit-ng/server/messages.c b/webcit-ng/server/messages.c index b0c265ccd..6cb103612 100644 --- a/webcit-ng/server/messages.c +++ b/webcit-ng/server/messages.c @@ -1,6 +1,6 @@ // Message base functions // -// 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. @@ -277,8 +277,6 @@ void dav_put_message(struct http_transaction *h, struct ctdlsession *c, char *eu // After calling pop_upload(), the attachment is no longer in the global list. // The file descriptor has zero links, so when we close it, the filesystem will remove it from disk. - - syslog(LOG_DEBUG, "💥 attachment: %s , len=%ld", one_att.filename, one_att.length); ctdl_printf(c, "--%s\r", mime_boundary); ctdl_printf(c, "Content-Type: %s; name=\"%s\"\r", one_att.content_type, one_att.filename); ctdl_printf(c, "Content-Disposition: attachment; filename=\"%s\"\r", one_att.filename); diff --git a/webcit-ng/server/user_functions.c b/webcit-ng/server/user_functions.c index de4233dfb..45cd3118d 100644 --- a/webcit-ng/server/user_functions.c +++ b/webcit-ng/server/user_functions.c @@ -1,6 +1,6 @@ // User functions // -// 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. diff --git a/webcit-ng/server/util.c b/webcit-ng/server/util.c index dc51ab3ba..ff256e520 100644 --- a/webcit-ng/server/util.c +++ b/webcit-ng/server/util.c @@ -1,5 +1,5 @@ // Utility functions -// 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. #include "webcit.h"