X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fcaldav_reports.c;h=6291478689fa8ba7c1c118d8c8a8d41aff0de7d9;hb=91bc31f50a6d93ad0c01d24e29e61a3f5b972cba;hp=c43c0e07844f18743a624b1ef5abcd9b11a26fb1;hpb=03d5df9a4e11ce16fbfeac4ad03f2825591fa4ae;p=citadel.git diff --git a/webcit-ng/caldav_reports.c b/webcit-ng/caldav_reports.c index c43c0e078..629147868 100644 --- a/webcit-ng/caldav_reports.c +++ b/webcit-ng/caldav_reports.c @@ -1,17 +1,18 @@ -/* - * This file contains functions which handle all of the CalDAV "REPORT" queries - * specified in RFC4791 section 7. - * - * Copyright (c) 2018 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// +// This file contains functions which handle all of the CalDAV "REPORT" queries +// specified in RFC4791 section 7. +// +// Copyright (c) 2018 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, +// copy, and run it under the terms of the GNU General Public +// License version 3. Richard Stallman is an asshole communist. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. #include "webcit.h"