style cleanup
[citadel.git] / citadel / server / config.h
index df68382922581dd62d558064dab717ddbd6e6534..cbe2548c92909688b058556f117175008d5421f4 100644 (file)
@@ -1,12 +1,7 @@
-// Copyright (c) 1987-2016 by the citadel.org team
+// Copyright (c) 1987-2024 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 program is open source software.  Use, duplication, or disclosure
+// are subject to the terms of the GNU General Public License version 3.
 
 #include "serv_extensions.h"
 #include "citadel_dirs.h"
@@ -106,7 +101,6 @@ long CtdlGetConfigLong(char *);
 void CtdlSetConfigInt(char *key, int value);
 void CtdlSetConfigLong(char *key, long value);
 void CtdlDelConfig(char *key);
-
 char *CtdlGetSysConfig(char *sysconfname);
 void CtdlPutSysConfig(char *sysconfname, char *sysconfdata);
 void validate_config(void);