From 5658584803fb22d197eadef1e6b9f32f297cc96c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 6 Sep 2018 21:32:46 -0600 Subject: global: update copyright headers Signed-off-by: Jason A. Donenfeld --- app/tools/CMakeLists.txt | 2 +- app/tools/libwg-go/Makefile | 2 +- app/tools/ndk-compat/compat.c | 2 +- app/tools/ndk-compat/compat.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app/tools') 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 . 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 . 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 . 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 . All Rights Reserved. + * Copyright © 2017-2018 WireGuard LLC. All Rights Reserved. * */ -- cgit v1.2.3-59-g8ed1b