X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Finterface_conf.c;fp=src%2Fclient%2Finterface_conf.c;h=343302abbbb48cee1fe0293b1da9937b620388bf;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=45abd6a8805cdf459dd534a656771f1559f89d51;hpb=68dc4d386509aeebbbc5ce20dddbe9c0bf4f6eb9;p=plomrogue diff --git a/src/client/interface_conf.c b/src/client/interface_conf.c index 45abd6a..343302a 100644 --- a/src/client/interface_conf.c +++ b/src/client/interface_conf.c @@ -1,4 +1,9 @@ -/* src/client/interface_conf.c */ +/* src/client/interface_conf.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 /* getopt(), optarg, strdup(), snprintf() */ #include "interface_conf.h"