X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fimap%2Fimap_acl.h;h=c8a90977d19858629dad67f6d24510d251eb9989;hb=093046f0b802d7c490f6673cb7a43da4698efd00;hp=a3b260513b05a445a1659b2ddd275e551aad08de;hpb=25caea5f297634dc8ac7904c0d9036b3b9ef20f8;p=citadel.git diff --git a/citadel/server/modules/imap/imap_acl.h b/citadel/server/modules/imap/imap_acl.h index a3b260513..c8a90977d 100644 --- a/citadel/server/modules/imap/imap_acl.h +++ b/citadel/server/modules/imap/imap_acl.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_setacl(int num_parms, ConstStr *Params); void imap_deleteacl(int num_parms, ConstStr *Params);