From 60625de67efa1d35b415c2409a5279b4d02c51ef Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 19 Mar 2022 10:05:31 -0700 Subject: *: drop til_module_t.license Originally the thinking was that rototiller modules would become dlopen()ed shared objects, and that it would make sense to let them be licensed differently. At this time only some modules I have written were gplv3, Phil's modules are all gplv2, and I'm not inclined to pivot towards a dlopen model. So this commit drops the license field from til_module_t, relicenses my v3 code to v2, and adds a gplv2 LICENSE file to the source root dir. As of now rototiller+libtil and all its modules are simply gplv2, and anything linking in libtil must use a gplv2 compatible license - the expectation is that you just use gplv2. --- src/libs/puddle/puddle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/puddle/puddle.c') diff --git a/src/libs/puddle/puddle.c b/src/libs/puddle/puddle.c index c6833f7..3b6733d 100644 --- a/src/libs/puddle/puddle.c +++ b/src/libs/puddle/puddle.c @@ -2,7 +2,7 @@ * Copyright (C) 2020 - Vito Caputo - * * 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, -- cgit v1.2.1