diff --git a/Gruntfile.js b/Gruntfile.js index 7c89ee7..5f24914 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2017. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback-connector-remote // 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 c3a2d9d..242c603 100644 --- a/lib/relations.js +++ b/lib/relations.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2017. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback-connector-remote // 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 3a6f880..210cfe1 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,6 @@ "sinon": "^6.0.0", "strong-task-emitter": "^0.0.8" }, - "optionalDependencies": {} + "optionalDependencies": {}, + "author": "IBM Corp." } diff --git a/test/helper.js b/test/helper.js index 6e7e0c5..39fd204 100644 --- a/test/helper.js +++ b/test/helper.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback-connector-remote // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/integration/promise-support.js b/test/integration/promise-support.js index 3186399..7305200 100644 --- a/test/integration/promise-support.js +++ b/test/integration/promise-support.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback-connector-remote // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/models.test.js b/test/models.test.js index f63e890..50ad3a9 100644 --- a/test/models.test.js +++ b/test/models.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback-connector-remote // 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 9903fc1..35aed7f 100644 --- a/test/remote-connector.test.js +++ b/test/remote-connector.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2017. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: loopback-connector-remote // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/remote-models.test.js b/test/remote-models.test.js index edb1207..eae0ba1 100644 --- a/test/remote-models.test.js +++ b/test/remote-models.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: loopback-connector-remote // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT