From 5b6ef1ca386a8a6c6f8be0e876baa05b522fd755 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 30 Oct 2018 03:57:35 +0100 Subject: Global: fix up captialization in headers Signed-off-by: Jason A. Donenfeld --- Shared/ExtensionMessage.swift | 2 +- Shared/ProviderConfigurationKeys.swift | 2 +- Shared/Validators.swift | 2 +- WireGuard/Shared/PacketTunnelOptionKey.swift | 2 +- WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist | 2 +- WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift | 2 +- WireGuard/WireGuard/ConfigFile/WgQuickConfigFileWriter.swift | 2 +- WireGuard/WireGuard/Crypto/Curve25519.swift | 2 +- WireGuard/WireGuard/Model/Configuration.swift | 2 +- WireGuard/WireGuard/Model/DNSServer.swift | 2 +- WireGuard/WireGuard/Model/Endpoint.swift | 2 +- WireGuard/WireGuard/Model/IPAddressRange.swift | 2 +- WireGuard/WireGuard/UI/TunnelViewModel.swift | 2 +- WireGuard/WireGuard/UI/iOS/AppDelegate.swift | 2 +- WireGuard/WireGuard/UI/iOS/MainViewController.swift | 2 +- WireGuard/WireGuard/UI/iOS/QRScanViewController.swift | 2 +- WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift | 2 +- WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift | 2 +- WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift | 2 +- WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift | 2 +- WireGuard/WireGuard/VPN/DNSResolver.swift | 2 +- WireGuard/WireGuard/VPN/PacketTunnelOptionsGenerator.swift | 2 +- WireGuard/WireGuard/VPN/TunnelsManager.swift | 2 +- WireGuard/WireGuard/ZipArchive/ZipArchive.swift | 2 +- WireGuard/WireGuardNetworkExtension/Log.swift | 2 +- WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Shared/ExtensionMessage.swift b/Shared/ExtensionMessage.swift index 524c152..e45ed7a 100644 --- a/Shared/ExtensionMessage.swift +++ b/Shared/ExtensionMessage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. // import Foundation diff --git a/Shared/ProviderConfigurationKeys.swift b/Shared/ProviderConfigurationKeys.swift index 0695e97..6213165 100644 --- a/Shared/ProviderConfigurationKeys.swift +++ b/Shared/ProviderConfigurationKeys.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. // import Foundation diff --git a/Shared/Validators.swift b/Shared/Validators.swift index cf20326..0e227aa 100644 --- a/Shared/Validators.swift +++ b/Shared/Validators.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. // import Foundation diff --git a/WireGuard/Shared/PacketTunnelOptionKey.swift b/WireGuard/Shared/PacketTunnelOptionKey.swift index 7208307..ec7a782 100644 --- a/WireGuard/Shared/PacketTunnelOptionKey.swift +++ b/WireGuard/Shared/PacketTunnelOptionKey.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation diff --git a/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist b/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist index 4743b24..39721a4 100644 --- a/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist +++ b/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -4,6 +4,6 @@ FILEHEADER SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. diff --git a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift index 00a1f9c..48c4589 100644 --- a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift +++ b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation diff --git a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileWriter.swift b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileWriter.swift index 23095d3..0a34fb7 100644 --- a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileWriter.swift +++ b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileWriter.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit diff --git a/WireGuard/WireGuard/Crypto/Curve25519.swift b/WireGuard/WireGuard/Crypto/Curve25519.swift index 83074e4..e0f9c0f 100644 --- a/WireGuard/WireGuard/Crypto/Curve25519.swift +++ b/WireGuard/WireGuard/Crypto/Curve25519.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit diff --git a/WireGuard/WireGuard/Model/Configuration.swift b/WireGuard/WireGuard/Model/Configuration.swift index 3f9b566..32f5ce4 100644 --- a/WireGuard/WireGuard/Model/Configuration.swift +++ b/WireGuard/WireGuard/Model/Configuration.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation diff --git a/WireGuard/WireGuard/Model/DNSServer.swift b/WireGuard/WireGuard/Model/DNSServer.swift index c4a51ec..8be1ddd 100644 --- a/WireGuard/WireGuard/Model/DNSServer.swift +++ b/WireGuard/WireGuard/Model/DNSServer.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation import Network diff --git a/WireGuard/WireGuard/Model/Endpoint.swift b/WireGuard/WireGuard/Model/Endpoint.swift index eb46b0e..483615b 100644 --- a/WireGuard/WireGuard/Model/Endpoint.swift +++ b/WireGuard/WireGuard/Model/Endpoint.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation import Network diff --git a/WireGuard/WireGuard/Model/IPAddressRange.swift b/WireGuard/WireGuard/Model/IPAddressRange.swift index c7e6be5..06f6c00 100644 --- a/WireGuard/WireGuard/Model/IPAddressRange.swift +++ b/WireGuard/WireGuard/Model/IPAddressRange.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation import Network diff --git a/WireGuard/WireGuard/UI/TunnelViewModel.swift b/WireGuard/WireGuard/UI/TunnelViewModel.swift index 8c28186..d070717 100644 --- a/WireGuard/WireGuard/UI/TunnelViewModel.swift +++ b/WireGuard/WireGuard/UI/TunnelViewModel.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit diff --git a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift index 8d96b30..97eb03c 100644 --- a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift +++ b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit import os.log diff --git a/WireGuard/WireGuard/UI/iOS/MainViewController.swift b/WireGuard/WireGuard/UI/iOS/MainViewController.swift index be90eca..81e78a3 100644 --- a/WireGuard/WireGuard/UI/iOS/MainViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/MainViewController.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit diff --git a/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift b/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift index e3dafd8..6b87ebd 100644 --- a/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import AVFoundation import CoreData diff --git a/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift b/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift index e4b7fa9..09f2b96 100644 --- a/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit import os.log diff --git a/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift index d86c1d6..175c616 100644 --- a/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit diff --git a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift index 3912e2e..cafc2aa 100644 --- a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit diff --git a/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift index f008785..d9ddf36 100644 --- a/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import UIKit import MobileCoreServices diff --git a/WireGuard/WireGuard/VPN/DNSResolver.swift b/WireGuard/WireGuard/VPN/DNSResolver.swift index c7cf6c5..9de2d8e 100644 --- a/WireGuard/WireGuard/VPN/DNSResolver.swift +++ b/WireGuard/WireGuard/VPN/DNSResolver.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Network import Foundation diff --git a/WireGuard/WireGuard/VPN/PacketTunnelOptionsGenerator.swift b/WireGuard/WireGuard/VPN/PacketTunnelOptionsGenerator.swift index 78a5944..9b9ae0a 100644 --- a/WireGuard/WireGuard/VPN/PacketTunnelOptionsGenerator.swift +++ b/WireGuard/WireGuard/VPN/PacketTunnelOptionsGenerator.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation import Network diff --git a/WireGuard/WireGuard/VPN/TunnelsManager.swift b/WireGuard/WireGuard/VPN/TunnelsManager.swift index 749b83d..9be3492 100644 --- a/WireGuard/WireGuard/VPN/TunnelsManager.swift +++ b/WireGuard/WireGuard/VPN/TunnelsManager.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation import NetworkExtension diff --git a/WireGuard/WireGuard/ZipArchive/ZipArchive.swift b/WireGuard/WireGuard/ZipArchive/ZipArchive.swift index 0681588..7f654ad 100644 --- a/WireGuard/WireGuard/ZipArchive/ZipArchive.swift +++ b/WireGuard/WireGuard/ZipArchive/ZipArchive.swift @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. import Foundation diff --git a/WireGuard/WireGuardNetworkExtension/Log.swift b/WireGuard/WireGuardNetworkExtension/Log.swift index 40e097f..54162b5 100644 --- a/WireGuard/WireGuardNetworkExtension/Log.swift +++ b/WireGuard/WireGuardNetworkExtension/Log.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. // import os.log diff --git a/WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift b/WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift index c5ad766..6cacf6c 100644 --- a/WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift +++ b/WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2018 WireGuard LLC. All rights reserved. +// Copyright © 2018 WireGuard LLC. All Rights Reserved. // import NetworkExtension -- cgit v1.2.3-59-g8ed1b