]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/config.c
Grammar change in the license declaration.
[citadel.git] / citadel / server / config.c
index de80290bbddd680bb4ae8502fcafcdaaa4d0bca7..fa05c4dfd6f56e18a0e08fcf1bbde5a4e881cdb7 100644 (file)
@@ -1,6 +1,6 @@
 // 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.
@@ -10,7 +10,6 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <netdb.h>
-//#include <crypt.h>
 #include <sys/utsname.h>
 #include <libcitadel.h>
 #include <assert.h>