Skip to content

Commit ae3fff9

Browse files
authored
Merge pull request #4191 from strongloop/copyrights
chore: update copyrights years
2 parents e82a74c + 0e0ca45 commit ae3fff9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

lib/connectors/mail.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
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@
121121
}
122122
},
123123
"copyright.owner": "IBM Corp.",
124-
"license": "MIT"
124+
"license": "MIT",
125+
"author": "IBM Corp."
125126
}

test/karma.conf.js

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

test/multiple-user-principal-accessing-another-user-model.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
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)