]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/journaling.c
Modified some of the server source files to carry the new and improved version of...
[citadel.git] / citadel / server / journaling.c
index 939ec3b7d685b3aab69cb38a039ae613a4616fea..931169efb5c981e04874e181719413eefeea808f 100644 (file)
@@ -1,16 +1,10 @@
-/*
- * Message journaling functions.
- *
- * Copyright (c) 1987-2020 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.
- */
+// Message journaling functions.
+//
+// Copyright (c) 1987-2022 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 <stdio.h>
 #include <libcitadel.h>
@@ -251,5 +245,3 @@ void JournalRunQueue(void) {
                JournalRunQueueMsg(jptr);
        }
 }
-
-