mirror of
https://github.com/planetmint/planetmint.git
synced 2025-05-28 09:46:42 +00:00
71 lines
3.1 KiB
Markdown
71 lines
3.1 KiB
Markdown
# Licenses on the Stuff in this Directory
|
|
|
|
All _code_ in this directory is copyright Planetmint GmbH,
|
|
except for the configuration files obtained from 3scale (NGINX configuration
|
|
file and NGINX Lua script).
|
|
|
|
`nginx.conf.template` and `nginx.lua.template` are based on files we got from
|
|
3scale (by going to the 3scale admin site - API - Integration - Download
|
|
the NGINX Config files).
|
|
|
|
The original files (from 3scale) were licensed under an MIT License,
|
|
the text of which can be found below.
|
|
|
|
The derived files (`nginx.conf.template` and `nginx.lua.template`), along with
|
|
the other files in this directory, are _also_ licensed under an MIT License,
|
|
the text of which can be found below.
|
|
|
|
## Documentation Licenses
|
|
|
|
The documentation in this directory is licensed under a Creative Commons Attribution
|
|
4.0 International license, the full text of which can be found at
|
|
[http://creativecommons.org/licenses/by/4.0/legalcode](http://creativecommons.org/licenses/by/4.0/legalcode).
|
|
|
|
<hr>
|
|
|
|
The MIT License
|
|
|
|
Copyright (c) 2016-2017 Planetmint GmbH.
|
|
|
|
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.
|
|
|
|
<hr>
|
|
|
|
The MIT License
|
|
|
|
Copyright (c) 2007-2016 3scale Networks S.L.
|
|
|
|
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.
|