Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 690e74b

Browse files
committed
chore: update copyright/license
Signed-off-by: Raymond Feng <[email protected]>
1 parent c42b032 commit 690e74b

File tree

4 files changed

+32
-18
lines changed

4 files changed

+32
-18
lines changed

LICENSE

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
2-
This project is licensed under the MIT License. The full text is below.
1+
Copyright (c) IBM Corp. 2018,2020.
2+
Node module: explorer.loopback.io
3+
This project is licensed under the MIT License, full text below.
34

45
--------
56

6-
MIT license
7+
MIT License
78

8-
Permission is hereby granted, free of charge, to any person obtaining a copy
9-
of this software and associated documentation files (the "Software"), to deal
10-
in the Software without restriction, including without limitation the rights
11-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12-
copies of the Software, and to permit persons to whom the Software is
13-
furnished to do so, subject to the following conditions:
9+
MIT License Copyright (c) IBM Corp. 2018,2020
1410

15-
The above copyright notice and this permission notice shall be included in
16-
all copies or substantial portions of the Software.
11+
Permission is hereby granted, free of charge, to any person obtaining a copy of
12+
this software and associated documentation files (the "Software"), to deal in
13+
the Software without restriction, including without limitation the rights to
14+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
15+
the Software, and to permit persons to whom the Software is furnished to do so,
16+
subject to the following conditions:
17+
18+
The above copyright notice and this permission notice (including the next
19+
paragraph) shall be included in all copies or substantial portions of the
20+
Software.
1721

1822
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
23+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
24+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
25+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
26+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

absolute-path.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2018. All Rights Reserved.
2+
// Node module: explorer.loopback.io
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
/*
27
* getAbsoluteFSPath
38
* @return {string} When run in NodeJS env, returns the absolute path to the current directory

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2018. All Rights Reserved.
2+
// Node module: explorer.loopback.io
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
try {
27
module.exports.SwaggerUIBundle = require("./swagger-ui-bundle.js")
38
module.exports.SwaggerUIStandalonePreset = require("./swagger-ui-standalone-preset.js")

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"swagger-ui-dist": "^3.25.0"
2222
},
2323
"license": "MIT",
24-
"dependencies": {}
24+
"dependencies": {},
25+
"copyright.owner": "IBM Corp."
2526
}

0 commit comments

Comments
 (0)