mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-07 09:20:29 +00:00
47406a6cc0
When I wrote git_fast_filter.py, I was unaware of and did not forsee libgit2. So, although the license said the project could be used under whatever license git.git was, there was still a potential barrier for usage by libgit2. I'm not sure if libgit2 will ever want to use filter-repo, but I don't want the barrier there and I would like to avoid a repeat of this problem. (Also, since filter-repo is for the most part a one-shot usage tool, I doubt that the normal copyleft provisions could provide much value.) MIT is widely used, compatible with just about everyting, and is preferred by Palantir (my current employer) for open source contributions. So, I contacted all other contributors (Jim is still at Sandia) and got permission to relicense. Signed-off-by: Elijah Newren <newren@gmail.com>
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
Copyright (c) 2009, 2018-2019
|
|
|
|
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.
|