# MIT License Copyright © 2016 Juanjo Aguililla and Hexagon contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Third Party Libraries Licenses * [org.jetbrains.kotlin](https://kotlinlang.org): [Apache License, Version 2.0] ### Testing * [org.junit.jupiter](https://junit.org/junit5): [Eclipse Public License, Version 2.0] * [io.gatling](https://gatling.io): [Apache License, Version 2.0] ### HTTP * [io.netty](https://netty.io): [Apache License, Version 2.0] * [io.vertx](https://vertx.io): [Apache License, Version 2.0] * [org.eclipse.jetty:client](https://www.eclipse.org/jetty): [Eclipse Public License, Version 2.0] * [org.eclipse.jetty:webapp](https://www.eclipse.org/jetty): [Eclipse Public License, Version 2.0] * [io.swagger.parser.v3](https://swagger.io): [Apache License, Version 2.0] ### Logging * [org.slf4j](https://www.slf4j.org): [MIT License] * [ch.qos.logback](https://www.qos.ch): [GNU Lesser General Public License] ### Serialization * [com.dslplatform](https://github.com/ngs-doo/dsl-json): [BSD 3-Clause License] * [com.fasterxml.jackson](https://github.com/FasterXML/jackson): [Apache License, Version 2.0] * [org.yaml](https://www.snakeyaml.org): [Apache License, Version 2.0] ### Templates * [com.fizzed](https://github.com/fizzed/rocker): [Apache License, Version 2.0] * [io.pebbletemplates](https://pebbletemplates.io): [BSD 3-Clause License] * [org.freemarker](https://freemarker.apache.org): [Apache License, Version 2.0] [Apache License, Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0 [Eclipse Public License, Version 2.0]: https://www.eclipse.org/legal/epl-2.0 [GNU Lesser General Public License]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1 [BSD 3-Clause License]: https://opensource.org/licenses/BSD-3-Clause [MIT License]: https://opensource.org/licenses/MIT