home · contact · privacy
License everything (GPL).
[plomrogue] / src / common / parse_file.c
index 9829e4edf6f094ba49fd287328ba8884b07a3605..ded2d5ad7c98bcf8200b4356d6b75e325e0c9ed8 100644 (file)
@@ -1,4 +1,9 @@
-/* src/common/parse_file.c */
+/* 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"