From 4ea64ab2adbc43b54f713efb2b55914157c030bf Mon Sep 17 00:00:00 2001 From: Andrew Tatomyr Date: Tue, 19 Mar 2024 12:39:09 +0200 Subject: [PATCH] chore: update the license (#1488) --- .changeset/rude-chefs-sell.md | 6 ++++++ LICENSE.md | 4 ++-- package-lock.json | 16 ++++++++-------- packages/core/package.json | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 .changeset/rude-chefs-sell.md diff --git a/.changeset/rude-chefs-sell.md b/.changeset/rude-chefs-sell.md new file mode 100644 index 00000000..d4e91eb2 --- /dev/null +++ b/.changeset/rude-chefs-sell.md @@ -0,0 +1,6 @@ +--- +"@redocly/openapi-core": patch +"@redocly/cli": patch +--- + +Updated license text for date and organization naming accuracy. diff --git a/LICENSE.md b/LICENSE.md index 27d5fec8..7932c885 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ -Copyright 2019 Redocly LLC +Copyright 2019 Redocly 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. \ No newline at end of file +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/package-lock.json b/package-lock.json index 72d150d8..aa06da8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3502,9 +3502,9 @@ "link": true }, "node_modules/@redocly/config": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.1.1.tgz", - "integrity": "sha512-nliB8VES4OED+HtfYf0Z4U72i2fj++xfqkDcYEinU3bjDERL2gvUgeqCUoavEmLU39+CKo1fV7saTSze6trBNA==" + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.1.4.tgz", + "integrity": "sha512-OEdCW1HRpFiZaZNrXQq8LoBxX3APijZaa/Xyoc6r44LnyAPWkjQqvPoBxE7IRqSvMihf8bl+ZRc1gtc1KuFLHw==" }, "node_modules/@redocly/openapi-core": { "resolved": "packages/core", @@ -12949,7 +12949,7 @@ "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.1.1", + "@redocly/config": "^0.1.4", "colorette": "^1.2.0", "js-levenshtein": "^1.1.6", "js-yaml": "^4.1.0", @@ -15605,15 +15605,15 @@ } }, "@redocly/config": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.1.1.tgz", - "integrity": "sha512-nliB8VES4OED+HtfYf0Z4U72i2fj++xfqkDcYEinU3bjDERL2gvUgeqCUoavEmLU39+CKo1fV7saTSze6trBNA==" + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.1.4.tgz", + "integrity": "sha512-OEdCW1HRpFiZaZNrXQq8LoBxX3APijZaa/Xyoc6r44LnyAPWkjQqvPoBxE7IRqSvMihf8bl+ZRc1gtc1KuFLHw==" }, "@redocly/openapi-core": { "version": "file:packages/core", "requires": { "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.1.1", + "@redocly/config": "^0.1.4", "@types/js-levenshtein": "^1.1.0", "@types/js-yaml": "^4.0.3", "@types/lodash.isequal": "^4.5.5", diff --git a/packages/core/package.json b/packages/core/package.json index 22628dca..699d20ad 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.1.1", + "@redocly/config": "^0.1.4", "colorette": "^1.2.0", "js-levenshtein": "^1.1.6", "js-yaml": "^4.1.0",