Skip to content

Commit 8a3f4ef

Browse files
authored
License updated (#147)
refactor(license): changed license to PubNub Software Development Kit License
1 parent b733dac commit 8a3f4ef

File tree

239 files changed

+986
-4926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+986
-4926
lines changed

.pubnub.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
22
name: swift
33
scm: github.com/pubnub/swift
4-
version: "6.2.1"
4+
version: "6.2.2"
55
schema: 1
66
changelog:
7+
- date: 2023-10-30
8+
version: 6.2.2
9+
changes:
10+
- type: improvement
11+
text: "Update license information."
712
- date: 2023-10-23
813
version: 6.2.1
914
changes:
@@ -502,7 +507,7 @@ sdks:
502507
- distribution-type: source
503508
distribution-repository: GitHub release
504509
package-name: PubNub
505-
location: https://github.com/pubnub/swift/archive/refs/tags/6.2.1.zip
510+
location: https://github.com/pubnub/swift/archive/refs/tags/6.2.2.zip
506511
supported-platforms:
507512
supported-operating-systems:
508513
macOS:

Examples/Sources/AppDelegate.swift

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
//
22
// AppDelegate.swift
33
//
4-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
5-
// Copyright © 2019 PubNub Inc.
6-
// https://www.pubnub.com/
7-
// https://www.pubnub.com/terms
4+
// Copyright (c) PubNub Inc.
5+
// All rights reserved.
86
//
9-
// Permission is hereby granted, free of charge, to any person obtaining a copy
10-
// of this software and associated documentation files (the "Software"), to deal
11-
// in the Software without restriction, including without limitation the rights
12-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
// copies of the Software, and to permit persons to whom the Software is
14-
// furnished to do so, subject to the following conditions:
15-
//
16-
// The above copyright notice and this permission notice shall be included in
17-
// all copies or substantial portions of the Software.
18-
//
19-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25-
// THE SOFTWARE.
7+
// This source code is licensed under the license found in the
8+
// LICENSE file in the root directory of this source tree.
269
//
2710

2811
import UIKit

Examples/Sources/ConfigDetailTableViewController.swift

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
//
22
// ConfigDetailTableViewController.swift
33
//
4-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
5-
// Copyright © 2019 PubNub Inc.
6-
// https://www.pubnub.com/
7-
// https://www.pubnub.com/terms
4+
// Copyright (c) PubNub Inc.
5+
// All rights reserved.
86
//
9-
// Permission is hereby granted, free of charge, to any person obtaining a copy
10-
// of this software and associated documentation files (the "Software"), to deal
11-
// in the Software without restriction, including without limitation the rights
12-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
// copies of the Software, and to permit persons to whom the Software is
14-
// furnished to do so, subject to the following conditions:
15-
//
16-
// The above copyright notice and this permission notice shall be included in
17-
// all copies or substantial portions of the Software.
18-
//
19-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25-
// THE SOFTWARE.
7+
// This source code is licensed under the license found in the
8+
// LICENSE file in the root directory of this source tree.
269
//
2710

2811
import UIKit

Examples/Sources/File/FileAPIViewController.swift

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
//
22
// FileAPIViewController.swift
33
//
4-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
5-
// Copyright © 2020 PubNub Inc.
6-
// https://www.pubnub.com/
7-
// https://www.pubnub.com/terms
4+
// Copyright (c) PubNub Inc.
5+
// All rights reserved.
86
//
9-
// Permission is hereby granted, free of charge, to any person obtaining a copy
10-
// of this software and associated documentation files (the "Software"), to deal
11-
// in the Software without restriction, including without limitation the rights
12-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
// copies of the Software, and to permit persons to whom the Software is
14-
// furnished to do so, subject to the following conditions:
15-
//
16-
// The above copyright notice and this permission notice shall be included in
17-
// all copies or substantial portions of the Software.
18-
//
19-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25-
// THE SOFTWARE.
7+
// This source code is licensed under the license found in the
8+
// LICENSE file in the root directory of this source tree.
269
//
2710

2811
import UIKit

Examples/Sources/File/FileTableViewCell.swift

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
//
22
// FileTableViewCell.swift
33
//
4-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
5-
// Copyright © 2020 PubNub Inc.
6-
// https://www.pubnub.com/
7-
// https://www.pubnub.com/terms
4+
// Copyright (c) PubNub Inc.
5+
// All rights reserved.
86
//
9-
// Permission is hereby granted, free of charge, to any person obtaining a copy
10-
// of this software and associated documentation files (the "Software"), to deal
11-
// in the Software without restriction, including without limitation the rights
12-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
// copies of the Software, and to permit persons to whom the Software is
14-
// furnished to do so, subject to the following conditions:
15-
//
16-
// The above copyright notice and this permission notice shall be included in
17-
// all copies or substantial portions of the Software.
18-
//
19-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25-
// THE SOFTWARE.
7+
// This source code is licensed under the license found in the
8+
// LICENSE file in the root directory of this source tree.
269
//
2710

2811
import UIKit

Examples/Sources/File/LocalFileExample.swift

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
//
22
// LocalFileExample.swift
33
//
4-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
5-
// Copyright © 2020 PubNub Inc.
6-
// https://www.pubnub.com/
7-
// https://www.pubnub.com/terms
4+
// Copyright (c) PubNub Inc.
5+
// All rights reserved.
86
//
9-
// Permission is hereby granted, free of charge, to any person obtaining a copy
10-
// of this software and associated documentation files (the "Software"), to deal
11-
// in the Software without restriction, including without limitation the rights
12-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
// copies of the Software, and to permit persons to whom the Software is
14-
// furnished to do so, subject to the following conditions:
15-
//
16-
// The above copyright notice and this permission notice shall be included in
17-
// all copies or substantial portions of the Software.
18-
//
19-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25-
// THE SOFTWARE.
7+
// This source code is licensed under the license found in the
8+
// LICENSE file in the root directory of this source tree.
269
//
2710

2811
import Foundation

Examples/Sources/MasterDetailTableViewController.swift

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
//
22
// MasterDetailTableViewController.swift
33
//
4-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
5-
// Copyright © 2019 PubNub Inc.
6-
// https://www.pubnub.com/
7-
// https://www.pubnub.com/terms
4+
// Copyright (c) PubNub Inc.
5+
// All rights reserved.
86
//
9-
// Permission is hereby granted, free of charge, to any person obtaining a copy
10-
// of this software and associated documentation files (the "Software"), to deal
11-
// in the Software without restriction, including without limitation the rights
12-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
// copies of the Software, and to permit persons to whom the Software is
14-
// furnished to do so, subject to the following conditions:
15-
//
16-
// The above copyright notice and this permission notice shall be included in
17-
// all copies or substantial portions of the Software.
18-
//
19-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25-
// THE SOFTWARE.
7+
// This source code is licensed under the license found in the
8+
// LICENSE file in the root directory of this source tree.
269
//
2710
// swiftlint:disable file_length
2811

Package.swift

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,11 @@
22
//
33
// Package.swift
44
//
5-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
6-
// Copyright (c) 2013 PubNub Inc.
7-
// https://www.pubnub.com/
8-
// https://www.pubnub.com/terms
5+
// Copyright (c) PubNub Inc.
6+
// All rights reserved.
97
//
10-
// Permission is hereby granted, free of charge, to any person obtaining a copy
11-
// of this software and associated documentation files (the "Software"), to deal
12-
// in the Software without restriction, including without limitation the rights
13-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14-
// copies of the Software, and to permit persons to whom the Software is
15-
// furnished to do so, subject to the following conditions:
16-
//
17-
// The above copyright notice and this permission notice shall be included in
18-
// all copies or substantial portions of the Software.
19-
//
20-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26-
// THE SOFTWARE.
27-
//
28-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
29-
// Copyright (c) 2013 PubNub Inc.
30-
// https://www.pubnub.com/
31-
// https://www.pubnub.com/terms
8+
// This source code is licensed under the license found in the
9+
// LICENSE file in the root directory of this source tree.
3210
//
3311

3412
import PackageDescription

PubNub.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3436,7 +3436,7 @@
34363436
"@executable_path/Frameworks",
34373437
"@loader_path/Frameworks",
34383438
);
3439-
MARKETING_VERSION = 6.2.1;
3439+
MARKETING_VERSION = 6.2.2;
34403440
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
34413441
MTL_FAST_MATH = YES;
34423442
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubUser;
@@ -3483,7 +3483,7 @@
34833483
"@executable_path/Frameworks",
34843484
"@loader_path/Frameworks",
34853485
);
3486-
MARKETING_VERSION = 6.2.1;
3486+
MARKETING_VERSION = 6.2.2;
34873487
MTL_ENABLE_DEBUG_INFO = NO;
34883488
MTL_FAST_MATH = YES;
34893489
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubUser;
@@ -3583,7 +3583,7 @@
35833583
"@executable_path/Frameworks",
35843584
"@loader_path/Frameworks",
35853585
);
3586-
MARKETING_VERSION = 6.2.1;
3586+
MARKETING_VERSION = 6.2.2;
35873587
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
35883588
MTL_FAST_MATH = YES;
35893589
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubSpace;
@@ -3632,7 +3632,7 @@
36323632
"@executable_path/Frameworks",
36333633
"@loader_path/Frameworks",
36343634
);
3635-
MARKETING_VERSION = 6.2.1;
3635+
MARKETING_VERSION = 6.2.2;
36363636
MTL_ENABLE_DEBUG_INFO = NO;
36373637
MTL_FAST_MATH = YES;
36383638
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubSpace;
@@ -3745,7 +3745,7 @@
37453745
"@executable_path/Frameworks",
37463746
"@loader_path/Frameworks",
37473747
);
3748-
MARKETING_VERSION = 6.2.1;
3748+
MARKETING_VERSION = 6.2.2;
37493749
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
37503750
MTL_FAST_MATH = YES;
37513751
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubMembership;
@@ -3793,7 +3793,7 @@
37933793
"@executable_path/Frameworks",
37943794
"@loader_path/Frameworks",
37953795
);
3796-
MARKETING_VERSION = 6.2.1;
3796+
MARKETING_VERSION = 6.2.2;
37973797
MTL_ENABLE_DEBUG_INFO = NO;
37983798
MTL_FAST_MATH = YES;
37993799
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubMembership;
@@ -4253,7 +4253,7 @@
42534253
"$(inherited)",
42544254
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
42554255
);
4256-
MARKETING_VERSION = 6.2.1;
4256+
MARKETING_VERSION = 6.2.2;
42574257
OTHER_CFLAGS = "$(inherited)";
42584258
OTHER_LDFLAGS = "$(inherited)";
42594259
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -4292,7 +4292,7 @@
42924292
"$(inherited)",
42934293
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
42944294
);
4295-
MARKETING_VERSION = 6.2.1;
4295+
MARKETING_VERSION = 6.2.2;
42964296
OTHER_CFLAGS = "$(inherited)";
42974297
OTHER_LDFLAGS = "$(inherited)";
42984298
OTHER_SWIFT_FLAGS = "$(inherited)";

PubNub.xcworkspace/xcshareddata/IDETemplateMacros.plist

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,11 @@
66
<string>
77
// ___FILENAME___
88
//
9-
// PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks
10-
// Copyright © ___YEAR___ PubNub Inc.
11-
// https://www.pubnub.com/
12-
// https://www.pubnub.com/terms
9+
// Copyright (c) PubNub Inc.
10+
// All rights reserved.
1311
//
14-
// Permission is hereby granted, free of charge, to any person obtaining a copy
15-
// of this software and associated documentation files (the "Software"), to deal
16-
// in the Software without restriction, including without limitation the rights
17-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18-
// copies of the Software, and to permit persons to whom the Software is
19-
// furnished to do so, subject to the following conditions:
20-
//
21-
// The above copyright notice and this permission notice shall be included in
22-
// all copies or substantial portions of the Software.
23-
//
24-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
30-
// THE SOFTWARE.
12+
// This source code is licensed under the license found in the
13+
// LICENSE file in the root directory of this source tree.
3114
//</string>
3215
</dict>
3316
</plist>

0 commit comments

Comments
 (0)