diff --git a/test/fixtures/simple-app/boot/promise-callback.js b/test/fixtures/simple-app/boot/promise-callback.js index 55ef4d2..4285f97 100644 --- a/test/fixtures/simple-app/boot/promise-callback.js +++ b/test/fixtures/simple-app/boot/promise-callback.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-boot // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/simple-app/boot/promise.js b/test/fixtures/simple-app/boot/promise.js index 81258f1..66fa3c6 100644 --- a/test/fixtures/simple-app/boot/promise.js +++ b/test/fixtures/simple-app/boot/promise.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-boot // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/simple-app/boot/reject.js b/test/fixtures/simple-app/boot/reject.js index 35d37c9..ad2946e 100644 --- a/test/fixtures/simple-app/boot/reject.js +++ b/test/fixtures/simple-app/boot/reject.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-boot // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT