From: Jason A. Donenfeld Date: Mon, 30 Jul 2018 03:14:17 +0000 (+0200) Subject: Fix duplicate copyright line X-Git-Tag: 0.0.20181001~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15da869b31106d47823cb0a6cdd5c0ad3a0c243b;p=thirdparty%2Fwireguard-go.git Fix duplicate copyright line --- diff --git a/tun/tun_linux.go b/tun/tun_linux.go index 2119696..f259888 100644 --- a/tun/tun_linux.go +++ b/tun/tun_linux.go @@ -4,8 +4,6 @@ * Copyright (C) 2017-2018 Mathias N. Hall-Andersen . */ -/* Copyright 2018 Jason A. Donenfeld . All Rights Reserved. */ - package tun /* Implementation of the TUN device interface for linux