home · contact · privacy
License everything (GPL).
[plomrogue] / src / server / things.c
index 804f5231d15489aa5f096c32cf0ae67f88f0354c..5a866bb2f35a7f6395b4b7d005b8dcece45507da 100644 (file)
@@ -1,4 +1,9 @@
-/* src/server/things.c */
+/* src/server/things.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() */
 #include "things.h"