From 0acbb07fc840d92e9373edd3e70abd4bb2da2486 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 29 Jul 2019 16:25:27 -0400 Subject: [PATCH] Added header to user_ops.h --- citadel/user_ops.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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__ -- 2.30.2