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

Commit d3caf9b

Browse files
author
jwngr
committed
Removed [email protected] and updated LICENSE
1 parent e9e0bb4 commit d3caf9b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

LICENSE

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
Copyright 2015 Firebase, https://www.firebase.com/
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Firebase
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy
4-
of this software and associated documentation files (the Software), to deal
6+
of this software and associated documentation files (the "Software"), to deal
57
in the Software without restriction, including without limitation the rights
68
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79
copies of the Software, and to permit persons to whom the Software is
810
furnished to do so, subject to the following conditions:
911

10-
The above copyright notice and this permission notice shall be included in
11-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1214

13-
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1416
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1517
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1618
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1719
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The officially supported Backbone binding for Firebase",
44
"version": "0.0.0",
55
"authors": [
6-
"Firebase <[email protected]> (https://www.firebase.com/)"
6+
"Firebase (https://firebase.google.com/)"
77
],
88
"homepage": "https://github.com/firebase/backbonefire/",
99
"repository": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "backbonefire",
33
"description": "The officially supported Backbone binding for Firebase",
44
"version": "0.0.0",
5-
"author": "Firebase <[email protected]> (https://www.firebase.com/)",
5+
"author": "Firebase (https://firebase.google.com/)",
66
"homepage": "https://github.com/firebase/backbonefire/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)