aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parente26d00fc026da920f1b3ece7c76ffcab5bab6323 (diff)
downloadck-387b31f293347a8bc05dbd4c5f2d063a7b8bdba9.tar.gz
ck-387b31f293347a8bc05dbd4c5f2d063a7b8bdba9.tar.bz2
ck-387b31f293347a8bc05dbd4c5f2d063a7b8bdba9.zip
Copyright change to 2019
Diffstat (limited to 'src')
-rw-r--r--src/actions.h2
-rw-r--r--src/add.c2
-rw-r--r--src/ck.c2
-rw-r--r--src/ckerrlog.c2
-rw-r--r--src/ckerrlog.h2
-rw-r--r--src/ckinfo.h.in4
-rw-r--r--src/cklist.c2
-rw-r--r--src/cklist.h2
-rw-r--r--src/ckutil.c2
-rw-r--r--src/ckutil.h2
-rw-r--r--src/clparser.c2
-rw-r--r--src/clparser.h5
-rw-r--r--src/confparser.c2
-rw-r--r--src/confparser.h2
-rw-r--r--src/dblayer.c2
-rw-r--r--src/dblayer.h2
-rw-r--r--src/delete.c2
-rw-r--r--src/edit.c2
-rw-r--r--src/export.c2
-rw-r--r--src/help.c2
-rw-r--r--src/init.c2
-rw-r--r--src/list.c2
-rw-r--r--src/queries.c2
-rw-r--r--src/queries.h2
-rw-r--r--src/restore.c2
-rw-r--r--src/search.c2
26 files changed, 28 insertions, 29 deletions
diff --git a/src/actions.h b/src/actions.h
index 0cf4b8f..196c344 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
diff --git a/src/add.c b/src/add.c
index c38db24..6292106 100644
--- a/src/add.c
+++ b/src/add.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/ck.c b/src/ck.c
index 1364d23..559ecc4 100644
--- a/src/ck.c
+++ b/src/ck.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/ckerrlog.c b/src/ckerrlog.c
index 5605fbd..a8df123 100644
--- a/src/ckerrlog.c
+++ b/src/ckerrlog.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/ckerrlog.h b/src/ckerrlog.h
index c5555e4..264e98b 100644
--- a/src/ckerrlog.h
+++ b/src/ckerrlog.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
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");
diff --git a/src/cklist.c b/src/cklist.c
index 4ba51bc..ed34339 100644
--- a/src/cklist.c
+++ b/src/cklist.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/cklist.h b/src/cklist.h
index da41782..29c6caf 100644
--- a/src/cklist.h
+++ b/src/cklist.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
diff --git a/src/ckutil.c b/src/ckutil.c
index 9eed9a5..0410269 100644
--- a/src/ckutil.c
+++ b/src/ckutil.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/ckutil.h b/src/ckutil.h
index 60d715f..778191f 100644
--- a/src/ckutil.h
+++ b/src/ckutil.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
diff --git a/src/clparser.c b/src/clparser.c
index fbcd3ee..6644808 100644
--- a/src/clparser.c
+++ b/src/clparser.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/clparser.h b/src/clparser.h
index 242f414..abf291f 100644
--- a/src/clparser.h
+++ b/src/clparser.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
@@ -61,8 +61,7 @@ struct UserOptions {
};
-/* Parse cli args, fill UserOpt struct
- * and return the result enum */
+/* Parse cli args, fill UserOpt struct */
int parse_action(int argc, const char **argv, UserOpt *opt);
CkAction parser_get_action(const char *name, char *actionName);
char * get_possible_action_strings(char *dest, CkAction ckAction);
diff --git a/src/confparser.c b/src/confparser.c
index fe1c19a..7956a56 100644
--- a/src/confparser.c
+++ b/src/confparser.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/confparser.h b/src/confparser.h
index 61f03f4..8a986f4 100644
--- a/src/confparser.h
+++ b/src/confparser.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
diff --git a/src/dblayer.c b/src/dblayer.c
index 3a8dd4f..5499cd8 100644
--- a/src/dblayer.c
+++ b/src/dblayer.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/dblayer.h b/src/dblayer.h
index fb3ab90..f1f4a51 100644
--- a/src/dblayer.h
+++ b/src/dblayer.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
diff --git a/src/delete.c b/src/delete.c
index 00f51f8..1e5a5ed 100644
--- a/src/delete.c
+++ b/src/delete.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/edit.c b/src/edit.c
index b41f748..e1c933a 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/export.c b/src/export.c
index b9f6aa3..e2c61f8 100644
--- a/src/export.c
+++ b/src/export.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/help.c b/src/help.c
index ead8d45..4d32b10 100644
--- a/src/help.c
+++ b/src/help.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/init.c b/src/init.c
index e6422bf..0f7e99e 100644
--- a/src/init.c
+++ b/src/init.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/list.c b/src/list.c
index 144dd41..1fd0326 100644
--- a/src/list.c
+++ b/src/list.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/queries.c b/src/queries.c
index ddd9250..8b0a6e8 100644
--- a/src/queries.c
+++ b/src/queries.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/queries.h b/src/queries.h
index aaaa862..ddc8bae 100644
--- a/src/queries.h
+++ b/src/queries.h
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -----------------------------------------------------------------------------
diff --git a/src/restore.c b/src/restore.c
index 426e803..a4edd94 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */
diff --git a/src/search.c b/src/search.c
index a76bb29..126a944 100644
--- a/src/search.c
+++ b/src/search.c
@@ -4,7 +4,7 @@
*
* -----------------------------------------------------------------------------
*
- * Copyright (C) 2018 Anastasis Grammenos
+ * Copyright (C) 2019 Anastasis Grammenos
* GPLv3 (see LICENCE for the full notice)
*
* -------------------------------------------------------------------------- */