home · contact · privacy
Server/py: Fix out file writing bug.
[plomrogue] / src / common / parse_file.c
index fd5b9a8ef71cb9ad463831ef00bd161743067d60..ded2d5ad7c98bcf8200b4356d6b75e325e0c9ed8 100644 (file)
@@ -1,6 +1,11 @@
-/* src/common/parse_file.c */
-
-#define _POSIX_C_SOURCE 200809L /* strdup() */
+/* src/common/parse_file.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 200809L /* strdup(), snprintf() */
 #include "parse_file.h"
 #include <stddef.h> /* size_t, NULL */
 #include <stdio.h> /* FILE, snprintf() */