aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckinfo.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ckinfo.h.in')
-rw-r--r--src/ckinfo.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ckinfo.h.in b/src/ckinfo.h.in
index 07ffa69..a9bb26e 100644
--- a/src/ckinfo.h.in
+++ b/src/ckinfo.h.in
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
@@ -26,7 +26,7 @@
void print_version() {
printf("ck version %d.%d.%d\n", CK_MAJOR_VERSION,
CK_MINOR_VERSION, CK_PATCH_VERSION);
- printf("%s", "ck Copyright (C) 2018 gramanas\n"
+ printf("%s", "ck Copyright (C) 2019 gramanas\n"
"This program comes with ABSOLUTELY NO WARRANTY.\n"
"This is free software, and you are welcome to redistribute it under\n"
"certain condition. See the LICENCE file in the source tree for details.\n");