AboutSummaryRefsLogTreeCommitDiffStats
path: root/src
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-03-25 03:09:29 +0200
committerMathieu Lirzin <mthl@gnu.org>2018-03-25 03:09:29 +0200
commitc20e4cc0aa12dc75e7aeefff6c45dabe285d954d (patch)
tree7c7ce5102ffdbd1002cb0a0219dd7cf0936f5239 /src
parent4d636af87621211354cc716e92cd9fe4e1200500 (diff)
downloadmcron-c20e4cc0aa12dc75e7aeefff6c45dabe285d954d.tar.gz
mcron-c20e4cc0aa12dc75e7aeefff6c45dabe285d954d.tar.bz2
mcron-c20e4cc0aa12dc75e7aeefff6c45dabe285d954d.zip
utils: It's 2018!
* src/mcron/utils.scm (show-version): Update copyright.
Diffstat (limited to 'src')
-rw-r--r--src/mcron/utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcron/utils.scm b/src/mcron/utils.scm
index 98afaf0..da72ea5 100644
--- a/src/mcron/utils.scm
+++ b/src/mcron/utils.scm
@@ -66,7 +66,7 @@ and exit with its error code."
(short-name (cadr (string-split name #\space)))
(version config-package-version))
(simple-format #t "~a (~a) ~a
-Copyright (C) 2015 the ~a authors.
+Copyright (C) 2018 the ~a authors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.\n"