here have code
[citadel.git] / citadel / citadel_dirs.c
index f1fb3e9a632c1726f3db9c2e32ed03996219a3d7..7ba78e13801767919f44ea8e14305eaefd1a54fd 100644 (file)
@@ -1,16 +1,11 @@
-/*
- * citadel_dirs.c : calculate pathnames for various files used in the Citadel system
- *
- * Copyright (c) 1987-2021 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.
- */
+// citadel_dirs.c : calculate pathnames for various files used in the Citadel system
+//
+// Copyright (c) 1987-2021 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 <unistd.h>
 #include <stdio.h>
 #include <sys/stat.h>