Skip to content

Commit 5211e47

Browse files
committed
chore: update licenses
1 parent 7955ecf commit 5211e47

File tree

58 files changed

+83
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+83
-55
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: loopback-next
33
This project is licensed under the MIT License, full text below.
44

benchmark/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/benchmark
33
This project is licensed under the MIT License, full text below.
44

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"repository": {
2525
"type": "git"
2626
},
27-
"author": "",
27+
"author": "IBM Corp.",
2828
"license": "MIT",
2929
"files": [
3030
"README.md",

docs/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "1.7.3",
44
"description": "Documentation for LoopBack 4",
55
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
6-
"author": {
7-
"name": "IBM"
8-
},
6+
"author": "IBM Corp.",
97
"engines": {
108
"node": ">=8.9"
119
},

examples/hello-world/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/example-hello-world
33
This project is licensed under the MIT License, full text below.
44

examples/hello-world/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"engines": {
77
"node": ">=8.9"
88
},
9+
"author": "IBM Corp.",
910
"scripts": {
1011
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
1112
"build:apidocs": "lb-apidocs",

examples/log-extension/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) Author 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/example-log-extension
33
This project is licensed under the MIT License, full text below.
44

examples/log-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"engines": {
77
"node": ">=8.9"
88
},
9+
"author": "IBM Corp.",
910
"scripts": {
1011
"build:apidocs": "lb-apidocs",
1112
"build": "lb-tsc es2017 --outDir dist",

examples/rpc-server/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/example-rpc-server
33
This project is licensed under the MIT License, full text below.
44

examples/rpc-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"publishConfig": {
3636
"access": "public"
3737
},
38-
"author": "",
38+
"author": "IBM Corp.",
3939
"license": "MIT",
4040
"dependencies": {
4141
"@loopback/context": "^1.5.1",

examples/soap-calculator/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/example-soap-calculator
33
This project is licensed under the MIT License, full text below.
44

examples/soap-calculator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"engines": {
1414
"node": ">=8"
1515
},
16+
"author": "IBM Corp.",
1617
"scripts": {
1718
"build:apidocs": "lb-apidocs",
1819
"build": "lb-tsc es2017 --outDir dist",

examples/todo-list/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/example-todo-list
33
This project is licensed under the MIT License, full text below.
44

examples/todo-list/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"engines": {
77
"node": ">=8.9"
88
},
9+
"author": "IBM Corp.",
910
"scripts": {
1011
"build:apidocs": "lb-apidocs",
1112
"build": "lb-tsc es2017 --outDir dist",

examples/todo/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/example-todo
33
This project is licensed under the MIT License, full text below.
44

examples/todo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"engines": {
77
"node": ">=8.9"
88
},
9+
"author": "IBM Corp.",
910
"scripts": {
1011
"build:apidocs": "lb-apidocs",
1112
"build": "lb-tsc es2017 --outDir dist",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"engines": {
99
"node": ">=8.9"
1010
},
11+
"author": "IBM Corp.",
1112
"license": "MIT",
1213
"devDependencies": {
1314
"@commitlint/cli": "^7.5.0",

packages/authentication/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/authentication
33
This project is licensed under the MIT License, full text below.
44

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
1717
"verify": "npm pack && tar xf loopback-authentication*.tgz && tree package && npm run clean"
1818
},
19-
"author": "IBM",
19+
"author": "IBM Corp.",
2020
"copyright.owner": "IBM Corp.",
2121
"license": "MIT",
2222
"dependencies": {

packages/boot/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/boot
33
This project is licensed under the MIT License, full text below.
44

packages/boot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
2020
"verify": "npm pack && tar xf loopback-boot*.tgz && tree package && npm run clean"
2121
},
22-
"author": "IBM",
22+
"author": "IBM Corp.",
2323
"copyright.owner": "IBM Corp.",
2424
"license": "MIT",
2525
"dependencies": {

packages/boot/src/__tests__/fixtures/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"repository": {
1515
"type": "git"
1616
},
17-
"author": "",
18-
"license": ""
17+
"author": "IBM Corp.",
18+
"license": "MIT"
1919
}

packages/build/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/build
33
This project is licensed under the MIT License, full text below.
44

packages/build/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"engines": {
1010
"node": ">=8.9"
1111
},
12+
"author": "IBM Corp.",
1213
"main": "index.js",
1314
"copyright.owner": "IBM Corp.",
1415
"license": "MIT",

packages/build/test/integration/fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
77
},
8-
"author": "",
8+
"author": "IBM Corp.",
99
"license": "MIT"
1010
}

packages/cli/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/cli
33
This project is licensed under the MIT License, full text below.
44

packages/cli/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "1.6.0",
44
"description": "Yeoman generator for LoopBack 4",
55
"homepage": "https://github.com/strongloop/loopback-next/tree/master/packages/cli",
6-
"author": {
7-
"name": "IBM"
8-
},
6+
"author": "IBM Corp.",
97
"engines": {
108
"node": ">=8.9"
119
},

packages/context/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/context
33
This project is licensed under the MIT License, full text below.
44

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
1616
"verify": "npm pack && tar xf loopback-context*.tgz && tree package && npm run clean"
1717
},
18-
"author": "IBM",
18+
"author": "IBM Corp.",
1919
"copyright.owner": "IBM Corp.",
2020
"license": "MIT",
2121
"dependencies": {

packages/core/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/core
33
This project is licensed under the MIT License, full text below.
44

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
1717
"verify": "npm pack && tar xf loopback-core*.tgz && tree package && npm run clean"
1818
},
19-
"author": "IBM",
19+
"author": "IBM Corp.",
2020
"copyright.owner": "IBM Corp.",
2121
"license": "MIT",
2222
"dependencies": {

packages/http-caching-proxy/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/http-caching-proxy
33
This project is licensed under the MIT License, full text below.
44

packages/http-caching-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
1414
"verify": "npm pack && tar xf loopback-caching-proxy*.tgz && tree package && npm run clean"
1515
},
16-
"author": "IBM",
16+
"author": "IBM Corp.",
1717
"copyright.owner": "IBM Corp.",
1818
"license": "MIT",
1919
"dependencies": {

packages/http-server/LICENSE

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
2+
Node module: @loopback/http-server
3+
This project is licensed under the MIT License, full text below.
4+
5+
--------
6+
7+
MIT license
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy
10+
of this software and associated documentation files (the "Software"), to deal
11+
in the Software without restriction, including without limitation the rights
12+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13+
copies of the Software, and to permit persons to whom the Software is
14+
furnished to do so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in
17+
all copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25+
THE SOFTWARE.

packages/http-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
1414
"verify": "npm pack && tar xf loopback-http-server*.tgz && tree package && npm run clean"
1515
},
16-
"author": "IBM",
16+
"author": "IBM Corp.",
1717
"copyright.owner": "IBM Corp.",
1818
"license": "MIT",
1919
"dependencies": {

packages/metadata/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/metadata
33
This project is licensed under the MIT License, full text below.
44

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
1616
"verify": "npm pack && tar xf loopback-metadata*.tgz && tree package && npm run clean"
1717
},
18-
"author": "IBM",
18+
"author": "IBM Corp.",
1919
"copyright.owner": "IBM Corp.",
2020
"license": "MIT",
2121
"dependencies": {

packages/openapi-spec-builder/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/openapi-spec-builder
33
This project is licensed under the MIT License, full text below.
44

packages/openapi-spec-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "lb-clean loopback-openapi-spec-builder*.tgz dist package api-docs",
1212
"verify": "npm pack && tar xf loopback-openapi-spec-builder*.tgz && tree package && npm run clean"
1313
},
14-
"author": "IBM",
14+
"author": "IBM Corp.",
1515
"copyright.owner": "IBM Corp.",
1616
"license": "MIT",
1717
"keywords": [

packages/openapi-v3-types/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/openapi-v3-types
33
This project is licensed under the MIT License, full text below.
44

packages/openapi-v3-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
2424
"unit": "npm run build && lb-mocha \"dist/__tests__/unit/**/*.js\""
2525
},
26-
"author": "IBM",
26+
"author": "IBM Corp.",
2727
"copyright.owner": "IBM Corp.",
2828
"license": "MIT",
2929
"keywords": [

packages/openapi-v3/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/openapi-v3
33
This project is licensed under the MIT License, full text below.
44

packages/openapi-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
2626
"verify": "npm pack && tar xf loopback-openapi-v3*.tgz && tree package && npm run clean"
2727
},
28-
"author": "IBM",
28+
"author": "IBM Corp.",
2929
"copyright.owner": "IBM Corp.",
3030
"license": "MIT",
3131
"keywords": [

packages/repository-json-schema/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/repository-json-schema
33
This project is licensed under the MIT License, full text below.
44

packages/repository-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "lb-mocha \"dist/__tests__/unit/**/*.js\" \"dist/__tests__/integration/**/*.js\" \"dist/__tests__/acceptance/**/*.js\"",
1414
"verify": "npm pack && tar xf loopback-json-schema*.tgz && tree package && npm run clean"
1515
},
16-
"author": "IBM",
16+
"author": "IBM Corp.",
1717
"license": "MIT",
1818
"keywords": [
1919
"LoopBack",

packages/repository/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/repository
33
This project is licensed under the MIT License, full text below.
44

packages/repository/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
1616
"verify": "npm pack && tar xf loopback-repository*.tgz && tree package && npm run clean"
1717
},
18-
"author": "IBM",
18+
"author": "IBM Corp.",
1919
"copyright.owner": "IBM Corp.",
2020
"license": "MIT",
2121
"devDependencies": {

packages/rest-explorer/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2018,2019. All Rights Reserved.
22
Node module: @loopback/rest-explorer
33
This project is licensed under the MIT License, full text below.
44

packages/rest-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
1414
"verify": "npm pack && tar xf loopback-explorer*.tgz && tree package && npm run clean"
1515
},
16-
"author": "IBM",
16+
"author": "IBM Corp.",
1717
"copyright.owner": "IBM Corp.",
1818
"license": "MIT",
1919
"dependencies": {

packages/rest/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) IBM Corp. 2017,2018. All Rights Reserved.
1+
Copyright (c) IBM Corp. 2017,2019. All Rights Reserved.
22
Node module: @loopback/rest
33
This project is licensed under the MIT License, full text below.
44

0 commit comments

Comments
 (0)