home · contact · privacy
License everything (GPL).
[plomrogue] / src / server / init.c
index aa5761cfff0cb40dbb5857209740d765f4e613df..e4001f1693b7ea636cc19618dcb7bc79eef39996 100644 (file)
@@ -1,4 +1,9 @@
-/* src/server/init.c */
+/* src/server/init.c
+ *
+ * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+ * or any later version. For details on its copyright, license, and warranties,
+ * see the file NOTICE in the root directory of the PlomRogue source package.
+ */
 
 #define _POSIX_C_SOURCE 2 /* getopt(), optarg */
 #include "init.h"