home · contact · privacy
Consistent use of "pickup" instead of "pickup" as command name.
[plomrogue] / server / io.py
index 46facb9ea47c475f1b17d27ffed0e60f896e87fd..65d1c351484b07fbbfeec06add24da55b2bd498b 100644 (file)
@@ -1,7 +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.
+
+
 import os
 import time
 
-
 from server.config.world_data import world_db
 from server.config.io import io_db