mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
chore(license): update license info so that GitHub recognizes it (#1924)
GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit modifies a few of Portainer's docs so that Licensee is able to recognize the repository's license type. It updates LICENSE so that it contains only the text of the zlib license. It also moves the info concerning 3rd-party software to a new "Licensing" section in the README. Collectively, these changes allow Licensee to successfully identify the license type of Portainer as zlib. Signed-off-by: Andrea Kao <eirinikos@gmail.com>
This commit is contained in:
parent
9a071a57f2
commit
6c520907ad
2 changed files with 12 additions and 44 deletions
10
README.md
10
README.md
|
@ -61,3 +61,13 @@ Unlike the public demo, the playground sessions are deleted after 4 hours. Apart
|
|||
Partial support for the following Docker versions (some features may not be available):
|
||||
|
||||
* Docker 1.9
|
||||
|
||||
## Licensing
|
||||
|
||||
Portainer is licensed under the zlib license. See [LICENSE](./LICENSE) for reference.
|
||||
|
||||
Portainer also contains the following code, which is licensed under the [MIT license](https://opensource.org/licenses/MIT):
|
||||
|
||||
UI For Docker: Copyright (c) 2013-2016 Michael Crosby (crosbymichael.com), Kevan Ahlquist (kevanahlquist.com), Anthony Lapenna (portainer.io)
|
||||
|
||||
rdash-angular: Copyright (c) [2014] [Elliot Hesp]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue