Still waiting for the computer. Or rather, for other computers.
[citadel.git] / citadel / server / modules / imap / imap_fetch.h
index 7847fce534c1f55d7407776a6b6bac519bfe0741..c65be34435adc596eda7e4a24a6ff748198c18c3 100644 (file)
@@ -1,14 +1,7 @@
-/*
- * Copyright (c) 2001-2017 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.
- */
+// Copyright (c) 2001-2024 by the citadel.org team
+//
+// This program is open source software.  Use, duplication, or disclosure
+// are subject to the terms of the GNU General Public License version 3.
 
 void imap_pick_range(const char *range, int is_uid);
 void imap_fetch(int num_parms, ConstStr *Params);