aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.c2
-rw-r--r--pack.h2
-rw-r--r--trace.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/common.c b/common.c
index 6f74b1d..4a68518 100644
--- a/common.c
+++ b/common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
+ * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com>
* SPDX-License-Identifier: MIT
*/
#include <stddef.h>
diff --git a/pack.h b/pack.h
index 5ffef2d..4abd820 100644
--- a/pack.h
+++ b/pack.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
+ * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com>
* SPDX-License-Identifier: MIT
*/
#ifndef PACK_H
diff --git a/trace.c b/trace.c
index d8e6ef2..a29cdc1 100644
--- a/trace.c
+++ b/trace.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
+ * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com>
* SPDX-License-Identifier: MIT
*/
#include <stdarg.h>