Update copyright years in '--version' and the manual.
authorLudovic Courtès <ludo@gnu.org>
Sun, 1 Jul 2018 16:54:32 +0000 (18:54 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 1 Jul 2018 21:33:26 +0000 (23:33 +0200)
* 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.

configure.ac
doc/ref/guile.texi
module/ice-9/command-line.scm

index 374b4297a77dfd3ae68d125a371cb7e155d776a4..b435229db69bb01ee485c4624d04cc4e578ba84c 100644 (file)
@@ -5,7 +5,8 @@ dnl
 define(GUILE_CONFIGURE_COPYRIGHT,[[
 
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
+  2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
+  2018 Free Software Foundation, Inc.
 
 This file is part of GUILE
 
index 4bc3b74d8cf9635863955532974a7e494f8b0d11..8cc4fe6fbc6155d3f51699d50dbd5b31fa37d94f 100644 (file)
@@ -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
index c4aa35ab212b2f999eed899ee7fbbb9dc356a116..031528e24843bf1c8e378b8be533d44ac106eb03 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Parsing Guile's command-line
 
-;;; Copyright (C) 1994-1998, 2000-2017 Free Software Foundation, Inc.
+;;; Copyright (C) 1994-1998, 2000-2018 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 2017)
+                      (copyright-year 2018)
                       (copyright-holder "Free Software Foundation, Inc.")
                       (copyright (format #f "Copyright (C) ~a ~a"
                                          copyright-year copyright-holder))