Skip to content

Commit 988c404

Browse files
update: license (#98)
* update: license * PubNub SDK v7.1.2 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 16571a9 commit 988c404

File tree

4 files changed

+35
-28
lines changed

4 files changed

+35
-28
lines changed

.pubnub.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: v7.1.1
2+
version: v7.1.2
33
changelog:
4+
- date: 2023-10-30
5+
version: v7.1.2
6+
changes:
7+
- type: improvement
8+
text: "Changed license to PubNub Software Development Kit License."
49
- date: 2023-10-25
510
version: v7.1.1
611
changes:
@@ -697,7 +702,7 @@ sdks:
697702
distribution-type: package
698703
distribution-repository: git release
699704
package-name: PubNub.unitypackage
700-
location: https://github.com/pubnub/unity/releases/download/v7.1.1/PubNub.unitypackage
705+
location: https://github.com/pubnub/unity/releases/download/v7.1.2/PubNub.unitypackage
701706
requires:
702707
-
703708
name: "UnityEditor"
@@ -864,7 +869,7 @@ sdks:
864869
distribution-type: package
865870
distribution-repository: git release
866871
package-name: PubNub.unitypackage
867-
location: https://github.com/pubnub/unity/releases/download/v7.1.1/PubNub.unitypackage
872+
location: https://github.com/pubnub/unity/releases/download/v7.1.2/PubNub.unitypackage
868873
requires:
869874
-
870875
name: "UnityEditor"

LICENSE

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1-
PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
2-
Copyright (c) 2013 PubNub Inc.
3-
http://www.pubnub.com/
4-
http://www.pubnub.com/terms
1+
PubNub Software Development Kit License Agreement
2+
Copyright © 2023 PubNub Inc. All rights reserved.
53

6-
Permission is hereby granted, free of charge, to any person obtaining a copy
7-
of this software and associated documentation files (the "Software"), to deal
8-
in the Software without restriction, including without limitation the rights
9-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
copies of the Software, and to permit persons to whom the Software is
11-
furnished to do so, subject to the following conditions:
4+
Subject to the terms and conditions of the license, you are hereby granted
5+
a non-exclusive, worldwide, royalty-free license to (a) copy and modify
6+
the software in source code or binary form for use with the software services
7+
and interfaces provided by PubNub, and (b) redistribute unmodified copies
8+
of the software to third parties. The software may not be incorporated in
9+
or used to provide any product or service competitive with the products
10+
and services of PubNub.
1211

13-
The above copyright notice and this permission notice shall be included in
14-
all copies or substantial portions of the Software.
12+
The above copyright notice and this license shall be included
13+
in or with all copies or substantial portions of the software.
1514

16-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22-
THE SOFTWARE.
15+
This license does not grant you permission to use the trade names, trademarks,
16+
service marks, or product names of PubNub, except as required for reasonable
17+
and customary use in describing the origin of the software and reproducing
18+
the content of this license.
2319

24-
PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
25-
Copyright (c) 2013 PubNub Inc.
26-
http://www.pubnub.com/
27-
http://www.pubnub.com/terms
20+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF
21+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
23+
EVENT SHALL PUBNUB OR THE AUTHORS OR COPYRIGHT HOLDERS OF THE SOFTWARE BE
24+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
25+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27+
28+
https://www.pubnub.com/
29+
https://www.pubnub.com/terms

PubNubUnity/Assets/PubNub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.pubnub.sdk",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"displayName": "PubNub SDK",
55
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
66
"unity": "2021.3",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.1
1+
7.1.2

0 commit comments

Comments
 (0)