X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/git-favicon.png?a=blobdiff_plain;f=roguelike-client;h=55fb9789d2a33585bc678b6e53eabf047566c7a5;hb=0a56367e8396b2ece4c1bce8a25e93ceabd901c1;hp=5d140640ac1a739ccda084f41f01aa6ae372f174;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/roguelike-client b/roguelike-client index 5d14064..55fb978 100755 --- a/roguelike-client +++ b/roguelike-client @@ -1,11 +1,15 @@ #!/usr/bin/python3 +# 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 curses import os import signal import time - from client.config.world_data import world_data from client.config.io import io from client.config.commands import commands