diff options
author | Mark H Weaver <mhw@netris.org> | 2015-11-28 12:38:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-11-28 12:38:16 -0500 |
commit | 5c9a8ecd017f4d2150b1ed33268e63cc5555211c (patch) | |
tree | f126dd2bf1f1026cf584cce20a1921d04b50dc91 /module/system/repl/common.scm | |
parent | e94a42c7f05d4b816dcb62c139dd65291a11dd78 (diff) | |
download | guile-5c9a8ecd017f4d2150b1ed33268e63cc5555211c.tar.gz |
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.
Diffstat (limited to 'module/system/repl/common.scm')
-rw-r--r-- | module/system/repl/common.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/common.scm b/module/system/repl/common.scm index c72629828..edf15d8f2 100644 --- a/module/system/repl/common.scm +++ b/module/system/repl/common.scm @@ -40,7 +40,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 |