aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2022-05-16 02:30:10 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2022-05-16 02:30:10 +0100
commitc941c00f7ea53acaa54c30d34c9efbf986072888 (patch)
tree3d5e4b10489515bec380a4dbb558bf31641545d9
parent3c380db8e51a9f4f22da47325b7f01759f1ad880 (diff)
downloadpack-c941c00f7ea53acaa54c30d34c9efbf986072888.tar.gz
pack-c941c00f7ea53acaa54c30d34c9efbf986072888.tar.xz
pack-c941c00f7ea53acaa54c30d34c9efbf986072888.zip
Update copyright headers
-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>