aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-10-29 21:58:29 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-10-29 21:58:29 +0100
commita80f683f5c0533885b6d95d8baa3b3b3bf20c05f (patch)
treeb13d80fd252bb0b5db421da816dd584ebee07fb9 /init.lua
parent5386101c3aac54256f08a94256f91ce109152124 (diff)
downloadvis-fzf-open-a80f683f5c0533885b6d95d8baa3b3b3bf20c05f.tar.gz
Relicense under LGPL and add contact information.
Licensing a standalone software (and even less a plugin) under AGPL doesn’t make sense as it is meant just for software used as a service. Moreover, I don’t it is even lawful to license a plugin of non-GPL software with a viral license. Therefore, I am relicensing this with LGPL, which is in my opinion the closest legal option to the original authors intent.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index 39725cb..cf6f3f9 100644
--- a/init.lua
+++ b/init.lua
@@ -1,16 +1,17 @@
-- Copyright (C) 2017 Guillaume Chérel
+-- Copyright (C) 2023 Matěj Cepl
--
-- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU Affero General Public License as
+-- it under the terms of the GNU Lesser General Public License as
-- published by the Free Software Foundation, either version 3 of the
-- License, or (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
--- GNU Affero General Public License for more details.
+-- GNU Lesser General Public License for more details.
--
--- You should have received a copy of the GNU Affero General Public License
+-- You should have received a copy of the GNU Lesser General Public License
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
module = {}