diff options
Diffstat (limited to 'src/modules/submit')
-rw-r--r-- | src/modules/submit/submit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/submit/submit.c b/src/modules/submit/submit.c index d643a2c..5dd5cb3 100644 --- a/src/modules/submit/submit.c +++ b/src/modules/submit/submit.c @@ -2,7 +2,7 @@ * Copyright (C) 2018 - Vito Caputo - <vcaputo@pengaru.com> * * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3 as published + * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, @@ -364,6 +364,5 @@ til_module_t submit_module = { .name = "submit", .description = "Cellular automata conquest game sim (threaded (poorly))", .author = "Vito Caputo <vcaputo@pengaru.com>", - .license = "GPLv3", .setup = submit_setup, }; |