diff --git a/index.js b/index.js index 03f1307..e9f21cb 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012. All Rights Reserved. +// Copyright IBM Corp. 2012,2016. 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 27d1497..7c20a10 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. 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 8dc4277..daa2edd 100644 --- a/lib/migration.js +++ b/lib/migration.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2018. 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 9c9b4ea..33117a2 100644 --- a/lib/mysql.js +++ b/lib/mysql.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012,2016. All Rights Reserved. +// Copyright IBM Corp. 2012,2017. 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 1dfdce9..73e3c64 100644 --- a/lib/set-http-code.js +++ b/lib/set-http-code.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012,2017. All Rights Reserved. +// Copyright IBM Corp. 2017. 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/package.json b/package.json index 12d5d31..ce0bed4 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,6 @@ "type": "git", "url": "https://github.com/strongloop/loopback-connector-mysql.git" }, - "license": "MIT" + "license": "MIT", + "author": "IBM Corp." } diff --git a/pretest.js b/pretest.js index 818f5de..bcc0949 100644 --- a/pretest.js +++ b/pretest.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2016,2017. 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 + 'use strict'; if (!process.env.CI) { diff --git a/test/connection.test.js b/test/connection.test.js index 6fba4e1..aac2493 100644 --- a/test/connection.test.js +++ b/test/connection.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2017. 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 5b91ab3..76f37a7 100644 --- a/test/datatypes.test.js +++ b/test/datatypes.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2017. 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 454c435..9b5239e 100644 --- a/test/datetime.test.js +++ b/test/datetime.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012,2017. All Rights Reserved. +// Copyright IBM Corp. 2017,2018. 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 394599c..4c3f054 100644 --- a/test/helpers/platform.js +++ b/test/helpers/platform.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2016,2017. 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 831f467..ca2f057 100644 --- a/test/init.js +++ b/test/init.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. 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 43eaf03..c5d7eca 100644 --- a/test/migration.test.js +++ b/test/migration.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2017. 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 95c672e..7171756 100644 --- a/test/mysql.autoupdate.test.js +++ b/test/mysql.autoupdate.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014,2016. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. 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 c12cb19..247fb7d 100644 --- a/test/mysql.discover.test.js +++ b/test/mysql.discover.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2018. 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 9d088e7..ac8e6f5 100644 --- a/test/mysql.test.js +++ b/test/mysql.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013,2016. All Rights Reserved. +// Copyright IBM Corp. 2013,2017. 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/persistence-hooks.test.js b/test/persistence-hooks.test.js index e241e2a..27310f0 100644 --- a/test/persistence-hooks.test.js +++ b/test/persistence-hooks.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2017. 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 71eeb86..77c10d1 100644 --- a/test/set-http-code.test.js +++ b/test/set-http-code.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2012,2017. All Rights Reserved. +// Copyright IBM Corp. 2017. 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 41baabb..95f7dc4 100644 --- a/test/transaction.promise.test.js +++ b/test/transaction.promise.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2017. 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 c76feed..5842eed 100644 --- a/test/transaction.test.js +++ b/test/transaction.test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2015,2016. All Rights Reserved. +// Copyright IBM Corp. 2015,2017. 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