diff options
author | Andy Wingo <wingo@pobox.com> | 2012-06-22 12:29:08 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-06-22 12:33:20 +0200 |
commit | 5cfa385db721222069aa5a74421cbac6e6cee26a (patch) | |
tree | 4422ed65fb0de3f3ca6601e4944dbc4239fbb4a3 | |
parent | 4d1ae112792cb8faaa1f42b5c7332e9de05001ee (diff) | |
download | guile-5cfa385db721222069aa5a74421cbac6e6cee26a.tar.gz |
update version-etc copyright year
* module/ice-9/command-line.scm (version-etc): Update copyright year to
2012.
-rw-r--r-- | module/ice-9/command-line.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/command-line.scm b/module/ice-9/command-line.scm index 8aed74ec6..62a2c9e4f 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 2011) + (copyright-year 2012) (copyright-holder "Free Software Foundation, Inc.") (copyright (format #f "Copyright (C) ~a ~a" copyright-year copyright-holder)) |