diff --git a/Gruntfile.js b/Gruntfile.js index 3670198a..ea547095 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/LICENSE b/LICENSE index 26ff33d2..70e04f5b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) IBM Corp. 2013,2017. All Rights Reserved. +Copyright (c) IBM Corp. 2013,2018. All Rights Reserved. Node module: loopback This project is licensed under the MIT License, full text below. diff --git a/common/models/access-token.js b/common/models/access-token.js index 830188b7..ebba3db9 100644 --- a/common/models/access-token.js +++ b/common/models/access-token.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/acl.js b/common/models/acl.js index 4e365c09..c94e29fb 100644 --- a/common/models/acl.js +++ b/common/models/acl.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/application.js b/common/models/application.js index c26027b9..59a4820b 100644 --- a/common/models/application.js +++ b/common/models/application.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/change.js b/common/models/change.js index b6f0c2d4..246a36c5 100644 --- a/common/models/change.js +++ b/common/models/change.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/checkpoint.js b/common/models/checkpoint.js index 9dbbbb84..ea33ca83 100644 --- a/common/models/checkpoint.js +++ b/common/models/checkpoint.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/email.js b/common/models/email.js index 1b43c306..29fd61f5 100644 --- a/common/models/email.js +++ b/common/models/email.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/key-value-model.js b/common/models/key-value-model.js index dd9e90eb..056a1cee 100644 --- a/common/models/key-value-model.js +++ b/common/models/key-value-model.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/role-mapping.js b/common/models/role-mapping.js index b038ea8a..61dd5e3b 100644 --- a/common/models/role-mapping.js +++ b/common/models/role-mapping.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2015. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/role.js b/common/models/role.js index 05baea16..2b18b2b1 100644 --- a/common/models/role.js +++ b/common/models/role.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/scope.js b/common/models/scope.js index 813f417d..01cb52e0 100644 --- a/common/models/scope.js +++ b/common/models/scope.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/common/models/user.js b/common/models/user.js index 09d27a2d..69410bb2 100644 --- a/common/models/user.js +++ b/common/models/user.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/client-server/client.js b/example/client-server/client.js index b5591c45..f812b4ca 100644 --- a/example/client-server/client.js +++ b/example/client-server/client.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/client-server/models.js b/example/client-server/models.js index 7249c6b7..87ba0892 100644 --- a/example/client-server/models.js +++ b/example/client-server/models.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/client-server/server.js b/example/client-server/server.js index e3c2912a..e5eae552 100644 --- a/example/client-server/server.js +++ b/example/client-server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/colors/app.js b/example/colors/app.js index b262c4e2..b1fe8dc4 100644 --- a/example/colors/app.js +++ b/example/colors/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/mobile-models/app.js b/example/mobile-models/app.js index bd51c4ac..1ffd97a9 100644 --- a/example/mobile-models/app.js +++ b/example/mobile-models/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/replication/app.js b/example/replication/app.js index a01fb652..2acab0a8 100644 --- a/example/replication/app.js +++ b/example/replication/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/simple-data-source/app.js b/example/simple-data-source/app.js index ae45f123..67e29913 100644 --- a/example/simple-data-source/app.js +++ b/example/simple-data-source/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/index.js b/index.js index 9ff053de..8c330c8c 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/access-context.js b/lib/access-context.js index 4afb2bb0..310e9bf2 100644 --- a/lib/access-context.js +++ b/lib/access-context.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/application.js b/lib/application.js index 977cc3a4..2a46c5ff 100644 --- a/lib/application.js +++ b/lib/application.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/browser-express.js b/lib/browser-express.js index eb38ef32..26ba4090 100644 --- a/lib/browser-express.js +++ b/lib/browser-express.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/builtin-models.js b/lib/builtin-models.js index 0679f670..b32fbf4a 100644 --- a/lib/builtin-models.js +++ b/lib/builtin-models.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/configure-shared-methods.js b/lib/configure-shared-methods.js index 9b335fb4..45d4382d 100644 --- a/lib/configure-shared-methods.js +++ b/lib/configure-shared-methods.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Node module: loopback +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; var util = require('util'); diff --git a/lib/connectors/base-connector.js b/lib/connectors/base-connector.js index a3efc000..5caadd9b 100644 --- a/lib/connectors/base-connector.js +++ b/lib/connectors/base-connector.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2014. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/connectors/mail.js b/lib/connectors/mail.js index 93d916a1..411a361a 100644 --- a/lib/connectors/mail.js +++ b/lib/connectors/mail.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/connectors/memory.js b/lib/connectors/memory.js index c5a30ae3..bf2f775f 100644 --- a/lib/connectors/memory.js +++ b/lib/connectors/memory.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2014. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/current-context.js b/lib/current-context.js index 1af7abf0..0da89137 100644 --- a/lib/current-context.js +++ b/lib/current-context.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/globalize.js b/lib/globalize.js index e44ee364..56dbd0d1 100644 --- a/lib/globalize.js +++ b/lib/globalize.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/loopback.js b/lib/loopback.js index e095ebac..76e0942a 100644 --- a/lib/loopback.js +++ b/lib/loopback.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/model.js b/lib/model.js index 589b9eea..2a0e9497 100644 --- a/lib/model.js +++ b/lib/model.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/persisted-model.js b/lib/persisted-model.js index 18485dc2..367e27a9 100644 --- a/lib/persisted-model.js +++ b/lib/persisted-model.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/registry.js b/lib/registry.js index 19f4685f..a95df9dd 100644 --- a/lib/registry.js +++ b/lib/registry.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/runtime.js b/lib/runtime.js index cbdd70f4..52169976 100644 --- a/lib/runtime.js +++ b/lib/runtime.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/server-app.js b/lib/server-app.js index bf6aad2b..6bba947d 100644 --- a/lib/server-app.js +++ b/lib/server-app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/utils.js b/lib/utils.js index 462b2ae4..82808732 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/package.json b/package.json index c7bda2ef..44d525b8 100644 --- a/package.json +++ b/package.json @@ -120,5 +120,6 @@ "debug": "*,-mocha:*,-eslint:*" } }, + "copyright.owner": "IBM Corp.", "license": "MIT" } diff --git a/server/middleware/context.js b/server/middleware/context.js index f94d4f50..2bb466f7 100644 --- a/server/middleware/context.js +++ b/server/middleware/context.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/error-handler.js b/server/middleware/error-handler.js index b1d4d12e..b941f7b7 100644 --- a/server/middleware/error-handler.js +++ b/server/middleware/error-handler.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/favicon.js b/server/middleware/favicon.js index 02411d1f..f2b343c1 100644 --- a/server/middleware/favicon.js +++ b/server/middleware/favicon.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/rest.js b/server/middleware/rest.js index 8c0e2a1e..d92c1c36 100644 --- a/server/middleware/rest.js +++ b/server/middleware/rest.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2015. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/static.js b/server/middleware/static.js index cad3c5af..ac6c429d 100644 --- a/server/middleware/static.js +++ b/server/middleware/static.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/status.js b/server/middleware/status.js index dfcdfdd2..29402bf8 100644 --- a/server/middleware/status.js +++ b/server/middleware/status.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/token.js b/server/middleware/token.js index 14b69d24..1f5a17b9 100644 --- a/server/middleware/token.js +++ b/server/middleware/token.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/url-not-found.js b/server/middleware/url-not-found.js index 6ca75bbd..513b421e 100644 --- a/server/middleware/url-not-found.js +++ b/server/middleware/url-not-found.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/access-control.integration.js b/test/access-control.integration.js index 7ada8490..ca552556 100644 --- a/test/access-control.integration.js +++ b/test/access-control.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/access-token.test.js b/test/access-token.test.js index 5886061b..522b4385 100644 --- a/test/access-token.test.js +++ b/test/access-token.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/acl.test.js b/test/acl.test.js index 6c5d53ad..c803882a 100644 --- a/test/acl.test.js +++ b/test/acl.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/app.test.js b/test/app.test.js index dd803f39..f32843a4 100644 --- a/test/app.test.js +++ b/test/app.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/authorization-scopes.test.js b/test/authorization-scopes.test.js index 013871b7..5250b33f 100644 --- a/test/authorization-scopes.test.js +++ b/test/authorization-scopes.test.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Node module: loopback +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; const loopback = require('../'); diff --git a/test/change-stream.test.js b/test/change-stream.test.js index 4056afb6..8cf2b5eb 100644 --- a/test/change-stream.test.js +++ b/test/change-stream.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/change.test.js b/test/change.test.js index 48141a9e..861aa051 100644 --- a/test/change.test.js +++ b/test/change.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/checkpoint.test.js b/test/checkpoint.test.js index 44e0d1d4..c7fefe35 100644 --- a/test/checkpoint.test.js +++ b/test/checkpoint.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/context-options.test.js b/test/context-options.test.js index f1db0f5e..511856b1 100644 --- a/test/context-options.test.js +++ b/test/context-options.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/data-source.test.js b/test/data-source.test.js index 9b962ee9..18ffe752 100644 --- a/test/data-source.test.js +++ b/test/data-source.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/e2e/remote-connector.e2e.js b/test/e2e/remote-connector.e2e.js index 7c580d8f..76c6401a 100644 --- a/test/e2e/remote-connector.e2e.js +++ b/test/e2e/remote-connector.e2e.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/e2e/replication.e2e.js b/test/e2e/replication.e2e.js index 59778d5c..5db799b0 100644 --- a/test/e2e/replication.e2e.js +++ b/test/e2e/replication.e2e.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/email.test.js b/test/email.test.js index 50cab6f3..1c2895c7 100644 --- a/test/email.test.js +++ b/test/email.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/error-handler.test.js b/test/error-handler.test.js index 6ec79819..a5286bba 100644 --- a/test/error-handler.test.js +++ b/test/error-handler.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/access-control/server/server.js b/test/fixtures/access-control/server/server.js index f3bcbd98..04916229 100644 --- a/test/fixtures/access-control/server/server.js +++ b/test/fixtures/access-control/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/e2e/server/models.js b/test/fixtures/e2e/server/models.js index 05791ad5..c6c915bd 100644 --- a/test/fixtures/e2e/server/models.js +++ b/test/fixtures/e2e/server/models.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/e2e/server/server.js b/test/fixtures/e2e/server/server.js index 8803bb12..2acbbf1b 100644 --- a/test/fixtures/e2e/server/server.js +++ b/test/fixtures/e2e/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/both-configs-set/common/models/todo.js b/test/fixtures/shared-methods/both-configs-set/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/both-configs-set/common/models/todo.js +++ b/test/fixtures/shared-methods/both-configs-set/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/both-configs-set/server/server.js b/test/fixtures/shared-methods/both-configs-set/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/both-configs-set/server/server.js +++ b/test/fixtures/shared-methods/both-configs-set/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-default-false/common/models/todo.js b/test/fixtures/shared-methods/config-default-false/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/config-default-false/common/models/todo.js +++ b/test/fixtures/shared-methods/config-default-false/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-default-false/server/server.js b/test/fixtures/shared-methods/config-default-false/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/config-default-false/server/server.js +++ b/test/fixtures/shared-methods/config-default-false/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-default-true/common/models/todo.js b/test/fixtures/shared-methods/config-default-true/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/config-default-true/common/models/todo.js +++ b/test/fixtures/shared-methods/config-default-true/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-default-true/server/server.js b/test/fixtures/shared-methods/config-default-true/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/config-default-true/server/server.js +++ b/test/fixtures/shared-methods/config-default-true/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-defined-false/common/models/todo.js b/test/fixtures/shared-methods/config-defined-false/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/config-defined-false/common/models/todo.js +++ b/test/fixtures/shared-methods/config-defined-false/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-defined-false/server/server.js b/test/fixtures/shared-methods/config-defined-false/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/config-defined-false/server/server.js +++ b/test/fixtures/shared-methods/config-defined-false/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-defined-true/common/models/todo.js b/test/fixtures/shared-methods/config-defined-true/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/config-defined-true/common/models/todo.js +++ b/test/fixtures/shared-methods/config-defined-true/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/config-defined-true/server/server.js b/test/fixtures/shared-methods/config-defined-true/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/config-defined-true/server/server.js +++ b/test/fixtures/shared-methods/config-defined-true/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-default-false/common/models/todo.js b/test/fixtures/shared-methods/model-config-default-false/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/model-config-default-false/common/models/todo.js +++ b/test/fixtures/shared-methods/model-config-default-false/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-default-false/server/server.js b/test/fixtures/shared-methods/model-config-default-false/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/model-config-default-false/server/server.js +++ b/test/fixtures/shared-methods/model-config-default-false/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-default-true/common/models/todo.js b/test/fixtures/shared-methods/model-config-default-true/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/model-config-default-true/common/models/todo.js +++ b/test/fixtures/shared-methods/model-config-default-true/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-default-true/server/server.js b/test/fixtures/shared-methods/model-config-default-true/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/model-config-default-true/server/server.js +++ b/test/fixtures/shared-methods/model-config-default-true/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-defined-false/common/models/todo.js b/test/fixtures/shared-methods/model-config-defined-false/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/model-config-defined-false/common/models/todo.js +++ b/test/fixtures/shared-methods/model-config-defined-false/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-defined-false/server/server.js b/test/fixtures/shared-methods/model-config-defined-false/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/model-config-defined-false/server/server.js +++ b/test/fixtures/shared-methods/model-config-defined-false/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-defined-true/common/models/todo.js b/test/fixtures/shared-methods/model-config-defined-true/common/models/todo.js index 3be6fe2b..375192d5 100644 --- a/test/fixtures/shared-methods/model-config-defined-true/common/models/todo.js +++ b/test/fixtures/shared-methods/model-config-defined-true/common/models/todo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/shared-methods/model-config-defined-true/server/server.js b/test/fixtures/shared-methods/model-config-defined-true/server/server.js index 51a51dbc..882316e0 100644 --- a/test/fixtures/shared-methods/model-config-defined-true/server/server.js +++ b/test/fixtures/shared-methods/model-config-defined-true/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/simple-app/boot/foo.js b/test/fixtures/simple-app/boot/foo.js index f6aa8247..ef6d563e 100644 --- a/test/fixtures/simple-app/boot/foo.js +++ b/test/fixtures/simple-app/boot/foo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/simple-app/common/models/bar.js b/test/fixtures/simple-app/common/models/bar.js index b1b2627c..e44666f3 100644 --- a/test/fixtures/simple-app/common/models/bar.js +++ b/test/fixtures/simple-app/common/models/bar.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/simple-integration-app/server/server.js b/test/fixtures/simple-integration-app/server/server.js index da1d655f..a966c097 100644 --- a/test/fixtures/simple-integration-app/server/server.js +++ b/test/fixtures/simple-integration-app/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/user-integration-app/server/server.js b/test/fixtures/user-integration-app/server/server.js index ab6eb222..bf1bae39 100644 --- a/test/fixtures/user-integration-app/server/server.js +++ b/test/fixtures/user-integration-app/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/geo-point.test.js b/test/geo-point.test.js index f1911928..de317844 100644 --- a/test/geo-point.test.js +++ b/test/geo-point.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/error-loggers.js b/test/helpers/error-loggers.js index 93fb6b31..baedf8b8 100644 --- a/test/helpers/error-loggers.js +++ b/test/helpers/error-loggers.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2017,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/expect.js b/test/helpers/expect.js index d0edb080..dc40aa79 100644 --- a/test/helpers/expect.js +++ b/test/helpers/expect.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/loopback-testing-helper.js b/test/helpers/loopback-testing-helper.js index 9d083469..9b2dde7b 100644 --- a/test/helpers/loopback-testing-helper.js +++ b/test/helpers/loopback-testing-helper.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/use-english.js b/test/helpers/use-english.js index 0d5c81a1..bec0d0ed 100644 --- a/test/helpers/use-english.js +++ b/test/helpers/use-english.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Node module: loopback +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; var env = process.env; diff --git a/test/helpers/wait-for-event.js b/test/helpers/wait-for-event.js index 3405f3c5..7e560ace 100644 --- a/test/helpers/wait-for-event.js +++ b/test/helpers/wait-for-event.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2017,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/hidden-properties.test.js b/test/hidden-properties.test.js index b46cb044..b6ded4ab 100644 --- a/test/hidden-properties.test.js +++ b/test/hidden-properties.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/integration.test.js b/test/integration.test.js index 46e0e9ce..b8a531a3 100644 --- a/test/integration.test.js +++ b/test/integration.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/karma.conf.js b/test/karma.conf.js index 063224ec..9943f6b5 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/key-value-model.test.js b/test/key-value-model.test.js index 4c40b20c..adf2b3f4 100644 --- a/test/key-value-model.test.js +++ b/test/key-value-model.test.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Node module: loopback +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; var expect = require('./helpers/expect'); var http = require('http'); diff --git a/test/loopback.test.js b/test/loopback.test.js index 03c6e73f..79733345 100644 --- a/test/loopback.test.js +++ b/test/loopback.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/memory.test.js b/test/memory.test.js index beee52dc..44e1f0c2 100644 --- a/test/memory.test.js +++ b/test/memory.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/model.application.test.js b/test/model.application.test.js index 3cff2fc6..8ab3d408 100644 --- a/test/model.application.test.js +++ b/test/model.application.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/model.test.js b/test/model.test.js index 4693f66c..5373ac67 100644 --- a/test/model.test.js +++ b/test/model.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/multiple-user-principal-types.test.js b/test/multiple-user-principal-types.test.js index 66347fc8..7ce9a74e 100644 --- a/test/multiple-user-principal-types.test.js +++ b/test/multiple-user-principal-types.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/registries.test.js b/test/registries.test.js index ba0da90d..fdc4cc87 100644 --- a/test/registries.test.js +++ b/test/registries.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/relations.integration.js b/test/relations.integration.js index 54e0bd4b..ffd822cf 100644 --- a/test/relations.integration.js +++ b/test/relations.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/remote-connector.test.js b/test/remote-connector.test.js index c5489baa..4b8196a5 100644 --- a/test/remote-connector.test.js +++ b/test/remote-connector.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/remoting-coercion.test.js b/test/remoting-coercion.test.js index 4151426b..3909085e 100644 --- a/test/remoting-coercion.test.js +++ b/test/remoting-coercion.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/remoting.integration.js b/test/remoting.integration.js index f3802220..a41305db 100644 --- a/test/remoting.integration.js +++ b/test/remoting.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/replication.rest.test.js b/test/replication.rest.test.js index 3599f2bb..72f94e31 100644 --- a/test/replication.rest.test.js +++ b/test/replication.rest.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/replication.test.js b/test/replication.test.js index 37ab38f9..120ef8d0 100644 --- a/test/replication.test.js +++ b/test/replication.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/rest.middleware.test.js b/test/rest.middleware.test.js index f6547214..d4372da4 100644 --- a/test/rest.middleware.test.js +++ b/test/rest.middleware.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/role-mapping.test.js b/test/role-mapping.test.js index e04deb4d..39189055 100644 --- a/test/role-mapping.test.js +++ b/test/role-mapping.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2017,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/role.test.js b/test/role.test.js index af67cc0f..097743df 100644 --- a/test/role.test.js +++ b/test/role.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/user-password.test.js b/test/user-password.test.js index 531703da..87e56951 100644 --- a/test/user-password.test.js +++ b/test/user-password.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/user.integration.js b/test/user.integration.js index 1deed403..4862c472 100644 --- a/test/user.integration.js +++ b/test/user.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/user.test.js b/test/user.test.js index 94fcd782..f8a9d98a 100644 --- a/test/user.test.js +++ b/test/user.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/util/describe.js b/test/util/describe.js index 27fee762..e767a202 100644 --- a/test/util/describe.js +++ b/test/util/describe.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/util/it.js b/test/util/it.js index 97d9fc0f..b270e444 100644 --- a/test/util/it.js +++ b/test/util/it.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/util/model-tests.js b/test/util/model-tests.js index 0c9c6368..85fc9e6b 100644 --- a/test/util/model-tests.js +++ b/test/util/model-tests.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/utils.test.js b/test/utils.test.js index fc16e413..8ded3d9a 100644 --- a/test/utils.test.js +++ b/test/utils.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT