Added header to user_ops.h
authorArt Cancro <ajc@citadel.org>
Mon, 29 Jul 2019 20:25:27 +0000 (16:25 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 29 Jul 2019 20:25:27 +0000 (16:25 -0400)
citadel/user_ops.h

index 02bcf394babce2299a15790a1cae4eef042ff9a2..a1904d0cabbb98cd71ce4c97b50303eaa74819fb 100644 (file)
@@ -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__