relicensing-apachev2.txt 2.8 KB

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