diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-02-23 18:49:54 +0100 |
---|---|---|
committer | Dale Mellor <black-hole@rdmp.org> | 2020-02-27 21:03:47 +0000 |
commit | fb1d663383602aa9eac1c28d0f763001a43849c0 (patch) | |
tree | cbcc7f8bd98caa6018756b2416918ebcb75ecd0b /src/mcron | |
parent | 5794ea5a5b58344d375b3d099d51429040b9c1bb (diff) | |
download | mcron-fb1d663383602aa9eac1c28d0f763001a43849c0.tar.gz mcron-fb1d663383602aa9eac1c28d0f763001a43849c0.tar.bz2 mcron-fb1d663383602aa9eac1c28d0f763001a43849c0.zip |
utils: It's 2020!
* src/mcron/utils.scm (show-version): Update copyright year.
Diffstat (limited to 'src/mcron')
-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 00cf0c5..d8b1dc7 100644 --- a/src/mcron/utils.scm +++ b/src/mcron/utils.scm @@ -56,7 +56,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) 2018 the ~a authors. +Copyright (C) 2020 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" |