diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-06 21:32:46 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-06 21:32:46 -0600 |
commit | 5658584803fb22d197eadef1e6b9f32f297cc96c (patch) | |
tree | 9d6eb2a95b2d808fe826a0676a92547b72c207b9 /app/tools/libwg-go | |
parent | d580200989a79ade8fe28d4f6607cb2503234469 (diff) |
global: update copyright headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools/libwg-go')
-rw-r--r-- | app/tools/libwg-go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tools/libwg-go/Makefile b/app/tools/libwg-go/Makefile index 2f54884e..f8db8738 100644 --- a/app/tools/libwg-go/Makefile +++ b/app/tools/libwg-go/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # -# Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +# Copyright © 2017-2018 WireGuard LLC. All Rights Reserved. FILES := $(filter-out %/main.go,$(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go)) |