home · contact · privacy
License everything (GPL).
[plomrogue] / src / client / keybindings.c
index ba8dc4f061564e28de75ab5aba99eaffcc2728b4..ebe5cecc129cbe1c7e00a4f46d27964dbd90e9dc 100644 (file)
@@ -1,4 +1,9 @@
-/* src/client/keybindings.c */
+/* src/client/keybindings.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.
+ */
 
 #include "keybindings.h"
 #include <ncurses.h> /* keycode defines, cbreak(), halfdelay(), getch() */