aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/wincompat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wincompat/compat.h2
-rw-r--r--src/wincompat/getrandom.c2
-rw-r--r--src/wincompat/init.c2
-rw-r--r--src/wincompat/ipc.c2
-rw-r--r--src/wincompat/libc.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/wincompat/compat.h b/src/wincompat/compat.h
index 4dada77..5decc66 100644
--- a/src/wincompat/compat.h
+++ b/src/wincompat/compat.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#define __USE_MINGW_ANSI_STDIO 1
diff --git a/src/wincompat/getrandom.c b/src/wincompat/getrandom.c
index 4e2c4bd..b064b04 100644
--- a/src/wincompat/getrandom.c
+++ b/src/wincompat/getrandom.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include <stdbool.h>
diff --git a/src/wincompat/init.c b/src/wincompat/init.c
index 8d862ff..8943fff 100644
--- a/src/wincompat/init.c
+++ b/src/wincompat/init.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include <winsock2.h>
diff --git a/src/wincompat/ipc.c b/src/wincompat/ipc.c
index 25471b0..9dce816 100644
--- a/src/wincompat/ipc.c
+++ b/src/wincompat/ipc.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include <windows.h>
diff --git a/src/wincompat/libc.c b/src/wincompat/libc.c
index ad30278..870d913 100644
--- a/src/wincompat/libc.c
+++ b/src/wincompat/libc.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include <stdio.h>