diff --git a/browser/current-context.js b/browser/current-context.js index 955fbf8..9edb0c2 100644 --- a/browser/current-context.js +++ b/browser/current-context.js @@ -1,5 +1,5 @@ -// Copyright IBM Corp. 2015. All Rights Reserved. -// Node module: loopback-context-cls +// Copyright IBM Corp. 2016. All Rights Reserved. +// Node module: loopback-context // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/example/app.js b/example/app.js index 6214757..1ef7a87 100644 --- a/example/app.js +++ b/example/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2016. All Rights Reserved. // Node module: loopback-context // 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 e895b6c..4ffded9 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,6 @@ "mocha": "^5.2.0", "supertest": "^3.1.0", "when-3.7.7": "file:./test/stub-modules/when-3.7.7" - } + }, + "author": "IBM Corp." } diff --git a/server/current-context.js b/server/current-context.js index a1e3ab6..3eb411f 100644 --- a/server/current-context.js +++ b/server/current-context.js @@ -1,5 +1,5 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. -// Node module: loopback-context-cls +// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Node module: loopback-context // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/server/middleware/per-request.js b/server/middleware/per-request.js index 54361e1..f6711fd 100644 --- a/server/middleware/per-request.js +++ b/server/middleware/per-request.js @@ -1,5 +1,5 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. -// Node module: loopback-context-cls +// Copyright IBM Corp. 2016. All Rights Reserved. +// Node module: loopback-context // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/expect.js b/test/helpers/expect.js index 830d8aa..86b2d8b 100644 --- a/test/helpers/expect.js +++ b/test/helpers/expect.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2016. All Rights Reserved. +// Node module: loopback-context +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; var chai = require('chai'); diff --git a/test/main.test.js b/test/main.test.js index 4968505..d8e5ac7 100644 --- a/test/main.test.js +++ b/test/main.test.js @@ -1,5 +1,5 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. -// Node module: loopback-context-cls +// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Node module: loopback-context // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/stub-modules/async-1.5.2/index.js b/test/stub-modules/async-1.5.2/index.js index 935e191..a165e9b 100644 --- a/test/stub-modules/async-1.5.2/index.js +++ b/test/stub-modules/async-1.5.2/index.js @@ -1,2 +1,7 @@ +// Copyright IBM Corp. 2017. All Rights Reserved. +// Node module: loopback-context +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; module.exports = require('async'); diff --git a/test/stub-modules/when-3.7.7/index.js b/test/stub-modules/when-3.7.7/index.js index 9b773e9..9b61462 100644 --- a/test/stub-modules/when-3.7.7/index.js +++ b/test/stub-modules/when-3.7.7/index.js @@ -1,2 +1,7 @@ +// Copyright IBM Corp. 2017. All Rights Reserved. +// Node module: loopback-context +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + 'use strict'; module.exports = require('when');