Skip to content

Commit cdc0b6f

Browse files
committed
Removed extra copyright
1 parent 094b1e9 commit cdc0b6f

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

Example/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ PODS:
4040
- Sr25519/Helpers
4141
- SubstrateClientSwift (1.0.0):
4242
- BigInt (~> 5.0.0)
43-
- CommonSwift
44-
- EncryptingSwift
45-
- HashingSwift
46-
- ScaleCodecSwift
43+
- CommonSwift (~> 1.0.0)
44+
- EncryptingSwift (~> 1.0.0)
45+
- HashingSwift (~> 1.0.0)
46+
- ScaleCodecSwift (~> 1.0.0)
4747
- UncommonCrypto (0.1.3)
4848
- xxHash-Swift (1.1.1)
4949

@@ -113,7 +113,7 @@ SPEC CHECKSUMS:
113113
ScaleCodecSwift: 2fa35cbc70c5634fdc0960cc6c712e917b2c688c
114114
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
115115
Sr25519: 87a974e2d714113af55e1d7e5cef1b82864a57bd
116-
SubstrateClientSwift: abf6a27a04411d968795df0e6eafcfa543c4e033
116+
SubstrateClientSwift: af132c82e31d514a0623a3011c12344b972cd7bb
117117
UncommonCrypto: 8e6276bd3def28cdbd55966926c38c37ea1c9af5
118118
xxHash-Swift: 13ebcbfc48658a5acf3777751e64b18c0f110d25
119119

SubstrateClientSwift/Classes/Scale/DynamicAdapter.swift

-18
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@
1616
*
1717
*/
1818

19-
/**
20-
*
21-
* Copyright 2023 SUBSTRATE LABORATORY LLC
22-
*
23-
* Licensed under the Apache License, Version 2.0 (the "License");
24-
* you may not use this file except in compliance with the License.
25-
* You may obtain a copy of the License at
26-
*
27-
* http://www.apache.org/licenses/LICENSE-2.0
28-
29-
* Unless required by applicable law or agreed to in writing, software
30-
* distributed under the License is distributed on an "AS IS" BASIS,
31-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32-
* See the License for the specific language governing permissions and
33-
* limitations under the License.
34-
*
35-
*/
36-
3719
import CommonSwift
3820
import Foundation
3921
import ScaleCodecSwift

0 commit comments

Comments
 (0)