chore: update copyrights years
This commit is contained in:
parent
a41a55b3aa
commit
391d9eb2ad
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue