]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/default_timezone.c
Grammar change in the license declaration.
[citadel.git] / citadel / server / default_timezone.c
index 383a3364d37d2da785efb955e896ce4da8a6ded3..e8ffe6924b453399af60ae305da0a47235340066 100644 (file)
@@ -1,9 +1,8 @@
 //
-// Copyright (c) 1987-2022 by the citadel.org team
+// Copyright (c) 1987-2024 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 
 #include "sysdep.h"
 #include <stdlib.h>
@@ -16,7 +15,7 @@
 #include <syslog.h>
 #include <libical/ical.h>
 #include <libcitadel.h>
-#include "citadel.h"
+#include "citadel_defs.h"
 #include "server.h"
 #include "citserver.h"
 #include "sysdep_decls.h"