From: Christian Heller Date: Mon, 7 Mar 2016 00:51:16 +0000 (+0100) Subject: PtIG, TCE: Add license notices. X-Git-Tag: tce~75 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=31f6bf5bcdc93f9e5871a1d6e6faca39efc04f46 PtIG, TCE: Add license notices. --- diff --git a/plugins/client/PleaseTheIslandGod.py b/plugins/client/PleaseTheIslandGod.py index 808d793..18a0f64 100644 --- a/plugins/client/PleaseTheIslandGod.py +++ b/plugins/client/PleaseTheIslandGod.py @@ -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: " \ diff --git a/plugins/client/TheCrawlingEater.py b/plugins/client/TheCrawlingEater.py index 7d52bd3..b39f445 100644 --- a/plugins/client/TheCrawlingEater.py +++ b/plugins/client/TheCrawlingEater.py @@ -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]