Skip to content

Commit 4d45518

Browse files
authored
Simplify copyright notice (#240)
1 parent e0a6994 commit 4d45518

File tree

146 files changed

+290
-1903
lines changed

Some content is hidden

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

146 files changed

+290
-1903
lines changed

Framework/SPTDataLoader.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderAuthoriser.h>

Sources/SPTDataLoader/NSDictionary+HeaderSize.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <Foundation/Foundation.h>

Sources/SPTDataLoader/NSDictionary+HeaderSize.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import "NSDictionary+HeaderSize.h"

Sources/SPTDataLoader/SPTDataLoader.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import "SPTDataLoaderImplementation+Private.h"

Sources/SPTDataLoader/SPTDataLoaderBlockWrapper.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoader.h>

Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactory.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <Foundation/Foundation.h>

Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <Foundation/Foundation.h>

Sources/SPTDataLoader/SPTDataLoaderCancellationTokenFactoryImplementation.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import "SPTDataLoaderCancellationTokenFactoryImplementation.h"

Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <Foundation/Foundation.h>

Sources/SPTDataLoader/SPTDataLoaderCancellationTokenImplementation.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import "SPTDataLoaderCancellationTokenImplementation.h"

Sources/SPTDataLoader/SPTDataLoaderExponentialTimer.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderExponentialTimer.h>

Sources/SPTDataLoader/SPTDataLoaderFactory+Private.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderFactory.h>

Sources/SPTDataLoader/SPTDataLoaderFactory.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderFactory.h>

Sources/SPTDataLoader/SPTDataLoaderImplementation+Private.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderImplementation.h>

Sources/SPTDataLoader/SPTDataLoaderRateLimiter+Private.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderRateLimiter.h>

Sources/SPTDataLoader/SPTDataLoaderRateLimiter.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderRateLimiter.h>

Sources/SPTDataLoader/SPTDataLoaderRequest+Private.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderRequest.h>

Sources/SPTDataLoader/SPTDataLoaderRequest.m

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <SPTDataLoader/SPTDataLoaderRequest.h>

Sources/SPTDataLoader/SPTDataLoaderRequestResponseHandler.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <Foundation/Foundation.h>

Sources/SPTDataLoader/SPTDataLoaderRequestTaskHandler.h

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
Copyright 2015-2023 Spotify AB
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
2+
Copyright Spotify AB.
3+
SPDX-License-Identifier: Apache-2.0
154
*/
165

176
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)