diff options
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" |