home · contact · privacy
License everything (GPL).
[plomrogue] / src / server / io.c
index d8190c6038ec0f8588e688d988074af5dbc0853f..eb54799c5dc052d6245717ddb21f44afec2118fe 100644 (file)
@@ -1,4 +1,9 @@
-/* src/server/io.c */
+/* src/server/io.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 200112L /* snrpintf() */
 #include "io.h"