home · contact · privacy
Add GPL notices to all source files.
[plomrogue] / client / config / commands.py
index 7de9574f3983532dcab6096e7a9d7f1d07234c3d..b7919475fc811e7a86d73b7fcbaf10a0bc1213b0 100644 (file)
@@ -1,7 +1,13 @@
+# 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.
+
+
 from client.commands import command_sender, command_look_scroller, \
     command_quit, command_looker, command_inventory_selector, \
     command_toggle_look_mode
 
+
 commands = {
     "A": (command_sender("ai"),),
     "D": (command_sender("drop", "inventory_selection"),),