mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-31 21:12:07 +00:00
Smaller copyright headers
This commit is contained in:
parent
a8138efefe
commit
e0a8aedc3d
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// TunnelConfiguration.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 13/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// DNSServer.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 23/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Network
|
import Network
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// Endpoint.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 19/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Network
|
import Network
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// IPAddressRange.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 13/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Network
|
import Network
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// TunnelViewModel.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 23/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// AppDelegate.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 11/08/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// MainViewController.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 11/08/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// TunnelDetailTableViewController.swift
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 17/10/18.
|
|
||||||
// Copyright © 2018 Roopesh Chander. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// TunnelEditTableViewController.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 17/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// TunnelsListTableViewController.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 12/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
//
|
// SPDX-License-Identifier: MIT
|
||||||
// TunnelsManager.swift
|
|
||||||
// WireGuard
|
|
||||||
//
|
|
||||||
// Created by Roopesh Chander on 13/10/18.
|
|
||||||
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user