]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Global: fix up captialization in headers
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 30 Oct 2018 02:57:35 +0000 (03:57 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 30 Oct 2018 02:57:35 +0000 (03:57 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
26 files changed:
Shared/ExtensionMessage.swift
Shared/ProviderConfigurationKeys.swift
Shared/Validators.swift
WireGuard/Shared/PacketTunnelOptionKey.swift
WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist
WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift
WireGuard/WireGuard/ConfigFile/WgQuickConfigFileWriter.swift
WireGuard/WireGuard/Crypto/Curve25519.swift
WireGuard/WireGuard/Model/Configuration.swift
WireGuard/WireGuard/Model/DNSServer.swift
WireGuard/WireGuard/Model/Endpoint.swift
WireGuard/WireGuard/Model/IPAddressRange.swift
WireGuard/WireGuard/UI/TunnelViewModel.swift
WireGuard/WireGuard/UI/iOS/AppDelegate.swift
WireGuard/WireGuard/UI/iOS/MainViewController.swift
WireGuard/WireGuard/UI/iOS/QRScanViewController.swift
WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift
WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
WireGuard/WireGuard/VPN/DNSResolver.swift
WireGuard/WireGuard/VPN/PacketTunnelOptionsGenerator.swift
WireGuard/WireGuard/VPN/TunnelsManager.swift
WireGuard/WireGuard/ZipArchive/ZipArchive.swift
WireGuard/WireGuardNetworkExtension/Log.swift
WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift

index 524c1528dc3de57eeae2bcc72fd3fa8dfd727a2d..e45ed7ae96cc75aecdf8cbb6bb522ce40e6aa9ca 100644 (file)
@@ -1,5 +1,5 @@
 //
-//  Copyright © 2018 WireGuard LLC. All rights reserved.
+//  Copyright © 2018 WireGuard LLC. All Rights Reserved.
 //
 
 import Foundation
index 0695e97efbc951079f7d5e460d4de90e5fa663a5..62131655e457ef3b4625fc743bc094cbf73a70b3 100644 (file)
@@ -1,5 +1,5 @@
 //
-//  Copyright © 2018 WireGuard LLC. All rights reserved.
+//  Copyright © 2018 WireGuard LLC. All Rights Reserved.
 //
 
 import Foundation
index cf20326ab25605e7da0446a815ef5e7ed9a76ee9..0e227aae8f4ec43d9cb3e4bb52ae7c80950dc9ba 100644 (file)
@@ -1,5 +1,5 @@
 //
-//  Copyright © 2018 WireGuard LLC. All rights reserved.
+//  Copyright © 2018 WireGuard LLC. All Rights Reserved.
 //
 
 import Foundation
index 7208307bdc02d5b73b60ae727499cafe57580b8b..ec7a78208441cfe2a809287b8038f6e7d6221491 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 4743b24e69fdf15204c1e785abeab9ed03f3aeca..39721a49d6c139aa01d04ffc708d2bcf1fc43d83 100644 (file)
@@ -4,6 +4,6 @@
 <dict>
        <key>FILEHEADER</key>
        <string> SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.</string>
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.</string>
 </dict>
 </plist>
index 00a1f9cae6fc51464a722481c2f43e557fda7efd..48c4589d72d1e56bd49ba75177c94c7583a2d297 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 23095d3678ca22c2a6fbd1410acbfae98de0966b..0a34fb7cf55ce2e3143b0fb2a34c843103b2596e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 83074e44cd8557320a10fb3cb0729c7086bd69f1..e0f9c0fd88fc341e089a1465140e53183803163d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 3f9b5660dcc3c9108d0099c1da2bc0c483ecce8e..32f5ce4e4365f72d7b13416cef488ac91d40594f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index c4a51ecb08d738ae5aa5cec571cb672c7fba5a5d..8be1dddd9d7fd941480a2d226a240eaa0ab7d3de 100644 (file)
@@ -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
index eb46b0e01e433661927b13a895cd87924d92901d..483615b90639789ef6cf95c795bcc9b57743721d 100644 (file)
@@ -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
index c7e6be5de0511bc8e542a0f4b231df8a5ac0b897..06f6c001e435361d86b5049be290b9efe021299e 100644 (file)
@@ -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
index 8c2818653a97c6c2588527b447bd16b4472f7406..d07071726afbf726ddd282815d2f8e8165ba508f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 8d96b3026bd86b8d67b77695e444f79e6d986efe..97eb03cd35721e807ba8479ced65a5e7aed3e61b 100644 (file)
@@ -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
index be90ecaa0a65145d807758fdc81ac81cd12ecfad..81e78a3f0f23085fb44038a4fd6c358b4a57c606 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index e3dafd89379fb67987f14cbef57087375a9ef195..6b87ebd1949ebd9852e2a6cfae8b04dc382a0f7e 100644 (file)
@@ -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
index e4b7fa9131ef5e0690bc15b2118f05c1e79f6c09..09f2b9680875fbc10f0c45c628374ccefc6a30bc 100644 (file)
@@ -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
index d86c1d6527646c92f81c5e9946a8f97f0b47db33..175c616748e74f1b479dda391f410436b9909a4c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index 3912e2e6b51d37d09cd75f2e983fed3068982158..cafc2aa06b18e1f5c0efe997ca07a575d790e265 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import UIKit
 
index f0087850ac6d9b98f7e0e94f77ca9a10a13cb58e..d9ddf36d5bfd31a7cee39961d02464261eeb1a97 100644 (file)
@@ -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
index c7cf6c58f540bf557b3bf5602dfa8832d22a4478..9de2d8e1aa3c037dd2326acab344308ed946b8b2 100644 (file)
@@ -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
index 78a5944ba082cc56d7e5d5ce0b91363f28d551cf..9b9ae0ab0a0dcdacffd242d55376043eeb269504 100644 (file)
@@ -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
index 749b83dc6faa0749f995a438accb4d88483af088..9be3492be92b49b2a7c3621f01bcc02c7ca4563f 100644 (file)
@@ -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
index 06815889d366d7060fa91d0404ef9d3d452084a7..7f654adc5c00da691133bec4866a76573542f89b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All rights reserved.
+// Copyright © 2018 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 40e097f476f8b1fa79508c9bcadc4e35c0d182e4..54162b56c0e7a1ef767ffa6f90e802992128ac7d 100644 (file)
@@ -1,5 +1,5 @@
 //
-//  Copyright © 2018 WireGuard LLC. All rights reserved.
+//  Copyright © 2018 WireGuard LLC. All Rights Reserved.
 //
 
 import os.log
index c5ad766ca58db33b2e5351ef0c5371b6cff22521..6cacf6c68f137ece37dd0f721b15b71009b26c35 100644 (file)
@@ -1,5 +1,5 @@
 //
-//  Copyright © 2018 WireGuard LLC. All rights reserved.
+//  Copyright © 2018 WireGuard LLC. All Rights Reserved.
 //
 
 import NetworkExtension