diff options
Diffstat (limited to 'src/modules/swarm')
-rw-r--r-- | src/modules/swarm/swarm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/swarm/swarm.c b/src/modules/swarm/swarm.c index 0b320fb..c64ef8e 100644 --- a/src/modules/swarm/swarm.c +++ b/src/modules/swarm/swarm.c @@ -2,7 +2,7 @@ * Copyright (C) 2021 - 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, @@ -274,5 +274,4 @@ til_module_t swarm_module = { .name = "swarm", .description = "\"Boids\"-inspired particle swarm in 3D", .author = "Vito Caputo <vcaputo@pengaru.com>", - .license = "GPLv3", }; |