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.

60 lines
2.4 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. - clipper in thirdparty/clipper
  12. - clipper2 in thirdparty/clipper2
  13. - libcontext [https://github.com/boostorg/context] in thirdparty/libcontext
  14. - pegtl in thirdparty/pegtl
  15. - picosha2 in thirdparty/picosha2
  16. - turtle in thirdparty/turtle
  17. Licensed under ISC:
  18. - portions of code in include/geometry/polygon_triangulation.h
  19. Licensed under MIT:
  20. - argparse in thirdparty/argparse
  21. - compoundfilereader in thirdparty/compoundfilereader
  22. - delaunator in thirdparty/delaunator
  23. - fmt in thirdparty/fmt
  24. - json_schema_validator in thirdparty/json_schema_validator
  25. - magic_enum in thirdparty/magic_enum
  26. - nanodbc in thirdparty/nanodbc
  27. - nlohmann/json in thirdparty/nlohmann_json
  28. - nlohmann/fifo_map in thirdparty/nlohmann_json
  29. - pboettch/json-schema-validator in thirdparty/json_schema_validator
  30. - picoSHA2 in thirdparty/picosha2
  31. - rectpack2d in thirdparty/rectpack2d
  32. - sentry-native in thirdparty/sentry-native
  33. - thread-pool in thirdparty/thread-pool
  34. - tinyspline_lib in thirdparty/tinyspline_lib
  35. Licensed under MIT and BSD:
  36. - glew in thirdparty/glew
  37. Licensed under BSD:
  38. - pybind11 in thirdparty/pybind11
  39. Licensed under BSD2:
  40. - gzip-hpp in thirdparty/gzip-hpp
  41. Licensed under GPLv2 (or later):
  42. - dxflib in thirdparty/dxflib_qcad
  43. - math_for_graphics in thirdparty/other_math
  44. - potrace in thirdparty/potrace
  45. - SutherlandHodgmanClipPoly in thirdparty/other_math
  46. Licensed under ZLib:
  47. - nanosvg in thirdparty/nanosvg
  48. Licensed in the public domain:
  49. - lemon in thirdparty/lemon
  50. Licensed under CC BY-SA 4.0:
  51. - All the demo files provided in demos/*
  52. Licensed under clause-3 BSD:
  53. - ibis / kibis files in eeschema/sim/kibis
  54. Licensed under CC0:
  55. - uopamp.lib.spice in some directories in qa/data/eeschema/spice_netlists/
  56. Licensed under GPLv3 (or later):
  57. - All remaining code not listed above