update source headers
diff --git a/include/common.h b/include/common.h
index afa28e0..ace9833 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1,7 +1,7 @@
/*
* BZip3 - A spiritual successor to BZip2.
- * Copyright (C) 2022 Kamila Szewczyk
+ * Copyright (C) 2022-2023 Kamila Szewczyk
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the Free
diff --git a/include/libbz3.h b/include/libbz3.h
index 54e6906..a99c9d5 100644
--- a/include/libbz3.h
+++ b/include/libbz3.h
@@ -1,7 +1,7 @@
/*
* BZip3 - A spiritual successor to BZip2.
- * Copyright (C) 2022 Kamila Szewczyk
+ * Copyright (C) 2022-2023 Kamila Szewczyk
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/libbz3.c b/src/libbz3.c
index 1e70534..374e24c 100644
--- a/src/libbz3.c
+++ b/src/libbz3.c
@@ -1,7 +1,7 @@
/*
* BZip3 - A spiritual successor to BZip2.
- * Copyright (C) 2022 Kamila Szewczyk
+ * Copyright (C) 2022-2023 Kamila Szewczyk
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/main.c b/src/main.c
index 65d5e94..baccd62 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
/*
* BZip3 - A spiritual successor to BZip2.
- * Copyright (C) 2022 Kamila Szewczyk
+ * Copyright (C) 2022-2023 Kamila Szewczyk
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the Free
@@ -47,7 +47,7 @@
static void version() {
fprintf(stdout, "bzip3 " VERSION
"\n"
- "Copyright (C) by Kamila Szewczyk, 2022.\n"
+ "Copyright (C) by Kamila Szewczyk, 2022-2023.\n"
"License: GNU Lesser GPL version 3 <https://www.gnu.org/licenses/lgpl-3.0.en.html>\n");
}
