From e2384e143c01f5eafb80e1355040d7d648e6fe71 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 2 Jan 2019 01:56:33 +0100 Subject: Update copyright Signed-off-by: Jason A. Donenfeld --- WireGuard/Shared/Model/DNSServer.swift | 2 +- WireGuard/Shared/Model/Endpoint.swift | 2 +- WireGuard/Shared/Model/IPAddressRange.swift | 2 +- WireGuard/Shared/Model/InterfaceConfiguration.swift | 2 +- WireGuard/Shared/Model/LegacyConfigMigration.swift | 2 +- WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift | 2 +- WireGuard/Shared/Model/PeerConfiguration.swift | 2 +- WireGuard/Shared/Model/String+ArrayConversion.swift | 2 +- WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift | 2 +- WireGuard/Shared/Model/TunnelConfiguration.swift | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'WireGuard/Shared/Model') diff --git a/WireGuard/Shared/Model/DNSServer.swift b/WireGuard/Shared/Model/DNSServer.swift index 5a509cb..0d03577 100644 --- a/WireGuard/Shared/Model/DNSServer.swift +++ b/WireGuard/Shared/Model/DNSServer.swift @@ -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 diff --git a/WireGuard/Shared/Model/Endpoint.swift b/WireGuard/Shared/Model/Endpoint.swift index bcc74cf..c328649 100644 --- a/WireGuard/Shared/Model/Endpoint.swift +++ b/WireGuard/Shared/Model/Endpoint.swift @@ -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 diff --git a/WireGuard/Shared/Model/IPAddressRange.swift b/WireGuard/Shared/Model/IPAddressRange.swift index 26dccc3..d38686c 100644 --- a/WireGuard/Shared/Model/IPAddressRange.swift +++ b/WireGuard/Shared/Model/IPAddressRange.swift @@ -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 diff --git a/WireGuard/Shared/Model/InterfaceConfiguration.swift b/WireGuard/Shared/Model/InterfaceConfiguration.swift index e28046b..d80ed89 100644 --- a/WireGuard/Shared/Model/InterfaceConfiguration.swift +++ b/WireGuard/Shared/Model/InterfaceConfiguration.swift @@ -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 diff --git a/WireGuard/Shared/Model/LegacyConfigMigration.swift b/WireGuard/Shared/Model/LegacyConfigMigration.swift index b67301f..16792fa 100644 --- a/WireGuard/Shared/Model/LegacyConfigMigration.swift +++ b/WireGuard/Shared/Model/LegacyConfigMigration.swift @@ -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 diff --git a/WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift b/WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift index df3fd04..7b3142e 100644 --- a/WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift +++ b/WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift @@ -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 diff --git a/WireGuard/Shared/Model/PeerConfiguration.swift b/WireGuard/Shared/Model/PeerConfiguration.swift index a684fa6..5271aa6 100644 --- a/WireGuard/Shared/Model/PeerConfiguration.swift +++ b/WireGuard/Shared/Model/PeerConfiguration.swift @@ -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 diff --git a/WireGuard/Shared/Model/String+ArrayConversion.swift b/WireGuard/Shared/Model/String+ArrayConversion.swift index 6a3e794..7d00be9 100644 --- a/WireGuard/Shared/Model/String+ArrayConversion.swift +++ b/WireGuard/Shared/Model/String+ArrayConversion.swift @@ -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 diff --git a/WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift b/WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift index 94e1079..3225979 100644 --- a/WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift +++ b/WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift @@ -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 diff --git a/WireGuard/Shared/Model/TunnelConfiguration.swift b/WireGuard/Shared/Model/TunnelConfiguration.swift index 532212e..5a8f7df 100644 --- a/WireGuard/Shared/Model/TunnelConfiguration.swift +++ b/WireGuard/Shared/Model/TunnelConfiguration.swift @@ -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 -- cgit v1.2.3-59-g8ed1b