chore: update the license (#1488)

This commit is contained in:
Andrew Tatomyr
2024-03-19 12:39:09 +02:00
committed by GitHub
parent 8cda648ef6
commit 4ea64ab2ad
4 changed files with 17 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Updated license text for date and organization naming accuracy.

View File

@@ -1,4 +1,4 @@
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:

16
package-lock.json generated
View File

@@ -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",

View File

@@ -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",