From: Art Cancro Date: Mon, 29 Jul 2019 20:25:27 +0000 (-0400) Subject: Added header to user_ops.h X-Git-Tag: v939~287 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=0acbb07fc840d92e9373edd3e70abd4bb2da2486 Added header to user_ops.h --- 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__