]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Update copyright
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 2 Jan 2019 00:56:33 +0000 (01:56 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 8 Jan 2019 00:23:39 +0000 (19:23 -0500)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
56 files changed:
COPYING
WireGuard/Shared/FileManager+Extension.swift
WireGuard/Shared/Logging/Logger.swift
WireGuard/Shared/Logging/ringlogger.c
WireGuard/Shared/Logging/ringlogger.h
WireGuard/Shared/Model/DNSServer.swift
WireGuard/Shared/Model/Endpoint.swift
WireGuard/Shared/Model/IPAddressRange.swift
WireGuard/Shared/Model/InterfaceConfiguration.swift
WireGuard/Shared/Model/LegacyConfigMigration.swift
WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift
WireGuard/Shared/Model/PeerConfiguration.swift
WireGuard/Shared/Model/String+ArrayConversion.swift
WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift
WireGuard/Shared/Model/TunnelConfiguration.swift
WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist
WireGuard/WireGuard/Base.lproj/Localizable.strings
WireGuard/WireGuard/Crypto/Curve25519.swift
WireGuard/WireGuard/Crypto/x25519.c
WireGuard/WireGuard/LocalizationHelper.swift
WireGuard/WireGuard/Tunnel/ActivateOnDemandSetting.swift
WireGuard/WireGuard/Tunnel/MockTunnels.swift
WireGuard/WireGuard/Tunnel/TunnelErrors.swift
WireGuard/WireGuard/Tunnel/TunnelStatus.swift
WireGuard/WireGuard/Tunnel/TunnelsManager.swift
WireGuard/WireGuard/UI/TunnelViewModel.swift
WireGuard/WireGuard/UI/iOS/AppDelegate.swift
WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift
WireGuard/WireGuard/UI/iOS/UITableViewCell+Reuse.swift
WireGuard/WireGuard/UI/iOS/View/BorderedTextButton.swift
WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift
WireGuard/WireGuard/UI/iOS/View/CheckmarkCell.swift
WireGuard/WireGuard/UI/iOS/View/KeyValueCell.swift
WireGuard/WireGuard/UI/iOS/View/SwitchCell.swift
WireGuard/WireGuard/UI/iOS/View/TunnelEditKeyValueCell.swift
WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift
WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/QRScanViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/TunnelEditTableViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
WireGuard/WireGuard/WireGuardAppError.swift
WireGuard/WireGuard/WireGuardResult.swift
WireGuard/WireGuard/ZipArchive/ZipArchive.swift
WireGuard/WireGuard/ZipArchive/ZipExporter.swift
WireGuard/WireGuard/ZipArchive/ZipImporter.swift
WireGuard/WireGuardNetworkExtension/DNSResolver.swift
WireGuard/WireGuardNetworkExtension/ErrorNotifier.swift
WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift
WireGuard/WireGuardNetworkExtension/PacketTunnelSettingsGenerator.swift
wireguard-go-bridge/Makefile
wireguard-go-bridge/src/api-ios.go
wireguard-go-bridge/src/queueconstants.go
wireguard-go-bridge/src/tun/api-ios.go
wireguard-go-bridge/wireguard.h

diff --git a/COPYING b/COPYING
index de6e09e974109415e38305f5ee81293631a766d6..3cda5bf128125999d8d5c0162de6e9faf2c55259 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright © 2018 WireGuard LLC. All Rights Reserved.
+Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
index 51f8ca739c299bec9316b113691e5c8ab7b2091f..5873f3b26e996078fe891d1d886afb6ac6881197 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
 import os.log
index f2c037142ea9150565a36b64dd9a91a2756b44b4..6d388207b73d509d56dad5228976d8d5e75be73e 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
 import os.log
index 74bafa66daaad4d1edb03413a6e16d95894d6b4f..fcdc19da861baf641991eb69feb54667b399de55 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright © 2018 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
  */
 
 #include <string.h>
index ca097b26bffe6d43bcffe32a52d1bef5e7538e49..0ee202d46fe0b2ab655fe7795d6493884dbeaef3 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright © 2018 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
  */
 
 #ifndef RINGLOGGER_H
index 5a509cba6cebcc9187cd4133de7b64f4b8702fe4..0d03577fa1780b80bae5def30ff437a050d7d0e1 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
 import Network
index bcc74cf7a3054408d0ca16b0938690c58c203365..c3286496ed2f7da7968ceab462e6250b693f7015 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
 import Network
index 26dccc34fe5fa4afd8b1db5200c3e2645b650339..d38686c1407a455d39cdfebd2f8c9ab73bc85c67 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
 import Network
index e28046b4baab2d4217da645533cb97ba1e510d26..d80ed895f39503ce499cc6c72774db4ee011175d 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
 import Network
index b67301f20f2297c70fdbe7cb130a096323ffe5c4..16792fa852da2599050a1a2e80c8ad7d185b7cb6 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
 import Network
index df3fd04b10a9ca49d40902c80e3359a76f2aa6f0..7b3142ec9a9024ab3f961af21cc8b886afd8ef48 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 NetworkExtension
 
index a684fa694b4dc9d468be23e48ef34ba92df73c83..5271aa61ad4444e1e6c2aaf5c6cce6011e2e77e3 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 6a3e7948e48278812e8bf086a1443015f5d4d2f3..7d00be9764c25e42878e0263070d58e74aacc527 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 94e10791dab91f675ec26d5ea3a071ba561bfd86..3225979ed015a50236b09d2081793855c921d7d4 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 532212e5a521366b4cf7b3a6b5ae5b8b6032d87d..5a8f7df5af50b2bd0096d3888bf145c3bdedd150 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 39721a49d6c139aa01d04ffc708d2bcf1fc43d83..c81452e3f697c84310c0dadf9ae637d2be592694 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-2019 WireGuard LLC. All Rights Reserved.</string>
 </dict>
 </plist>
index 7815ddbde10b7cf1b65b8109e1c6cba8541c748d..a2249b3d15ad4aa362fdb69d4db9a0d0ba84be8a 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.
 
 // Generic alert action names
 
index 53404cc16007a2750f59c4451d531057b75a6705..bd49e12958337fd8a91870ac3aaeb18f04adef5d 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 UIKit
 
index bc94933cc574fae65eb18e85120dbe8aeddd1b1c..e0ff48242fdb375e70e5b52d3d9b5322542af67f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+
  *
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Curve25519 ECDH functions, based on TweetNaCl but cleaned up.
  */
index ea4cc64fbe09bcf48d553cd4982bfe1026bad85d..ed21090c0cd0c7cbf87f6f76a304604fb16583b4 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 907109831a7ec56136bda7215e2756c862e36ea3..ffc06248872c3c6994bc5c30dad46b62b458dd5f 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 NetworkExtension
 
index 746f508e8e6a115179afdac87741bc77b7a4f7a5..b987799eaa421e7e134d9c9a46a9d5844dda4dc6 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 NetworkExtension
 
index 8e7f52456a67479b950b6fbe4c85312b897cf547..941ab610c5f462e6f49cd4f65c8a148763094158 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 NetworkExtension
 
index 522e0164d57a52bf995505d7a14d002f2664c7c7..61c9e27a93cf9f6f7498af82030e2a90f1e72a40 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
 import NetworkExtension
index 426f3b2eba9b41982a4f71cba61cf5a06e974b3e..4476c4a0d1e065bc8db9619d944036ee8669453e 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
 import NetworkExtension
index 527ea7b36f698f3e0d6997375ef68cab064c3e32..a16739d961c51b6c7014bb420ac16bd1582a3618 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 UIKit
 
index 512963ff50c0c13d7e93e6be037082614120d69f..52c5b0af82bca746a53ce59cab4896384b24bd49 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 UIKit
 import os.log
index 0145fdaf8cf39fd6467d701a802d7791286eb98e..1746c810befa859c304bfa01e4e59babe64b1b5c 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 UIKit
 import os.log
index 21d9a0763c63c5183531f66c830cf5f5b12ff236..bee117022aa77891e768c8b7d3ccd30d08637846 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 UIKit
 
index b1951e4012d4f6241e547bf4014c182efddca9d1..82e7b2d0f446fb6ae1503af2e8f8015b43e4e696 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 UIKit
 
index 5d9ab92bfb8b46a0a55196f6a58442c01dd3cb0a..62333152714b693c9a4f965b90a680dab3344d24 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 UIKit
 
index 77cd501fddcf4eb70a3008f818567833cb35b127..3fdf1b97f52006755670ac678e7bbb9789aa1d10 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 UIKit
 
index 6f8d2221e7a2ecb6c450697e137af6f0cd19dd3e..c77cab960640b3a23df4ff1179ca4c00ce633635 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 UIKit
 
index 7794e6bc613a1f11a6bd3a790319dbaad96b882f..758083f1bb52b8189fa839122d59245381041a3e 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 UIKit
 
index 8c46d70d4e6b5a78a0f4614cc9156b4c88feee73..7c69a4740434706030765d6b2696d1893aeb2b96 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 UIKit
 
index 294964a68675024399103492cec53226888e62ea..81607debc4ba39dffce64dc6da24e864eb9f4427 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 UIKit
 
index 68723b0df14f0dbbcd407f32e208290b7b383682..ac04151c257f581fe3d0cde1464558ccf5054cb8 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 UIKit
 
index f74b401db61c5adb305d6f78c04d238fb6b9c73f..9d04dfa7a8b25d55e633c1096f802edca54217bc 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 AVFoundation
 import UIKit
index c74b6e32181041b162880f09c30500637f753e3f..eced88d676c62b567a3a32661dbe0d4bff239512 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 UIKit
 import os.log
index 805a06bb513a0fbd2372dea61522764564acbb84..9531c171409e1e8307213227dfb8a06c7bc72e24 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 UIKit
 
index a8d504e549fe6961cbdb945352b0200eee93fc4e..01a197ffb2720e512954ee224a47bd33b24c732f 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 UIKit
 
index 38b53ecd2000a7049b759beeed35f722333f4e8f..e6252d9fd823c7f6038bedd2e21e22ae54d4654c 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 UIKit
 import MobileCoreServices
index 7f80240d14d18ac0985631ce9a2f33b6859163d6..7acc62cad5bebb0f3cce2875f9ef5db959956387 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 WireGuardAppError: Error {
     typealias AlertText = (title: String, message: String)
index 97be3121eb9e9f657eae035c35895c01751e47e4..e326f0c3e262f82241931a721ec3c4ea49f41ca3 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.
 
 enum WireGuardResult<T> {
     case success(_ value: T)
index df0ec7369d29e58f5c4da5504d7a10accfc06089..9e28dc299d9a1a000d2a19f5077aec56c43b5bb2 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 1f7c2da92518743e384f0b9de9129569ea42d5a7..e5b993a09aa96121771d761f7db2a9759401c8cf 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 UIKit
 
index 18a00e8be63a642ade1eeffd133b6617487b39e5..ac897c7309c0c2a0236ed3f7f95b69cf472fb86f 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 UIKit
 
index 1ab5623ae1abf1c2fe4957688a67c508893020f9..f7a8f5b1469e97febb6715d0aef59f1aeb48731f 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 Network
 import Foundation
index 43aa0d7cb85bfe23a77e1cfa3257c2bf214d2640..3fc7c45b0397875ec451820ac87a23fefecb464b 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 NetworkExtension
 
index b00f197727c0ea66219ae5f2212b402b07f9f9e2..cfc3aedf5e4cedcef5c8752bcf9daabeb0b69c80 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
 import Network
index 4fd84fcc4891be6043c6288306d00e6e99c47efa..7c908aa0bf94e56378d70e37c7e130ac283bb852 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
 import Network
index 6c281536373a84b7a963cf9807593f7454a40214..75b286be4bc70256d6b3759a629611684013323a 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 # These are generally passed to us by xcode, but we set working defaults for standalone compilation too.
 ARCHS ?= arm64 armv7
index 5221bb2f5d8230237f15462ea347e794c2f1d4eb..94a2cd03cda8b243b464cebab5e67a9c2fef6806 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 package main
index 133d4f3f652ec58553dfdc8e939102649ef18b30..85dfa1eb1de107f949df5edd17a56ba0ec812e3c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 476669f9e6901fd452b11ad00f13e62e921476ee..0d542cf98e52e10bfe732cb52f5c8db3ede62433 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2017-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 package tun
index 71b4c832a923bb6bef378e2353764dde9395fa8d..500f1381b2ed5faef37f76f28f1bc58952e70dee 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
  */
 
 #ifndef WIREGUARD_H