Skip to content

Commit 5668fe3

Browse files
committed
chore: update copyright year
1 parent c8f3b24 commit 5668fe3

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

index.js

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

lib/factory.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,2019. All Rights Reserved.
22
// Node module: loopback-component-storage
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/providers/filesystem/container.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-component-storage
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/providers/filesystem/file.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-component-storage
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/providers/filesystem/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,2018. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-component-storage
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/storage-connector.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-component-storage
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

lib/utils.js

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

test/fixtures/app.js

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

test/fs.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,2018. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-component-storage
33
// This file is licensed under the Artistic License 2.0.
44
// License text available at https://opensource.org/licenses/Artistic-2.0

test/storage-service.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,2018. All Rights Reserved.
1+
// Copyright IBM Corp. 2013,2019. All Rights Reserved.
22
// Node module: loopback-component-storage
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)