From 470e4e7f7f5df013019351905875c6e4f06a8904 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 18 Jan 2019 06:49:38 +0100 Subject: global: Fix up copyright headers Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift') diff --git a/WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift b/WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift index 37e567c..ee4cf48 100644 --- a/WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift +++ b/WireGuard/WireGuard/UI/ErrorPresenterProtocol.swift @@ -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)?) -- cgit v1.2.3-59-g8ed1b