diff options
Diffstat (limited to 'src/modules/swab')
-rw-r--r-- | src/modules/swab/swab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/swab/swab.c b/src/modules/swab/swab.c index 44b9f21..fee20cf 100644 --- a/src/modules/swab/swab.c +++ b/src/modules/swab/swab.c @@ -2,7 +2,7 @@ * Copyright (C) 2019 - 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, @@ -148,5 +148,4 @@ til_module_t swab_module = { .name = "swab", .description = "Colorful perlin-noise visualization (threaded)", .author = "Vito Caputo <vcaputo@pengaru.com>", - .license = "GPLv3", }; |