X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fparse.c;h=5bf2bd71a957d95900c13076101ee5afc0eca415;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=c233a9203eb210d29a4fc608f7bbd854a07ccfbc;hpb=68dc4d386509aeebbbc5ce20dddbe9c0bf4f6eb9;p=plomrogue diff --git a/src/client/parse.c b/src/client/parse.c index c233a92..5bf2bd7 100644 --- a/src/client/parse.c +++ b/src/client/parse.c @@ -1,4 +1,9 @@ -/* src/client/parse.c */ +/* src/client/parse.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. + */ #define _POSIX_C_SOURCE 200809L /* strdup(), snprintf() */ #include "parse.h"