|
| 1 | +The source code of OpenRouteService is licensed under the [Apache license, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). |
| 2 | + |
| 3 | +OpenRouteService uses several third-party libraries and pieces of code. |
| 4 | +These libraries are listed below for each sub project. |
| 5 | +Please refer to their LICENCE, COPYING or NOTICE files for terms of use. |
| 6 | + |
| 7 | +#### Core |
| 8 | + |
| 9 | +| Library | License | |
| 10 | +|-----------|-------------| |
| 11 | +| [Apache Commons Net](https://commons.apache.org/proper/commons-net/) | Apache 2.0 | |
| 12 | +| [Config](https://github.com/typesafehub/config) | Apache 2.0 | |
| 13 | +| [GraphHopper](https://github.com/graphhopper/graphhopper) | Apache 2.0 | |
| 14 | +| [HikariCP](https://github.com/brettwooldridge/HikariCP) | Apache 2.0 | |
| 15 | +| [log4j](https://logging.apache.org/log4j/2.x/) | Apache 2.0 | |
| 16 | +| [MeteoGroup jBrotli](https://github.com/MeteoGroup/jbrotli) | Apache 2.0 | |
| 17 | +| [JTS Topology Suite](https://sourceforge.net/projects/jts-topo-suite/) | LGPLv2 | |
| 18 | +| OpenSphere | LGPLv2.1 | |
| 19 | +| [org.geotools](http://geotools.org/) | LGPLv2 | |
| 20 | +| [JGraphT Core](http://jgrapht.org/) | EPL 1.0, LGPL 2.1 | |
| 21 | +| [Java Servlet API](https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api) | CDDL 2 | |
| 22 | +| [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) | BSD 2-clause, POSTGRESQL | |
| 23 | +| [org.json](https://github.com/stleary/JSON-java) | JSON.org | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +#### API-Tests |
| 28 | +| Library | License | |
| 29 | +|-----------|-------------| |
| 30 | +| [JUnit](http://junit.org/) | EPL 1.0 | |
| 31 | +| [REST Assured](http://rest-assured.io/) | Apache 2.0 | |
| 32 | +| [org.json](https://github.com/stleary/JSON-java) | JSON.org | |
| 33 | + |
| 34 | + |
0 commit comments