relicensing-apachev2.txt 1.9 KB

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