home · contact · privacy
Server/py: Remove superfluous line.
[plomrogue] / src / server / main.c
index c8ca499293999f32067b2c5a0afcc54dc34c8526..1ae00f1397d3f69b672d6ed6d2e628528ad3844a 100644 (file)
@@ -1,4 +1,9 @@
-/* src/server/main.c */
+/* src/server/main.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.
+ */
 
 #include <stdio.h> /* printf() */
 #include <stdlib.h> /* exit() */