From f788aae46413d536e83324a95d12a8b8dd980da6 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Tue, 21 Jan 2020 14:19:18 -0500 Subject: [PATCH] chore: update copyright year --- Gruntfile.js | 2 +- common/models/access-token.js | 2 +- common/models/acl.js | 2 +- common/models/application.js | 2 +- common/models/change.js | 2 +- common/models/checkpoint.js | 2 +- common/models/email.js | 2 +- common/models/key-value-model.js | 2 +- common/models/role-mapping.js | 2 +- common/models/role.js | 2 +- common/models/scope.js | 2 +- example/client-server/client.js | 2 +- example/client-server/models.js | 2 +- example/client-server/server.js | 2 +- example/colors/app.js | 2 +- example/mobile-models/app.js | 2 +- example/replication/app.js | 2 +- example/simple-data-source/app.js | 2 +- lib/access-context.js | 2 +- lib/application.js | 2 +- lib/browser-express.js | 2 +- lib/builtin-models.js | 2 +- lib/configure-shared-methods.js | 2 +- lib/connectors/base-connector.js | 2 +- lib/connectors/memory.js | 2 +- lib/current-context.js | 2 +- lib/globalize.js | 2 +- lib/loopback.js | 2 +- lib/model.js | 2 +- lib/registry.js | 2 +- lib/runtime.js | 2 +- lib/server-app.js | 2 +- lib/utils.js | 2 +- server/middleware/context.js | 2 +- server/middleware/favicon.js | 2 +- server/middleware/rest.js | 2 +- server/middleware/status.js | 2 +- server/middleware/token.js | 2 +- server/middleware/url-not-found.js | 2 +- test/access-control.integration.js | 2 +- test/access-token.test.js | 2 +- test/acl.test.js | 2 +- test/app.test.js | 2 +- test/change-stream.test.js | 2 +- test/change.test.js | 2 +- test/checkpoint.test.js | 2 +- test/context-options.test.js | 2 +- test/data-source.test.js | 2 +- test/e2e/remote-connector.e2e.js | 2 +- test/e2e/replication.e2e.js | 2 +- test/email.test.js | 2 +- test/error-handler.test.js | 2 +- test/fixtures/access-control/server/server.js | 2 +- test/fixtures/e2e/server/models.js | 2 +- test/fixtures/e2e/server/server.js | 2 +- test/fixtures/shared-methods/both-configs-set/server/server.js | 2 +- .../shared-methods/config-default-false/server/server.js | 2 +- .../shared-methods/config-default-true/server/server.js | 2 +- .../shared-methods/config-defined-false/server/server.js | 2 +- .../shared-methods/config-defined-true/server/server.js | 2 +- .../shared-methods/model-config-default-false/server/server.js | 2 +- .../shared-methods/model-config-default-true/server/server.js | 2 +- .../shared-methods/model-config-defined-false/server/server.js | 2 +- .../shared-methods/model-config-defined-true/server/server.js | 2 +- test/fixtures/simple-integration-app/server/server.js | 2 +- test/fixtures/user-integration-app/server/server.js | 2 +- test/geo-point.test.js | 2 +- test/helpers/expect.js | 2 +- test/helpers/loopback-testing-helper.js | 2 +- test/helpers/use-english.js | 2 +- test/hidden-properties.test.js | 2 +- test/integration.test.js | 2 +- test/key-value-model.test.js | 2 +- test/loopback.test.js | 2 +- test/memory.test.js | 2 +- test/model.application.test.js | 2 +- test/model.test.js | 2 +- test/multiple-user-principal-types.test.js | 2 +- test/registries.test.js | 2 +- test/relations.integration.js | 2 +- test/remote-connector.test.js | 2 +- test/remoting-coercion.test.js | 2 +- test/remoting.integration.js | 2 +- test/replication.rest.test.js | 2 +- test/replication.test.js | 2 +- test/rest.middleware.test.js | 2 +- test/role-mapping.test.js | 2 +- test/role.test.js | 2 +- test/user-password.test.js | 2 +- test/user.test.js | 2 +- test/util/describe.js | 2 +- test/util/it.js | 2 +- test/util/model-tests.js | 2 +- test/utils.test.js | 2 +- 94 files changed, 94 insertions(+), 94 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 38c05a29..f98cabd7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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/access-token.js b/common/models/access-token.js index a53dc957..b8573c75 100644 --- a/common/models/access-token.js +++ b/common/models/access-token.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 97a3b105..977a7c9d 100644 --- a/common/models/acl.js +++ b/common/models/acl.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 d296ca88..ed555a85 100644 --- a/common/models/application.js +++ b/common/models/application.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 6d653258..bfe49c0f 100644 --- a/common/models/change.js +++ b/common/models/change.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 e1439145..1e5e1ecd 100644 --- a/common/models/checkpoint.js +++ b/common/models/checkpoint.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 10294e0d..ccaf1d8c 100644 --- a/common/models/email.js +++ b/common/models/email.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 faf33ebf..eabb2f56 100644 --- a/common/models/key-value-model.js +++ b/common/models/key-value-model.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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 d6d5f384..83bb3e3d 100644 --- a/common/models/role-mapping.js +++ b/common/models/role-mapping.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 ad5d691f..be5e11f3 100644 --- a/common/models/role.js +++ b/common/models/role.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 e12c91ab..064effa0 100644 --- a/common/models/scope.js +++ b/common/models/scope.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 ed5284da..30cffe09 100644 --- a/example/client-server/client.js +++ b/example/client-server/client.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 9c76ca2b..5f1f5e76 100644 --- a/example/client-server/models.js +++ b/example/client-server/models.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 feb4c294..ecff2e9f 100644 --- a/example/client-server/server.js +++ b/example/client-server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 4cbccafa..0829ad5d 100644 --- a/example/colors/app.js +++ b/example/colors/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 67963f78..4e726559 100644 --- a/example/mobile-models/app.js +++ b/example/mobile-models/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 ec9a886c..e9980283 100644 --- a/example/replication/app.js +++ b/example/replication/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 e5b5f12b..541d310a 100644 --- a/example/simple-data-source/app.js +++ b/example/simple-data-source/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 5a9a55b5..433fb243 100644 --- a/lib/access-context.js +++ b/lib/access-context.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 9f9a0999..cffb9051 100644 --- a/lib/application.js +++ b/lib/application.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 992dc6e8..71b59c0e 100644 --- a/lib/browser-express.js +++ b/lib/browser-express.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 009b81c5..3bcb6739 100644 --- a/lib/builtin-models.js +++ b/lib/builtin-models.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 5791db2a..749c19c8 100644 --- a/lib/configure-shared-methods.js +++ b/lib/configure-shared-methods.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. 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/base-connector.js b/lib/connectors/base-connector.js index 07706d39..d71b38a3 100644 --- a/lib/connectors/base-connector.js +++ b/lib/connectors/base-connector.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 758b05aa..8ab1f49a 100644 --- a/lib/connectors/memory.js +++ b/lib/connectors/memory.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 acf23a41..0fa30738 100644 --- a/lib/current-context.js +++ b/lib/current-context.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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 778d9283..abd32705 100644 --- a/lib/globalize.js +++ b/lib/globalize.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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 250a8879..af550848 100644 --- a/lib/loopback.js +++ b/lib/loopback.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 e24545a9..2e8cceb9 100644 --- a/lib/model.js +++ b/lib/model.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 0bcd43b7..3199f5f5 100644 --- a/lib/registry.js +++ b/lib/registry.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 03b5de10..2994a616 100644 --- a/lib/runtime.js +++ b/lib/runtime.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 24ea05e0..fcb8bb14 100644 --- a/lib/server-app.js +++ b/lib/server-app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 82d1713d..5e6777f8 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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/context.js b/server/middleware/context.js index d4093857..49d7ef94 100644 --- a/server/middleware/context.js +++ b/server/middleware/context.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 2c6b3050..0b9882c1 100644 --- a/server/middleware/favicon.js +++ b/server/middleware/favicon.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 dc442b6d..99bcc87a 100644 --- a/server/middleware/rest.js +++ b/server/middleware/rest.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 06004023..18871040 100644 --- a/server/middleware/status.js +++ b/server/middleware/status.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 19a0e3ee..d0401739 100644 --- a/server/middleware/token.js +++ b/server/middleware/token.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 0e36f656..546627ff 100644 --- a/server/middleware/url-not-found.js +++ b/server/middleware/url-not-found.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 d9d40b6b..109eaf9c 100644 --- a/test/access-control.integration.js +++ b/test/access-control.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 5b000484..25f71974 100644 --- a/test/access-token.test.js +++ b/test/access-token.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 76fc0760..6bbe9bf8 100644 --- a/test/acl.test.js +++ b/test/acl.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 072e429e..c320a6d1 100644 --- a/test/app.test.js +++ b/test/app.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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-stream.test.js b/test/change-stream.test.js index f48aa395..f29dc929 100644 --- a/test/change-stream.test.js +++ b/test/change-stream.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 1cd82487..2718658a 100644 --- a/test/change.test.js +++ b/test/change.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 67108d18..6e028ca5 100644 --- a/test/checkpoint.test.js +++ b/test/checkpoint.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 2863f029..2b82d16e 100644 --- a/test/context-options.test.js +++ b/test/context-options.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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 00240566..b67800c9 100644 --- a/test/data-source.test.js +++ b/test/data-source.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 b7ab8fb8..90c73c1c 100644 --- a/test/e2e/remote-connector.e2e.js +++ b/test/e2e/remote-connector.e2e.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 c29d308a..88e69272 100644 --- a/test/e2e/replication.e2e.js +++ b/test/e2e/replication.e2e.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 bbab095e..71667cbe 100644 --- a/test/email.test.js +++ b/test/email.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 80671e14..bc28287f 100644 --- a/test/error-handler.test.js +++ b/test/error-handler.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 02b58058..3ce0cc87 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 9c22fda7..1b640190 100644 --- a/test/fixtures/e2e/server/models.js +++ b/test/fixtures/e2e/server/models.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 ae7c8f2a..120d3db3 100644 --- a/test/fixtures/e2e/server/server.js +++ b/test/fixtures/e2e/server/server.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 fae174a7..4ee6e048 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 b9873a3a..820a20da 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 ed5a0dc1..b2edf124 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,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 cb611ebe..719bac70 100644 --- a/test/geo-point.test.js +++ b/test/geo-point.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 0931b6c9..c19f5d36 100644 --- a/test/helpers/expect.js +++ b/test/helpers/expect.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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 77093ea0..a799ccef 100644 --- a/test/helpers/loopback-testing-helper.js +++ b/test/helpers/loopback-testing-helper.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 9091de72..09caf1e6 100644 --- a/test/helpers/use-english.js +++ b/test/helpers/use-english.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. 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 bc15d3ab..1ead3917 100644 --- a/test/hidden-properties.test.js +++ b/test/hidden-properties.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 d9126fb7..d24a8eb8 100644 --- a/test/integration.test.js +++ b/test/integration.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 54a8a04b..e7c8f3fe 100644 --- a/test/key-value-model.test.js +++ b/test/key-value-model.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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/loopback.test.js b/test/loopback.test.js index 198c29cd..b88584c7 100644 --- a/test/loopback.test.js +++ b/test/loopback.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 3ae36fba..af77460e 100644 --- a/test/memory.test.js +++ b/test/memory.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 d8eba8be..6f6918cd 100644 --- a/test/model.application.test.js +++ b/test/model.application.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 ba882215..d1e35dc6 100644 --- a/test/model.test.js +++ b/test/model.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 f4fc52d2..922bdc72 100644 --- a/test/multiple-user-principal-types.test.js +++ b/test/multiple-user-principal-types.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. 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 02b94f2a..df653cd9 100644 --- a/test/registries.test.js +++ b/test/registries.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 78805657..72c77827 100644 --- a/test/relations.integration.js +++ b/test/relations.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 44152e6f..4a4e6983 100644 --- a/test/remote-connector.test.js +++ b/test/remote-connector.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 38cbcea8..f45a75cd 100644 --- a/test/remoting-coercion.test.js +++ b/test/remoting-coercion.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 411798ff..83ab2406 100644 --- a/test/remoting.integration.js +++ b/test/remoting.integration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 9e01d494..679e6278 100644 --- a/test/replication.rest.test.js +++ b/test/replication.rest.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. 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 54e824fa..6b935faf 100644 --- a/test/replication.test.js +++ b/test/replication.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 13878d9b..61cc4e37 100644 --- a/test/rest.middleware.test.js +++ b/test/rest.middleware.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 c0217411..9079e17f 100644 --- a/test/role-mapping.test.js +++ b/test/role-mapping.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. 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 954a2258..bb6cbbf1 100644 --- a/test/role.test.js +++ b/test/role.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 2ff20392..acf6f9ad 100644 --- a/test/user-password.test.js +++ b/test/user-password.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. 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 317f860c..3345c9ce 100644 --- a/test/user.test.js +++ b/test/user.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. 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 7d865af5..7e2c91b0 100644 --- a/test/util/describe.js +++ b/test/util/describe.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 b6c6d737..245439ed 100644 --- a/test/util/it.js +++ b/test/util/it.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 623aae59..a9f49213 100644 --- a/test/util/model-tests.js +++ b/test/util/model-tests.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. 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 7e2fe003..c414f915 100644 --- a/test/utils.test.js +++ b/test/utils.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT