diff --git a/CODEOWNERS b/CODEOWNERS index 7d0b5d5..2e0d143 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,7 +3,7 @@ # the last matching pattern has the most precendence. # Alumni members -# @kjdelisle @loay @ssh24 @virkt25 +# @kjdelisle @loay @ssh24 @virkt25 @b-admike # Core team members from IBM -* @jannyHou @b-admike @dhmlau @emonddr +* @jannyHou @dhmlau @emonddr diff --git a/index.js b/index.js index 2efb593..5e006a9 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/discovery.js b/lib/discovery.js index 29f8205..de42afc 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/migration.js b/lib/migration.js index 6823f16..ad63b27 100644 --- a/lib/migration.js +++ b/lib/migration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/mssql.js b/lib/mssql.js index 3c258ff..6f4372b 100644 --- a/lib/mssql.js +++ b/lib/mssql.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/transaction.js b/lib/transaction.js index a4aec22..a0662c2 100644 --- a/lib/transaction.js +++ b/lib/transaction.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/pretest.js b/pretest.js index 9605088..7112056 100644 --- a/pretest.js +++ b/pretest.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2020. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/remove-regenerator.js b/remove-regenerator.js index d4981f8..6a0f71a 100644 --- a/remove-regenerator.js +++ b/remove-regenerator.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/autoupdate.test.js b/test/autoupdate.test.js index 42298c4..5955963 100644 --- a/test/autoupdate.test.js +++ b/test/autoupdate.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/commontests.js b/test/commontests.js index c2c31c3..16853b2 100644 --- a/test/commontests.js +++ b/test/commontests.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2018. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/connection.js b/test/connection.js index 99ca4af..a162010 100644 --- a/test/connection.js +++ b/test/connection.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2018. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/discover.test.js b/test/discover.test.js index c8e97cb..026a248 100644 --- a/test/discover.test.js +++ b/test/discover.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/id.test.js b/test/id.test.js index 43420ef..b330edf 100644 --- a/test/id.test.js +++ b/test/id.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/init.js b/test/init.js index a1e9bc1..33e717f 100644 --- a/test/init.js +++ b/test/init.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2018. All Rights Reserved. +// Copyright IBM Corp. 2014,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/mapping.test.js b/test/mapping.test.js index f5d62e5..1f56ef7 100644 --- a/test/mapping.test.js +++ b/test/mapping.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/mssql.test.js b/test/mssql.test.js index 040661e..4868852 100644 --- a/test/mssql.test.js +++ b/test/mssql.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2020. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/transaction.test.js b/test/transaction.test.js index 61b57c2..e891504 100644 --- a/test/transaction.test.js +++ b/test/transaction.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2018. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mssql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT