diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-25 03:09:29 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-25 03:09:29 +0200 |
commit | c20e4cc0aa12dc75e7aeefff6c45dabe285d954d (patch) | |
tree | 7c7ce5102ffdbd1002cb0a0219dd7cf0936f5239 /src/mcron/utils.scm | |
parent | 4d636af87621211354cc716e92cd9fe4e1200500 (diff) | |
download | mcron-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/mcron/utils.scm')
-rw-r--r-- | src/mcron/utils.scm | 2 |
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" |