relicensing-apachev2.txt 557 B

123456789101112
  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.