Skip to content

[RELICENCE] Adopt the MIT licence for future contributions to python-ldap #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions LICENCE.MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
The MIT License applies to contributions committed after July 1st, 2021, and
to all contributions by the following authors:

* ​A. Karl Kornel
* Alex Willmer
* Aymeric Augustin
* Bernhard M. Wiedemann
* Bradley Baetz
* Éloi Rivard
* Eyal Cherevatzki
* Fred Thomsen
* Ivan A. Melnikov
* johnthagen
* Jonathon Reinhart
* Jon Dufresne
* Martin Basti
* Marti Raudsepp
* Miro Hrončok
* Petr Viktorin
* Pieterjan De Potter
* Raphaël Barrois
* Robert Kuska
* Stanislav Láznička
* Tobias Bräutigam
* Tom van Dijk
* William Brown


-------------------------------------------------------------------------------

MIT License

Copyright (c) 2021 python-ldap contributors

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.
24 changes: 24 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,27 @@ their contributions and input into this package.

Thanks! We may have missed someone: please mail us if we have omitted
your name.

Licence
=======

The python-ldap project comes with a LICENCE file.

We are aware that its text is unclear, but it cannot be changed:
all authors of python-ldap would need to approve the licence change,
but a complete list of all the authors is not available.
(Note that the Git repository of the project is incomplete.
Furthermore, commits imported from CVS lack authorship information; users
"stroeder" or "leonard" are commiters (reviewers), but sometimes not
authors of the committed code.)

The current maintainers assume that the license is the sentence that refers
to "Python-style license" and assume this means a highly permissive open source
license that only requires preservation of the text of the LICENCE file
(including the disclaimer paragraph).

-------------------------------------------------------------------------------

All contributions committed since July 1st, 2021, as well as some past
contributions, are licensed under the MIT license.
The MIT licence and more details are listed in the file LICENCE.MIT.