Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 88a550d

Browse files
author
Agnes Lin
committed
chore: update copyrights years
1 parent aa3db18 commit 88a550d

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

client/js/controllers/todo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
22
// Node module: loopback-example-angular
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

client/js/services/lb-services.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
22
// Node module: loopback-example-angular
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

common/models/todo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
22
// Node module: loopback-example-angular
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"type": "git",
3030
"url": "https://github.com/strongloop/loopback-example-angular"
3131
},
32-
"license": "MIT"
32+
"license": "MIT",
33+
"author": "IBM Corp."
3334
}

server/boot/authentication.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
22
// Node module: loopback-example-angular
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

server/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
22
// Node module: loopback-example-angular
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

tests/smoke.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2015. All Rights Reserved.
1+
// Copyright IBM Corp. 2015,2016. All Rights Reserved.
22
// Node module: loopback-example-angular
33
// This file is licensed under the MIT License.
44
// License text available at https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)