]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
global: bump year in header
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 4 Dec 2020 11:15:29 +0000 (12:15 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 4 Dec 2020 11:15:29 +0000 (12:15 +0100)
A bit overdue, but better late than never.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
102 files changed:
COPYING
Sources/Shared/FileManager+Extension.swift
Sources/Shared/Keychain.swift
Sources/Shared/Logging/Logger.swift
Sources/Shared/Logging/ringlogger.c
Sources/Shared/Logging/ringlogger.h
Sources/Shared/Model/NETunnelProviderProtocol+Extension.swift
Sources/Shared/Model/String+ArrayConversion.swift
Sources/Shared/Model/TunnelConfiguration+WgQuickConfig.swift
Sources/WireGuardApp/Base.lproj/InfoPlist.strings
Sources/WireGuardApp/Base.lproj/Localizable.strings
Sources/WireGuardApp/LocalizationHelper.swift
Sources/WireGuardApp/Tunnel/ActivateOnDemandOption.swift
Sources/WireGuardApp/Tunnel/MockTunnels.swift
Sources/WireGuardApp/Tunnel/TunnelConfiguration+UapiConfig.swift
Sources/WireGuardApp/Tunnel/TunnelErrors.swift
Sources/WireGuardApp/Tunnel/TunnelStatus.swift
Sources/WireGuardApp/Tunnel/TunnelsManager.swift
Sources/WireGuardApp/UI/ActivateOnDemandViewModel.swift
Sources/WireGuardApp/UI/ErrorPresenterProtocol.swift
Sources/WireGuardApp/UI/LogViewHelper.swift
Sources/WireGuardApp/UI/PrivateDataConfirmation.swift
Sources/WireGuardApp/UI/TunnelImporter.swift
Sources/WireGuardApp/UI/TunnelViewModel.swift
Sources/WireGuardApp/UI/iOS/AppDelegate.swift
Sources/WireGuardApp/UI/iOS/ConfirmationAlertPresenter.swift
Sources/WireGuardApp/UI/iOS/ErrorPresenter.swift
Sources/WireGuardApp/UI/iOS/QuickActionItem.swift
Sources/WireGuardApp/UI/iOS/RecentTunnelsTracker.swift
Sources/WireGuardApp/UI/iOS/UITableViewCell+Reuse.swift
Sources/WireGuardApp/UI/iOS/View/BorderedTextButton.swift
Sources/WireGuardApp/UI/iOS/View/ButtonCell.swift
Sources/WireGuardApp/UI/iOS/View/CheckmarkCell.swift
Sources/WireGuardApp/UI/iOS/View/ChevronCell.swift
Sources/WireGuardApp/UI/iOS/View/EditableTextCell.swift
Sources/WireGuardApp/UI/iOS/View/KeyValueCell.swift
Sources/WireGuardApp/UI/iOS/View/SwitchCell.swift
Sources/WireGuardApp/UI/iOS/View/TextCell.swift
Sources/WireGuardApp/UI/iOS/View/TunnelEditKeyValueCell.swift
Sources/WireGuardApp/UI/iOS/View/TunnelListCell.swift
Sources/WireGuardApp/UI/iOS/ViewController/LogViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/MainViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/QRScanViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/SSIDOptionEditTableViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/TunnelDetailTableViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/TunnelEditTableViewController.swift
Sources/WireGuardApp/UI/iOS/ViewController/TunnelsListTableViewController.swift
Sources/WireGuardApp/UI/macOS/AppDelegate.swift
Sources/WireGuardApp/UI/macOS/Application.swift
Sources/WireGuardApp/UI/macOS/ErrorPresenter.swift
Sources/WireGuardApp/UI/macOS/ImportPanelPresenter.swift
Sources/WireGuardApp/UI/macOS/Info.plist
Sources/WireGuardApp/UI/macOS/LaunchedAtLoginDetector.swift
Sources/WireGuardApp/UI/macOS/LoginItemHelper/Info.plist
Sources/WireGuardApp/UI/macOS/LoginItemHelper/main.m
Sources/WireGuardApp/UI/macOS/MacAppStoreUpdateDetector.swift
Sources/WireGuardApp/UI/macOS/NSColor+Hex.swift
Sources/WireGuardApp/UI/macOS/NSTableView+Reuse.swift
Sources/WireGuardApp/UI/macOS/ParseError+WireGuardAppError.swift
Sources/WireGuardApp/UI/macOS/StatusItemController.swift
Sources/WireGuardApp/UI/macOS/StatusMenu.swift
Sources/WireGuardApp/UI/macOS/TunnelsTracker.swift
Sources/WireGuardApp/UI/macOS/View/ButtonRow.swift
Sources/WireGuardApp/UI/macOS/View/ConfTextColorTheme.swift
Sources/WireGuardApp/UI/macOS/View/ConfTextStorage.swift
Sources/WireGuardApp/UI/macOS/View/ConfTextView.swift
Sources/WireGuardApp/UI/macOS/View/DeleteTunnelsConfirmationAlert.swift
Sources/WireGuardApp/UI/macOS/View/KeyValueRow.swift
Sources/WireGuardApp/UI/macOS/View/LogViewCell.swift
Sources/WireGuardApp/UI/macOS/View/OnDemandWiFiControls.swift
Sources/WireGuardApp/UI/macOS/View/TunnelListRow.swift
Sources/WireGuardApp/UI/macOS/ViewController/ButtonedDetailViewController.swift
Sources/WireGuardApp/UI/macOS/ViewController/LogViewController.swift
Sources/WireGuardApp/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
Sources/WireGuardApp/UI/macOS/ViewController/TunnelDetailTableViewController.swift
Sources/WireGuardApp/UI/macOS/ViewController/TunnelEditViewController.swift
Sources/WireGuardApp/UI/macOS/ViewController/TunnelsListTableViewController.swift
Sources/WireGuardApp/UI/macOS/ViewController/UnusableTunnelDetailViewController.swift
Sources/WireGuardApp/WireGuardAppError.swift
Sources/WireGuardApp/WireGuardResult.swift
Sources/WireGuardApp/ZipArchive/ZipArchive.swift
Sources/WireGuardApp/ZipArchive/ZipExporter.swift
Sources/WireGuardApp/ZipArchive/ZipImporter.swift
Sources/WireGuardKit/Array+ConcurrentMap.swift
Sources/WireGuardKit/DNSResolver.swift
Sources/WireGuardKit/DNSServer.swift
Sources/WireGuardKit/Endpoint.swift
Sources/WireGuardKit/IPAddress+AddrInfo.swift
Sources/WireGuardKit/IPAddressRange.swift
Sources/WireGuardKit/InterfaceConfiguration.swift
Sources/WireGuardKit/PacketTunnelSettingsGenerator.swift
Sources/WireGuardKit/PeerConfiguration.swift
Sources/WireGuardKit/PrivateKey.swift
Sources/WireGuardKit/TunnelConfiguration.swift
Sources/WireGuardKit/WireGuardAdapter.swift
Sources/WireGuardKitC/WireGuardKitC.h
Sources/WireGuardKitGo/wireguard.h
Sources/WireGuardNetworkExtension/ErrorNotifier.swift
Sources/WireGuardNetworkExtension/PacketTunnelProvider.swift
WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist

diff --git a/COPYING b/COPYING
index 3cda5bf128125999d8d5c0162de6e9faf2c55259..b6b2e1edfe64c6614d0ecb02cac7a47482ba1e7a 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
index d52ec0b22361a6a8f6b88500eec852a1a18a69f8..9d3753a1424e5e9b0c5e8d9f749a2bc7f36a5b61 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import os.log
index 52817c3aaf2a8f81ba8c562f7a3c4bc6c8d3a1c0..e301fed11c3cda2910ae28e81722225203fe88d5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Security
index cfab82d99dd8238bfcf7ce494eae6a718ca8ab21..f345e3361b1452e1548e8382a490affdb603c2fa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import os.log
index 1edfc8dce73b19d94a23f2cf007b777c44ac0fed..7f53bca1bf742ac0b13f6ffd8be8dcee03c060c1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
  */
 
 #include <string.h>
index c63f3e412b3b12b6686cfe3b07604c99fc911ac6..0a39e44a53b7360010f36173a381a22152ea8969 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
  */
 
 #ifndef RINGLOGGER_H
index 7828d81a822b0ee56b708fba0ccb8bf34877d3e6..4dd337af877d56486e6fa35556c484197f8648a3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import NetworkExtension
 
index 7d00be9764c25e42878e0263070d58e74aacc527..64646901fba0c875f3216f94ab78f165f74aefc2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 690270894e7d4f7e81cbbbf7f352fbe8913162dc..eb60a520b63d514c75b9b711a446cabe0f7f0f40 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index b7ba3941d532a07f7dfb224d66584c2a1a225b26..aca130f14e5dc8f3cb50fe86ec7fa67d12f6f90b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 // iOS permission prompts
 
index 1cc96934d66456df48ef84f21214e6a755ca4c41..4ef9540391f91ad2c9d9259f2db28b56e85c394b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 // Generic alert action names
 
index ed21090c0cd0c7cbf87f6f76a304604fb16583b4..04555a409bc34da7cb6f77a9c5f33e6513a44152 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index d44e1d66dd495cb595cda8c3fdeca61acc0e3d7e..a199cef8f0ab6da555f1b652a5e0129f301d33f2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import NetworkExtension
 
index e8937f43c2515cd477c429df7aba7ae8eeda5bb5..94537fc09f63830cb6e769aa85c6b613418a2bb7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import NetworkExtension
 
index 6e786c02c45f2bbb099645df85a88ab5bc55c07a..1874b053f3ded6e1c14c280fe312101fda77016e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 941ab610c5f462e6f49cd4f65c8a148763094158..e8db86a7dd3c7e256d8efec1a0946272a3695357 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import NetworkExtension
 
index 547aa9f0ac013a1ae5820426d046a0b243a6920c..496ca5ec3f650932c441b6aa3e59229f9fe529a2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import NetworkExtension
index 26402b6140fe7f33a8e1790103b4c102513c8986..dea541febbc26547273459c63f47bf37095becc7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import NetworkExtension
index 55b9be288cd7ca42b2baa25ea08b061efa8b27f8..a11ace61f18d8c6fde222431ebe203307c3b3c60 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index ee4cf481683fe23da9f13b2a24d1619810a6b608..93633c0dc1d856ed33e0b190e93eee8f016aa819 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 protocol ErrorPresenterProtocol {
     static func showErrorAlert(title: String, message: String, from sourceVC: AnyObject?, onPresented: (() -> Void)?, onDismissal: (() -> Void)?)
index 1d3619be6fa533fdf148f365dd87daf4372c1406..7d2b47028b1cba358a90d791703a2155896577e0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index c03e64a79f54a85ccd710d66eb9ceb147b3f67ed..2b3e7b58ccb10ef7cf52ea2f1640e272739d2152 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import LocalAuthentication
index 46f2c92675439082a488ae8de1ce3e42588925e6..672a4f7599a7a4576c8f6b93f80da763183db1d5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 11dc4dce050d6d0b7ec988aa7644e4fd97531aab..60aa5c355c50b738d2f12b30ec545b63a6e9e534 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 418557ec679314a79f2a44375b89b0af2852fdf6..f86a0e79c5d2796a285500cb99c3d531441292a2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 import os.log
index 8064fffe9c7f8e199e6ac9bbfac05a61ddddf834..8290ebba00c9dadaab6030e519d280da274fbfdc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 7d134de236219192fe899644242901cea14fa450..b4f27db034a07ce89cee2e17f61754ba1d643a02 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 import os.log
index 4367fa93a1883d92eb235310dcd524cb80f714a8..cddaf23670988b3eba2a5fb3f5e72ea798f7a0f4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 787a62408ba4dea199831b98e1cfc721efc880eb..f98bdc71e7f15b6750949d6b7c6cbe3b5b6795c1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index bee117022aa77891e768c8b7d3ccd30d08637846..5ceb8632768ec1bd3fbbd503697233dc5cd906cb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 82e7b2d0f446fb6ae1503af2e8f8015b43e4e696..114a879e9a85448d62d8ca0d1f47a00947b6aa44 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 90601c5d0dc774fb7caa59349268ac5b7b9e41f0..2e9ed46dacc0f90862488891a469da61ec64c42a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 3fdf1b97f52006755670ac678e7bbb9789aa1d10..e3ec623235f2766f4707b96252cab7e3fd28fda4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index a059b9c6035d7ea8c26f27939af33ca98e4db4c6..ce4f1ec42b0b27fba9deda3d56861e2131a7add4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 178b20015eef1bc3abd5033c5aee4ebcc42c13ba..f7e907e58988d445fbc4b8c099cf55d7ae001e05 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 9b1d13b9e9ab0e508374f9311e5529db4401f41b..f99e3eac963c7802280185ddcedf3dca383bb573 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 0d6e4dea35d36b829fbe9b5a686a9dde33d08e40..19938be231ec2a815013970a5b8d1ee10fac4aac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 7df9444f02091e1c9fea15180eece74d33df9407..d1f41e1de73e0c67801d1b0cad6f81f4a73ff567 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index c139566bcab69e14c7bacb9db8e93c8d994d7781..a6abae2dd96d55fb94b500b118704b1865bd8ab0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index b2e0ba9feba3d021abcd39c49cbee3129bb741e8..3648fbb430658bf39b1b6406734f64b81f28455b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index f31af0149ce4057cc34cd55ad5287b37167ce6ac..76d9a731ccf2ded295a97d598e2d9a01e218909c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 514e03742b9f32bb2cea39952a961b74384da15a..27db2cdd5ee10efd6c2b23f5a7717cfb152f8ae2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 9d04dfa7a8b25d55e633c1096f802edca54217bc..39df0ca7c0e881e8521fe6235718cebbd6026c43 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import AVFoundation
 import UIKit
index 668797ef34a8e0c6aadb6ba33ca17693fdee5524..c23544af112054c381e25484c1d87f0800b79c5a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index a9822583437281f59acee3b318aa98c3d4b1155f..527a8fdf80949779010a2e245691514b49b34dd0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 import SystemConfiguration.CaptiveNetwork
index 7f812d596b1063e7333f8a03dc889c702152136d..5eeea58de1725c79a0572f157ca8a52aaa1aaa54 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 import os.log
index 62f9563da5abf179167373dafdff2ff851062b52..6d9619a6459cb18f059faf40ad74c5cf65260c13 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index e58cec5c3b10f34a690c35a12061f5820e9e0054..5fa255d4667083e090d80038bf3d3ab7e05e92f7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 5132329b081ff06cd1a17fb007a5f62a31a2b0cb..7f405cf8f92d0b8065541b2c92775ec7a4ed901d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 import MobileCoreServices
index cb240230b78dc298335ddb2db0f7e47340c10e88..a4f4045c60ae0d1e0c458cc4595e5a165db94562 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 import ServiceManagement
index 0ce274a243f654227414e42d85b70d2db3620afe..597d511837fe146201ed33bd10c0d275fd571597 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 1eb2b041bd8c093358712e9f2aed56468f956486..eb1f1b65d9e90e38b56858a35e20059aabe0b7f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index d081f8c1bcbea3fd04a52950383944abb77a9099..033399d4be4f3da0156817e6dc8999851c021b86 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index db1afeb7d3f28fd1ddf70fe4f1f9906bda4bc4c7..353d48aedb291339959ba59ca8f6aa86f6315e73 100644 (file)
@@ -29,7 +29,7 @@
        <key>LSUIElement</key>
        <true/>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
+       <string>Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.</string>
        <key>NSPrincipalClass</key>
        <string>WireGuard.Application</string>
        <key>LSApplicationCategoryType</key>
index 0d8e3d86f58095a42c54618127f4cf56b734037a..be68dce59dc98ddccdc15e23960768a70b5146b5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 7ddff91840d8cd9182019ca9eda286971ea05494..19c8c356c804525804ab0242731cafe47ea281e3 100644 (file)
@@ -25,7 +25,7 @@
        <key>LSMinimumSystemVersion</key>
        <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
+       <string>Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.</string>
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
        <key>LSBackgroundOnly</key>
index 1010b496718193012aaeeaa0f1d431e6355ba402..f808261e5b0cc84ab66d0935624b1f97f66fcfea 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 #import <Cocoa/Cocoa.h>
 
index 68608ca12fad3b5363993c8b6c014cc76fd7248b..5036ff25658ca88b0ccd13fae0ef2e6718a7b209 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 4ca4f058b7a2bf2fc34fd9279852f107ccdfdc4e..e6ece0322e50406ce65a2834d8e913373ef2beff 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import AppKit
 
index 979b123af6b730ca734f7dd8b0ba000216d21728..3b7d09f1151b9cf3d493d27fbf44ac6374ce94c7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 6afbadb8bb60c45f98689a15e5e08deaff7d0aac..307a94e3315955bc09cb81be5ea9cda9792ac3f1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index ef0ccd02450418097f112e0b787ac3bb21d2f765..eb31a2c8eb32eab4df4cd622be0571d379868b97 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index ec9ffe88c5327bfdcbbfc9e046a7bf674e9e9861..5630fdcc408464419fd2d6d1100b6ca3d508e432 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 69cc53307e6f839fc07e587f3527cddb0a2a6bf7..aef65ef5cf07fbf92cf72290e41ede928db126e0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 4d15f5eea7eaab3ff136cc7d641e57a2d7ec9932..4ecd7eff0b9ad2a95aaafee6dc0a6c95f96c7d2f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 5229d509615fb4d2c9bdc78c77ceb269de4b45f7..c77885b62e296d96b70052da44f68cfb19b27d04 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 3c92db36d63097709ff69394630fef4599b7e41f..0e63b73adf79dfd98bda3e532e15879043156568 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 6016e082ea228d9a934c2aebe0dfb0550c6a948b..eb19ecf575d53ec638626823a41ee6296dd19efe 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index e52ed89781fec90c4ed1f76f3243acfb8af47aff..6eb3fbe272804636c0d4e087c8f82fd7c3cad6ff 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 2f037d83aeb4af8db180c50b968da3cdc4f0a1bd..b930e62a2b07074c278e3bf8fa54869aa0cf613b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index c1c6cc54ee18b968d3775c5005fcef48ba81ac1c..eef6515d89d3a5218bc7a13c588323c4507ee57f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 2e3de4811d568b13ea90a0d8e78bd9f15d22e4fd..790d1ac709f2155d63b65412edec0f940ba93810 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 import CoreWLAN
index f5e37c12c71caead7e92a118b6c43427eccfc28f..8e426cda784193befe9643b01834c0c49cc0286c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 09c2414090765e6c2c071f845ebccf33d81ccffe..7fd59671d093f8e13cdc9e22b0c8ed9c52592878 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 39ce66396d388ce4af71f1a975f7beb0491f2924..c3c8d8747a3906bb0859ebb842ceb4a38d382dd8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 0ad080532421fef0e4c9eb161c5ba2ab4459d0ab..28ffc9eddc3f955e5aed673f6b0032b01fe8607e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 5ce3dc7ea815e80cd86f71342db91df2b5bb99ca..96637cd5448d53571fffa668c1b1fb9b006a1318 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 104b42d725683ed13d60e9695b7bc869c2acad51..a2f70916d2e4da1a9fae8901157a271be4fc8d53 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 07715829701771ab1b7f167b0ce2d15a704c6eb2..87f389e4edeb723b88ed0602ddef9ff8199fbc0e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 612e8c10739509478f9deea6250083c91bbcb5f5..7f68b49d2ffb0bf2378fb31511d53de28cfc9aef 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 7acc62cad5bebb0f3cce2875f9ef5db959956387..f45662ab630a79c31b3634f7a9f71748d0b58e87 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 protocol WireGuardAppError: Error {
     typealias AlertText = (title: String, message: String)
index e326f0c3e262f82241931a721ec3c4ea49f41ca3..ba194f10de06573f7292c4a2c49ef80ab641619c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 enum WireGuardResult<T> {
     case success(_ value: T)
index 78419b37b373be44e628e3e234b4b69066b12c9f..be2549064306b56f6f50bbedc063259ecac7a67e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 3a87928b7dfe507315e22af077c3f7ec6ebb8fc9..9ae912ebf89f619afc7c38ae6a762ad9b1a4b0d4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 499181acfd5ceaf2f75fa2982ac78e69158a9ce8..73de1ad7f8704d262f1ac12f4b9c61f6f7c997b7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 0059cc3bf206105be4fb7e105f7be88b356a93aa..dfe38fdc8e0a16c8e4be4e5d6467d7f2a63a588f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 379c6982429e3efecc9ae965a241dbc58f8b6723..5315c94ee22c0d1f629d7db460a672bfadd99ef3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Network
 import Foundation
index b1a2401e5f5f59b83693897e166b3fd013791b91..477bbf4c9ba4ff0153ddc843b907cb928dc75c26 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Network
index 07529e38f9c8a7b7e1cb478a7af9f54c19076d85..d86290f27982739003eb83bdf6fcba5982ca012c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Network
index 96d8ba4dfa75bfd50a8d7b2e87e039d052c8274c..941a57b07e832f99d86021e1bf2a5adbd6e78712 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Network
index c65ff1df4dfa85c131bc9cafe1be444e66c67479..67c3955bb11829b4975ff05dffff97b6bb433c23 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Network
index db84e71daa9522ba076d06e98fa6b801fa0a7966..2d104d2a7981f45e0bc917cedf8a9d3af5d9c9bd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Network
index f1b43d5e9271d9f6799ce5dd07510a898c15705d..1e21490c66d55712d25894b9fadb9ca7f826cbf2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import Network
index f11b4733d6d0d172f46cf92679a4566ae783b5f4..162a08515e7e5d9978ad6f72c3338c88882429c2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index b224f19e66276001fb57c877557265bc3f2667f4..da02c456bf1d9bd1bb0daa2dbc0e3780f3abea46 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index dad3484755e608039f0280470b46298dfd967438..ae41b82179777924d30f178d8816ad4545f2e6df 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index e8f527ad1a80d85b9507d4eaa90873a989df165b..113c06fa078e5ff2bb7f9aebf5bbb58fda87dba4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import NetworkExtension
index 83ff67d6c1ef3f6ba4fdce63e1e8384730b53f9c..d50a4fe61eb020dc851c4aef12fc44af3d678fa8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 #include "key.h"
 #include "x25519.h"
index 18bf6bd762db9de330b1218b774c6ea2930d94e1..9da8cef25ce964c6230a9ec2f8391e96ccde7437 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
  */
 
 #ifndef WIREGUARD_H
index 3fc7c45b0397875ec451820ac87a23fefecb464b..de4265c256e738b759aedf700f60aba52519172b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import NetworkExtension
 
index 8d8bf64b520e72cb91fd0056bb3137d2e21c8b06..042d86c3f55971389bc5584272d73fd8a1b48dc8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 import NetworkExtension
index c81452e3f697c84310c0dadf9ae637d2be592694..64870052631b1e59f766955212e836530463ce38 100644 (file)
@@ -4,6 +4,6 @@
 <dict>
        <key>FILEHEADER</key>
        <string> SPDX-License-Identifier: MIT
-// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
+// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.</string>
 </dict>
 </plist>