diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-15 19:16:28 -0400 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-05-23 17:40:59 +0200 |
commit | cca381ce1756abc04e6863d06a4fe620759894b0 (patch) | |
tree | 652d626012b48722f97b7d05be8f6716713e0b54 /module/ice-9/command-line.scm | |
parent | 980d8265c2dc35d6e02e540c9041cbf0975dfede (diff) | |
download | guile-cca381ce1756abc04e6863d06a4fe620759894b0.tar.gz |
Update user-visible copyright years.
* doc/ref/guile.texi: Update years in copyright notice.
* module/ice-9/command-line.scm (version-etc): Update 'copyright-year'.
* module/system/repl/common.scm (*version*): Update copyright years.
Diffstat (limited to 'module/ice-9/command-line.scm')
-rw-r--r-- | module/ice-9/command-line.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/ice-9/command-line.scm b/module/ice-9/command-line.scm index 031528e24..aaaedb779 100644 --- a/module/ice-9/command-line.scm +++ b/module/ice-9/command-line.scm @@ -1,6 +1,6 @@ ;;; Parsing Guile's command-line -;;; Copyright (C) 1994-1998, 2000-2018 Free Software Foundation, Inc. +;;; Copyright (C) 1994-1998, 2000-2019 Free Software Foundation, Inc. ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -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 2018) + (copyright-year 2019) (copyright-holder "Free Software Foundation, Inc.") (copyright (format #f "Copyright (C) ~a ~a" copyright-year copyright-holder)) |