mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
dual-license under EPL-2.0 and Apache-2.0
This commit is contained in:
parent
d159363334
commit
3a64634872
7 changed files with 190 additions and 8 deletions
|
@ -7,7 +7,7 @@ authors = ["Dominic Meiser <git@msrd0.de>"]
|
|||
edition = "2018"
|
||||
description = "RESTful additions for Gotham"
|
||||
keywords = ["gotham", "rest", "restful"]
|
||||
license = "EPL-2.0"
|
||||
license = "EPL-2.0 OR Apache-2.0"
|
||||
readme = "../README.md"
|
||||
include = ["src/**/*", "Cargo.toml", "../LICENSE"]
|
||||
repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||
|
|
|
@ -84,9 +84,9 @@ Look at the [example] for more methods and usage with the `openapi` feature.
|
|||
|
||||
# License
|
||||
|
||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THE ECLIPSE <br/>
|
||||
PUBLIC LICENSE VERSION 2.0. ANY USE, REPRODUCTION OR DISTRIBUTION <br/>
|
||||
OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE.
|
||||
Licensed under your option of:
|
||||
- [Apache License Version 2.0](https://gitlab.com/msrd0/gotham-restful/blob/master/LICENSE-Apache)
|
||||
- [Eclipse Public License Version 2.0](https://gitlab.com/msrd0/gotham-restful/blob/master/LICENSE-EPL)
|
||||
|
||||
|
||||
[example]: https://gitlab.com/msrd0/gotham-restful/tree/master/example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue