home · contact · privacy
License everything (GPL).
[plomrogue] / src / client / command_db.c
index 34ca8211e1e0a72304ff596f989cbbc4a8c45b54..68d4ce2dfd7f8908dd188d85b39195e7337fef59 100644 (file)
@@ -1,4 +1,9 @@
-/* src/client/command_db.c */
+/* src/client/command_db.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 "command_db.h"