mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
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.
This commit is contained in:
parent
e94a42c7f0
commit
5c9a8ecd01
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ There is NO WARRANTY, to the extent permitted by law."))
|
||||||
(define* (version-etc package version #:key
|
(define* (version-etc package version #:key
|
||||||
(port (current-output-port))
|
(port (current-output-port))
|
||||||
;; FIXME: authors
|
;; FIXME: authors
|
||||||
(copyright-year 2014)
|
(copyright-year 2015)
|
||||||
(copyright-holder "Free Software Foundation, Inc.")
|
(copyright-holder "Free Software Foundation, Inc.")
|
||||||
(copyright (format #f "Copyright (C) ~a ~a"
|
(copyright (format #f "Copyright (C) ~a ~a"
|
||||||
copyright-year copyright-holder))
|
copyright-year copyright-holder))
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
(define *version*
|
(define *version*
|
||||||
(format #f "GNU Guile ~A
|
(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'.
|
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
|
||||||
This program is free software, and you are welcome to redistribute it
|
This program is free software, and you are welcome to redistribute it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue