Skip to content

Commit 754c1a0

Browse files
authored
Merge pull request #415 from strongloop/copyright
chore: update copyright year
2 parents df4f200 + c39d779 commit 754c1a0

16 files changed

+16
-16
lines changed

example/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013,2016. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

example/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013,2016. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013,2016. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/discovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013,2018. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/postgresql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013,2018. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2020. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/transaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015,2018. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

pretest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2016,2017. All Rights Reserved.
1+
// Copyright IBM Corp. 2016,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

test/postgresql.autocreateschema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

test/postgresql.dbdefaults.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015,2017. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2019. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

test/postgresql.discover.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013,2017. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2020. All Rights Reserved.
22
// Node module: loopback-connector-postgresql
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

0 commit comments

Comments
 (0)