From 31f6bf5bcdc93f9e5871a1d6e6faca39efc04f46 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 7 Mar 2016 01:51:16 +0100 Subject: [PATCH] PtIG, TCE: Add license notices. --- plugins/client/PleaseTheIslandGod.py | 5 +++++ plugins/client/TheCrawlingEater.py | 5 +++++ 2 files changed, 10 insertions(+) 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] -- 2.30.2