compile: Update copyright year.
authorLudovic Courtès <ludo@gnu.org>
Thu, 19 Jul 2018 15:58:39 +0000 (17:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 19 Jul 2018 16:00:19 +0000 (18:00 +0200)
* module/scripts/compile.scm (show-version): Update copyright year.

module/scripts/compile.scm

index 841acc43d416f88610809890e6011713067c0f29..ae96c9e1f562c39fa850d2d1668b953e92da7221 100644 (file)
@@ -156,7 +156,7 @@ options."
 
 (define (show-version)
   (format #t "compile (GNU Guile) ~A~%" (version))
-  (format #t "Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+  (format #t "Copyright (C) 2018 Free Software Foundation, Inc.
 License LGPLv3+: GNU LGPL version 3 or later <http://gnu.org/licenses/lgpl.html>.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.~%"))