X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fuser_ops.h;h=a1904d0cabbb98cd71ce4c97b50303eaa74819fb;hp=02bcf394babce2299a15790a1cae4eef042ff9a2;hb=0acbb07fc840d92e9373edd3e70abd4bb2da2486;hpb=03b525bdbd5fa51c1b5a56c5fdecfdb8200cb046 diff --git a/citadel/user_ops.h b/citadel/user_ops.h index 02bcf394b..a1904d0ca 100644 --- a/citadel/user_ops.h +++ b/citadel/user_ops.h @@ -1,3 +1,17 @@ +/* + * Header file for server functions which perform operations on user objects. + * + * Copyright (c) 1987-2019 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. + */ + #ifndef __USER_OPS_H__ #define __USER_OPS_H__