mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +02:00
Update REPL copyright year to 2020
* module/system/repl/common.scm (*version*): Update.
This commit is contained in:
parent
eadeda40f5
commit
b47bf2434c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; Repl common routines
|
;;; Repl common routines
|
||||||
|
|
||||||
;; Copyright (C) 2001, 2008-2016, 2019 Free Software Foundation, Inc.
|
;; Copyright (C) 2001, 2008-2016, 2019-2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;;; This library is free software; you can redistribute it and/or
|
;;; This library is free software; you can redistribute it and/or
|
||||||
;;; modify it under the terms of the GNU Lesser General Public
|
;;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
(define *version*
|
(define *version*
|
||||||
(format #f "GNU Guile ~A
|
(format #f "GNU Guile ~A
|
||||||
Copyright (C) 1995-2019 Free Software Foundation, Inc.
|
Copyright (C) 1995-2020 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