Skip to content

Commit 268cdaa

Browse files
authored
Add MIT licenses (#1384)
* Add licenses to package.json * Add MIT License file * rm subfolder license
1 parent a2b390b commit 268cdaa

File tree

10 files changed

+16
-0
lines changed

10 files changed

+16
-0
lines changed

Diff for: LICENSE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2022, Optic Labs Corporation
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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 for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "openapi-workspaces",
3+
"license": "MIT",
34
"private": true,
45
"version": "0.34.2",
56
"workspaces": [

Diff for: projects/json-pointer-helpers/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/json-pointer-helpers",
3+
"license": "MIT",
34
"version": "0.34.2",
45
"packageManager": "[email protected]",
56
"main": "build/index.js",

Diff for: projects/openapi-cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/openapi-cli",
3+
"license": "MIT",
34
"packageManager": "[email protected]",
45
"version": "0.34.2",
56
"main": "build/lib.js",

Diff for: projects/openapi-io/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/openapi-io",
3+
"license": "MIT",
34
"version": "0.34.2",
45
"packageManager": "[email protected]",
56
"main": "build/index.js",

Diff for: projects/openapi-utilities/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/openapi-utilities",
3+
"license": "MIT",
34
"version": "0.34.2",
45
"packageManager": "[email protected]",
56
"main": "build/index.js",

Diff for: projects/optic-ci/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/optic-ci",
3+
"license": "MIT",
34
"packageManager": "[email protected]",
45
"version": "0.34.2",
56
"main": "build/index.js",

Diff for: projects/optic/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/optic",
3+
"license": "MIT",
34
"packageManager": "[email protected]",
45
"version": "0.34.2",
56
"main": "build/index.js",

Diff for: projects/rulesets-base/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/rulesets-base",
3+
"license": "MIT",
34
"packageManager": "[email protected]",
45
"version": "0.34.2",
56
"main": "build/index.js",

Diff for: projects/standard-rulesets/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@useoptic/standard-rulesets",
3+
"license": "MIT",
34
"packageManager": "[email protected]",
45
"version": "0.34.2",
56
"main": "build/index.js",

0 commit comments

Comments
 (0)