guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/04: compile: Update copyright year.


From: Ludovic Courtès
Subject: [Guile-commits] 04/04: compile: Update copyright year.
Date: Thu, 19 Jul 2018 12:00:26 -0400 (EDT)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit e45a33ce5884aaeae3add4144a262161333d495b
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 19 17:58:39 2018 +0200

    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 841acc4..ae96c9e 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 
<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.~%"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]