diff --git a/index.js b/index.js index 3d3a5c8..c31768a 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/binary-packer.js b/lib/binary-packer.js index b1d2a53..2a04a62 100644 --- a/lib/binary-packer.js +++ b/lib/binary-packer.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/connector.js b/lib/connector.js index 5154df7..609c9e4 100644 --- a/lib/connector.js +++ b/lib/connector.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/json-string-packer.js b/lib/json-string-packer.js index dcbac43..30baaf2 100644 --- a/lib/json-string-packer.js +++ b/lib/json-string-packer.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/model-key-composer.js b/lib/model-key-composer.js index abc073f..b438047 100644 --- a/lib/model-key-composer.js +++ b/lib/model-key-composer.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/parameterized-sql.js b/lib/parameterized-sql.js index 2fbeac6..7c320fc 100644 --- a/lib/parameterized-sql.js +++ b/lib/parameterized-sql.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/sql.js b/lib/sql.js index 01eb160..1b85d41 100644 --- a/lib/sql.js +++ b/lib/sql.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector // 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 4831721..d32ffc2 100644 --- a/lib/transaction.js +++ b/lib/transaction.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector // 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 6164cfd..75eb43f 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,5 +1,5 @@ -// Copyright IBM Corp. 2012,2016. All Rights Reserved. -// Node module: loopback-datasource-juggler +// Copyright IBM Corp. 2015,2019. All Rights Reserved. +// Node module: loopback-connector // 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 ae2e1e1..17b9403 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "engines": { "node": ">=6" }, + "author": "IBM Corp.", "keywords": [ "StrongLoop", "LoopBack", diff --git a/test/automigrate.test.js b/test/automigrate.test.js index 285152d..15a25d2 100644 --- a/test/automigrate.test.js +++ b/test/automigrate.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/binary-packer.test.js b/test/binary-packer.test.js index 0ec5b28..cbd3dfc 100644 --- a/test/binary-packer.test.js +++ b/test/binary-packer.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/connector.test.js b/test/connector.test.js index 0570e44..76dbe1e 100644 --- a/test/connector.test.js +++ b/test/connector.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/connectors/test-sql-connector.js b/test/connectors/test-sql-connector.js index 999bb1b..2244feb 100644 --- a/test/connectors/test-sql-connector.js +++ b/test/connectors/test-sql-connector.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/json-string-packer.test.js b/test/json-string-packer.test.js index 2f3695f..3162900 100644 --- a/test/json-string-packer.test.js +++ b/test/json-string-packer.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/model-key-composer.test.js b/test/model-key-composer.test.js index 4e42649..5ef9195 100644 --- a/test/model-key-composer.test.js +++ b/test/model-key-composer.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/smoke.test.js b/test/smoke.test.js index 309fe9e..ace4abb 100644 --- a/test/smoke.test.js +++ b/test/smoke.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2015. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/sql.test.js b/test/sql.test.js index 466713f..97d21ac 100644 --- a/test/sql.test.js +++ b/test/sql.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector // 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 9ce4d88..e9690a3 100644 --- a/test/transaction.test.js +++ b/test/transaction.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT