diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-10-29 21:58:29 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-10-29 21:58:29 +0100 |
commit | a80f683f5c0533885b6d95d8baa3b3b3bf20c05f (patch) | |
tree | b13d80fd252bb0b5db421da816dd584ebee07fb9 /init.lua | |
parent | 5386101c3aac54256f08a94256f91ce109152124 (diff) | |
download | vis-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.lua | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 = {} |