X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fparse_file.h;h=87d3cdfba4bd929f2d2651cb8c18136a768e718f;hb=72f3dbee9e1c9c2a832b13b057f004fe023d0e11;hp=7d7cfbda195ebab3b31436f82edf74db90575f56;hpb=891ba8fbca53d920f6b3704827fa6b8aee737de4;p=plomrogue diff --git a/src/common/parse_file.h b/src/common/parse_file.h index 7d7cfbd..87d3cdf 100644 --- a/src/common/parse_file.h +++ b/src/common/parse_file.h @@ -1,4 +1,8 @@ /* src/common/parse_file.h + * + * 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. * * Tools for parsing files. */ @@ -24,7 +28,7 @@ extern void err_line_zero(); */ extern uint8_t err_line(uint8_t test, char * msg); -/* Return next token from "line" or NULL if none is found. Tokens either a) +/* Return next token from "line", or NULL if none is found. Tokens either a) * start at the first non-whitespace character and end before the next * whitespace character after that; or b) if the first non-whitespace character * is a single quote followed by at least one other single quote some time later