diff --git a/CODEOWNERS b/CODEOWNERS index dbadc07d..eb88c57b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,8 +3,8 @@ # the last matching pattern has the most precedence. # Current maintainers -* @jannyHou @b-admike @dhmlau @zbarbuto @nitro404 @emonddr +* @jannyHou @dhmlau @zbarbuto @nitro404 @emonddr # Alumni # -# @lehni @kjdelisle @loay @ssh24 @virkt25 @shimks +# @lehni @kjdelisle @loay @ssh24 @virkt25 @shimks @b-admike diff --git a/examples/app-noschema.js b/examples/app-noschema.js index c6b69606..f52c77ac 100644 --- a/examples/app-noschema.js +++ b/examples/app-noschema.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/examples/app.js b/examples/app.js index 2fd71788..bcdef539 100644 --- a/examples/app.js +++ b/examples/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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/examples/datasource-app.js b/examples/datasource-app.js index f7f43056..b07ff585 100644 --- a/examples/datasource-app.js +++ b/examples/datasource-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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/examples/inclusion.js b/examples/inclusion.js index 8e13914e..540c5096 100644 --- a/examples/inclusion.js +++ b/examples/inclusion.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/examples/load-schemas.js b/examples/load-schemas.js index dbe0bcc9..5407644a 100644 --- a/examples/load-schemas.js +++ b/examples/load-schemas.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/examples/nesting-schema.js b/examples/nesting-schema.js index 8bead087..245daa59 100644 --- a/examples/nesting-schema.js +++ b/examples/nesting-schema.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/examples/relations.js b/examples/relations.js index 626eed75..0da561a0 100644 --- a/examples/relations.js +++ b/examples/relations.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // 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 dae12247..12c885de 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2011,2018. All Rights Reserved. +// Copyright IBM Corp. 2011,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/browser.depd.js b/lib/browser.depd.js index b7bf3044..ddb71bfb 100644 --- a/lib/browser.depd.js +++ b/lib/browser.depd.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/connectors/kv-memory.js b/lib/connectors/kv-memory.js index 1751bc23..e6c8f705 100644 --- a/lib/connectors/kv-memory.js +++ b/lib/connectors/kv-memory.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // 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 65451295..e821956b 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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/connectors/transient.js b/lib/connectors/transient.js index 472ae543..663f9903 100644 --- a/lib/connectors/transient.js +++ b/lib/connectors/transient.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/dao.js b/lib/dao.js index 5bcbbdcb..ef59eaea 100644 --- a/lib/dao.js +++ b/lib/dao.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2019. All Rights Reserved. +// Copyright IBM Corp. 2013,2020. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/datasource.js b/lib/datasource.js index da40aec8..f82a3e5a 100644 --- a/lib/datasource.js +++ b/lib/datasource.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2020. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/geo.js b/lib/geo.js index b377e172..e1849dd7 100644 --- a/lib/geo.js +++ b/lib/geo.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/hooks.js b/lib/hooks.js index 5cde82cc..4a726b01 100644 --- a/lib/hooks.js +++ b/lib/hooks.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/include.js b/lib/include.js index cf31b522..f3af299c 100644 --- a/lib/include.js +++ b/lib/include.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/include_utils.js b/lib/include_utils.js index faf50174..859bb518 100644 --- a/lib/include_utils.js +++ b/lib/include_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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/introspection.js b/lib/introspection.js index d6475dd1..7bb9a9a6 100644 --- a/lib/introspection.js +++ b/lib/introspection.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/jutil.js b/lib/jutil.js index e886fe2d..6458f157 100644 --- a/lib/jutil.js +++ b/lib/jutil.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2011,2018. All Rights Reserved. +// Copyright IBM Corp. 2011,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/delete-all.js b/lib/kvao/delete-all.js index 51013d29..ad928f8f 100644 --- a/lib/kvao/delete-all.js +++ b/lib/kvao/delete-all.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/delete.js b/lib/kvao/delete.js index 0e6378d2..9becd5cd 100644 --- a/lib/kvao/delete.js +++ b/lib/kvao/delete.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/expire.js b/lib/kvao/expire.js index 8b4730d6..db4d5c6f 100644 --- a/lib/kvao/expire.js +++ b/lib/kvao/expire.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/get.js b/lib/kvao/get.js index 28d45443..45a46793 100644 --- a/lib/kvao/get.js +++ b/lib/kvao/get.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/index.js b/lib/kvao/index.js index 0455fb4e..35adfe4f 100644 --- a/lib/kvao/index.js +++ b/lib/kvao/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/iterate-keys.js b/lib/kvao/iterate-keys.js index e53c2f78..5ced6506 100644 --- a/lib/kvao/iterate-keys.js +++ b/lib/kvao/iterate-keys.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/keys.js b/lib/kvao/keys.js index 70623c55..5dee348d 100644 --- a/lib/kvao/keys.js +++ b/lib/kvao/keys.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/set.js b/lib/kvao/set.js index cdb367fc..f00d4be0 100644 --- a/lib/kvao/set.js +++ b/lib/kvao/set.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/kvao/ttl.js b/lib/kvao/ttl.js index dce7d472..fb73d852 100644 --- a/lib/kvao/ttl.js +++ b/lib/kvao/ttl.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/mixins.js b/lib/mixins.js index 647e3b38..8394edc5 100644 --- a/lib/mixins.js +++ b/lib/mixins.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/model-definition.js b/lib/model-definition.js index b67d0d19..9f014abf 100644 --- a/lib/model-definition.js +++ b/lib/model-definition.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/observer.js b/lib/observer.js index 2dbacd66..cb7e0154 100644 --- a/lib/observer.js +++ b/lib/observer.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/relation-definition.js b/lib/relation-definition.js index 2284c20a..bb49cf50 100644 --- a/lib/relation-definition.js +++ b/lib/relation-definition.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/relations.js b/lib/relations.js index 5b37c97b..fa05f771 100644 --- a/lib/relations.js +++ b/lib/relations.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/scope.js b/lib/scope.js index decefde3..1a2163d5 100644 --- a/lib/scope.js +++ b/lib/scope.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/transaction.js b/lib/transaction.js index f18ab2d4..0d62c4b8 100644 --- a/lib/transaction.js +++ b/lib/transaction.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/types.js b/lib/types.js index 9702f076..1ba66957 100644 --- a/lib/types.js +++ b/lib/types.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/validations.js b/lib/validations.js index 183f02bd..d2863584 100644 --- a/lib/validations.js +++ b/lib/validations.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/support/describe-operation-hooks.js b/support/describe-operation-hooks.js index 04ccc362..a9ec8910 100644 --- a/support/describe-operation-hooks.js +++ b/support/describe-operation-hooks.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/CustomTypeForeignKey.test.js b/test/CustomTypeForeignKey.test.js index 03c27823..6ada4de8 100644 --- a/test/CustomTypeForeignKey.test.js +++ b/test/CustomTypeForeignKey.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/allow-extended-operators.test.js b/test/allow-extended-operators.test.js index f4f6509c..f8c902d9 100644 --- a/test/allow-extended-operators.test.js +++ b/test/allow-extended-operators.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/async-observer.test.js b/test/async-observer.test.js index 0b726932..90270ead 100644 --- a/test/async-observer.test.js +++ b/test/async-observer.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/common_test.js b/test/common_test.js index 89c85f90..957fad8d 100644 --- a/test/common_test.js +++ b/test/common_test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2011,2018. All Rights Reserved. +// Copyright IBM Corp. 2011,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/crud-with-options.test.js b/test/crud-with-options.test.js index 413e276a..f258afbf 100644 --- a/test/crud-with-options.test.js +++ b/test/crud-with-options.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/datasource.test.js b/test/datasource.test.js index 74b5f71c..0d47b9bc 100644 --- a/test/datasource.test.js +++ b/test/datasource.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/date-string.test.js b/test/date-string.test.js index 37edbb07..7be4bb08 100644 --- a/test/date-string.test.js +++ b/test/date-string.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/default-scope.test.js b/test/default-scope.test.js index 0501949b..e41d0b9f 100644 --- a/test/default-scope.test.js +++ b/test/default-scope.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/discovery.test.js b/test/discovery.test.js index 4aea820f..42429170 100644 --- a/test/discovery.test.js +++ b/test/discovery.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/exclude-base-props.test.js b/test/exclude-base-props.test.js index 770f03ae..e2a225c9 100644 --- a/test/exclude-base-props.test.js +++ b/test/exclude-base-props.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/loopback-connector-throwing/index.js b/test/fixtures/loopback-connector-throwing/index.js index 0625f293..1dc53723 100644 --- a/test/fixtures/loopback-connector-throwing/index.js +++ b/test/fixtures/loopback-connector-throwing/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/geo.test.js b/test/geo.test.js index 114cc87a..0be001ac 100644 --- a/test/geo.test.js +++ b/test/geo.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/bdd-if.js b/test/helpers/bdd-if.js index e1324c55..699b829e 100644 --- a/test/helpers/bdd-if.js +++ b/test/helpers/bdd-if.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/context-test-helpers.js b/test/helpers/context-test-helpers.js index 7ee12cfc..fdc87346 100644 --- a/test/helpers/context-test-helpers.js +++ b/test/helpers/context-test-helpers.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/hook-monitor.js b/test/helpers/hook-monitor.js index 355ad53e..3397359f 100644 --- a/test/helpers/hook-monitor.js +++ b/test/helpers/hook-monitor.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/uid-generator.js b/test/helpers/uid-generator.js index 2b7e5417..71e821bc 100644 --- a/test/helpers/uid-generator.js +++ b/test/helpers/uid-generator.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/hooks.test.js b/test/hooks.test.js index aeb171ad..da41e149 100644 --- a/test/hooks.test.js +++ b/test/hooks.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/include_util.test.js b/test/include_util.test.js index f486b566..552f8478 100644 --- a/test/include_util.test.js +++ b/test/include_util.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/init.js b/test/init.js index c231821e..bff5e7ae 100644 --- a/test/init.js +++ b/test/init.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/json.test.js b/test/json.test.js index 26dd20c1..9be504ee 100644 --- a/test/json.test.js +++ b/test/json.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kv-memory.js b/test/kv-memory.js index 3dc36f7b..95db6ce3 100644 --- a/test/kv-memory.js +++ b/test/kv-memory.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao.suite.js b/test/kvao.suite.js index 76888724..52f0bec3 100644 --- a/test/kvao.suite.js +++ b/test/kvao.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/_helpers.js b/test/kvao/_helpers.js index 00894803..c1942c6a 100644 --- a/test/kvao/_helpers.js +++ b/test/kvao/_helpers.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/delete-all.suite.js b/test/kvao/delete-all.suite.js index 70f02eae..8eedcd32 100644 --- a/test/kvao/delete-all.suite.js +++ b/test/kvao/delete-all.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/delete.suite.js b/test/kvao/delete.suite.js index c9fcc56f..4b01fdf0 100644 --- a/test/kvao/delete.suite.js +++ b/test/kvao/delete.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/expire.suite.js b/test/kvao/expire.suite.js index 6f21bd22..7894fb82 100644 --- a/test/kvao/expire.suite.js +++ b/test/kvao/expire.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/get-set.suite.js b/test/kvao/get-set.suite.js index e6f643f9..9a06838b 100644 --- a/test/kvao/get-set.suite.js +++ b/test/kvao/get-set.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/iterate-keys.suite.js b/test/kvao/iterate-keys.suite.js index 9d3cb08b..bb4dec11 100644 --- a/test/kvao/iterate-keys.suite.js +++ b/test/kvao/iterate-keys.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/keys.suite.js b/test/kvao/keys.suite.js index 164bb1fd..6e6d9659 100644 --- a/test/kvao/keys.suite.js +++ b/test/kvao/keys.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/kvao/ttl.suite.js b/test/kvao/ttl.suite.js index 5d1e5343..b5b32759 100644 --- a/test/kvao/ttl.suite.js +++ b/test/kvao/ttl.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/list.test.js b/test/list.test.js index 9a9e834f..ba9b1429 100644 --- a/test/list.test.js +++ b/test/list.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2018. All Rights Reserved. +// Copyright IBM Corp. 2018,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/loopback-data.test.js b/test/loopback-data.test.js index 3644f540..e42d932c 100644 --- a/test/loopback-data.test.js +++ b/test/loopback-data.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/loopback-dl.test.js b/test/loopback-dl.test.js index 3aea6b74..a009be55 100644 --- a/test/loopback-dl.test.js +++ b/test/loopback-dl.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-datasource-juggler // 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 8dcafe63..aeb82116 100644 --- a/test/memory.test.js +++ b/test/memory.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/mixins.test.js b/test/mixins.test.js index 0f4e76e2..b0c4a9af 100644 --- a/test/mixins.test.js +++ b/test/mixins.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/model-definition.test.js b/test/model-definition.test.js index 1de82430..ccb5c134 100644 --- a/test/model-definition.test.js +++ b/test/model-definition.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/model-inheritance.test.js b/test/model-inheritance.test.js index 832f5c1e..7c596286 100644 --- a/test/model-inheritance.test.js +++ b/test/model-inheritance.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/normalize-undefined.test.js b/test/normalize-undefined.test.js index f8a3dc93..daebee89 100644 --- a/test/normalize-undefined.test.js +++ b/test/normalize-undefined.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/embeds-many-create.suite.js b/test/operation-hooks.suite/embeds-many-create.suite.js index 47804778..007b1369 100644 --- a/test/operation-hooks.suite/embeds-many-create.suite.js +++ b/test/operation-hooks.suite/embeds-many-create.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/embeds-many-destroy.suite.js b/test/operation-hooks.suite/embeds-many-destroy.suite.js index c917e57a..027f691a 100644 --- a/test/operation-hooks.suite/embeds-many-destroy.suite.js +++ b/test/operation-hooks.suite/embeds-many-destroy.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/embeds-many-update-by-id.suite.js b/test/operation-hooks.suite/embeds-many-update-by-id.suite.js index 4688fa7a..2758b61d 100644 --- a/test/operation-hooks.suite/embeds-many-update-by-id.suite.js +++ b/test/operation-hooks.suite/embeds-many-update-by-id.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/embeds-one-create.suite.js b/test/operation-hooks.suite/embeds-one-create.suite.js index 3640dfd1..964a42d5 100644 --- a/test/operation-hooks.suite/embeds-one-create.suite.js +++ b/test/operation-hooks.suite/embeds-one-create.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/embeds-one-destroy.suite.js b/test/operation-hooks.suite/embeds-one-destroy.suite.js index 6807d647..202d6701 100644 --- a/test/operation-hooks.suite/embeds-one-destroy.suite.js +++ b/test/operation-hooks.suite/embeds-one-destroy.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/embeds-one-update.suite.js b/test/operation-hooks.suite/embeds-one-update.suite.js index c6ed8390..1c826a31 100644 --- a/test/operation-hooks.suite/embeds-one-update.suite.js +++ b/test/operation-hooks.suite/embeds-one-update.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/operation-hooks.suite/index.js b/test/operation-hooks.suite/index.js index 9c5fa80d..9827b6ff 100644 --- a/test/operation-hooks.suite/index.js +++ b/test/operation-hooks.suite/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/optional-validation.test.js b/test/optional-validation.test.js index 40919b70..f2d07a19 100644 --- a/test/optional-validation.test.js +++ b/test/optional-validation.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/persistence-hooks.suite.js b/test/persistence-hooks.suite.js index fb55328f..57be987f 100644 --- a/test/persistence-hooks.suite.js +++ b/test/persistence-hooks.suite.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/relations.test.js b/test/relations.test.js index 4a7eac2c..be5f87de 100644 --- a/test/relations.test.js +++ b/test/relations.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/schema.test.js b/test/schema.test.js index d6f929ac..bd1f45df 100644 --- a/test/schema.test.js +++ b/test/schema.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/scope.test.js b/test/scope.test.js index b750c5e4..67a04019 100644 --- a/test/scope.test.js +++ b/test/scope.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/spec_helper.js b/test/spec_helper.js index bb4c85d1..73eba6e0 100644 --- a/test/spec_helper.js +++ b/test/spec_helper.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2011,2018. All Rights Reserved. +// Copyright IBM Corp. 2011,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/transaction.test.js b/test/transaction.test.js index 8f2ae740..7e469bce 100644 --- a/test/transaction.test.js +++ b/test/transaction.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/transient.test.js b/test/transient.test.js index 18e8fb83..28389e42 100644 --- a/test/transient.test.js +++ b/test/transient.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/util.test.js b/test/util.test.js index 52acaa1d..ed2423d1 100644 --- a/test/util.test.js +++ b/test/util.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/validations.test.js b/test/validations.test.js index 89b5ef62..40848f10 100644 --- a/test/validations.test.js +++ b/test/validations.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-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/types/common.d.ts b/types/common.d.ts index f45691a3..be5829ca 100644 --- a/types/common.d.ts +++ b/types/common.d.ts @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2018. All Rights Reserved. +// Copyright IBM Corp. 2018,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/types/connector.d.ts b/types/connector.d.ts index 2d1825d4..a1116d00 100644 --- a/types/connector.d.ts +++ b/types/connector.d.ts @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2018. All Rights Reserved. +// Copyright IBM Corp. 2018,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/types/datasource.d.ts b/types/datasource.d.ts index 468e1a0d..3053baf2 100644 --- a/types/datasource.d.ts +++ b/types/datasource.d.ts @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2018. All Rights Reserved. +// Copyright IBM Corp. 2018,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/types/persisted-model.d.ts b/types/persisted-model.d.ts index c908e741..a5e1b5cb 100644 --- a/types/persisted-model.d.ts +++ b/types/persisted-model.d.ts @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2018. All Rights Reserved. +// Copyright IBM Corp. 2018,2019. All Rights Reserved. // Node module: loopback-datasource-juggler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT