7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 00:34:47 +00:00
kicad/thirdparty/rtree/README.txt
Ian McInerney 13b6028e1b Refactor all math into a new kimath library
* Split up the thirdparty code into the thirdparty folder (#3637)
* Create a new kimath static library containing all the math functions

This is part of cleaning the build system for #1906.
2020-01-07 17:12:59 +00:00

5 lines
274 B
Plaintext

This directory contains the rtree library. A version of this library can be found at https://github.com/nushoin/RTree.
Upstream does not explicitly list a license term (other than free for all to use), so this code
will fall under the GPLv3, since that is what KiCad uses.