From e45a33ce5884aaeae3add4144a262161333d495b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 19 Jul 2018 17:58:39 +0200 Subject: [PATCH] compile: Update copyright year. * module/scripts/compile.scm (show-version): Update copyright year. --- module/scripts/compile.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/scripts/compile.scm b/module/scripts/compile.scm index 841acc43d..ae96c9e1f 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -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 . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.~%"))