home · contact · privacy
Server: Add critical bug to TODO.
[plomrogue] / src / client / main.c
index 68841ca640552960d11759408f5d4a9188576c67..4bf6461923bac4c8868de633198b6379f583f68f 100644 (file)
@@ -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 */
@@ -28,7 +33,7 @@ int main(int argc, char * argv[])
     /* Declare hard-coded paths and values here. */
     world.path_commands    = "confclient/commands";
     world.path_interface   = "confclient/interface_conf";
-    world.winDB.legal_ids  = "012ciklm";
+    world.winDB.legal_ids  = "012cilma";
     char * path_server_in  = "server/in";
     char * path_server_out = "server/out";