]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/default_timezone.c
style cleanup
[citadel.git] / citadel / server / default_timezone.c
index 6ce5c107e18b9d893c9f24ffd8d50ad50803da4e..51e0c8e29a1f04741892c08091523654b0c5d4ec 100644 (file)
@@ -1,15 +1,8 @@
-/*
- * Copyright (c) 1987-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.
- */
-
+//
+// Copyright (c) 1987-2024 by the citadel.org team
+//
+// This program is open source software.  Use, duplication, or disclosure
+// are subject to the terms of the GNU General Public License, version 3.
 
 #include "sysdep.h"
 #include <stdlib.h>
@@ -22,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"
 #include "ctdl_module.h"
 
 
-/*
- * Figure out which time zone needs to be used for timestamps that are
- * not UTC and do not have a time zone specified.
- */
+// Figure out which time zone needs to be used for timestamps that are
+// not UTC and do not have a time zone specified.
 icaltimezone *get_default_icaltimezone(void) {
 
         icaltimezone *zone = NULL;