1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- At the moment, Dulwich is licensed under the GNU General Public License,
- version 2 or later.
- We'd like to relicense Dulwich under the Apache v2 (or later) license, as
- the GPL is problematic for many free software Python projects that are under
- BSD-style licenses. See also https://github.com/jelmer/dulwich/issues/153
- For reference, a full copy of the Apachev2 license can be found here:
- https://www.apache.org/licenses/LICENSE-2.0
- New contributions to Dulwich should be dual licensed under the GNU GPLv2 (or
- later) and the Apachev2 (or later) licenses.
- Contributions made prior were contributed under the GPLv2 (or later) license
- alone. The following contributors have not (yet) relicensed their code under
- dual Apachev2/GPLv2:
- Alberto Ruiz <aruiz@gnome.org>
- Artem Tikhomirov <artem.tikhomirov@syntevo.com>
- Brendan Cully <brendan@kublai.com>
- Chaiwat Suttipongsakul <cwt@bashell.com>
- Chris Eberle <eberle1080@gmail.com>
- Damien Tournoud <damien@commerceguys.com>
- Daniele Sluijters <daniele.sluijters@gmail.com>
- David Blewett <davidb@sixfeetup.com>
- Dirk <dirk@opani.com>
- Dmitriy <dkomarov@gmail.com>
- Gary van der Merwé <garyvdm@gmail.com>
- Hans Kolek <hkolek@gmail.com>
- Jameson Nash <jameson@mit.edu>
- kwatters <kwatters@tagged.com>
- max <max0d41@github.com>
- Nick Ward <ward.nickjames@gmail.com>
- Nix <nix@esperi.co.uk>
- Risto Kankkunen <risto.kankkunen@f-secure.com> <risto.kankkunen@iki.fi>
- Ryan Faulkner <rfaulk@yahoo-inc.com> <rfaulkner@wikimedia.org>
- Sam Vilain <svilain@saymedia.com>
- Stefan Zimmermann <zimmermann.code@gmail.com>
- Takeshi Kanemoto <tak.kanemoto@gmail.com>
- Timo Schmid <info@bluec0re.eu>
- Travis Cline <travis.cline@gmail.com>
- Yifan Zhang <yifan@wavii.com>
- Yuval Langer <yuval.langer@gmail.com>
- If your name is in this list and you'd be happy to relicense your contribution
- under dual GPLv2/Apachev2, then please send me an e-mail (jelmer@jelmer.uk) or
- a pull request on GitHub removing your name from the list above.
|