X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmap.c;h=e08e7b31af79f8858ccc85c6ccd7d7bbd7158764;hb=eec39e9d6f991c90c8555859b5f10eb30c0370c1;hp=7b4693c7f38d6ac7084ac95cf41313621206aa36;hpb=28d6fed30bc0501d5452c7fbdf41125ea8bef318;p=plomrogue diff --git a/src/client/map.c b/src/client/map.c index 7b4693c..e08e7b3 100644 --- a/src/client/map.c +++ b/src/client/map.c @@ -1,4 +1,9 @@ -/* src/client/map.c */ +/* src/client/map.c + * + * 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. + */ #include "map.h" #include /* uint8_t */