X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.js?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=7b2e0f9219f1c3b5f496922c61774ad561112c6b;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=68841ca640552960d11759408f5d4a9188576c67;hpb=68dc4d386509aeebbbc5ce20dddbe9c0bf4f6eb9;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index 68841ca..7b2e0f9 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -1,4 +1,9 @@ -/* main.c */ +/* main.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 1 /* sigaction, sigaction() */ #define _DARWIN_C_SOURCE 1 /* SIGWINCH on OS X */