X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcontrol.c;h=692d4aaa4cb4a96234d0dcc41eb474c9825786ac;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=3d9c4903df8e82d0451cfdc86436b5b143e5cc6e;hpb=68dc4d386509aeebbbc5ce20dddbe9c0bf4f6eb9;p=plomrogue diff --git a/src/client/control.c b/src/client/control.c index 3d9c490..692d4aa 100644 --- a/src/client/control.c +++ b/src/client/control.c @@ -1,4 +1,9 @@ -/* src/client/control.c */ +/* src/client/control.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. + */ #include "control.h" #include /* uint8_t, uint16_t, uint32_t, UINT32_MAX */