home · contact · privacy
Add GPL notices to all source files.
[plomrogue] / client / config / windows.py
index 86fd4dcc3c3e88373d1c1bc8721a81328318b4e3..676d94c9b864397c95af40d4a11273a1fb4d4fdb 100644 (file)
@@ -1,5 +1,11 @@
+# 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.windows import win_info, win_log, win_inventory, win_look, win_map
 
+
 windows_config = [
     {"config": [1, 33], "func": win_info, "title": "Info"},
     {"config": [-7, 33], "func": win_log, "title": "Log"},