guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 39/47: Bump user-visible copyright years to 2015.


From: Andy Wingo
Subject: [Guile-commits] 39/47: Bump user-visible copyright years to 2015.
Date: Sun, 22 May 2016 18:23:06 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 95d146ff51741df1673ec650ff3774a99c72bbf3
Author: Mark H Weaver <address@hidden>
Date:   Sat Nov 28 12:38:16 2015 -0500

    Bump user-visible copyright years to 2015.
    
    * module/ice-9/command-line.scm (version-etc): Bump 'copyright-year' to
      2015.
    
    * module/system/repl/common.scm (*version*): Add 2015 to the range of
      copyright years.
---
 module/ice-9/command-line.scm |    2 +-
 module/system/repl/common.scm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/ice-9/command-line.scm b/module/ice-9/command-line.scm
index 0d2f3d6..83f301d 100644
--- a/module/ice-9/command-line.scm
+++ b/module/ice-9/command-line.scm
@@ -66,7 +66,7 @@ There is NO WARRANTY, to the extent permitted by law."))
 (define* (version-etc package version #:key
                       (port (current-output-port))
                       ;; FIXME: authors
-                      (copyright-year 2014)
+                      (copyright-year 2015)
                       (copyright-holder "Free Software Foundation, Inc.")
                       (copyright (format #f "Copyright (C) ~a ~a"
                                          copyright-year copyright-holder))
diff --git a/module/system/repl/common.scm b/module/system/repl/common.scm
index f0e6e03..3df7852 100644
--- a/module/system/repl/common.scm
+++ b/module/system/repl/common.scm
@@ -41,7 +41,7 @@
 
 (define *version*
   (format #f "GNU Guile ~A
-Copyright (C) 1995-2014 Free Software Foundation, Inc.
+Copyright (C) 1995-2015 Free Software Foundation, Inc.
 
 Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
 This program is free software, and you are welcome to redistribute it



reply via email to

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