X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server%2Factions.py;h=1c835814ab51b6714413945c3648996e86f69eb1;hb=d9387d37c9b9d1bee65694d0eb24bb028f26f32a;hp=60313876fecab80b9c28611fa23065b578dce201;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/server/actions.py b/server/actions.py index 6031387..1c83581 100644 --- a/server/actions.py +++ b/server/actions.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 server.config.world_data import world_db from server.io import log