From 98883a877f8014bb52fc8fe88ae509932a91a66a Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Sat, 8 Feb 2020 17:01:01 -0500 Subject: [PATCH] chore: update copyrights year --- test/fixtures/simple-app/boot/promise-callback.js | 2 +- test/fixtures/simple-app/boot/promise.js | 2 +- test/fixtures/simple-app/boot/reject.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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