]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
global: Fix up copyright headers
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Jan 2019 05:49:38 +0000 (06:49 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Jan 2019 08:32:49 +0000 (09:32 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
21 files changed:
WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift
WireGuard/WireGuard/UI/TunnelImporter.swift
WireGuard/WireGuard/UI/macOS/AppDelegate.swift
WireGuard/WireGuard/UI/macOS/Application.swift
WireGuard/WireGuard/UI/macOS/ErrorPresenter.swift
WireGuard/WireGuard/UI/macOS/ImportPanelPresenter.swift
WireGuard/WireGuard/UI/macOS/Info.plist
WireGuard/WireGuard/UI/macOS/NSColor+Hex.swift
WireGuard/WireGuard/UI/macOS/NSTableView+Reuse.swift
WireGuard/WireGuard/UI/macOS/ParseError+WireGuardAppError.swift
WireGuard/WireGuard/UI/macOS/StatusMenu.swift
WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift
WireGuard/WireGuard/UI/macOS/View/ConfTextView.swift
WireGuard/WireGuard/UI/macOS/View/KeyValueRow.swift
WireGuard/WireGuard/UI/macOS/View/PopupRow.swift
WireGuard/WireGuard/UI/macOS/View/TunnelListRow.swift
WireGuard/WireGuard/UI/macOS/ViewController/ManageTunnelsRootViewController.swift
WireGuard/WireGuard/UI/macOS/ViewController/NoTunnelsDetailViewController.swift
WireGuard/WireGuard/UI/macOS/ViewController/TunnelDetailTableViewController.swift
WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift
WireGuard/WireGuard/UI/macOS/ViewController/TunnelsListTableViewController.swift

index 37e567cfbc2856e5acdd329f37aa50f8fe3b476e..ee4cf481683fe23da9f13b2a24d1619810a6b608 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 protocol ErrorPresenterProtocol {
     static func showErrorAlert(title: String, message: String, from sourceVC: AnyObject?, onPresented: (() -> Void)?, onDismissal: (() -> Void)?)
index 4a3150472bf05fa725e2f447ec0d1ba9fc7b9982..2c8fe1d52d2c93aa55931463ecf89046bda91207 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Foundation
 
index 95c1aa6a2a326804fb9ef6e355e9d3a499ccdd57..76ac0008a6728656bf4afa746a39d1dd611b6a0b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 5305f2a60c78263fd18cafc64c607c5099485c90..f1da81a0e6d9bf3a769dd820c7b62e317c2b8f99 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 69ea731d2b2a93f8269e3b5e77a03a8e115f9d91..1eb2b041bd8c093358712e9f2aed56468f956486 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 95fc46ae7e15a859c2f531d998aea42c3d2d881d..328114261c1cba2275c2e6186dcb58e783dc0881 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 44c06383e5405332de0020b64d817d60b1b7f89d..3a4ad1879f8b8dd15a7a309a62d0a29e326313fa 100644 (file)
@@ -25,7 +25,7 @@
        <key>LSUIElement</key>
        <true/>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright © 2019 WireGuard LLC. All Rights Reserved.</string>
+       <string>Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.</string>
        <key>NSPrincipalClass</key>
        <string>WireGuard.Application</string>
        <key>com.wireguard.macos.app_group_id</key>
index abd5723c12fffbb0c2da55dafad347221c5f9600..7f758396c138d1727a69081615ff4af8781de12b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import AppKit
 
index 3a36b6a31887ee33949c5d42d469100d34cf325b..979b123af6b730ca734f7dd8b0ba000216d21728 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index a85df22f42893e8d90258d9f02ba02e004bc5d51..9f2c009011837d561810487aae45c38937b8fbf4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 2ae3013ccd44a13a71e532eda9a3ec0c041b4614..c20836814f02c31f4d656c55b9fcbf16cef43647 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 4678cc37b9a9160a5cc5ed0b6835d6a125d08c74..7d32b7e15d67d0678e9d795c58aaa6fdc0854906 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 954a1922f14713c1b1f21b64e90bda988953fd67..2a9f633281e5606e6cb0598a0d2ceebaf3a094b0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 9be44255ae95d64728d0e07bf91d06e0554b6e69..7c32d7682cc2b1133586004727957b13230ed4f3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 2ef55f5ed38063048ade3ed08ea97448f75b209c..6f4a56ce821f3789662784c60b6cbacd4620c202 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 1a2f6a8c692ef87db8adc0648bfe30bd0e09fc28..f7836438b7bfdcb3bf74f0d040642f0793937987 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index d8e9cfe0e1065358e864cb0b4451e5ef528329f0..fc7d547c948c33c2a9bb9b70054bdf6d58741dc6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index ac574221cea0719a5264585f3fbe039ec7d8b835..38bef87cfe359297137ec1b755888e020dc97b8f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index b3f9361cf9b9b3cc779cf58bcc25ed61c67f8aaf..70085d76e35718347f3467524195d0b224f8487e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 7d0d2024bf9e0546c92df9bb4a4dd6d9a2e7c850..cdc6d44845a020fd1ba1bbf4d796fb20fd6b320d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa
 
index 05d30c0991eae88b38acff6709488bafa2f55529..539b4872b7f56e551017ded3eebfdec3e06374f5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 import Cocoa