You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.5 KiB

  1. The majority of KiCad's source code is developed and distributed under the terms
  2. of the GPLv3 or later. However, It does include some third-party code licensed
  3. under AGPLv3 or later as well as sections licensed under the BOOST license v1.0,
  4. the ISC license and the MIT license.
  5. These licenses are compatible, but a combined works as is will be governed under
  6. the terms of the AGPLv3 (or later). This includes any binary distribution of the
  7. KiCad EDA suite by the KiCad project or any third party, e.g. Linux distributor.
  8. You are free to use the *sources* under the terms of their respective licenses.
  9. Licensed under AGPLv3 (or later):
  10. - TTL [https://www.sintef.no/projectweb/geometry-toolkits/ttl/], sources in include/ttl/*
  11. Licensed under BOOSTv1:
  12. - libcontext [https://github.com/boostorg/context] in thirdparty/libcontext
  13. - clipper in thirdparty/clipper
  14. Licensed under ISC:
  15. - portions of code in include/geometry/polygon_triangulation.h
  16. Licensed under MIT:
  17. - tinyspline_lib in thirdparty/tinyspline_lib
  18. - nlohmann/json in thirdparty/nlohmann_json
  19. - nlohmann/fifo_map in thirdparty/nlohmann_json
  20. Licensed under GPLv2 (or later):
  21. - dxflib in thirdparty/dxflib_qcad
  22. - potrace in thirdparty/potrace
  23. - math_for_graphics in thirdparty/other_math
  24. - SutherlandHodgmanClipPoly in thirdparty/other_math
  25. Licensed under ZLib:
  26. - nanosvg in thirdparty/nanosvg
  27. Licensed under CC-BY-SA-4.0:
  28. - All the demo files provided in demos/*
  29. Licensed under GPLv3 (or later):
  30. - All remaining code not listed above