diff options
26 files changed, 26 insertions, 26 deletions
diff --git a/Shared/ExtensionMessage.swift b/Shared/ExtensionMessage.swift index 524c1528..e45ed7ae 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 0695e97e..62131655 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 cf20326a..0e227aae 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 7208307b..ec7a7820 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 4743b24e..39721a49 100644 --- a/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist +++ b/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -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> diff --git a/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift b/WireGuard/WireGuard/ConfigFile/WgQuickConfigFileParser.swift index 00a1f9ca..48c4589d 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 23095d36..0a34fb7c 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 83074e44..e0f9c0fd 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 3f9b5660..32f5ce4e 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 c4a51ecb..8be1dddd 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 eb46b0e0..483615b9 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 c7e6be5d..06f6c001 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 8c281865..d0707172 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 8d96b302..97eb03cd 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 be90ecaa..81e78a3f 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 e3dafd89..6b87ebd1 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 e4b7fa91..09f2b968 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 d86c1d65..175c6167 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 3912e2e6..cafc2aa0 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 f0087850..d9ddf36d 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 c7cf6c58..9de2d8e1 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 78a5944b..9b9ae0ab 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 749b83dc..9be3492b 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 06815889..7f654adc 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 40e097f4..54162b56 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 c5ad766c..6cacf6c6 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 |