Skip to content

Commit c37881b

Browse files
committed
global: bump copyright
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent d6f1ea8 commit c37881b

File tree

120 files changed

+120
-120
lines changed

Some content is hidden

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

120 files changed

+120
-120
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
1+
Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

Sources/Shared/FileManager+Extension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import os.log

Sources/Shared/Keychain.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import Security

Sources/Shared/Logging/Logger.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import os.log

Sources/Shared/Logging/ringlogger.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
3+
* Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
44
*/
55

66
#include <string.h>

Sources/Shared/Logging/ringlogger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
3+
* Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
44
*/
55

66
#ifndef RINGLOGGER_H

Sources/Shared/Model/NETunnelProviderProtocol+Extension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import NetworkExtension
55

Sources/Shared/Model/String+ArrayConversion.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/Shared/Model/TunnelConfiguration+WgQuickConfig.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/Shared/NotificationToken.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/Base.lproj/InfoPlist.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
// iOS permission prompts
55

Sources/WireGuardApp/Base.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
// Generic alert action names
55

Sources/WireGuardApp/LocalizationHelper.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/Tunnel/ActivateOnDemandOption.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import NetworkExtension
55

Sources/WireGuardApp/Tunnel/MockTunnels.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import NetworkExtension
55

Sources/WireGuardApp/Tunnel/TunnelConfiguration+UapiConfig.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/Tunnel/TunnelErrors.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import NetworkExtension
55

Sources/WireGuardApp/Tunnel/TunnelStatus.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import NetworkExtension

Sources/WireGuardApp/Tunnel/TunnelsManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import NetworkExtension

Sources/WireGuardApp/UI/ActivateOnDemandViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/UI/ErrorPresenterProtocol.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
protocol ErrorPresenterProtocol {
55
static func showErrorAlert(title: String, message: String, from sourceVC: AnyObject?, onPresented: (() -> Void)?, onDismissal: (() -> Void)?)

Sources/WireGuardApp/UI/LogViewHelper.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/UI/PrivateDataConfirmation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import LocalAuthentication

Sources/WireGuardApp/UI/TunnelImporter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/UI/TunnelViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/UI/iOS/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55
import os.log

Sources/WireGuardApp/UI/iOS/ConfirmationAlertPresenter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ErrorPresenter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55
import os.log

Sources/WireGuardApp/UI/iOS/QuickActionItem.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/RecentTunnelsTracker.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/WireGuardApp/UI/iOS/UITableViewCell+Reuse.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/BorderedTextButton.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/ButtonCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/CheckmarkCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/ChevronCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/EditableTextCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/KeyValueCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/SwitchCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/TextCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/TunnelEditKeyValueCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/View/TunnelListCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ViewController/LogViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ViewController/MainViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ViewController/QRScanViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import AVFoundation
55
import UIKit

Sources/WireGuardApp/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ViewController/SSIDOptionEditTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55
import SystemConfiguration.CaptiveNetwork

Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55
import os.log

Sources/WireGuardApp/UI/iOS/ViewController/TunnelDetailTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ViewController/TunnelEditTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55

Sources/WireGuardApp/UI/iOS/ViewController/TunnelsListTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import UIKit
55
import MobileCoreServices

Sources/WireGuardApp/UI/macOS/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Cocoa
55
import ServiceManagement

Sources/WireGuardApp/UI/macOS/Application.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Cocoa
55

Sources/WireGuardApp/UI/macOS/ErrorPresenter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Cocoa
55

Sources/WireGuardApp/UI/macOS/ImportPanelPresenter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Cocoa
55

Sources/WireGuardApp/UI/macOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<key>LSUIElement</key>
3030
<true/>
3131
<key>NSHumanReadableCopyright</key>
32-
<string>Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.</string>
32+
<string>Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.</string>
3333
<key>NSPrincipalClass</key>
3434
<string>WireGuard.Application</string>
3535
<key>LSApplicationCategoryType</key>

Sources/WireGuardApp/UI/macOS/LaunchedAtLoginDetector.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Cocoa
55

0 commit comments

Comments
 (0)