relicensing-apachev2.txt 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. Aaron O'Mullan <aaron.omullan@friendco.de>
  14. Alberto Ruiz <aruiz@gnome.org>
  15. Andres Lowrie <andres.lowrie@gmail.com>
  16. Artem Tikhomirov <artem.tikhomirov@syntevo.com>
  17. Brendan Cully <brendan@kublai.com>
  18. Chaiwat Suttipongsakul <cwt@bashell.com>
  19. Chow Loong Jin <hyperair@debian.org>
  20. Chris Eberle <eberle1080@gmail.com>
  21. Damien Tournoud <damien@commerceguys.com>
  22. Daniele Sluijters <daniele.sluijters@gmail.com>
  23. David Blewett <davidb@sixfeetup.com>
  24. David Pursehouse <david.pursehouse@gmail.com>
  25. Dirk <dirk@opani.com>
  26. Dmitriy <dkomarov@gmail.com>
  27. Dov Feldstern <dovdevel@gmail.com>
  28. Gary van der Merwé <garyvdm@gmail.com>
  29. Hal Wine <hal.wine@gmail.com>
  30. Hans Kolek <hkolek@gmail.com>
  31. Hervé Cauwelier <herve@oursours.net> <herve@itaapy.com>
  32. Jameson Nash <jameson@mit.edu>
  33. John Arbash Meinel <john@arbash-meinel.com>
  34. kwatters <kwatters@tagged.com>
  35. Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
  36. Marc Brinkmann <git@marcbrinkmann.de>
  37. Martin Packman <gzlist@googlemail.com>
  38. max <max0d41@github.com>
  39. Nick Ward <ward.nickjames@gmail.com>
  40. Nix <nix@esperi.co.uk>
  41. Risto Kankkunen <risto.kankkunen@f-secure.com> <risto.kankkunen@iki.fi>
  42. Rod Cloutier <rodcloutier@gmail.com>
  43. Ronald Blaschke <ron@rblasch.org>
  44. Ryan Faulkner <rfaulk@yahoo-inc.com> <rfaulkner@wikimedia.org>
  45. Ryan McKern <ryan@orangefort.com>
  46. Sam Vilain <svilain@saymedia.com>
  47. Stefan Zimmermann <zimmermann.code@gmail.com>
  48. Takeshi Kanemoto <tak.kanemoto@gmail.com>
  49. Timo Schmid <info@bluec0re.eu>
  50. Travis Cline <travis.cline@gmail.com>
  51. Yifan Zhang <yifan@wavii.com>
  52. Yuval Langer <yuval.langer@gmail.com>
  53. If your name is in this list and you'd be happy to relicense your contribution
  54. under dual GPLv2/Apachev2, then please send me an e-mail (jelmer@samba.org) or
  55. a pull request on GitHub removing your name from the list above.