guns / vim-sexp

Precision Editing for S-expressions
MIT License
612 stars 33 forks source link

License situation is problematic #29

Closed orlp closed 3 years ago

orlp commented 3 years ago

The plugin claims to be under the "MIT" license: https://github.com/guns/vim-sexp/blob/master/plugin/sexp.vim#L12

However it's impossible for anyone looking to build upon (pieces of) your work to comply with this license. Assuming you meant this license:

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Note that it says "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software." This plugin itself violates this requirement, and it's impossible to copy this license to derivative works because the notice wasn't in the original to begin with.

guns commented 3 years ago

Thanks for pointing this out @orlp. I've added the license. Hope you find this plugin useful!