X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fimap%2Fimap_metadata.h;h=585c9f7eb3c4f045ecc1bec6724f19e6e5a6e10c;hp=3f2a8bcbde6b64d1313a44ae06dde63fa657176b;hb=093046f0b802d7c490f6673cb7a43da4698efd00;hpb=25caea5f297634dc8ac7904c0d9036b3b9ef20f8 diff --git a/citadel/server/modules/imap/imap_metadata.h b/citadel/server/modules/imap/imap_metadata.h index 3f2a8bcbd..585c9f7eb 100644 --- a/citadel/server/modules/imap/imap_metadata.h +++ b/citadel/server/modules/imap/imap_metadata.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2007-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) 2007-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_getmetadata(int num_parms, ConstStr *Params); void imap_setmetadata(int num_parms, ConstStr *Params);