Skip to content

Commit e637174

Browse files
committed
Update copyright string in switft files
1 parent ce68e95 commit e637174

File tree

833 files changed

+868
-868
lines changed

Some content is hidden

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

833 files changed

+868
-868
lines changed

ios/MullvadLogging/CustomFormatLogHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPN
44
//
55
// Created by pronebird on 02/08/2020.
6-
// Copyright © 2020 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/Date+LogFormat.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LogFormatting
44
//
55
// Created by pronebird on 09/09/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/Error+LogFormat.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadLogging
44
//
55
// Created by pronebird on 26/09/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/LogFileOutputStream.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPN
44
//
55
// Created by pronebird on 02/08/2020.
6-
// Copyright © 2020 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/LogRotation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPN
44
//
55
// Created by pronebird on 02/08/2020.
6-
// Copyright © 2020 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/Logger+Errors.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPN
44
//
55
// Created by pronebird on 02/08/2020.
6-
// Copyright © 2020 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/Logging.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPN
44
//
55
// Created by pronebird on 02/08/2020.
6-
// Copyright © 2020 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadLogging/MullvadLogging.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadLogging
44
//
55
// Created by pronebird on 16/12/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

ios/MullvadLogging/OSLogHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// OSLogHandler
44
//
55
// Created by pronebird on 16/08/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/Extensions/TimeInterval+Timeout.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadMockData
44
//
55
// Created by Jon Petersson on 2024-06-19.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
extension TimeInterval {

ios/MullvadMockData/MullvadMockData.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadMockData
44
//
55
// Created by Mojgan on 2024-05-03.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

ios/MullvadMockData/MullvadREST/APIProxy+Stubs.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Marco Nikic on 2023-10-03.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/MullvadREST/AccessMethodRepository+Stub.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadRESTTests
44
//
55
// Created by Mojgan on 2024-01-02.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Combine

ios/MullvadMockData/MullvadREST/AccessTokenManager+Stubs.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Marco Nikic on 2023-10-03.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/MullvadREST/AccountsProxy+Stubs.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Marco Nikic on 2023-10-03.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/MullvadREST/DevicesProxy+Stubs.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Marco Nikic on 2023-10-03.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/MullvadREST/MockProxyFactory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadMockData
44
//
55
// Created by Mojgan on 2024-05-03.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/MullvadREST/RESTRequestExecutor+Stubs.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Marco Nikic on 2023-10-03.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadMockData/MullvadREST/RelaySelectorStub.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PacketTunnelCoreTests
44
//
55
// Created by pronebird on 05/09/2023.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import MullvadREST

ios/MullvadMockData/MullvadREST/SelectedRelaysStub+Stubs.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPN
44
//
55
// Created by Jon Petersson on 2024-12-18.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import MullvadREST

ios/MullvadMockData/MullvadTypes/AccountMock.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Andrew Bulhak on 2024-03-04.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import MullvadTypes

ios/MullvadMockData/MullvadTypes/DeviceMock.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadVPNTests
44
//
55
// Created by Andrew Bulhak on 2024-03-04.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/APIAvailabilityTestRequest.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by Marco Nikic on 2024-01-08.
6-
// Copyright © 2024 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/AddressCache.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 08/12/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/HTTP.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// HTTP
44
//
55
// Created by pronebird on 06/09/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTAPIProxy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 10/07/2020.
6-
// Copyright © 2020 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTAccessTokenManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 16/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTAccountsProxy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 16/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTAuthenticationProxy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 16/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTAuthorization.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 16/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTCoding.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RESTCoding
44
//
55
// Created by pronebird on 27/07/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTDefaults.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by Sajad Vishkai on 2022-10-17.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTDevicesProxy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 20/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTError.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RESTError
44
//
55
// Created by pronebird on 27/07/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTNetworkOperation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 08/12/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTProxy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 20/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTProxyFactory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 19/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTRequestExecutor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 21/08/2023.
6-
// Copyright © 2023 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTRequestFactory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 16/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTRequestHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 20/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTResponseHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 25/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTTaskIdentifier.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 16/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/RESTURLSession.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 18/04/2022.
6-
// Copyright © 2022 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

ios/MullvadREST/ApiHandlers/SSLPinningURLSessionDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MullvadREST
44
//
55
// Created by pronebird on 17/05/2021.
6-
// Copyright © 2021 Mullvad VPN AB. All rights reserved.
6+
// Copyright © 2025 Mullvad VPN AB. All rights reserved.
77
//
88

99
import Foundation

0 commit comments

Comments
 (0)