X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=src%2Fclient%2Fwindows.c;h=9a944eec9d721efd2789ae128405a1b8cf8bae0d;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=14cf9b28ee478a27d9e563115ca832d0e7949029;hpb=68dc4d386509aeebbbc5ce20dddbe9c0bf4f6eb9;p=plomrogue diff --git a/src/client/windows.c b/src/client/windows.c index 14cf9b2..9a944ee 100644 --- a/src/client/windows.c +++ b/src/client/windows.c @@ -1,4 +1,9 @@ -/* src/client/windows.c */ +/* src/client/windows.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 /* strnlen() */ #include "windows.h"