diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 05:14:17 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 05:14:17 +0200 |
commit | 15da869b31106d47823cb0a6cdd5c0ad3a0c243b (patch) | |
tree | 7fecf263b1c56da00bb9aec3ee9bc26e664241fe /tun | |
parent | 3ad3e83c7aea762c7030b7aa7485f48083d7d9a9 (diff) |
Fix duplicate copyright line
Diffstat (limited to 'tun')
-rw-r--r-- | tun/tun_linux.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 <mathias@hall-andersen.dk>. */ -/* Copyright 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ - package tun /* Implementation of the TUN device interface for linux |