diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-01 18:54:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-01 23:33:26 +0200 |
commit | be1e6e6ab0133cfd9ae217478a228ee93f6c8015 (patch) | |
tree | 92c751075d70683109f8299b2c3ac37c33d38eca /doc | |
parent | 533e3ff1708fef5cd00d4c0e836d7eb9f1536e0c (diff) |
Update copyright years in '--version' and the manual.
* module/ice-9/command-line.scm (version-etc): Change #:copyright-year
to 2018.
* doc/ref/guile.texi: Add 2017 and 2018 to the copyright years.
* configure.ac (GUILE_CONFIGURE_COPYRIGHT): Add 2018.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ref/guile.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 4bc3b74d8..8cc4fe6fb 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -14,7 +14,8 @@ This manual documents Guile version @value{VERSION}. Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009, -2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation. +2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software +Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or |