From acdef6178703568b7dfb22e317d4c41881bb462c Mon Sep 17 00:00:00 2001 From: kmcbride Date: Mon, 13 Jan 2025 09:47:56 -0800 Subject: [PATCH] Simplify copyright notice --- Framework/SPTDataLoader.h | 15 ++------------- .../SPTDataLoader/NSDictionary+HeaderSize.h | 15 ++------------- .../SPTDataLoader/NSDictionary+HeaderSize.m | 15 ++------------- Sources/SPTDataLoader/SPTDataLoader.m | 15 ++------------- .../SPTDataLoader/SPTDataLoaderBlockWrapper.m | 15 ++------------- .../SPTDataLoaderCancellationTokenFactory.h | 15 ++------------- ...derCancellationTokenFactoryImplementation.h | 15 ++------------- ...derCancellationTokenFactoryImplementation.m | 15 ++------------- ...DataLoaderCancellationTokenImplementation.h | 15 ++------------- ...DataLoaderCancellationTokenImplementation.m | 15 ++------------- .../SPTDataLoaderExponentialTimer.m | 15 ++------------- .../SPTDataLoaderFactory+Private.h | 15 ++------------- Sources/SPTDataLoader/SPTDataLoaderFactory.m | 15 ++------------- .../SPTDataLoaderImplementation+Private.h | 15 ++------------- .../SPTDataLoaderRateLimiter+Private.h | 15 ++------------- .../SPTDataLoader/SPTDataLoaderRateLimiter.m | 15 ++------------- .../SPTDataLoaderRequest+Private.h | 15 ++------------- Sources/SPTDataLoader/SPTDataLoaderRequest.m | 15 ++------------- .../SPTDataLoaderRequestResponseHandler.h | 15 ++------------- .../SPTDataLoaderRequestTaskHandler.h | 15 ++------------- .../SPTDataLoaderRequestTaskHandler.m | 15 ++------------- Sources/SPTDataLoader/SPTDataLoaderResolver.m | 15 ++------------- .../SPTDataLoaderResolverAddress.h | 15 ++------------- .../SPTDataLoaderResolverAddress.m | 15 ++------------- .../SPTDataLoaderResponse+Private.h | 15 ++------------- Sources/SPTDataLoader/SPTDataLoaderResponse.m | 15 ++------------- .../SPTDataLoaderServerTrustPolicy+Private.h | 15 ++------------- .../SPTDataLoaderServerTrustPolicy.m | 15 ++------------- .../SPTDataLoaderService+Private.h | 15 ++------------- Sources/SPTDataLoader/SPTDataLoaderService.m | 15 ++------------- .../SPTDataLoaderServiceSessionSelector.h | 15 ++------------- .../SPTDataLoaderServiceSessionSelector.m | 15 ++------------- .../SPTDataLoader/SPTDataLoaderTimeProvider.h | 15 ++------------- .../SPTDataLoaderTimeProviderImplementation.h | 15 ++------------- .../SPTDataLoaderTimeProviderImplementation.m | 15 ++------------- Sources/SPTDataLoaderSwift/DataLoader.swift | 15 ++------------- .../SPTDataLoaderSwift/DataLoaderError.swift | 15 ++------------- .../SPTDataLoaderSwift/DataLoaderWrapper.swift | 15 ++------------- .../SPTDataLoaderSwift/Request+Combine.swift | 15 ++------------- .../Request+Concurrency.swift | 15 ++------------- Sources/SPTDataLoaderSwift/Request.swift | 15 ++------------- Sources/SPTDataLoaderSwift/Response.swift | 15 ++------------- .../SPTDataLoaderSwift/ResponseDecoder.swift | 15 ++------------- .../ResponseSerializer.swift | 15 ++------------- Sources/SPTDataLoaderSwift/SPTDataLoader.swift | 15 ++------------- .../Utilities/AccessLock.swift | 15 ++------------- .../Utilities/Result+Convenience.swift | 15 ++------------- .../SPTDataLoader/NSDictionaryHeaderSizeTest.m | 15 ++------------- .../SPTDataLoaderBlockWrapperTest.m | 15 ++------------- ...ancellationTokenFactoryImplementationTest.m | 15 ++------------- ...LoaderCancellationTokenImplementationTest.m | 15 ++------------- .../SPTDataLoaderExponentialTimerTest.m | 15 ++------------- Tests/SPTDataLoader/SPTDataLoaderFactoryTest.m | 15 ++------------- .../SPTDataLoaderRateLimiterTest.m | 15 ++------------- .../SPTDataLoaderRequestTaskHandlerTest.m | 15 ++------------- Tests/SPTDataLoader/SPTDataLoaderRequestTest.m | 15 ++------------- .../SPTDataLoaderResolverAddressTest.m | 15 ++------------- .../SPTDataLoader/SPTDataLoaderResolverTest.m | 15 ++------------- .../SPTDataLoader/SPTDataLoaderResponseTest.m | 15 ++------------- .../SPTDataLoaderServerTrustPolicyTest.m | 15 ++------------- Tests/SPTDataLoader/SPTDataLoaderServiceTest.m | 15 ++------------- Tests/SPTDataLoader/SPTDataLoaderTest.m | 15 ++------------- ...TDataLoaderTimeProviderImplementationTest.m | 15 ++------------- Tests/SPTDataLoader/Utilities/NSBundleMock.h | 15 ++------------- Tests/SPTDataLoader/Utilities/NSBundleMock.m | 15 ++------------- Tests/SPTDataLoader/Utilities/NSDataMock.h | 15 ++------------- Tests/SPTDataLoader/Utilities/NSDataMock.m | 15 ++------------- .../Utilities/NSFileManagerMock.h | 15 ++------------- .../Utilities/NSFileManagerMock.m | 15 ++------------- .../NSURLAuthenticationChallengeMock.h | 15 ++------------- .../NSURLAuthenticationChallengeMock.m | 15 ++------------- .../Utilities/NSURLSessionDataTaskMock.h | 15 ++------------- .../Utilities/NSURLSessionDataTaskMock.m | 15 ++------------- .../Utilities/NSURLSessionDownloadTaskMock.h | 15 ++------------- .../Utilities/NSURLSessionDownloadTaskMock.m | 15 ++------------- .../SPTDataLoader/Utilities/NSURLSessionMock.h | 15 ++------------- .../SPTDataLoader/Utilities/NSURLSessionMock.m | 15 ++------------- .../Utilities/NSURLSessionTaskMock.h | 15 ++------------- .../Utilities/NSURLSessionTaskMock.m | 15 ++------------- .../Utilities/SPTDataLoaderAuthoriserMock.h | 15 ++------------- .../Utilities/SPTDataLoaderAuthoriserMock.m | 15 ++------------- ...PTDataLoaderCancellationTokenDelegateMock.h | 15 ++------------- ...PTDataLoaderCancellationTokenDelegateMock.m | 15 ++------------- ...SPTDataLoaderCancellationTokenFactoryMock.h | 15 ++------------- ...SPTDataLoaderCancellationTokenFactoryMock.m | 15 ++------------- .../SPTDataLoaderConsumptionObserverMock.h | 15 ++------------- .../SPTDataLoaderConsumptionObserverMock.m | 15 ++------------- .../Utilities/SPTDataLoaderDelegateMock.h | 15 ++------------- .../Utilities/SPTDataLoaderDelegateMock.m | 15 ++------------- ...aLoaderRequestResponseHandlerDelegateMock.h | 15 ++------------- ...aLoaderRequestResponseHandlerDelegateMock.m | 15 ++------------- .../SPTDataLoaderRequestResponseHandlerMock.h | 15 ++------------- .../SPTDataLoaderRequestResponseHandlerMock.m | 15 ++------------- ...TDataLoaderRequestTaskHandlerDelegateMock.h | 15 ++------------- ...TDataLoaderRequestTaskHandlerDelegateMock.m | 15 ++------------- .../SPTDataLoaderServerTrustPolicyMock.h | 15 ++------------- .../SPTDataLoaderServerTrustPolicyMock.m | 15 ++------------- .../SPTDataLoaderServiceSessionSelectorMock.h | 15 ++------------- .../SPTDataLoaderServiceSessionSelectorMock.m | 15 ++------------- .../Utilities/SPTDataLoaderTimeProviderMock.h | 15 ++------------- .../Utilities/SPTDataLoaderTimeProviderMock.m | 15 ++------------- .../DataLoaderWrapperTest.swift | 15 ++------------- .../DataResponseSerializerTest.swift | 15 ++------------- .../DecodableResponseSerializerTest.swift | 15 ++------------- .../JSONResponseSerializerTest.swift | 15 ++------------- .../Request+CombineTest.swift | 15 ++------------- .../Request+ConcurrencyTest.swift | 15 ++------------- Tests/SPTDataLoaderSwift/RequestTest.swift | 15 ++------------- Tests/SPTDataLoaderSwift/ResponseTest.swift | 15 ++------------- .../SPTDataLoaderFactoryConvenienceTest.swift | 15 ++------------- .../Utilities/CancellationTokenFake.swift | 15 ++------------- .../Utilities/DataLoaderResponseFake.swift | 15 ++------------- .../Utilities/StubbedNetwork.swift | 15 ++------------- .../Utilities/TestHelpers.swift | 15 ++------------- ci/expected_license_header.txt | 15 ++------------- ci/expected_license_header_swift.txt | 15 ++------------- ci/validate_license_conformance.sh | 18 ------------------ demo/AppDelegate.h | 15 ++------------- demo/AppDelegate.m | 15 ++------------- demo/ClientKeys.h | 15 ++------------- demo/NSString+OAuthBlob.h | 15 ++------------- demo/NSString+OAuthBlob.m | 15 ++------------- demo/PlaylistsViewController.h | 15 ++------------- demo/PlaylistsViewController.m | 15 ++------------- demo/PlaylistsViewModel.h | 15 ++------------- demo/PlaylistsViewModel.m | 15 ++------------- demo/SPTDataLoaderAuthoriserOAuth.h | 15 ++------------- demo/SPTDataLoaderAuthoriserOAuth.m | 15 ++------------- demo/ViewController.h | 15 ++------------- demo/ViewController.m | 15 ++------------- demo/main.m | 15 ++------------- include/SPTDataLoader/SPTDataLoader.h | 15 ++------------- .../SPTDataLoader/SPTDataLoaderAuthoriser.h | 15 ++------------- .../SPTDataLoader/SPTDataLoaderBlockWrapper.h | 15 ++------------- .../SPTDataLoaderCancellationToken.h | 15 ++------------- .../SPTDataLoaderConsumptionObserver.h | 15 ++------------- include/SPTDataLoader/SPTDataLoaderDelegate.h | 15 ++------------- .../SPTDataLoaderExponentialTimer.h | 15 ++------------- include/SPTDataLoader/SPTDataLoaderFactory.h | 15 ++------------- .../SPTDataLoaderImplementation.h | 15 ++------------- .../SPTDataLoader/SPTDataLoaderRateLimiter.h | 15 ++------------- include/SPTDataLoader/SPTDataLoaderRequest.h | 15 ++------------- include/SPTDataLoader/SPTDataLoaderResolver.h | 15 ++------------- include/SPTDataLoader/SPTDataLoaderResponse.h | 15 ++------------- .../SPTDataLoaderServerTrustPolicy.h | 15 ++------------- include/SPTDataLoader/SPTDataLoaderService.h | 15 ++------------- 146 files changed, 290 insertions(+), 1903 deletions(-) diff --git a/Framework/SPTDataLoader.h b/Framework/SPTDataLoader.h index 1363c6f..14b2312 100644 --- a/Framework/SPTDataLoader.h +++ b/Framework/SPTDataLoader.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/NSDictionary+HeaderSize.h b/Sources/SPTDataLoader/NSDictionary+HeaderSize.h index 44ddde1..e328fd3 100644 --- a/Sources/SPTDataLoader/NSDictionary+HeaderSize.h +++ b/Sources/SPTDataLoader/NSDictionary+HeaderSize.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/NSDictionary+HeaderSize.m b/Sources/SPTDataLoader/NSDictionary+HeaderSize.m index f25a7c3..fa51ea2 100644 --- a/Sources/SPTDataLoader/NSDictionary+HeaderSize.m +++ b/Sources/SPTDataLoader/NSDictionary+HeaderSize.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSDictionary+HeaderSize.h" diff --git a/Sources/SPTDataLoader/SPTDataLoader.m b/Sources/SPTDataLoader/SPTDataLoader.m index 3957c33..51e16bf 100644 --- a/Sources/SPTDataLoader/SPTDataLoader.m +++ b/Sources/SPTDataLoader/SPTDataLoader.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderImplementation+Private.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderBlockWrapper.m b/Sources/SPTDataLoader/SPTDataLoaderBlockWrapper.m index 784588e..915cad3 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderBlockWrapper.m +++ b/Sources/SPTDataLoader/SPTDataLoaderBlockWrapper.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactory.h b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactory.h index cf6cf10..288533a 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactory.h +++ b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactory.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.h b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.h index fe9db23..126423c 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.h +++ b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.m b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.m index 4ece8cb..2c7af98 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.m +++ b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderCancellationTokenFactoryImplementation.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.h b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.h index 7129b5b..13f2592 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.h +++ b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.m b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.m index 6dbffbc..d0b7145 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.m +++ b/Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderCancellationTokenImplementation.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderExponentialTimer.m b/Sources/SPTDataLoader/SPTDataLoaderExponentialTimer.m index 3ac1358..af5eb89 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderExponentialTimer.m +++ b/Sources/SPTDataLoader/SPTDataLoaderExponentialTimer.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderFactory+Private.h b/Sources/SPTDataLoader/SPTDataLoaderFactory+Private.h index 3dc4456..0c6ed47 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderFactory+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderFactory+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderFactory.m b/Sources/SPTDataLoader/SPTDataLoaderFactory.m index b52c3ee..74c89a2 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderFactory.m +++ b/Sources/SPTDataLoader/SPTDataLoaderFactory.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderImplementation+Private.h b/Sources/SPTDataLoader/SPTDataLoaderImplementation+Private.h index c7cfad8..e06c1fb 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderImplementation+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderImplementation+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRateLimiter+Private.h b/Sources/SPTDataLoader/SPTDataLoaderRateLimiter+Private.h index 55161e6..dde0220 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRateLimiter+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderRateLimiter+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRateLimiter.m b/Sources/SPTDataLoader/SPTDataLoaderRateLimiter.m index 8b8df9d..c78ec29 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRateLimiter.m +++ b/Sources/SPTDataLoader/SPTDataLoaderRateLimiter.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRequest+Private.h b/Sources/SPTDataLoader/SPTDataLoaderRequest+Private.h index 45689af..1e2a0c3 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRequest+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderRequest+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRequest.m b/Sources/SPTDataLoader/SPTDataLoaderRequest.m index eb6b218..37b7e30 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRequest.m +++ b/Sources/SPTDataLoader/SPTDataLoaderRequest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRequestResponseHandler.h b/Sources/SPTDataLoader/SPTDataLoaderRequestResponseHandler.h index f2d2766..17cbc4a 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRequestResponseHandler.h +++ b/Sources/SPTDataLoader/SPTDataLoaderRequestResponseHandler.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.h b/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.h index eba2ae8..56eb373 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.h +++ b/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.m b/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.m index dd7ce20..46d7825 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.m +++ b/Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderRequestTaskHandler.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderResolver.m b/Sources/SPTDataLoader/SPTDataLoaderResolver.m index c394ebc..f1fcfdc 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderResolver.m +++ b/Sources/SPTDataLoader/SPTDataLoaderResolver.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.h b/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.h index 9404aa8..d4dc2ef 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.h +++ b/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.m b/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.m index 3428465..e37ffe0 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.m +++ b/Sources/SPTDataLoader/SPTDataLoaderResolverAddress.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderResolverAddress.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderResponse+Private.h b/Sources/SPTDataLoader/SPTDataLoaderResponse+Private.h index c0b969b..db17fa5 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderResponse+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderResponse+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderResponse.m b/Sources/SPTDataLoader/SPTDataLoaderResponse.m index 609c530..0f29c15 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderResponse.m +++ b/Sources/SPTDataLoader/SPTDataLoaderResponse.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy+Private.h b/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy+Private.h index 027fcc9..81df33f 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy.m b/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy.m index 051bdc8..c9e77f4 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy.m +++ b/Sources/SPTDataLoader/SPTDataLoaderServerTrustPolicy.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderService+Private.h b/Sources/SPTDataLoader/SPTDataLoaderService+Private.h index 3b81615..c3fd360 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderService+Private.h +++ b/Sources/SPTDataLoader/SPTDataLoaderService+Private.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderService.m b/Sources/SPTDataLoader/SPTDataLoaderService.m index d668c0b..2ff525b 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderService.m +++ b/Sources/SPTDataLoader/SPTDataLoaderService.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderService+Private.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.h b/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.h index dfb27b4..8c3f5b7 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.h +++ b/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.m b/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.m index f1b054b..7df11c6 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.m +++ b/Sources/SPTDataLoader/SPTDataLoaderServiceSessionSelector.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderServiceSessionSelector.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderTimeProvider.h b/Sources/SPTDataLoader/SPTDataLoaderTimeProvider.h index 3b78e60..6b8d15f 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderTimeProvider.h +++ b/Sources/SPTDataLoader/SPTDataLoaderTimeProvider.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.h b/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.h index 591f58b..2f9ab4b 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.h +++ b/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderTimeProvider.h" diff --git a/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.m b/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.m index 9330a91..fb09929 100644 --- a/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.m +++ b/Sources/SPTDataLoader/SPTDataLoaderTimeProviderImplementation.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderTimeProviderImplementation.h" diff --git a/Sources/SPTDataLoaderSwift/DataLoader.swift b/Sources/SPTDataLoaderSwift/DataLoader.swift index 85d3f2b..2579068 100644 --- a/Sources/SPTDataLoaderSwift/DataLoader.swift +++ b/Sources/SPTDataLoaderSwift/DataLoader.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/DataLoaderError.swift b/Sources/SPTDataLoaderSwift/DataLoaderError.swift index ee7bd5c..f6d62da 100644 --- a/Sources/SPTDataLoaderSwift/DataLoaderError.swift +++ b/Sources/SPTDataLoaderSwift/DataLoaderError.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 /// An error that occurs during request execution. public enum RequestError: Error { diff --git a/Sources/SPTDataLoaderSwift/DataLoaderWrapper.swift b/Sources/SPTDataLoaderSwift/DataLoaderWrapper.swift index c46748b..c7a3b31 100644 --- a/Sources/SPTDataLoaderSwift/DataLoaderWrapper.swift +++ b/Sources/SPTDataLoaderSwift/DataLoaderWrapper.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/Request+Combine.swift b/Sources/SPTDataLoaderSwift/Request+Combine.swift index 60214bf..eaa5177 100644 --- a/Sources/SPTDataLoaderSwift/Request+Combine.swift +++ b/Sources/SPTDataLoaderSwift/Request+Combine.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 #if canImport(Combine) diff --git a/Sources/SPTDataLoaderSwift/Request+Concurrency.swift b/Sources/SPTDataLoaderSwift/Request+Concurrency.swift index 2853339..5bafddb 100644 --- a/Sources/SPTDataLoaderSwift/Request+Concurrency.swift +++ b/Sources/SPTDataLoaderSwift/Request+Concurrency.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 #if compiler(>=5.5.2) && canImport(_Concurrency) diff --git a/Sources/SPTDataLoaderSwift/Request.swift b/Sources/SPTDataLoaderSwift/Request.swift index 31ab2ca..2582ebf 100644 --- a/Sources/SPTDataLoaderSwift/Request.swift +++ b/Sources/SPTDataLoaderSwift/Request.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/Response.swift b/Sources/SPTDataLoaderSwift/Response.swift index f89ee69..24f4f61 100644 --- a/Sources/SPTDataLoaderSwift/Response.swift +++ b/Sources/SPTDataLoaderSwift/Response.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/ResponseDecoder.swift b/Sources/SPTDataLoaderSwift/ResponseDecoder.swift index f8963d1..ab42d84 100644 --- a/Sources/SPTDataLoaderSwift/ResponseDecoder.swift +++ b/Sources/SPTDataLoaderSwift/ResponseDecoder.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/ResponseSerializer.swift b/Sources/SPTDataLoaderSwift/ResponseSerializer.swift index 4c4e9d3..b452802 100644 --- a/Sources/SPTDataLoaderSwift/ResponseSerializer.swift +++ b/Sources/SPTDataLoaderSwift/ResponseSerializer.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/SPTDataLoader.swift b/Sources/SPTDataLoaderSwift/SPTDataLoader.swift index 7158979..3f02cf8 100644 --- a/Sources/SPTDataLoaderSwift/SPTDataLoader.swift +++ b/Sources/SPTDataLoaderSwift/SPTDataLoader.swift @@ -1,15 +1,4 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @_exported import SPTDataLoader diff --git a/Sources/SPTDataLoaderSwift/Utilities/AccessLock.swift b/Sources/SPTDataLoaderSwift/Utilities/AccessLock.swift index 0b65d50..1e5038e 100644 --- a/Sources/SPTDataLoaderSwift/Utilities/AccessLock.swift +++ b/Sources/SPTDataLoaderSwift/Utilities/AccessLock.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/Sources/SPTDataLoaderSwift/Utilities/Result+Convenience.swift b/Sources/SPTDataLoaderSwift/Utilities/Result+Convenience.swift index 96585d8..b9f88e7 100644 --- a/Sources/SPTDataLoaderSwift/Utilities/Result+Convenience.swift +++ b/Sources/SPTDataLoaderSwift/Utilities/Result+Convenience.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 extension Result { var success: Success? { diff --git a/Tests/SPTDataLoader/NSDictionaryHeaderSizeTest.m b/Tests/SPTDataLoader/NSDictionaryHeaderSizeTest.m index 60326ec..e4dafe5 100644 --- a/Tests/SPTDataLoader/NSDictionaryHeaderSizeTest.m +++ b/Tests/SPTDataLoader/NSDictionaryHeaderSizeTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderBlockWrapperTest.m b/Tests/SPTDataLoader/SPTDataLoaderBlockWrapperTest.m index 49ec14f..252ba42 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderBlockWrapperTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderBlockWrapperTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementationTest.m b/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementationTest.m index 101dd52..717e4a4 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementationTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementationTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenImplementationTest.m b/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenImplementationTest.m index 1f55cd0..7c79c3a 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenImplementationTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderCancellationTokenImplementationTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderExponentialTimerTest.m b/Tests/SPTDataLoader/SPTDataLoaderExponentialTimerTest.m index e6d41fc..1143fbc 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderExponentialTimerTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderExponentialTimerTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderFactoryTest.m b/Tests/SPTDataLoader/SPTDataLoaderFactoryTest.m index 8a0daeb..d3caf90 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderFactoryTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderFactoryTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderRateLimiterTest.m b/Tests/SPTDataLoader/SPTDataLoaderRateLimiterTest.m index 9b3b152..d883f5f 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderRateLimiterTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderRateLimiterTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderRequestTaskHandlerTest.m b/Tests/SPTDataLoader/SPTDataLoaderRequestTaskHandlerTest.m index 50fba76..4380be7 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderRequestTaskHandlerTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderRequestTaskHandlerTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderRequestTest.m b/Tests/SPTDataLoader/SPTDataLoaderRequestTest.m index 51f7e18..25e1d6d 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderRequestTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderRequestTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderResolverAddressTest.m b/Tests/SPTDataLoader/SPTDataLoaderResolverAddressTest.m index 718e98c..fae41df 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderResolverAddressTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderResolverAddressTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderResolverTest.m b/Tests/SPTDataLoader/SPTDataLoaderResolverTest.m index 3fd4a2d..e9b6e32 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderResolverTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderResolverTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderResponseTest.m b/Tests/SPTDataLoader/SPTDataLoaderResponseTest.m index 63e75ba..334c8d1 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderResponseTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderResponseTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderServerTrustPolicyTest.m b/Tests/SPTDataLoader/SPTDataLoaderServerTrustPolicyTest.m index 5949323..ef03af7 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderServerTrustPolicyTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderServerTrustPolicyTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderServiceTest.m b/Tests/SPTDataLoader/SPTDataLoaderServiceTest.m index 2ac7d37..c6a9804 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderServiceTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderServiceTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderTest.m b/Tests/SPTDataLoader/SPTDataLoaderTest.m index d86e4b4..e3e11d7 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/SPTDataLoaderTimeProviderImplementationTest.m b/Tests/SPTDataLoader/SPTDataLoaderTimeProviderImplementationTest.m index 9313a53..5e80688 100644 --- a/Tests/SPTDataLoader/SPTDataLoaderTimeProviderImplementationTest.m +++ b/Tests/SPTDataLoader/SPTDataLoaderTimeProviderImplementationTest.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSBundleMock.h b/Tests/SPTDataLoader/Utilities/NSBundleMock.h index 3125451..4195015 100644 --- a/Tests/SPTDataLoader/Utilities/NSBundleMock.h +++ b/Tests/SPTDataLoader/Utilities/NSBundleMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSBundleMock.m b/Tests/SPTDataLoader/Utilities/NSBundleMock.m index 5a46c1d..4d27485 100644 --- a/Tests/SPTDataLoader/Utilities/NSBundleMock.m +++ b/Tests/SPTDataLoader/Utilities/NSBundleMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSBundleMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSDataMock.h b/Tests/SPTDataLoader/Utilities/NSDataMock.h index df04bfc..297bb47 100644 --- a/Tests/SPTDataLoader/Utilities/NSDataMock.h +++ b/Tests/SPTDataLoader/Utilities/NSDataMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSDataMock.m b/Tests/SPTDataLoader/Utilities/NSDataMock.m index d386741..a546010 100644 --- a/Tests/SPTDataLoader/Utilities/NSDataMock.m +++ b/Tests/SPTDataLoader/Utilities/NSDataMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSDataMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSFileManagerMock.h b/Tests/SPTDataLoader/Utilities/NSFileManagerMock.h index 5030d07..f250059 100644 --- a/Tests/SPTDataLoader/Utilities/NSFileManagerMock.h +++ b/Tests/SPTDataLoader/Utilities/NSFileManagerMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSFileManagerMock.m b/Tests/SPTDataLoader/Utilities/NSFileManagerMock.m index 9b33ecf..eb6b691 100644 --- a/Tests/SPTDataLoader/Utilities/NSFileManagerMock.m +++ b/Tests/SPTDataLoader/Utilities/NSFileManagerMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSFileManagerMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.h b/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.h index ac35164..cc0201e 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.h +++ b/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.m b/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.m index 3747429..268aa62 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.m +++ b/Tests/SPTDataLoader/Utilities/NSURLAuthenticationChallengeMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSURLAuthenticationChallengeMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.h b/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.h index 02132c3..a9e9931 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.h +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.m b/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.m index 4a2474d..dfaa22c 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.m +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionDataTaskMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSURLSessionDataTaskMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.h b/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.h index 4eeb555..3d304dc 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.h +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.m b/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.m index 276009b..670a160 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.m +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionDownloadTaskMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSURLSessionDownloadTaskMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionMock.h b/Tests/SPTDataLoader/Utilities/NSURLSessionMock.h index 25c6790..4edbc95 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionMock.h +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionMock.m b/Tests/SPTDataLoader/Utilities/NSURLSessionMock.m index d05f6b4..b1118df 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionMock.m +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSURLSessionMock.h" diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.h b/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.h index 2435f86..0a105ca 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.h +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.m b/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.m index 38ab804..037c070 100644 --- a/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.m +++ b/Tests/SPTDataLoader/Utilities/NSURLSessionTaskMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSURLSessionTaskMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.h index b662e69..0529a7f 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.m index 732c37a..5a5a1bb 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderAuthoriserMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderAuthoriserMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.h index e8e4374..f6d5632 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.m index 318e853..a80e3ba 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenDelegateMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderCancellationTokenDelegateMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.h index a155bdb..8dc2698 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.m index 2b17ede..c0990b8 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderCancellationTokenFactoryMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderCancellationTokenFactoryMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.h index f765cbc..33ec57a 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.m index 60e2650..5c302bd 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderConsumptionObserverMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderConsumptionObserverMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.h index 343756e..d965a9d 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.m index e568182..30a4d73 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderDelegateMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderDelegateMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.h index 6e6d25d..325dc70 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.m index f1d5600..1822c6a 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerDelegateMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderRequestResponseHandlerDelegateMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.h index b4abbf1..13fbbb6 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.m index c0357ab..372d0ab 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestResponseHandlerMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderRequestResponseHandlerMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.h index d5220c8..7839eef 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.m index 896f334..dbb47c8 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderRequestTaskHandlerDelegateMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderRequestTaskHandlerDelegateMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.h index f008e78..58736b2 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.m index c6ad6ee..80815ce 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServerTrustPolicyMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderServerTrustPolicyMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.h index 5c4d81c..95fc46c 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderServiceSessionSelector.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.m index ef50250..724b5c0 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderServiceSessionSelectorMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderServiceSessionSelectorMock.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.h b/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.h index fe618ea..5fa347c 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.h +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderTimeProvider.h" diff --git a/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.m b/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.m index d747519..6495207 100644 --- a/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.m +++ b/Tests/SPTDataLoader/Utilities/SPTDataLoaderTimeProviderMock.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderTimeProviderMock.h" diff --git a/Tests/SPTDataLoaderSwift/DataLoaderWrapperTest.swift b/Tests/SPTDataLoaderSwift/DataLoaderWrapperTest.swift index 56cea2a..0a8312e 100644 --- a/Tests/SPTDataLoaderSwift/DataLoaderWrapperTest.swift +++ b/Tests/SPTDataLoaderSwift/DataLoaderWrapperTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/DataResponseSerializerTest.swift b/Tests/SPTDataLoaderSwift/DataResponseSerializerTest.swift index 21b4c7e..fc60305 100644 --- a/Tests/SPTDataLoaderSwift/DataResponseSerializerTest.swift +++ b/Tests/SPTDataLoaderSwift/DataResponseSerializerTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/DecodableResponseSerializerTest.swift b/Tests/SPTDataLoaderSwift/DecodableResponseSerializerTest.swift index cbecbf9..2313ed5 100644 --- a/Tests/SPTDataLoaderSwift/DecodableResponseSerializerTest.swift +++ b/Tests/SPTDataLoaderSwift/DecodableResponseSerializerTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/JSONResponseSerializerTest.swift b/Tests/SPTDataLoaderSwift/JSONResponseSerializerTest.swift index 3eaee99..af0fc96 100644 --- a/Tests/SPTDataLoaderSwift/JSONResponseSerializerTest.swift +++ b/Tests/SPTDataLoaderSwift/JSONResponseSerializerTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/Request+CombineTest.swift b/Tests/SPTDataLoaderSwift/Request+CombineTest.swift index ed7f36e..8a3e913 100644 --- a/Tests/SPTDataLoaderSwift/Request+CombineTest.swift +++ b/Tests/SPTDataLoaderSwift/Request+CombineTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 #if canImport(Combine) diff --git a/Tests/SPTDataLoaderSwift/Request+ConcurrencyTest.swift b/Tests/SPTDataLoaderSwift/Request+ConcurrencyTest.swift index 8532d74..19d55c0 100644 --- a/Tests/SPTDataLoaderSwift/Request+ConcurrencyTest.swift +++ b/Tests/SPTDataLoaderSwift/Request+ConcurrencyTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 #if compiler(>=5.5.2) && canImport(_Concurrency) diff --git a/Tests/SPTDataLoaderSwift/RequestTest.swift b/Tests/SPTDataLoaderSwift/RequestTest.swift index 30f7428..b6194e7 100644 --- a/Tests/SPTDataLoaderSwift/RequestTest.swift +++ b/Tests/SPTDataLoaderSwift/RequestTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/ResponseTest.swift b/Tests/SPTDataLoaderSwift/ResponseTest.swift index 2eae1f1..723b18f 100644 --- a/Tests/SPTDataLoaderSwift/ResponseTest.swift +++ b/Tests/SPTDataLoaderSwift/ResponseTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/SPTDataLoaderFactoryConvenienceTest.swift b/Tests/SPTDataLoaderSwift/SPTDataLoaderFactoryConvenienceTest.swift index fbedf59..20489ed 100644 --- a/Tests/SPTDataLoaderSwift/SPTDataLoaderFactoryConvenienceTest.swift +++ b/Tests/SPTDataLoaderSwift/SPTDataLoaderFactoryConvenienceTest.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 @testable import SPTDataLoaderSwift diff --git a/Tests/SPTDataLoaderSwift/Utilities/CancellationTokenFake.swift b/Tests/SPTDataLoaderSwift/Utilities/CancellationTokenFake.swift index c30dd09..8260430 100644 --- a/Tests/SPTDataLoaderSwift/Utilities/CancellationTokenFake.swift +++ b/Tests/SPTDataLoaderSwift/Utilities/CancellationTokenFake.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import SPTDataLoader diff --git a/Tests/SPTDataLoaderSwift/Utilities/DataLoaderResponseFake.swift b/Tests/SPTDataLoaderSwift/Utilities/DataLoaderResponseFake.swift index 564e3d5..38f8935 100644 --- a/Tests/SPTDataLoaderSwift/Utilities/DataLoaderResponseFake.swift +++ b/Tests/SPTDataLoaderSwift/Utilities/DataLoaderResponseFake.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import SPTDataLoader diff --git a/Tests/SPTDataLoaderSwift/Utilities/StubbedNetwork.swift b/Tests/SPTDataLoaderSwift/Utilities/StubbedNetwork.swift index a95ec64..16200e1 100644 --- a/Tests/SPTDataLoaderSwift/Utilities/StubbedNetwork.swift +++ b/Tests/SPTDataLoaderSwift/Utilities/StubbedNetwork.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import SPTDataLoader diff --git a/Tests/SPTDataLoaderSwift/Utilities/TestHelpers.swift b/Tests/SPTDataLoaderSwift/Utilities/TestHelpers.swift index 0ad9fec..2411365 100644 --- a/Tests/SPTDataLoaderSwift/Utilities/TestHelpers.swift +++ b/Tests/SPTDataLoaderSwift/Utilities/TestHelpers.swift @@ -1,16 +1,5 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 import SPTDataLoaderSwift diff --git a/ci/expected_license_header.txt b/ci/expected_license_header.txt index a0fd1cb..3e6c70d 100644 --- a/ci/expected_license_header.txt +++ b/ci/expected_license_header.txt @@ -1,15 +1,4 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ diff --git a/ci/expected_license_header_swift.txt b/ci/expected_license_header_swift.txt index ac1ac59..b1a4b14 100644 --- a/ci/expected_license_header_swift.txt +++ b/ci/expected_license_header_swift.txt @@ -1,13 +1,2 @@ -// Copyright 2015-2023 Spotify AB -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright Spotify AB. +// SPDX-License-Identifier: Apache-2.0 diff --git a/ci/validate_license_conformance.sh b/ci/validate_license_conformance.sh index fc51dbc..1fe19b7 100755 --- a/ci/validate_license_conformance.sh +++ b/ci/validate_license_conformance.sh @@ -1,22 +1,4 @@ #!/usr/bin/env bash -# Copyright (c) 2015-2021 Spotify AB. -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. set -uo pipefail diff --git a/demo/AppDelegate.h b/demo/AppDelegate.h index 068d89f..b5a5ae6 100644 --- a/demo/AppDelegate.h +++ b/demo/AppDelegate.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/demo/AppDelegate.m b/demo/AppDelegate.m index b49f984..b3e6a8a 100644 --- a/demo/AppDelegate.m +++ b/demo/AppDelegate.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "AppDelegate.h" diff --git a/demo/ClientKeys.h b/demo/ClientKeys.h index e90813e..fb70484 100644 --- a/demo/ClientKeys.h +++ b/demo/ClientKeys.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #pragma once diff --git a/demo/NSString+OAuthBlob.h b/demo/NSString+OAuthBlob.h index 753dee4..554761a 100644 --- a/demo/NSString+OAuthBlob.h +++ b/demo/NSString+OAuthBlob.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/demo/NSString+OAuthBlob.m b/demo/NSString+OAuthBlob.m index 4c868bf..dda0f03 100644 --- a/demo/NSString+OAuthBlob.m +++ b/demo/NSString+OAuthBlob.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "NSString+OAuthBlob.h" diff --git a/demo/PlaylistsViewController.h b/demo/PlaylistsViewController.h index c589e6f..57f7fee 100644 --- a/demo/PlaylistsViewController.h +++ b/demo/PlaylistsViewController.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/demo/PlaylistsViewController.m b/demo/PlaylistsViewController.m index 5e64c32..7a68172 100644 --- a/demo/PlaylistsViewController.m +++ b/demo/PlaylistsViewController.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "PlaylistsViewController.h" diff --git a/demo/PlaylistsViewModel.h b/demo/PlaylistsViewModel.h index 7ec9775..2c3a160 100644 --- a/demo/PlaylistsViewModel.h +++ b/demo/PlaylistsViewModel.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/demo/PlaylistsViewModel.m b/demo/PlaylistsViewModel.m index bb9b289..9209dcf 100644 --- a/demo/PlaylistsViewModel.m +++ b/demo/PlaylistsViewModel.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "PlaylistsViewModel.h" diff --git a/demo/SPTDataLoaderAuthoriserOAuth.h b/demo/SPTDataLoaderAuthoriserOAuth.h index d0ba8ee..86351ae 100644 --- a/demo/SPTDataLoaderAuthoriserOAuth.h +++ b/demo/SPTDataLoaderAuthoriserOAuth.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/demo/SPTDataLoaderAuthoriserOAuth.m b/demo/SPTDataLoaderAuthoriserOAuth.m index 780e9ca..d342a61 100644 --- a/demo/SPTDataLoaderAuthoriserOAuth.m +++ b/demo/SPTDataLoaderAuthoriserOAuth.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "SPTDataLoaderAuthoriserOAuth.h" diff --git a/demo/ViewController.h b/demo/ViewController.h index 491bea6..b32d787 100644 --- a/demo/ViewController.h +++ b/demo/ViewController.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/demo/ViewController.m b/demo/ViewController.m index 32d8a79..0c26373 100644 --- a/demo/ViewController.m +++ b/demo/ViewController.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import "ViewController.h" diff --git a/demo/main.m b/demo/main.m index f0ce637..6a86263 100644 --- a/demo/main.m +++ b/demo/main.m @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoader.h b/include/SPTDataLoader/SPTDataLoader.h index eb24479..a5a89e6 100644 --- a/include/SPTDataLoader/SPTDataLoader.h +++ b/include/SPTDataLoader/SPTDataLoader.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderAuthoriser.h b/include/SPTDataLoader/SPTDataLoaderAuthoriser.h index 1128ff7..7d2307e 100644 --- a/include/SPTDataLoader/SPTDataLoaderAuthoriser.h +++ b/include/SPTDataLoader/SPTDataLoaderAuthoriser.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderBlockWrapper.h b/include/SPTDataLoader/SPTDataLoaderBlockWrapper.h index 4ba6def..f0d8925 100644 --- a/include/SPTDataLoader/SPTDataLoaderBlockWrapper.h +++ b/include/SPTDataLoader/SPTDataLoaderBlockWrapper.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderCancellationToken.h b/include/SPTDataLoader/SPTDataLoaderCancellationToken.h index e807178..d4bca7a 100644 --- a/include/SPTDataLoader/SPTDataLoaderCancellationToken.h +++ b/include/SPTDataLoader/SPTDataLoaderCancellationToken.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderConsumptionObserver.h b/include/SPTDataLoader/SPTDataLoaderConsumptionObserver.h index abd0322..8c67f05 100644 --- a/include/SPTDataLoader/SPTDataLoaderConsumptionObserver.h +++ b/include/SPTDataLoader/SPTDataLoaderConsumptionObserver.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderDelegate.h b/include/SPTDataLoader/SPTDataLoaderDelegate.h index fe708bb..be77f8b 100644 --- a/include/SPTDataLoader/SPTDataLoaderDelegate.h +++ b/include/SPTDataLoader/SPTDataLoaderDelegate.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderExponentialTimer.h b/include/SPTDataLoader/SPTDataLoaderExponentialTimer.h index 3369474..447f94d 100644 --- a/include/SPTDataLoader/SPTDataLoaderExponentialTimer.h +++ b/include/SPTDataLoader/SPTDataLoaderExponentialTimer.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderFactory.h b/include/SPTDataLoader/SPTDataLoaderFactory.h index 05b3b03..6cc6145 100644 --- a/include/SPTDataLoader/SPTDataLoaderFactory.h +++ b/include/SPTDataLoader/SPTDataLoaderFactory.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderImplementation.h b/include/SPTDataLoader/SPTDataLoaderImplementation.h index b2ad433..0986266 100644 --- a/include/SPTDataLoader/SPTDataLoaderImplementation.h +++ b/include/SPTDataLoader/SPTDataLoaderImplementation.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderRateLimiter.h b/include/SPTDataLoader/SPTDataLoaderRateLimiter.h index ef48148..0b8154c 100644 --- a/include/SPTDataLoader/SPTDataLoaderRateLimiter.h +++ b/include/SPTDataLoader/SPTDataLoaderRateLimiter.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderRequest.h b/include/SPTDataLoader/SPTDataLoaderRequest.h index 0f2825e..3feb70a 100644 --- a/include/SPTDataLoader/SPTDataLoaderRequest.h +++ b/include/SPTDataLoader/SPTDataLoaderRequest.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderResolver.h b/include/SPTDataLoader/SPTDataLoaderResolver.h index 2489fe4..67bbea4 100644 --- a/include/SPTDataLoader/SPTDataLoaderResolver.h +++ b/include/SPTDataLoader/SPTDataLoaderResolver.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderResponse.h b/include/SPTDataLoader/SPTDataLoaderResponse.h index dbb66dc..dae11f0 100644 --- a/include/SPTDataLoader/SPTDataLoaderResponse.h +++ b/include/SPTDataLoader/SPTDataLoaderResponse.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderServerTrustPolicy.h b/include/SPTDataLoader/SPTDataLoaderServerTrustPolicy.h index 3a75df1..44fb13d 100644 --- a/include/SPTDataLoader/SPTDataLoaderServerTrustPolicy.h +++ b/include/SPTDataLoader/SPTDataLoaderServerTrustPolicy.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import diff --git a/include/SPTDataLoader/SPTDataLoaderService.h b/include/SPTDataLoader/SPTDataLoaderService.h index 83b36e9..843e4b7 100644 --- a/include/SPTDataLoader/SPTDataLoaderService.h +++ b/include/SPTDataLoader/SPTDataLoaderService.h @@ -1,17 +1,6 @@ /* - Copyright 2015-2023 Spotify AB - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Copyright Spotify AB. + SPDX-License-Identifier: Apache-2.0 */ #import