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 | |
parent | d580200989a79ade8fe28d4f6607cb2503234469 (diff) |
global: update copyright headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools')
-rw-r--r-- | app/tools/CMakeLists.txt | 2 | ||||
-rw-r--r-- | app/tools/libwg-go/Makefile | 2 | ||||
-rw-r--r-- | app/tools/ndk-compat/compat.c | 2 | ||||
-rw-r--r-- | app/tools/ndk-compat/compat.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app/tools/CMakeLists.txt b/app/tools/CMakeLists.txt index f390163f..fa8d3814 100644 --- a/app/tools/CMakeLists.txt +++ b/app/tools/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # -# Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +# Copyright © 2018 WireGuard LLC. All Rights Reserved. cmake_minimum_required(VERSION 3.4.1) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}") 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)) diff --git a/app/tools/ndk-compat/compat.c b/app/tools/ndk-compat/compat.c index ecf653f8..78ff02ed 100644 --- a/app/tools/ndk-compat/compat.c +++ b/app/tools/ndk-compat/compat.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: BSD * - * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright © 2017-2018 WireGuard LLC. All Rights Reserved. * */ diff --git a/app/tools/ndk-compat/compat.h b/app/tools/ndk-compat/compat.h index 91f5e7c9..3ddf911a 100644 --- a/app/tools/ndk-compat/compat.h +++ b/app/tools/ndk-compat/compat.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: BSD * - * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright © 2017-2018 WireGuard LLC. All Rights Reserved. * */ |