From 589e432812b061083725bd753a7e80bb5267c234 Mon Sep 17 00:00:00 2001 From: Agnes Lin Date: Thu, 9 May 2019 08:51:57 -0400 Subject: [PATCH] chore: update copyrights years --- lib/clone.js | 5 +++++ lib/content-negotiation.js | 2 +- lib/data-builder.js | 2 +- lib/handler.js | 2 +- lib/send-xml.js | 2 +- package.json | 3 ++- test/handler.test.js | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lib/clone.js b/lib/clone.js index 60391a5..baa6b9b 100644 --- a/lib/clone.js +++ b/lib/clone.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2016. All Rights Reserved. +// Node module: strong-error-handler +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; module.exports = cloneAllProperties; diff --git a/lib/content-negotiation.js b/lib/content-negotiation.js index 35de407..ca56c5e 100644 --- a/lib/content-negotiation.js +++ b/lib/content-negotiation.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: strong-error-handler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/data-builder.js b/lib/data-builder.js index be165a2..7ba75dc 100644 --- a/lib/data-builder.js +++ b/lib/data-builder.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: strong-error-handler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/handler.js b/lib/handler.js index 036a0ea..b05bc46 100644 --- a/lib/handler.js +++ b/lib/handler.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: strong-error-handler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/send-xml.js b/lib/send-xml.js index 5427a71..57d4f7e 100644 --- a/lib/send-xml.js +++ b/lib/send-xml.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2017. All Rights Reserved. // Node module: strong-error-handler // 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 69b06ea..6fcc1e3 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,6 @@ "downstreamIgnoreList": [ "dashboard-controller" ] - } + }, + "author": "IBM Corp." } diff --git a/test/handler.test.js b/test/handler.test.js index 06de6c2..0423644 100644 --- a/test/handler.test.js +++ b/test/handler.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2018. All Rights Reserved. // Node module: strong-error-handler // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT