Skip to content

Commit b67ca20

Browse files
committed
Update licensing and author information
1 parent a6e0b86 commit b67ca20

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2017 Rangle.io
21
Copyright (c) 2017 Christopher L. Bond <cb@clbond.org>
2+
Copyright (c) 2017 Rangle.io
33

44
All rights reserved.
55

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ssr",
3-
"version": "0.10.37",
3+
"version": "0.10.38",
44
"description": "Angular server-side rendering implementation",
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",
@@ -38,18 +38,18 @@
3838
"server-side rendering",
3939
"ssr"
4040
],
41+
"author":{
42+
"name": "Christopher Bond",
43+
"email": "cb@clbond.org",
44+
"url": "https://clbond.org"
45+
},
4146
"contributors": [
42-
{
43-
"name": "Christopher Bond",
44-
"email": "cb@clbond.org",
45-
"url": "https://clbond.org/"
46-
},
4747
{
4848
"name": "rangle.io",
4949
"url": "https://rangle.io/"
5050
}
5151
],
52-
"license": "MIT",
52+
"license": "BSD-2-Clause",
5353
"bugs": {
5454
"url": "https://github.com/clbond/angular-ssr/issues"
5555
},

0 commit comments

Comments
 (0)