X-Git-Url: https://plomlompom.com/repos/index.html?a=blobdiff_plain;f=src%2Fserver%2Fthings.c;h=5a866bb2f35a7f6395b4b7d005b8dcece45507da;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=804f5231d15489aa5f096c32cf0ae67f88f0354c;hpb=68dc4d386509aeebbbc5ce20dddbe9c0bf4f6eb9;p=plomrogue diff --git a/src/server/things.c b/src/server/things.c index 804f523..5a866bb 100644 --- a/src/server/things.c +++ b/src/server/things.c @@ -1,4 +1,9 @@ -/* src/server/things.c */ +/* src/server/things.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() */ #include "things.h"