Skip to content

Commit b303f3b

Browse files
committed
Updated links for Geektimecoil to OneSignal org
1 parent ca8f02d commit b303f3b

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

LICENSE

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The MIT License (MIT)
1+
Modified MIT License
22

3-
Copyright (c) 2016 Geektime
3+
Copyright 2019 OneSignal
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,14 +9,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
1. The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
2. All copies of substantial portions of the Software may only be used in connection
16+
with services provided by OneSignal.
1417

1518
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1619
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1720
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1821
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1922
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22-
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24+
THE SOFTWARE.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
[OneSignal](https://onesignal.com/) is a free push notification service for mobile apps. This SDK makes it easy to integrate your native React-Native iOS and/or Android apps with OneSignal.
1111

1212
#### Installation
13-
See the [Setup Guide](https://documentation.onesignal.com/v5.0/docs/react-native-sdk-setup) for setup instructions.
13+
See the [Setup Guide](https://documentation.onesignal.com/docs/react-native-sdk-setup) for setup instructions.
1414

1515
#### Change Log
16-
See this repository's [release tags](https://github.com/geektimecoil/react-native-onesignal/releases) for a complete change log of every released version.
16+
See this repository's [release tags](https://github.com/OneSignal/react-native-onesignal/releases) for a complete change log of every released version.
1717

1818
#### Support
19-
Please visit this repository's [Github issue tracker](https://github.com/geektimecoil/react-native-onesignal/issues) for feature requests and bug reports related specifically to the SDK.
19+
Please visit this repository's [Github issue tracker](https://github.com/OneSignal/react-native-onesignal/issues) for feature requests and bug reports related specifically to the SDK.
2020
For account issues and support please contact OneSignal support from the [OneSignal.com](https://onesignal.com) dashboard.
2121

2222
#### Demo Project

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717
"notifications",
1818
"push",
1919
"apns",
20+
"fcm",
2021
"gcm",
2122
"onesignal"
2223
],
2324
"bugs": {
24-
"url": "https://github.com/geektimecoil/react-native-onesignal/issues"
25+
"url": "https://github.com/OneSignal/react-native-onesignal/issues"
2526
},
2627
"repository": {
2728
"type": "git",
28-
"url": "https://github.com/geektimecoil/react-native-onesignal"
29+
"url": "https://github.com/OneSignal/react-native-onesignal"
2930
},
30-
"author": "OneSignal, Geektime <http://www.geektime.co.il>",
31+
"author": "OneSignal <https://www.onesignal.com>, Geektime <http://www.geektime.co.il>",
3132
"license": "MIT"
3233
}

react-native-onesignal.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.name = "react-native-onesignal"
66
s.version = package_json["version"]
77
s.summary = package_json["description"]
8-
s.homepage = "https://github.com/geektimecoil/react-native-onesignal"
8+
s.homepage = "https://github.com/OneSignal/react-native-onesignal"
99
s.license = package_json["license"]
1010
s.author = { package_json["author"] => package_json["author"] }
1111
s.platform = :ios, "7.0"

0 commit comments

Comments
 (0)