style cleanup
[citadel.git] / citadel / server / config.c
index de80290bbddd680bb4ae8502fcafcdaaa4d0bca7..7e0db5bb4a5ccc6bbb528bdeca91e584dfd76296 100644 (file)
@@ -1,16 +1,15 @@
 // Read and write the system configuration database
 //
-// 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.
+// are subject to the terms of the GNU General Public License, version 3.
 
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <netdb.h>
-//#include <crypt.h>
 #include <sys/utsname.h>
 #include <libcitadel.h>
 #include <assert.h>