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

Commit 1b10fe6

Browse files
author
Agnes Lin
committed
chore: update copyrights years
1 parent e7518d6 commit 1b10fe6

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

common/models/coffee-shop.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2014,2019. All Rights Reserved.
2+
// Node module: loopback-getting-started
3+
14
'use strict';
25

36
module.exports = function(CoffeeShop) {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"url": "https://github.com/strongloop/loopback-getting-started/issues"
3434
},
3535
"license": "UNLICENSED",
36-
"description": "loopback-getting-started"
36+
"description": "loopback-getting-started",
37+
"author": "IBM Corp."
3738
}

server/boot/authentication.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2014,2019. All Rights Reserved.
2+
// Node module: loopback-getting-started
3+
14
'use strict';
25

36
module.exports = function enableAuthentication(server) {

server/boot/create-sample-models.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2014,2019. All Rights Reserved.
2+
// Node module: loopback-getting-started
3+
14
'use strict';
25

36
module.exports = function(app) {

server/boot/routes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2014,2019. All Rights Reserved.
2+
// Node module: loopback-getting-started
3+
14
'use strict';
25

36
module.exports = function(app) {

server/server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2014,2019. All Rights Reserved.
2+
// Node module: loopback-getting-started
3+
14
'use strict';
25

36
var loopback = require('loopback');

0 commit comments

Comments
 (0)