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.

40 lines
1.7 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 other licenses (see below for details).
  4. These licenses are compatible, but a combined works as is will be governed under
  5. the terms of the GPLv3 (or later). This includes any binary distribution of the
  6. KiCad EDA suite by the KiCad project or any third party, e.g. Linux distributor.
  7. You are free to use the *sources* under the terms of their respective licenses.
  8. Licensed under Apache License, Version 2.0
  9. - portions of code in libs/kimath/include/math/util.h
  10. Licensed under BOOSTv1:
  11. - libcontext [https://github.com/boostorg/context] in thirdparty/libcontext
  12. - clipper in thirdparty/clipper
  13. Licensed under ISC:
  14. - portions of code in include/geometry/polygon_triangulation.h
  15. Licensed under MIT:
  16. - compoundfilereader in thirdparty/compoundfilereader
  17. - delaunator in thirdparty/delaunator
  18. - tinyspline_lib in thirdparty/tinyspline_lib
  19. - nlohmann/json in thirdparty/nlohmann_json
  20. - nlohmann/fifo_map in thirdparty/nlohmann_json
  21. - pboettch/json-schema-validator in thirdparty/json_schema_validator
  22. - picoSHA2 in thirdparty/picosha2
  23. Licensed under GPLv2 (or later):
  24. - dxflib in thirdparty/dxflib_qcad
  25. - potrace in thirdparty/potrace
  26. - math_for_graphics in thirdparty/other_math
  27. - SutherlandHodgmanClipPoly in thirdparty/other_math
  28. Licensed under ZLib:
  29. - nanosvg in thirdparty/nanosvg
  30. Licensed in the public domain:
  31. - lemon in thirdparty/lemon
  32. Licensed under CC BY-SA 4.0:
  33. - All the demo files provided in demos/*
  34. Licensed under clause-3 BSD:
  35. - ibis / kibis files in pcbnew/signalIntegrity
  36. Licensed under GPLv3 (or later):
  37. - All remaining code not listed above