home · contact · privacy
PtIG, TCE: Add license notices.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 7 Mar 2016 00:51:16 +0000 (01:51 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 7 Mar 2016 00:51:16 +0000 (01:51 +0100)
plugins/client/PleaseTheIslandGod.py
plugins/client/TheCrawlingEater.py

index 808d7938afec0445f295c3dfb08e55bd3860ddce..18a0f64dcb41cee4dc093906a64e883e66f94189 100644 (file)
@@ -1,3 +1,8 @@
+# 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.config.io import io
 from client.config.world_data import world_data
 world_data["log"][-2] = "STATS OVERVIEW: " \
index 7d52bd36ce29744b0523b4eb9db62282380353da..b39f445840da85aa97458344970d01a225556e13 100644 (file)
@@ -1,3 +1,8 @@
+# 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.
+
+
 def win_map(self):
     win_size = self.size
     offset = [0, 0]