diff --git a/README.md b/README.md index e5845622..80022974 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +

+ + + NPM Badge + License Badge + Discrod Badge +

+

diff --git a/packages/cli/LICENSE b/packages/cli/LICENSE new file mode 100644 index 00000000..8eeb8ab4 --- /dev/null +++ b/packages/cli/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Zuplo, Inc. + +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. diff --git a/packages/cli/LICENSE.txt b/packages/cli/LICENSE.txt deleted file mode 100644 index 60fc75b0..00000000 --- a/packages/cli/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) Zuplo, Inc. All rights reserved. - -This software and associated documentation files (the "Software") is intended to be used -only by Zuplo customers solely to develop and test applications that will be deployed -to Zuplo hosted services. You and others in your organization may use these files on your -Development Devices solely for the above stated purpose. - -Outside of uses stated above, no license is granted for any other purpose including -without limitation the rights to use, copy, modify, merge, publish, distribute, -sublicense, host, and/or sell copies of the Software. - -The software may include third party components with separate legal notices or governed by -other agreements, as described in licenses either embedded in or accompanying 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. \ No newline at end of file diff --git a/packages/cli/README.md b/packages/cli/README.md index 570bb166..d2dbf2b8 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,5 +1,13 @@ # Rate My OpenAPI CLI +

+ + + NPM Badge + License Badge + Discrod Badge +

+ At [Zuplo](https://www.zuplo.com) we believe that the better the quality of an OpenAPI document, the better the developer experience will be for the consumers of that API. This experience is important for the success of an API. diff --git a/packages/cli/package.json b/packages/cli/package.json index 69b1d66b..7369be7b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -8,7 +8,7 @@ "lint": "eslint --cache --fix ." }, "author": "Zuplo, Inc.", - "license": "See LICENSE in LICENSE.txt", + "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/zuplo/rate-my-openapi.git"