X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcommand_db.c;h=68d4ce2dfd7f8908dd188d85b39195e7337fef59;hb=9aa27a13f9cc3368e81ff348f6a8b992f1a98a99;hp=34ca8211e1e0a72304ff596f989cbbc4a8c45b54;hpb=491e8bc8e7a9b1d312256817c0b8be7e05b127be;p=plomrogue diff --git a/src/client/command_db.c b/src/client/command_db.c index 34ca821..68d4ce2 100644 --- a/src/client/command_db.c +++ b/src/client/command_db.c @@ -1,4 +1,9 @@ -/* src/client/command_db.c */ +/* src/client/command_db.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 "command_db.h"