diff options
Diffstat (limited to 'src/modules/plato')
-rw-r--r-- | src/modules/plato/plato.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/plato/plato.c b/src/modules/plato/plato.c index d5c1357..05d80cb 100644 --- a/src/modules/plato/plato.c +++ b/src/modules/plato/plato.c @@ -2,7 +2,7 @@ * Copyright (C) 2020 - 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, @@ -674,5 +674,4 @@ til_module_t plato_module = { .name = "plato", .description = "Platonic solids rendered in 3D", .author = "Vito Caputo <vcaputo@pengaru.com>", - .license = "GPLv3", }; |