style cleanup
[citadel.git] / citadel / server / modules_init.h
index 88bfa13c2684cf77ba4718f8f59692620b2b5dee..80f6536b40abf5b62403192b340097af4dfe59c1 100644 (file)
@@ -4,7 +4,6 @@
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
-// The program is distributed without any warranty, expressed or implied.
 //
 // To add new modules to the server:
 // 1. Write the module and place it in a server/modules/[module_name]/ directory
@@ -61,4 +60,4 @@ char *ctdl_module_init_vcard(void);
 char *ctdl_module_init_wiki(void);
 char *ctdl_module_init_xmpp(void);
 char *ctdl_module_init_netconfig(void);
-#endif // MODULES_INIT_H
+#endif