aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/tools
diff options
context:
space:
mode:
Diffstat (limited to 'app/tools')
-rw-r--r--app/tools/CMakeLists.txt2
-rw-r--r--app/tools/libwg-go/Makefile2
-rw-r--r--app/tools/libwg-go/src/api-android.go2
-rw-r--r--app/tools/libwg-go/src/jni.c2
-rw-r--r--app/tools/libwg-go/src/queueconstants.go2
-rw-r--r--app/tools/libwg-go/src/tun/api-android.go2
-rw-r--r--app/tools/ndk-compat/compat.c2
-rw-r--r--app/tools/ndk-compat/compat.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/app/tools/CMakeLists.txt b/app/tools/CMakeLists.txt
index e4fda41e..41060ea1 100644
--- a/app/tools/CMakeLists.txt
+++ b/app/tools/CMakeLists.txt
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
#
-# Copyright © 2018 WireGuard LLC. All Rights Reserved.
+# Copyright © 2018-2019 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 b4276ecf..8826b0b3 100644
--- a/app/tools/libwg-go/Makefile
+++ b/app/tools/libwg-go/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
#
-# Copyright © 2017-2018 WireGuard LLC. All Rights Reserved.
+# Copyright © 2017-2019 WireGuard LLC. All Rights Reserved.
UPSTREAM_FILES := $(filter-out %/main.go %/queueconstants.go,$(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go)) ../wireguard-go/go.mod ../wireguard-go/go.sum
DOWNSTREAM_FILES := $(wildcard src/*.go) $(wildcard src/*.c) $(wildcard src/*/*.go)
diff --git a/app/tools/libwg-go/src/api-android.go b/app/tools/libwg-go/src/api-android.go
index fb34cc1a..ae4bacae 100644
--- a/app/tools/libwg-go/src/api-android.go
+++ b/app/tools/libwg-go/src/api-android.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: Apache-2.0
*
- * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2017-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
package main
diff --git a/app/tools/libwg-go/src/jni.c b/app/tools/libwg-go/src/jni.c
index 3c4dce5a..f6229a49 100644
--- a/app/tools/libwg-go/src/jni.c
+++ b/app/tools/libwg-go/src/jni.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: Apache-2.0
*
- * Copyright © 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright © 2017-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include <jni.h>
diff --git a/app/tools/libwg-go/src/queueconstants.go b/app/tools/libwg-go/src/queueconstants.go
index b31dcfa5..59dec481 100644
--- a/app/tools/libwg-go/src/queueconstants.go
+++ b/app/tools/libwg-go/src/queueconstants.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package main
diff --git a/app/tools/libwg-go/src/tun/api-android.go b/app/tools/libwg-go/src/tun/api-android.go
index ddc5d117..a5d6b092 100644
--- a/app/tools/libwg-go/src/tun/api-android.go
+++ b/app/tools/libwg-go/src/tun/api-android.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: Apache-2.0
*
- * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2017-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
package tun
diff --git a/app/tools/ndk-compat/compat.c b/app/tools/ndk-compat/compat.c
index 78ff02ed..7cc99fc4 100644
--- a/app/tools/ndk-compat/compat.c
+++ b/app/tools/ndk-compat/compat.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD
*
- * Copyright © 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2017-2019 WireGuard LLC. All Rights Reserved.
*
*/
diff --git a/app/tools/ndk-compat/compat.h b/app/tools/ndk-compat/compat.h
index 3ddf911a..52f6c127 100644
--- a/app/tools/ndk-compat/compat.h
+++ b/app/tools/ndk-compat/compat.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD
*
- * Copyright © 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2017-2019 WireGuard LLC. All Rights Reserved.
*
*/