aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-21 23:20:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-22 22:00:32 +0100
commit9f501c58d4dcdfe4d9537474ddeef4ab72143ebb (patch)
tree2c2347c3d4e7743fc49f51c92e616963725d7a65 /conf
parentversion: unify architecture string handling (diff)
downloadwireguard-windows-9f501c58d4dcdfe4d9537474ddeef4ab72143ebb.tar.xz
wireguard-windows-9f501c58d4dcdfe4d9537474ddeef4ab72143ebb.zip
global: update headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/admin_windows.go2
-rw-r--r--conf/config.go2
-rw-r--r--conf/dnsresolver_windows.go2
-rw-r--r--conf/dpapi/dpapi_windows.go2
-rw-r--r--conf/dpapi/dpapi_windows_test.go2
-rw-r--r--conf/dpapi/mksyscall.go2
-rw-r--r--conf/filewriter_windows.go2
-rw-r--r--conf/migration_windows.go2
-rw-r--r--conf/mksyscall.go2
-rw-r--r--conf/name.go2
-rw-r--r--conf/parser.go2
-rw-r--r--conf/parser_test.go2
-rw-r--r--conf/path_windows.go2
-rw-r--r--conf/store.go2
-rw-r--r--conf/store_test.go2
-rw-r--r--conf/storewatcher.go2
-rw-r--r--conf/storewatcher_windows.go2
-rw-r--r--conf/writer.go2
18 files changed, 18 insertions, 18 deletions
diff --git a/conf/admin_windows.go b/conf/admin_windows.go
index bbdb0963..5636831c 100644
--- a/conf/admin_windows.go
+++ b/conf/admin_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/config.go b/conf/config.go
index 9eb6157e..16438002 100644
--- a/conf/config.go
+++ b/conf/config.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/dnsresolver_windows.go b/conf/dnsresolver_windows.go
index d6c2f1c7..c1faf78c 100644
--- a/conf/dnsresolver_windows.go
+++ b/conf/dnsresolver_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/dpapi/dpapi_windows.go b/conf/dpapi/dpapi_windows.go
index 851ec1ee..778605e9 100644
--- a/conf/dpapi/dpapi_windows.go
+++ b/conf/dpapi/dpapi_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package dpapi
diff --git a/conf/dpapi/dpapi_windows_test.go b/conf/dpapi/dpapi_windows_test.go
index 8356f2d4..2c0d28e6 100644
--- a/conf/dpapi/dpapi_windows_test.go
+++ b/conf/dpapi/dpapi_windows_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package dpapi
diff --git a/conf/dpapi/mksyscall.go b/conf/dpapi/mksyscall.go
index 3d467f76..7c27e2d9 100644
--- a/conf/dpapi/mksyscall.go
+++ b/conf/dpapi/mksyscall.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package dpapi
diff --git a/conf/filewriter_windows.go b/conf/filewriter_windows.go
index 8860ba31..6f7c40ad 100644
--- a/conf/filewriter_windows.go
+++ b/conf/filewriter_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/migration_windows.go b/conf/migration_windows.go
index d2f0c765..060491ed 100644
--- a/conf/migration_windows.go
+++ b/conf/migration_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/mksyscall.go b/conf/mksyscall.go
index 2706c304..4b0c5eb0 100644
--- a/conf/mksyscall.go
+++ b/conf/mksyscall.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/name.go b/conf/name.go
index 87c463af..6840bcaf 100644
--- a/conf/name.go
+++ b/conf/name.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/parser.go b/conf/parser.go
index 17b0e21f..d26bdea4 100644
--- a/conf/parser.go
+++ b/conf/parser.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/parser_test.go b/conf/parser_test.go
index a6afbf53..5f806784 100644
--- a/conf/parser_test.go
+++ b/conf/parser_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/path_windows.go b/conf/path_windows.go
index b328364b..7e147617 100644
--- a/conf/path_windows.go
+++ b/conf/path_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/store.go b/conf/store.go
index e79e24b8..0c4aa41f 100644
--- a/conf/store.go
+++ b/conf/store.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/store_test.go b/conf/store_test.go
index fdef7ea7..7335cd8c 100644
--- a/conf/store_test.go
+++ b/conf/store_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/storewatcher.go b/conf/storewatcher.go
index ffd20ee0..3e079865 100644
--- a/conf/storewatcher.go
+++ b/conf/storewatcher.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/storewatcher_windows.go b/conf/storewatcher_windows.go
index 19956263..c5754558 100644
--- a/conf/storewatcher_windows.go
+++ b/conf/storewatcher_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf
diff --git a/conf/writer.go b/conf/writer.go
index 6b16f843..f0b11e99 100644
--- a/conf/writer.go
+++ b/conf/writer.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package conf