aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckinfo.h.in
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2019-02-19 17:36:20 +0200
committergramanas <anastasis.gramm2@gmail.com>2019-02-19 17:36:20 +0200
commit387b31f293347a8bc05dbd4c5f2d063a7b8bdba9 (patch)
tree918c20df7da2eeafd15e2e43544ec96655f9c981 /src/ckinfo.h.in
parente26d00fc026da920f1b3ece7c76ffcab5bab6323 (diff)
downloadck-387b31f293347a8bc05dbd4c5f2d063a7b8bdba9.tar.gz
ck-387b31f293347a8bc05dbd4c5f2d063a7b8bdba9.tar.bz2
ck-387b31f293347a8bc05dbd4c5f2d063a7b8bdba9.zip
Copyright change to 2019
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");