diff --git a/deps/juggler-v3/test.js b/deps/juggler-v3/test.js index bfc9965..2ecb1da 100644 --- a/deps/juggler-v3/test.js +++ b/deps/juggler-v3/test.js @@ -1,7 +1,7 @@ // Copyright IBM Corp. 2019. All Rights Reserved. // Node module: loopback-connector-mysql -// This file is licensed under the Artistic License 2.0. -// License text available at https://opensource.org/licenses/Artistic-2.0 +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT 'use strict'; diff --git a/deps/juggler-v4/test.js b/deps/juggler-v4/test.js index c72b689..ff2c450 100644 --- a/deps/juggler-v4/test.js +++ b/deps/juggler-v4/test.js @@ -1,7 +1,7 @@ // Copyright IBM Corp. 2019. All Rights Reserved. // Node module: loopback-connector-mysql -// This file is licensed under the Artistic License 2.0. -// License text available at https://opensource.org/licenses/Artistic-2.0 +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT 'use strict'; diff --git a/index.js b/index.js index e9f21cb..e32f51d 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012,2016. All Rights Reserved. +// Copyright IBM Corp. 2012,2019. All Rights Reserved. // Node module: loopback-connector-mysql // 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 7c20a10..5e67948 100644 --- a/lib/discovery.js +++ b/lib/discovery.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-mysql // 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 daa2edd..2050d97 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-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/mysql.js b/lib/mysql.js index 8376a9a..7fd2c9f 100644 --- a/lib/mysql.js +++ b/lib/mysql.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012,2017. All Rights Reserved. +// Copyright IBM Corp. 2012,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/lib/set-http-code.js b/lib/set-http-code.js index 73e3c64..f356b53 100644 --- a/lib/set-http-code.js +++ b/lib/set-http-code.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-connector-mysql // 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 89ee37e..3d46808 100644 --- a/pretest.js +++ b/pretest.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/connection.test.js b/test/connection.test.js index 92fd4cb..a1c8d01 100644 --- a/test/connection.test.js +++ b/test/connection.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2017. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/datatypes.test.js b/test/datatypes.test.js index baf48a8..0b85933 100644 --- a/test/datatypes.test.js +++ b/test/datatypes.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2017. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/datetime.test.js b/test/datetime.test.js index 251b5a6..b9c2e1b 100644 --- a/test/datetime.test.js +++ b/test/datetime.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017,2018. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/helpers/platform.js b/test/helpers/platform.js index 4c3f054..cde7eb7 100644 --- a/test/helpers/platform.js +++ b/test/helpers/platform.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2016,2017. All Rights Reserved. +// Copyright IBM Corp. 2016,2019. All Rights Reserved. // Node module: loopback-connector-mysql // 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 31cdb39..2f9ffd2 100644 --- a/test/init.js +++ b/test/init.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-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/migration.test.js b/test/migration.test.js index 77e079e..db4470a 100644 --- a/test/migration.test.js +++ b/test/migration.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2017. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/mysql.autoupdate.test.js b/test/mysql.autoupdate.test.js index 7171756..d425a8b 100644 --- a/test/mysql.autoupdate.test.js +++ b/test/mysql.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-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/mysql.discover.test.js b/test/mysql.discover.test.js index 247fb7d..c3ae894 100644 --- a/test/mysql.discover.test.js +++ b/test/mysql.discover.test.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-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/mysql.test.js b/test/mysql.test.js index 73d0848..afeee40 100644 --- a/test/mysql.test.js +++ b/test/mysql.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2017. All Rights Reserved. +// Copyright IBM Corp. 2013,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/set-http-code.test.js b/test/set-http-code.test.js index 77c10d1..ce3f7a8 100644 --- a/test/set-http-code.test.js +++ b/test/set-http-code.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/transaction.promise.test.js b/test/transaction.promise.test.js index 95f7dc4..3b83e75 100644 --- a/test/transaction.promise.test.js +++ b/test/transaction.promise.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2017. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mysql // 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 5842eed..8395951 100644 --- a/test/transaction.test.js +++ b/test/transaction.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2017. All Rights Reserved. +// Copyright IBM Corp. 2015,2019. All Rights Reserved. // Node module: loopback-connector-mysql // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT