bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 20/22] package: bump copyrights to 2021


From: Akim Demaille
Subject: [PATCH 20/22] package: bump copyrights to 2021
Date: Sat, 23 Jan 2021 15:55:59 +0100

Run 'make update-copyright'.
---
 AUTHORS                                   |  2 +-
 ChangeLog-2012                            |  2 +-
 Makefile.am                               |  2 +-
 NEWS                                      |  2 +-
 PACKAGING                                 |  2 +-
 README                                    |  2 +-
 README-alpha                              |  2 +-
 README-hacking.md                         |  2 +-
 THANKS                                    |  2 +-
 TODO                                      |  2 +-
 bootstrap.conf                            |  2 +-
 build-aux/Darwin.valgrind                 |  2 +-
 build-aux/Linux.valgrind                  |  2 +-
 build-aux/cross-options.pl                |  2 +-
 build-aux/local.mk                        |  2 +-
 build-aux/update-b4-copyright             |  2 +-
 build-aux/update-package-copyright-year   |  2 +-
 build-aux/update-test                     |  2 +-
 cfg.mk                                    |  2 +-
 configure.ac                              |  4 ++--
 data/README.md                            |  2 +-
 data/bison-default.css                    |  2 +-
 data/local.mk                             |  2 +-
 data/skeletons/bison.m4                   |  2 +-
 data/skeletons/c++-skel.m4                |  2 +-
 data/skeletons/c++.m4                     |  2 +-
 data/skeletons/c-like.m4                  |  2 +-
 data/skeletons/c-skel.m4                  |  2 +-
 data/skeletons/c.m4                       |  2 +-
 data/skeletons/d-skel.m4                  |  2 +-
 data/skeletons/d.m4                       |  2 +-
 data/skeletons/glr.c                      |  6 +++---
 data/skeletons/glr.cc                     |  4 ++--
 data/skeletons/java-skel.m4               |  2 +-
 data/skeletons/java.m4                    |  2 +-
 data/skeletons/lalr1.cc                   |  4 ++--
 data/skeletons/lalr1.d                    |  4 ++--
 data/skeletons/lalr1.java                 |  4 ++--
 data/skeletons/location.cc                |  4 ++--
 data/skeletons/stack.hh                   |  2 +-
 data/skeletons/variant.hh                 |  2 +-
 data/skeletons/yacc.c                     |  4 ++--
 data/xslt/bison.xsl                       |  2 +-
 data/xslt/xml2dot.xsl                     |  2 +-
 data/xslt/xml2text.xsl                    |  2 +-
 data/xslt/xml2xhtml.xsl                   |  2 +-
 doc/bison.texi                            | 20 ++++++++++----------
 doc/local.mk                              |  2 +-
 doc/refcard.tex                           |  2 +-
 etc/README.md                             |  2 +-
 etc/bench.pl.in                           |  2 +-
 etc/local.mk                              |  2 +-
 examples/README.md                        |  2 +-
 examples/c++/README.md                    |  2 +-
 examples/c++/calc++/README.md             |  2 +-
 examples/c++/calc++/calc++.test           |  2 +-
 examples/c++/calc++/local.mk              |  2 +-
 examples/c++/local.mk                     |  2 +-
 examples/c++/variant-11.test              |  2 +-
 examples/c++/variant-11.yy                |  2 +-
 examples/c++/variant.test                 |  2 +-
 examples/c++/variant.yy                   |  2 +-
 examples/c/README.md                      |  2 +-
 examples/c/bistromathic/README.md         |  2 +-
 examples/c/bistromathic/bistromathic.test |  2 +-
 examples/c/bistromathic/local.mk          |  2 +-
 examples/c/bistromathic/parse.y           |  2 +-
 examples/c/calc/README.md                 |  2 +-
 examples/c/calc/calc.test                 |  2 +-
 examples/c/calc/local.mk                  |  2 +-
 examples/c/lexcalc/README.md              |  2 +-
 examples/c/lexcalc/lexcalc.test           |  2 +-
 examples/c/lexcalc/local.mk               |  2 +-
 examples/c/lexcalc/parse.y                |  2 +-
 examples/c/lexcalc/scan.l                 |  2 +-
 examples/c/local.mk                       |  2 +-
 examples/c/mfcalc/local.mk                |  2 +-
 examples/c/mfcalc/mfcalc.test             |  2 +-
 examples/c/pushcalc/README.md             |  2 +-
 examples/c/pushcalc/calc.test             |  2 +-
 examples/c/pushcalc/calc.y                |  2 +-
 examples/c/pushcalc/local.mk              |  2 +-
 examples/c/reccalc/README.md              |  2 +-
 examples/c/reccalc/local.mk               |  2 +-
 examples/c/reccalc/parse.y                |  2 +-
 examples/c/reccalc/reccalc.test           |  2 +-
 examples/c/reccalc/scan.l                 |  2 +-
 examples/c/rpcalc/local.mk                |  2 +-
 examples/c/rpcalc/rpcalc.test             |  2 +-
 examples/d/README.md                      |  2 +-
 examples/d/calc.test                      |  2 +-
 examples/d/calc.y                         |  2 +-
 examples/d/local.mk                       |  2 +-
 examples/extexi                           |  2 +-
 examples/java/README.md                   |  2 +-
 examples/java/calc/Calc.test              |  2 +-
 examples/java/calc/Calc.y                 |  2 +-
 examples/java/calc/local.mk               |  2 +-
 examples/java/local.mk                    |  2 +-
 examples/java/simple/Calc.test            |  2 +-
 examples/java/simple/Calc.y               |  2 +-
 examples/java/simple/local.mk             |  2 +-
 examples/local.mk                         |  2 +-
 examples/test                             |  2 +-
 lib/get-errno.c                           |  2 +-
 lib/get-errno.h                           |  2 +-
 lib/local.mk                              |  2 +-
 lib/main.c                                |  2 +-
 lib/path-join.c                           |  2 +-
 lib/path-join.h                           |  2 +-
 lib/timevar.def                           |  2 +-
 lib/yyerror.c                             |  2 +-
 m4/bison-check-compiler-flag.m4           |  2 +-
 m4/bison-cxx-std.m4                       |  2 +-
 m4/bison-i18n.m4                          |  2 +-
 m4/c-working.m4                           |  2 +-
 m4/cxx.m4                                 |  2 +-
 m4/flex.m4                                |  2 +-
 src/AnnotationList.c                      |  2 +-
 src/AnnotationList.h                      |  2 +-
 src/InadequacyList.c                      |  2 +-
 src/InadequacyList.h                      |  2 +-
 src/Sbitset.c                             |  2 +-
 src/Sbitset.h                             |  2 +-
 src/assoc.c                               |  2 +-
 src/assoc.h                               |  2 +-
 src/closure.c                             |  2 +-
 src/closure.h                             |  2 +-
 src/complain.c                            |  2 +-
 src/complain.h                            |  2 +-
 src/conflicts.c                           |  2 +-
 src/conflicts.h                           |  2 +-
 src/counterexample.c                      |  2 +-
 src/counterexample.h                      |  2 +-
 src/derivation.c                          |  2 +-
 src/derivation.h                          |  2 +-
 src/derives.c                             |  2 +-
 src/derives.h                             |  2 +-
 src/files.c                               |  2 +-
 src/files.h                               |  2 +-
 src/fixits.c                              |  2 +-
 src/fixits.h                              |  2 +-
 src/flex-scanner.h                        |  2 +-
 src/getargs.c                             |  2 +-
 src/getargs.h                             |  2 +-
 src/glyphs.c                              |  2 +-
 src/glyphs.h                              |  2 +-
 src/gram.c                                |  2 +-
 src/gram.h                                |  2 +-
 src/graphviz.c                            |  2 +-
 src/graphviz.h                            |  2 +-
 src/ielr.c                                |  2 +-
 src/ielr.h                                |  2 +-
 src/lalr.c                                |  2 +-
 src/lalr.h                                |  2 +-
 src/local.mk                              |  2 +-
 src/location.c                            |  2 +-
 src/location.h                            |  2 +-
 src/lr0.c                                 |  2 +-
 src/lr0.h                                 |  2 +-
 src/lssi.c                                |  2 +-
 src/lssi.h                                |  2 +-
 src/main.c                                |  2 +-
 src/muscle-tab.c                          |  2 +-
 src/muscle-tab.h                          |  2 +-
 src/named-ref.c                           |  2 +-
 src/named-ref.h                           |  2 +-
 src/nullable.c                            |  2 +-
 src/nullable.h                            |  2 +-
 src/output.c                              |  2 +-
 src/output.h                              |  2 +-
 src/parse-gram.c                          |  2 +-
 src/parse-gram.h                          |  2 +-
 src/parse-gram.y                          |  2 +-
 src/parse-simulation.c                    |  2 +-
 src/parse-simulation.h                    |  2 +-
 src/print-graph.c                         |  2 +-
 src/print-graph.h                         |  2 +-
 src/print-xml.c                           |  2 +-
 src/print-xml.h                           |  2 +-
 src/print.c                               |  2 +-
 src/print.h                               |  2 +-
 src/reader.c                              |  2 +-
 src/reader.h                              |  2 +-
 src/reduce.c                              |  2 +-
 src/reduce.h                              |  2 +-
 src/relation.c                            |  2 +-
 src/relation.h                            |  2 +-
 src/scan-code.h                           |  2 +-
 src/scan-code.l                           |  2 +-
 src/scan-gram.h                           |  2 +-
 src/scan-gram.l                           |  2 +-
 src/scan-skel.h                           |  2 +-
 src/scan-skel.l                           |  2 +-
 src/state-item.c                          |  2 +-
 src/state-item.h                          |  2 +-
 src/state.c                               |  2 +-
 src/state.h                               |  2 +-
 src/strversion.c                          |  2 +-
 src/strversion.h                          |  2 +-
 src/symlist.c                             |  2 +-
 src/symlist.h                             |  2 +-
 src/symtab.c                              |  2 +-
 src/symtab.h                              |  2 +-
 src/system.h                              |  2 +-
 src/tables.c                              |  2 +-
 src/tables.h                              |  2 +-
 src/uniqstr.c                             |  2 +-
 src/uniqstr.h                             |  2 +-
 tests/actions.at                          |  2 +-
 tests/atlocal.in                          |  2 +-
 tests/bison.in                            |  2 +-
 tests/c++.at                              |  2 +-
 tests/calc.at                             |  2 +-
 tests/conflicts.at                        |  2 +-
 tests/counterexample.at                   |  2 +-
 tests/cxx-type.at                         |  2 +-
 tests/diagnostics.at                      |  2 +-
 tests/existing.at                         |  2 +-
 tests/glr-regression.at                   |  2 +-
 tests/headers.at                          |  2 +-
 tests/input.at                            |  2 +-
 tests/java.at                             |  2 +-
 tests/javapush.at                         |  2 +-
 tests/linear                              |  2 +-
 tests/local.at                            |  2 +-
 tests/local.mk                            |  2 +-
 tests/m4.at                               |  2 +-
 tests/named-refs.at                       |  2 +-
 tests/output.at                           |  2 +-
 tests/push.at                             |  2 +-
 tests/reduce.at                           |  2 +-
 tests/regression.at                       |  2 +-
 tests/report.at                           |  2 +-
 tests/scanner.at                          |  2 +-
 tests/sets.at                             |  2 +-
 tests/skeletons.at                        |  2 +-
 tests/synclines.at                        |  2 +-
 tests/testsuite.at                        |  2 +-
 tests/torture.at                          |  2 +-
 tests/types.at                            |  2 +-
 241 files changed, 259 insertions(+), 259 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index e624c51bc..5991853df 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,7 +24,7 @@ and nasty bugs.
 
 -----
 
-Copyright (C) 1998-2015, 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 1998-2015, 2018-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/ChangeLog-2012 b/ChangeLog-2012
index d56c1267d..6ff8f0d73 100644
--- a/ChangeLog-2012
+++ b/ChangeLog-2012
@@ -26733,7 +26733,7 @@
 
        -----
 
-       Copyright (C) 1987-1988, 1991-2015, 2018-2020 Free Software
+       Copyright (C) 1987-1988, 1991-2015, 2018-2021 Free Software
        Foundation, Inc.
 
        Copying and distribution of this file, with or without
diff --git a/Makefile.am b/Makefile.am
index f94842c41..451af9622 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
-# Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index 1fd12f9f2..e9715723e 100644
--- a/NEWS
+++ b/NEWS
@@ -4554,7 +4554,7 @@ mode: outline
 fill-column: 76
 End:
 
-Copyright (C) 1995-2015, 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 1995-2015, 2018-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
diff --git a/PACKAGING b/PACKAGING
index d4bf6d84a..69bfc96e2 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005, 2009-2015, 2018-2020 Free Software Foundation,
+Copyright (C) 2002, 2005, 2009-2015, 2018-2021 Free Software Foundation,
 Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
diff --git a/README b/README
index 94f8a4f82..e97c65a6d 100644
--- a/README
+++ b/README
@@ -120,7 +120,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2015, 2018-2020 Free
+Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2015, 2018-2021 Free
 Software Foundation, Inc.
 
 This file is part of GNU bison, the GNU Compiler Compiler.
diff --git a/README-alpha b/README-alpha
index dbd0e88e2..3dff3b2e8 100644
--- a/README-alpha
+++ b/README-alpha
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004, 2009-2015, 2018-2020 Free Software Foundation,
+Copyright (C) 2002, 2004, 2009-2015, 2018-2021 Free Software Foundation,
 Inc.
 
 This file is part of GNU Bison.
diff --git a/README-hacking.md b/README-hacking.md
index b5245bb90..85bc73764 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -569,7 +569,7 @@ bootstrapped.
 
 <!--
 
-Copyright (C) 2002-2005, 2007-2015, 2018-2020 Free Software Foundation,
+Copyright (C) 2002-2005, 2007-2015, 2018-2021 Free Software Foundation,
 Inc.
 
 This file is part of GNU Bison.
diff --git a/THANKS b/THANKS
index 195153a63..d3b34c755 100644
--- a/THANKS
+++ b/THANKS
@@ -237,7 +237,7 @@ End:
 
 -----
 
-Copyright (C) 2000-2015, 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2000-2015, 2018-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
diff --git a/TODO b/TODO
index e98746789..208934361 100644
--- a/TODO
+++ b/TODO
@@ -877,7 +877,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2001-2004, 2006, 2008-2015, 2018-2020 Free Software
+Copyright (C) 2001-2004, 2006, 2008-2015, 2018-2021 Free Software
 Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
diff --git a/bootstrap.conf b/bootstrap.conf
index 577e30e51..a5180d615 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2006-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/build-aux/Darwin.valgrind b/build-aux/Darwin.valgrind
index dec3b3414..cb8b49736 100644
--- a/build-aux/Darwin.valgrind
+++ b/build-aux/Darwin.valgrind
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/build-aux/Linux.valgrind b/build-aux/Linux.valgrind
index a7ebd2c7e..2e0290f83 100644
--- a/build-aux/Linux.valgrind
+++ b/build-aux/Linux.valgrind
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/build-aux/cross-options.pl b/build-aux/cross-options.pl
index 31fe80653..754b4ee75 100755
--- a/build-aux/cross-options.pl
+++ b/build-aux/cross-options.pl
@@ -2,7 +2,7 @@
 
 # Generate a release announcement message.
 
-# Copyright (C) 2007-2020 Free Software Foundation, Inc.
+# Copyright (C) 2007-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/build-aux/local.mk b/build-aux/local.mk
index 8030dec2d..d95eaaaf8 100644
--- a/build-aux/local.mk
+++ b/build-aux/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2000-2015, 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2000-2015, 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/build-aux/update-b4-copyright b/build-aux/update-b4-copyright
index 856464361..86aa1014b 100755
--- a/build-aux/update-b4-copyright
+++ b/build-aux/update-b4-copyright
@@ -3,7 +3,7 @@
 # Update b4_copyright invocations or b4_copyright_years definitions to
 # include the current year.
 
-# Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/build-aux/update-package-copyright-year 
b/build-aux/update-package-copyright-year
index ad27b0ce1..ba7297a7d 100755
--- a/build-aux/update-package-copyright-year
+++ b/build-aux/update-package-copyright-year
@@ -2,7 +2,7 @@
 
 # In configure.ac, update PACKAGE_COPYRIGHT_YEAR to the current year.
 
-# Copyright (C) 2010-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/build-aux/update-test b/build-aux/update-test
index d63a95e4e..dd73e25af 100755
--- a/build-aux/update-test
+++ b/build-aux/update-test
@@ -2,7 +2,7 @@
 
 # Update expectations in an Autotest test suite.
 
-# Copyright (C) 2019-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cfg.mk b/cfg.mk
index 114aa8141..6725a1866 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 ## Customize maint.mk                           -*- makefile -*-
-## Copyright (C) 2008-2015, 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2008-2015, 2018-2021 Free Software Foundation, Inc.
 
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index 4993a2c6c..b1258fca4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
-# Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ AC_INIT([GNU Bison],
         [bug-bison@gnu.org],
         [],
         [https://www.gnu.org/software/bison/])
-AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2020])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2021])
 AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
                    [The copyright year for this package])
 
diff --git a/data/README.md b/data/README.md
index 59b220b0d..e6d985da0 100644
--- a/data/README.md
+++ b/data/README.md
@@ -193,7 +193,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2002, 2008-2015, 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2015, 2018-2021 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/data/bison-default.css b/data/bison-default.css
index 21e672d2b..aadaba178 100644
--- a/data/bison-default.css
+++ b/data/bison-default.css
@@ -1,5 +1,5 @@
 /* Default styling rules for Bison when doing terminal output.
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/data/local.mk b/data/local.mk
index 21106451a..67d251803 100644
--- a/data/local.mk
+++ b/data/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2002, 2005-2015, 2018-2020 Free Software Foundation,
+## Copyright (C) 2002, 2005-2015, 2018-2021 Free Software Foundation,
 ## Inc.
 
 ## This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/bison.m4 b/data/skeletons/bison.m4
index 156b0689d..5938bd752 100644
--- a/data/skeletons/bison.m4
+++ b/data/skeletons/bison.m4
@@ -2,7 +2,7 @@
 
 # Language-independent M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2002, 2004-2015, 2018-2021 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/c++-skel.m4 b/data/skeletons/c++-skel.m4
index 6d3becf5e..01ee793f6 100644
--- a/data/skeletons/c++-skel.m4
+++ b/data/skeletons/c++-skel.m4
@@ -2,7 +2,7 @@
 
 # C++ skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/c++.m4 b/data/skeletons/c++.m4
index 5081273fb..bd1a27bb2 100644
--- a/data/skeletons/c++.m4
+++ b/data/skeletons/c++.m4
@@ -2,7 +2,7 @@
 
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/c-like.m4 b/data/skeletons/c-like.m4
index 1e5ab02c8..d45b708be 100644
--- a/data/skeletons/c-like.m4
+++ b/data/skeletons/c-like.m4
@@ -2,7 +2,7 @@
 
 # Common code for C-like languages (C, C++, Java, etc.)
 
-# Copyright (C) 2012-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/c-skel.m4 b/data/skeletons/c-skel.m4
index 68d057cb7..4f1e5a838 100644
--- a/data/skeletons/c-skel.m4
+++ b/data/skeletons/c-skel.m4
@@ -2,7 +2,7 @@
 
 # C skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/c.m4 b/data/skeletons/c.m4
index 8a5c851ba..722fa7dc9 100644
--- a/data/skeletons/c.m4
+++ b/data/skeletons/c.m4
@@ -2,7 +2,7 @@
 
 # C M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2002, 2004-2015, 2018-2021 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/d-skel.m4 b/data/skeletons/d-skel.m4
index 89cd51148..c3943f78e 100644
--- a/data/skeletons/d-skel.m4
+++ b/data/skeletons/d-skel.m4
@@ -2,7 +2,7 @@
 
 # D skeleton dispatching for Bison.
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/d.m4 b/data/skeletons/d.m4
index 0c2835199..8633a6b5a 100644
--- a/data/skeletons/d.m4
+++ b/data/skeletons/d.m4
@@ -2,7 +2,7 @@
 
 # D language support for Bison
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/glr.c b/data/skeletons/glr.c
index b392dd728..e93aa5ac0 100644
--- a/data/skeletons/glr.c
+++ b/data/skeletons/glr.c
@@ -2,7 +2,7 @@
 
 # GLR skeleton for Bison
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -197,7 +197,7 @@ b4_glr_cc_if([],
 [b4_defines_if(
 [b4_output_begin([b4_spec_header_file])
 b4_copyright([Skeleton interface for Bison GLR parsers in C],
-             [2002-2015, 2018-2020])[
+             [2002-2015, 2018-2021])[
 ]b4_cpp_guard_open([b4_spec_mapped_header_file])[
 ]b4_shared_declarations[
 ]b4_cpp_guard_close([b4_spec_mapped_header_file])[
@@ -211,7 +211,7 @@ b4_copyright([Skeleton interface for Bison GLR parsers in 
C],
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
-             [2002-2015, 2018-2020])[
+             [2002-2015, 2018-2021])[
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
 ]b4_disclaimer[
diff --git a/data/skeletons/glr.cc b/data/skeletons/glr.cc
index cfff97737..403661726 100644
--- a/data/skeletons/glr.cc
+++ b/data/skeletons/glr.cc
@@ -1,6 +1,6 @@
 # C++ GLR skeleton for Bison
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -381,7 +381,7 @@ b4_percent_code_get([[requires]])[
 ]b4_defines_if(
 [b4_output_begin([b4_spec_header_file])
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-             [2002-2015, 2018-2020])[
+             [2002-2015, 2018-2021])[
 // C++ GLR parser skeleton written by Akim Demaille.
 
 ]b4_disclaimer[
diff --git a/data/skeletons/java-skel.m4 b/data/skeletons/java-skel.m4
index bcc8ebde5..0e59220ce 100644
--- a/data/skeletons/java-skel.m4
+++ b/data/skeletons/java-skel.m4
@@ -2,7 +2,7 @@
 
 # Java skeleton dispatching for Bison.
 
-# Copyright (C) 2007, 2009-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2007, 2009-2015, 2018-2021 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/data/skeletons/java.m4 b/data/skeletons/java.m4
index 7b4f7b5c7..57a69b788 100644
--- a/data/skeletons/java.m4
+++ b/data/skeletons/java.m4
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc
index c62c77d2e..1374d107e 100644
--- a/data/skeletons/lalr1.cc
+++ b/data/skeletons/lalr1.cc
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -160,7 +160,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))])])
 
 
 m4_pushdef([b4_copyright_years],
-           [2002-2015, 2018-2020])
+           [2002-2015, 2018-2021])
 
 m4_define([b4_parser_class],
           [b4_percent_define_get([[api.parser.class]])])
diff --git a/data/skeletons/lalr1.d b/data/skeletons/lalr1.d
index 761125cba..1a44bef82 100644
--- a/data/skeletons/lalr1.d
+++ b/data/skeletons/lalr1.d
@@ -1,6 +1,6 @@
 # D skeleton for Bison -*- autoconf -*-
 
-# Copyright (C) 2007-2012, 2019-2020 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2019-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@ m4_include(b4_skeletonsdir/[d.m4])
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in D],
-             [2007-2012, 2019-2020])[
+             [2007-2012, 2019-2021])[
 ]b4_disclaimer[
 ]b4_percent_define_ifdef([package], [module b4_percent_define_get([package]);
 ])[
diff --git a/data/skeletons/lalr1.java b/data/skeletons/lalr1.java
index b85c16a08..9e3ef8299 100644
--- a/data/skeletons/lalr1.java
+++ b/data/skeletons/lalr1.java
@@ -1,6 +1,6 @@
 # Java skeleton for Bison                           -*- autoconf -*-
 
-# Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -78,7 +78,7 @@ m4_define([b4_define_state],[[
 
 ]b4_output_begin([b4_parser_file_name])[
 ]b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
-              [2007-2015, 2018-2020])[
+              [2007-2015, 2018-2021])[
 ]b4_disclaimer[
 ]b4_percent_define_ifdef([api.package], [package 
b4_percent_define_get([api.package]);[
 ]])[
diff --git a/data/skeletons/location.cc b/data/skeletons/location.cc
index c96381e93..4ae5531f3 100644
--- a/data/skeletons/location.cc
+++ b/data/skeletons/location.cc
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002-2015, 2018-2020])
+           [2002-2015, 2018-2021])
 
 
 # b4_position_file
diff --git a/data/skeletons/stack.hh b/data/skeletons/stack.hh
index 38bff8ba1..2b85ea93c 100644
--- a/data/skeletons/stack.hh
+++ b/data/skeletons/stack.hh
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/variant.hh b/data/skeletons/variant.hh
index 2887ba616..a29b4b816 100644
--- a/data/skeletons/variant.hh
+++ b/data/skeletons/variant.hh
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/skeletons/yacc.c b/data/skeletons/yacc.c
index c695a0394..6aa3f5244 100644
--- a/data/skeletons/yacc.c
+++ b/data/skeletons/yacc.c
@@ -1,11 +1,11 @@
 #                                                            -*- C -*-
 # Yacc compatible skeleton for Bison
 
-# Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software
+# Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 m4_pushdef([b4_copyright_years],
-           [1984, 1989-1990, 2000-2015, 2018-2020])
+           [1984, 1989-1990, 2000-2015, 2018-2021])
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/data/xslt/bison.xsl b/data/xslt/bison.xsl
index d4936959f..2cf8d13b1 100644
--- a/data/xslt/bison.xsl
+++ b/data/xslt/bison.xsl
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+    Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/data/xslt/xml2dot.xsl b/data/xslt/xml2dot.xsl
index a8a5edffa..2933358f5 100644
--- a/data/xslt/xml2dot.xsl
+++ b/data/xslt/xml2dot.xsl
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+    Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/data/xslt/xml2text.xsl b/data/xslt/xml2text.xsl
index 6aad1526d..a62074800 100644
--- a/data/xslt/xml2text.xsl
+++ b/data/xslt/xml2text.xsl
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+    Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/data/xslt/xml2xhtml.xsl b/data/xslt/xml2xhtml.xsl
index 5fcfda675..e869c1c35 100644
--- a/data/xslt/xml2xhtml.xsl
+++ b/data/xslt/xml2xhtml.xsl
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
-    Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+    Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/doc/bison.texi b/doc/bison.texi
index 4e9bb58b7..0cb75060e 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -173,7 +173,7 @@
 This manual (@value{UPDATED}) is for GNU Bison (version @value{VERSION}),
 the GNU parser generator.
 
-Copyright @copyright{} 1988--1993, 1995, 1998--2015, 2018--2020 Free
+Copyright @copyright{} 1988--1993, 1995, 1998--2015, 2018--2021 Free
 Software Foundation, Inc.
 
 @quotation
@@ -1663,7 +1663,7 @@ after @samp{//}.
 @example
 /* Parser for rpcalc.   -*- C -*-
 
-   Copyright (C) 1988-1993, 1995, 1998-2015, 2018-2020 Free Software
+   Copyright (C) 1988-1993, 1995, 1998-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -2549,7 +2549,7 @@ Here are the C and Bison declarations for the 
multi-function calculator.
 @example
 /* Parser for mfcalc.   -*- C -*-
 
-   Copyright (C) 1988-1993, 1995, 1998-2015, 2018-2020 Free Software
+   Copyright (C) 1988-1993, 1995, 1998-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -2678,7 +2678,7 @@ provides for either functions or variables to be placed 
in the table.
 @example
 /* Functions for mfcalc.   -*- C -*-
 
-   Copyright (C) 1988-1993, 1995, 1998-2015, 2018-2020 Free Software
+   Copyright (C) 1988-1993, 1995, 1998-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -11988,7 +11988,7 @@ generate C++.
 @example
 /* Simple variant-based parser.   -*- C++ -*-
 
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -13084,7 +13084,7 @@ library components, and the declaration of the parser 
class.
 @example
 /* Driver for calc++.   -*- C++ -*-
 
-   Copyright (C) 2005--2015, 2018--2020 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -13180,7 +13180,7 @@ The implementation of the driver (@file{driver.cc}) is 
straightforward.
 @example
 /* Driver for calc++.   -*- C++ -*-
 
-   Copyright (C) 2005--2015, 2018--2020 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -13247,7 +13247,7 @@ designed the grammar for.
 @example
 /* Parser for calc++.   -*- C++ -*-
 
-   Copyright (C) 2005--2015, 2018--2020 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -13459,7 +13459,7 @@ then the parser's to get the set of defined tokens.
 @example
 /* Scanner for calc++.   -*- C++ -*-
 
-   Copyright (C) 2005--2015, 2018--2020 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -13714,7 +13714,7 @@ The top level file, @file{calc++.cc}, poses no problem.
 @example
 /* Main for calc++.   -*- C++ -*-
 
-   Copyright (C) 2005--2015, 2018--2020 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/doc/local.mk b/doc/local.mk
index f5590015e..f78501b60 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2003, 2005-2015, 2018-2020 Free Software
+## Copyright (C) 2001-2003, 2005-2015, 2018-2021 Free Software
 ## Foundation, Inc.
 
 ## This program is free software: you can redistribute it and/or modify
diff --git a/doc/refcard.tex b/doc/refcard.tex
index 23fd9a615..20cdc0675 100644
--- a/doc/refcard.tex
+++ b/doc/refcard.tex
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001, 2009--2015, 2018--2020 Free Software
+% Copyright (c) 1998, 2001, 2009--2015, 2018--2021 Free Software
 % Foundation, Inc.
 %
 % This file is part of Bison.
diff --git a/etc/README.md b/etc/README.md
index c7c67b4a6..996b640d2 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -22,7 +22,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2006, 2009-2015, 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/etc/bench.pl.in b/etc/bench.pl.in
index 96a92fb63..224521202 100755
--- a/etc/bench.pl.in
+++ b/etc/bench.pl.in
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2006, 2008-2015, 2018-2021 Free Software Foundation,
 # Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
diff --git a/etc/local.mk b/etc/local.mk
index d03db45f3..b62416ea6 100644
--- a/etc/local.mk
+++ b/etc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2008-2015, 2018-2020 Free Software Foundation,
+## Copyright (C) 2006, 2008-2015, 2018-2021 Free Software Foundation,
 ## Inc.
 
 ## This program is free software: you can redistribute it and/or modify
diff --git a/examples/README.md b/examples/README.md
index bfd14fad4..cc467dc0c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -17,7 +17,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 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
diff --git a/examples/c++/README.md b/examples/c++/README.md
index cbef00216..93cd09d52 100644
--- a/examples/c++/README.md
+++ b/examples/c++/README.md
@@ -46,7 +46,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 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
diff --git a/examples/c++/calc++/README.md b/examples/c++/calc++/README.md
index 2c0a8363f..6aaebc2aa 100644
--- a/examples/c++/calc++/README.md
+++ b/examples/c++/calc++/README.md
@@ -36,7 +36,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 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
diff --git a/examples/c++/calc++/calc++.test b/examples/c++/calc++/calc++.test
index e00bb466c..5e0848563 100755
--- a/examples/c++/calc++/calc++.test
+++ b/examples/c++/calc++/calc++.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c++/calc++/local.mk b/examples/c++/calc++/local.mk
index 00f47a483..6159f5534 100644
--- a/examples/c++/calc++/local.mk
+++ b/examples/c++/calc++/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2020 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2021 Free Software
 ## Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
diff --git a/examples/c++/local.mk b/examples/c++/local.mk
index a41613fda..4746c8fb4 100644
--- a/examples/c++/local.mk
+++ b/examples/c++/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c++/variant-11.test b/examples/c++/variant-11.test
index aa39315b0..c1e132158 100644
--- a/examples/c++/variant-11.test
+++ b/examples/c++/variant-11.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c++/variant-11.yy b/examples/c++/variant-11.yy
index 7d883232b..adcd7e301 100644
--- a/examples/c++/variant-11.yy
+++ b/examples/c++/variant-11.yy
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2008-2015, 2018-2020 Free Software Foundation, Inc.
+  Copyright (C) 2008-2015, 2018-2021 Free Software Foundation, Inc.
 
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
diff --git a/examples/c++/variant.test b/examples/c++/variant.test
index 9f77f8323..c21bc4268 100644
--- a/examples/c++/variant.test
+++ b/examples/c++/variant.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c++/variant.yy b/examples/c++/variant.yy
index 34527248c..a470f83f2 100644
--- a/examples/c++/variant.yy
+++ b/examples/c++/variant.yy
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2008-2015, 2018-2020 Free Software Foundation, Inc.
+  Copyright (C) 2008-2015, 2018-2021 Free Software Foundation, Inc.
 
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
diff --git a/examples/c/README.md b/examples/c/README.md
index aa7461f88..8b52099b1 100644
--- a/examples/c/README.md
+++ b/examples/c/README.md
@@ -81,7 +81,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 This file is part of GNU bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/bistromathic/README.md 
b/examples/c/bistromathic/README.md
index 5147cea48..cab5b31b3 100644
--- a/examples/c/bistromathic/README.md
+++ b/examples/c/bistromathic/README.md
@@ -32,7 +32,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2020 Free Software Foundation, Inc.
+Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/bistromathic/bistromathic.test 
b/examples/c/bistromathic/bistromathic.test
index 1a2148da7..6aa848aee 100755
--- a/examples/c/bistromathic/bistromathic.test
+++ b/examples/c/bistromathic/bistromathic.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c/bistromathic/local.mk b/examples/c/bistromathic/local.mk
index e9801ab25..af3bd63a7 100644
--- a/examples/c/bistromathic/local.mk
+++ b/examples/c/bistromathic/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020 Free Software Foundation, Inc.
+## Copyright (C) 2020-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c/bistromathic/parse.y b/examples/c/bistromathic/parse.y
index 718ec904a..2287004cf 100644
--- a/examples/c/bistromathic/parse.y
+++ b/examples/c/bistromathic/parse.y
@@ -1,6 +1,6 @@
 /* Parser and scanner for bistromathic.   -*- C -*-
 
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/calc/README.md b/examples/c/calc/README.md
index e994826ff..7cb5282d6 100644
--- a/examples/c/calc/README.md
+++ b/examples/c/calc/README.md
@@ -9,7 +9,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2019-2020 Free Software Foundation, Inc.
+Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/calc/calc.test b/examples/c/calc/calc.test
index d778cf754..e4b4a0ce9 100644
--- a/examples/c/calc/calc.test
+++ b/examples/c/calc/calc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2019-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c/calc/local.mk b/examples/c/calc/local.mk
index 503b034a3..b9a67e8cd 100644
--- a/examples/c/calc/local.mk
+++ b/examples/c/calc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2019-2020 Free Software Foundation, Inc.
+## Copyright (C) 2019-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c/lexcalc/README.md b/examples/c/lexcalc/README.md
index e0eddedfe..2636a21d0 100644
--- a/examples/c/lexcalc/README.md
+++ b/examples/c/lexcalc/README.md
@@ -11,7 +11,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/lexcalc/lexcalc.test b/examples/c/lexcalc/lexcalc.test
index 48a51575f..6ecc40052 100644
--- a/examples/c/lexcalc/lexcalc.test
+++ b/examples/c/lexcalc/lexcalc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c/lexcalc/local.mk b/examples/c/lexcalc/local.mk
index 636275c89..af9136ea6 100644
--- a/examples/c/lexcalc/local.mk
+++ b/examples/c/lexcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c/lexcalc/parse.y b/examples/c/lexcalc/parse.y
index d06a20363..7b2667999 100644
--- a/examples/c/lexcalc/parse.y
+++ b/examples/c/lexcalc/parse.y
@@ -1,6 +1,6 @@
 /* Parser for lexcalc.   -*- C -*-
 
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/lexcalc/scan.l b/examples/c/lexcalc/scan.l
index 3d71a3813..961cd49cd 100644
--- a/examples/c/lexcalc/scan.l
+++ b/examples/c/lexcalc/scan.l
@@ -1,6 +1,6 @@
 /* Scanner for lexcalc.   -*- C -*-
 
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/local.mk b/examples/c/local.mk
index 860d69945..a7a1edf83 100644
--- a/examples/c/local.mk
+++ b/examples/c/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c/mfcalc/local.mk b/examples/c/mfcalc/local.mk
index 69c91f71c..639e92379 100644
--- a/examples/c/mfcalc/local.mk
+++ b/examples/c/mfcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2020 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2021 Free Software
 ## Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
diff --git a/examples/c/mfcalc/mfcalc.test b/examples/c/mfcalc/mfcalc.test
index 2e759ee51..5f599cb0e 100755
--- a/examples/c/mfcalc/mfcalc.test
+++ b/examples/c/mfcalc/mfcalc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c/pushcalc/README.md b/examples/c/pushcalc/README.md
index 4cf6ea7ce..8ec1a3a75 100644
--- a/examples/c/pushcalc/README.md
+++ b/examples/c/pushcalc/README.md
@@ -20,7 +20,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2020 Free Software Foundation, Inc.
+Copyright (C) 2020-2021 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
diff --git a/examples/c/pushcalc/calc.test b/examples/c/pushcalc/calc.test
index 2241e1042..d63761b74 100644
--- a/examples/c/pushcalc/calc.test
+++ b/examples/c/pushcalc/calc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c/pushcalc/calc.y b/examples/c/pushcalc/calc.y
index 03ae04c49..08da28413 100644
--- a/examples/c/pushcalc/calc.y
+++ b/examples/c/pushcalc/calc.y
@@ -1,6 +1,6 @@
 /* Parser and scanner for pushcalc.   -*- C -*-
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/pushcalc/local.mk b/examples/c/pushcalc/local.mk
index 7f53a0c16..b02e6dc6e 100644
--- a/examples/c/pushcalc/local.mk
+++ b/examples/c/pushcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020 Free Software Foundation, Inc.
+## Copyright (C) 2020-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c/reccalc/README.md b/examples/c/reccalc/README.md
index 3bfab9e8e..b89911af2 100644
--- a/examples/c/reccalc/README.md
+++ b/examples/c/reccalc/README.md
@@ -26,7 +26,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 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
diff --git a/examples/c/reccalc/local.mk b/examples/c/reccalc/local.mk
index 41a128281..03511cb42 100644
--- a/examples/c/reccalc/local.mk
+++ b/examples/c/reccalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2019-2020 Free Software Foundation, Inc.
+## Copyright (C) 2019-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/c/reccalc/parse.y b/examples/c/reccalc/parse.y
index 3d3fbf4d1..dc3e6c494 100644
--- a/examples/c/reccalc/parse.y
+++ b/examples/c/reccalc/parse.y
@@ -1,6 +1,6 @@
 /* Parser for reccalc.   -*- C -*-
 
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/reccalc/reccalc.test b/examples/c/reccalc/reccalc.test
index 124de6bc2..ac3bc6d25 100644
--- a/examples/c/reccalc/reccalc.test
+++ b/examples/c/reccalc/reccalc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/c/reccalc/scan.l b/examples/c/reccalc/scan.l
index 1bf9773e0..1775c8ff6 100644
--- a/examples/c/reccalc/scan.l
+++ b/examples/c/reccalc/scan.l
@@ -1,6 +1,6 @@
 /* Scanner for reccalc.   -*- C -*-
 
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/c/rpcalc/local.mk b/examples/c/rpcalc/local.mk
index 0c3bfd8a7..0e36c52ea 100644
--- a/examples/c/rpcalc/local.mk
+++ b/examples/c/rpcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2020 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2021 Free Software
 ## Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
diff --git a/examples/c/rpcalc/rpcalc.test b/examples/c/rpcalc/rpcalc.test
index ef2fcfcff..f4905c40d 100755
--- a/examples/c/rpcalc/rpcalc.test
+++ b/examples/c/rpcalc/rpcalc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/d/README.md b/examples/d/README.md
index fe05ef274..4c5345447 100644
--- a/examples/d/README.md
+++ b/examples/d/README.md
@@ -15,7 +15,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 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
diff --git a/examples/d/calc.test b/examples/d/calc.test
index cf4f80a81..5eb7fcb43 100644
--- a/examples/d/calc.test
+++ b/examples/d/calc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/d/calc.y b/examples/d/calc.y
index b0dee9298..3ca8d1931 100644
--- a/examples/d/calc.y
+++ b/examples/d/calc.y
@@ -1,6 +1,6 @@
 /* Parser and scanner for calc in D.   -*- D -*-
 
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/d/local.mk b/examples/d/local.mk
index 4497e5a3b..7d69a1996 100644
--- a/examples/d/local.mk
+++ b/examples/d/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/extexi b/examples/extexi
index 948a92344..d9156ea55 100755
--- a/examples/extexi
+++ b/examples/extexi
@@ -3,7 +3,7 @@
 
 # This file is part of GNU Bison
 
-# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2015, 2018-2020 Free
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2015, 2018-2021 Free
 # Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/examples/java/README.md b/examples/java/README.md
index 25b7f27c3..57b4a6ba2 100644
--- a/examples/java/README.md
+++ b/examples/java/README.md
@@ -19,7 +19,7 @@ fill-column: 76
 ispell-dictionary: "american"
 End:
 
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 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
diff --git a/examples/java/calc/Calc.test b/examples/java/calc/Calc.test
index c4143b293..14bea8096 100644
--- a/examples/java/calc/Calc.test
+++ b/examples/java/calc/Calc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/java/calc/Calc.y b/examples/java/calc/Calc.y
index 1caa48b73..ecd47a261 100644
--- a/examples/java/calc/Calc.y
+++ b/examples/java/calc/Calc.y
@@ -1,6 +1,6 @@
 /* Parser and scanner for calc in Java.   -*- Java -*-
 
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/java/calc/local.mk b/examples/java/calc/local.mk
index ba370ee5d..38b60e2dd 100644
--- a/examples/java/calc/local.mk
+++ b/examples/java/calc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/java/local.mk b/examples/java/local.mk
index 447ae5282..077498a08 100644
--- a/examples/java/local.mk
+++ b/examples/java/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020 Free Software Foundation, Inc.
+## Copyright (C) 2020-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/java/simple/Calc.test b/examples/java/simple/Calc.test
index 70494124e..3e3bd5b9d 100644
--- a/examples/java/simple/Calc.test
+++ b/examples/java/simple/Calc.test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/examples/java/simple/Calc.y b/examples/java/simple/Calc.y
index 958bcd5ee..045c66a12 100644
--- a/examples/java/simple/Calc.y
+++ b/examples/java/simple/Calc.y
@@ -1,6 +1,6 @@
 /* Simple parser and scanner in Java.   -*- Java -*-
 
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/examples/java/simple/local.mk b/examples/java/simple/local.mk
index 8a167d8d1..76faa8369 100644
--- a/examples/java/simple/local.mk
+++ b/examples/java/simple/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/examples/local.mk b/examples/local.mk
index 51c2c5a23..09e1747bb 100644
--- a/examples/local.mk
+++ b/examples/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005, 2008-2015, 2018-2020 Free Software Foundation,
+## Copyright (C) 2005, 2008-2015, 2018-2021 Free Software Foundation,
 ## Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
diff --git a/examples/test b/examples/test
index 7590e1281..20f54d070 100755
--- a/examples/test
+++ b/examples/test
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/get-errno.c b/lib/get-errno.c
index ef3b71b4f..1db3800e4 100644
--- a/lib/get-errno.c
+++ b/lib/get-errno.c
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2006, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/lib/get-errno.h b/lib/get-errno.h
index b6550852f..af7617644 100644
--- a/lib/get-errno.h
+++ b/lib/get-errno.h
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2002, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/lib/local.mk b/lib/local.mk
index 9e6347869..db0b94897 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/lib/main.c b/lib/main.c
index 4a3015fe2..84f84ca0f 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2002, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/lib/path-join.c b/lib/path-join.c
index 411f33160..32e7f002a 100644
--- a/lib/path-join.c
+++ b/lib/path-join.c
@@ -1,5 +1,5 @@
 /* Concatenate path components.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
diff --git a/lib/path-join.h b/lib/path-join.h
index c4444a472..18b6190fe 100644
--- a/lib/path-join.h
+++ b/lib/path-join.h
@@ -1,5 +1,5 @@
 /* Concatenate path components.
-   Copyright (C) 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
diff --git a/lib/timevar.def b/lib/timevar.def
index 6e0d6ff05..baf76ecc4 100644
--- a/lib/timevar.def
+++ b/lib/timevar.def
@@ -1,7 +1,7 @@
 /* This file contains the definitions for timing variables used to -*- C -*-
    measure run-time performance of the compiler.
 
-   Copyright (C) 2002, 2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    Contributed by Akim Demaille <akim@freefriends.org>.
diff --git a/lib/yyerror.c b/lib/yyerror.c
index 1277ee21e..fe25d1fc4 100644
--- a/lib/yyerror.c
+++ b/lib/yyerror.c
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2002, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/m4/bison-check-compiler-flag.m4 b/m4/bison-check-compiler-flag.m4
index d71543acc..fc30a2901 100644
--- a/m4/bison-check-compiler-flag.m4
+++ b/m4/bison-check-compiler-flag.m4
@@ -2,7 +2,7 @@
 
 # serial 1
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff --git a/m4/bison-cxx-std.m4 b/m4/bison-cxx-std.m4
index 19f52f232..6f6717ae4 100644
--- a/m4/bison-cxx-std.m4
+++ b/m4/bison-cxx-std.m4
@@ -1,6 +1,6 @@
 # bison-cxx-std.m4 serial 1
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff --git a/m4/bison-i18n.m4 b/m4/bison-i18n.m4
index a531df85b..59ab5c47d 100644
--- a/m4/bison-i18n.m4
+++ b/m4/bison-i18n.m4
@@ -1,6 +1,6 @@
 # bison-i18n.m4 serial 2
 
-dnl Copyright (C) 2005-2006, 2009-2015, 2018-2020 Free Software
+dnl Copyright (C) 2005-2006, 2009-2015, 2018-2021 Free Software
 dnl Foundation, Inc.
 
 dnl This file is free software; the Free Software Foundation
diff --git a/m4/c-working.m4 b/m4/c-working.m4
index 97f06dcdb..81b479a13 100644
--- a/m4/c-working.m4
+++ b/m4/c-working.m4
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006, 2009-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2006, 2009-2015, 2018-2021 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/m4/cxx.m4 b/m4/cxx.m4
index c7dd0f905..d7c046fe1 100644
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
-# Copyright (C) 2004, 2006, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2004, 2006, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/m4/flex.m4 b/m4/flex.m4
index 911a689e1..914989ccc 100644
--- a/m4/flex.m4
+++ b/m4/flex.m4
@@ -1,5 +1,5 @@
 # flex.m4 serial 2
-# Copyright (C) 2012-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2015, 2018-2021 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
diff --git a/src/AnnotationList.c b/src/AnnotationList.c
index 92b6690f2..ab46551e6 100644
--- a/src/AnnotationList.c
+++ b/src/AnnotationList.c
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/AnnotationList.h b/src/AnnotationList.h
index a9f808c53..539e1990c 100644
--- a/src/AnnotationList.h
+++ b/src/AnnotationList.h
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/InadequacyList.c b/src/InadequacyList.c
index 6d7f19224..d9ae9a3ee 100644
--- a/src/InadequacyList.c
+++ b/src/InadequacyList.c
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/InadequacyList.h b/src/InadequacyList.h
index 317d9d5a5..29866198d 100644
--- a/src/InadequacyList.h
+++ b/src/InadequacyList.h
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/Sbitset.c b/src/Sbitset.c
index 3b1651032..03d748366 100644
--- a/src/Sbitset.c
+++ b/src/Sbitset.c
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/Sbitset.h b/src/Sbitset.h
index c54def4e4..6814ba8f1 100644
--- a/src/Sbitset.h
+++ b/src/Sbitset.h
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/assoc.c b/src/assoc.c
index 0c3de26fd..7337c0a3a 100644
--- a/src/assoc.c
+++ b/src/assoc.c
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2005-2006, 2008-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2005-2006, 2008-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/assoc.h b/src/assoc.h
index 9fdbb466f..1b4b7f311 100644
--- a/src/assoc.h
+++ b/src/assoc.h
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2006, 2008-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2006, 2008-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/closure.c b/src/closure.c
index 1ea77ee6a..a85d5e447 100644
--- a/src/closure.c
+++ b/src/closure.c
@@ -1,7 +1,7 @@
 /* Closures for Bison
 
    Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2015,
-   2018-2020 Free Software Foundation, Inc.
+   2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/closure.h b/src/closure.h
index 8fa1ed60b..2d426ae51 100644
--- a/src/closure.h
+++ b/src/closure.h
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/complain.c b/src/complain.c
index b17b8e60b..6a0723d4e 100644
--- a/src/complain.c
+++ b/src/complain.c
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2004-2006, 2009-2015, 2018-2020 Free
+   Copyright (C) 2000-2002, 2004-2006, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/src/complain.h b/src/complain.h
index 303d0a54c..9be0d052b 100644
--- a/src/complain.h
+++ b/src/complain.h
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2006, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2000-2002, 2006, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/src/conflicts.c b/src/conflicts.c
index b7280be7f..729a5ddd8 100644
--- a/src/conflicts.c
+++ b/src/conflicts.c
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000-2015, 2018-2020 Free Software
+   Copyright (C) 1984, 1989, 1992, 2000-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/conflicts.h b/src/conflicts.h
index d4e679f03..40b843ccf 100644
--- a/src/conflicts.h
+++ b/src/conflicts.h
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 2000-2002, 2004, 2007, 2009-2015, 2018-2020 Free
+   Copyright (C) 2000-2002, 2004, 2007, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/counterexample.c b/src/counterexample.c
index b4caef7d7..2ad2430fc 100644
--- a/src/counterexample.c
+++ b/src/counterexample.c
@@ -1,6 +1,6 @@
 /* Conflict counterexample generation
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/counterexample.h b/src/counterexample.h
index 735828fac..bf8b5573e 100644
--- a/src/counterexample.h
+++ b/src/counterexample.h
@@ -1,6 +1,6 @@
 /* Conflict counterexample generation
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/derivation.c b/src/derivation.c
index f1b37639a..4ce52fc75 100644
--- a/src/derivation.c
+++ b/src/derivation.c
@@ -1,6 +1,6 @@
 /* Counterexample derivation trees
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/derivation.h b/src/derivation.h
index 4dfba945d..4759c4ca8 100644
--- a/src/derivation.h
+++ b/src/derivation.h
@@ -1,6 +1,6 @@
 /* Counterexample derivation trees
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/derives.c b/src/derives.c
index f0d334c7c..9411f35bb 100644
--- a/src/derives.c
+++ b/src/derives.c
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/derives.h b/src/derives.h
index 33430e6ff..8df5419d8 100644
--- a/src/derives.h
+++ b/src/derives.h
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2009-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/files.c b/src/files.c
index 1f72730d0..8e771f5a0 100644
--- a/src/files.c
+++ b/src/files.c
@@ -1,6 +1,6 @@
 /* Open and close files for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/files.h b/src/files.h
index 22d1d750d..09dd67651 100644
--- a/src/files.h
+++ b/src/files.h
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2015, 2018-2020
+   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2015, 2018-2021
    Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/fixits.c b/src/fixits.c
index 701d2ad44..610fcb65e 100644
--- a/src/fixits.c
+++ b/src/fixits.c
@@ -1,6 +1,6 @@
 /* Support for fixing grammar files.
 
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/fixits.h b/src/fixits.h
index f79217a3d..a4ac44c3f 100644
--- a/src/fixits.h
+++ b/src/fixits.h
@@ -1,6 +1,6 @@
 /* Support for fixing grammar files.
 
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/src/flex-scanner.h b/src/flex-scanner.h
index 2acc9146e..08e6978ea 100644
--- a/src/flex-scanner.h
+++ b/src/flex-scanner.h
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2006, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/getargs.c b/src/getargs.c
index a15c07b5a..2e93a3954 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/getargs.h b/src/getargs.h
index 538266878..2c21f93f8 100644
--- a/src/getargs.h
+++ b/src/getargs.h
@@ -1,6 +1,6 @@
 /* Parse command line arguments for bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/glyphs.c b/src/glyphs.c
index dcd7f0c70..898781af9 100644
--- a/src/glyphs.c
+++ b/src/glyphs.c
@@ -1,6 +1,6 @@
 /* Graphical symbols.
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/glyphs.h b/src/glyphs.h
index 0af7e23c5..ceee68f16 100644
--- a/src/glyphs.h
+++ b/src/glyphs.h
@@ -1,6 +1,6 @@
 /* Graphical symbols.
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/gram.c b/src/gram.c
index cc5e54b58..f011ec81f 100644
--- a/src/gram.c
+++ b/src/gram.c
@@ -1,6 +1,6 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/gram.h b/src/gram.h
index c6ce41949..eb5c29042 100644
--- a/src/gram.h
+++ b/src/gram.h
@@ -1,6 +1,6 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2015, 2018-2020
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2015, 2018-2021
    Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/graphviz.c b/src/graphviz.c
index e75bbb193..4c0239c0d 100644
--- a/src/graphviz.c
+++ b/src/graphviz.c
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/graphviz.h b/src/graphviz.h
index ead22ffd5..efad84719 100644
--- a/src/graphviz.h
+++ b/src/graphviz.h
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2010-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2006, 2010-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/ielr.c b/src/ielr.c
index 93fe3ac2f..76d46a5de 100644
--- a/src/ielr.c
+++ b/src/ielr.c
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/ielr.h b/src/ielr.h
index bb62625a0..9b3cf4703 100644
--- a/src/ielr.h
+++ b/src/ielr.h
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/lalr.c b/src/lalr.c
index 0f5d7147a..43ea0be58 100644
--- a/src/lalr.c
+++ b/src/lalr.c
@@ -1,6 +1,6 @@
 /* Compute lookahead criteria for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2015, 2018-2020 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/lalr.h b/src/lalr.h
index f94123a4b..1f743d45a 100644
--- a/src/lalr.h
+++ b/src/lalr.h
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for bison,
 
    Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006-2007,
-   2009-2015, 2018-2020 Free Software Foundation, Inc.
+   2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/local.mk b/src/local.mk
index 08ff62be1..11e8d4582 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/src/location.c b/src/location.c
index 418a728da..7d96cc867 100644
--- a/src/location.c
+++ b/src/location.c
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2005-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2002, 2005-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/location.h b/src/location.h
index d351cb0e3..65c75f001 100644
--- a/src/location.h
+++ b/src/location.h
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2004-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2002, 2004-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/lr0.c b/src/lr0.c
index fc3d0f4d9..5d6f8470b 100644
--- a/src/lr0.c
+++ b/src/lr0.c
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/lr0.h b/src/lr0.h
index 31366dbde..0daf7f714 100644
--- a/src/lr0.h
+++ b/src/lr0.h
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/lssi.c b/src/lssi.c
index 44dd819be..245461a94 100644
--- a/src/lssi.c
+++ b/src/lssi.c
@@ -1,6 +1,6 @@
 /* Lookahead sensitive state item searches for counterexample generation
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/lssi.h b/src/lssi.h
index 6aaf2bc4c..cbb53f8d0 100644
--- a/src/lssi.h
+++ b/src/lssi.h
@@ -1,6 +1,6 @@
 /* Lookahead sensitive state item searches for counterexample generation
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/main.c b/src/main.c
index 70954d5b0..edc129e51 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /* Top level entry point of Bison.
 
    Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2015,
-   2018-2020 Free Software Foundation, Inc.
+   2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/muscle-tab.c b/src/muscle-tab.c
index c0c666903..c2ba2ab64 100644
--- a/src/muscle-tab.c
+++ b/src/muscle-tab.c
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/muscle-tab.h b/src/muscle-tab.h
index a0dd2020a..30b50f9ff 100644
--- a/src/muscle-tab.h
+++ b/src/muscle-tab.h
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison,
 
-   Copyright (C) 2001-2003, 2006-2015, 2018-2020 Free Software
+   Copyright (C) 2001-2003, 2006-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/named-ref.c b/src/named-ref.c
index 6e639ac22..7a81456ee 100644
--- a/src/named-ref.c
+++ b/src/named-ref.c
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/named-ref.h b/src/named-ref.h
index 250c713fa..6a8381227 100644
--- a/src/named-ref.h
+++ b/src/named-ref.h
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/nullable.c b/src/nullable.c
index d982987f7..8661000ba 100644
--- a/src/nullable.c
+++ b/src/nullable.c
@@ -1,6 +1,6 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2006, 2009-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 2000-2006, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/nullable.h b/src/nullable.h
index 236c50541..4d02c759c 100644
--- a/src/nullable.h
+++ b/src/nullable.h
@@ -1,6 +1,6 @@
 /* Part of the bison parser generator,
 
-   Copyright (C) 2000, 2002, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2000, 2002, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/output.c b/src/output.c
index 5c87d5b48..b34feb626 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2020 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/output.h b/src/output.h
index 641013063..45172f54e 100644
--- a/src/output.h
+++ b/src/output.h
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for bison,
 
-   Copyright (C) 2000-2003, 2006-2007, 2009-2015, 2018-2020 Free
+   Copyright (C) 2000-2003, 2006-2007, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/parse-gram.c b/src/parse-gram.c
index 5b1ac0a6b..dd5686277 100644
--- a/src/parse-gram.c
+++ b/src/parse-gram.c
@@ -2,7 +2,7 @@
 
 /* Bison implementation for Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software 
Foundation,
+   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software 
Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 7dbd0ffdd..1cd9c99ce 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -2,7 +2,7 @@
 
 /* Bison interface for Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software 
Foundation,
+   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software 
Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/src/parse-gram.y b/src/parse-gram.y
index 2b24ac176..76773ff1b 100644
--- a/src/parse-gram.y
+++ b/src/parse-gram.y
@@ -1,6 +1,6 @@
 /* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/parse-simulation.c b/src/parse-simulation.c
index 70bfb1777..93dbc03ff 100644
--- a/src/parse-simulation.c
+++ b/src/parse-simulation.c
@@ -1,6 +1,6 @@
 /* Parser simulator for unifying counterexample search
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/parse-simulation.h b/src/parse-simulation.h
index 92eea21ce..0331a3216 100644
--- a/src/parse-simulation.h
+++ b/src/parse-simulation.h
@@ -1,6 +1,6 @@
 /* Parser simulator for unifying counterexample search
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/print-graph.c b/src/print-graph.c
index 48836f266..379093ad1 100644
--- a/src/print-graph.c
+++ b/src/print-graph.c
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2001-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/print-graph.h b/src/print-graph.h
index c31a5ca28..78f83f15a 100644
--- a/src/print-graph.h
+++ b/src/print-graph.h
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2000, 2006, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2000, 2006, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/print-xml.c b/src/print-xml.c
index c509089f9..9d6fbd5fc 100644
--- a/src/print-xml.c
+++ b/src/print-xml.c
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
-   Copyright (C) 2007, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2007, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/print-xml.h b/src/print-xml.h
index 51d3c15cc..3ef0d57a5 100644
--- a/src/print-xml.h
+++ b/src/print-xml.h
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2007, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/print.c b/src/print.c
index 7ef3ba4d7..abd956ddf 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2015, 2018-2020
+   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2015, 2018-2021
    Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/print.h b/src/print.h
index 027abce46..b3c52542b 100644
--- a/src/print.h
+++ b/src/print.h
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 2000, 2009-2015, 2018-2020 Free Software Foundation,
+   Copyright (C) 2000, 2009-2015, 2018-2021 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/reader.c b/src/reader.c
index a43c5e41d..2f8f33f5a 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
    Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
-   2009-2015, 2018-2020 Free Software Foundation, Inc.
+   2009-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/reader.h b/src/reader.h
index 2fde52c66..72807b023 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -1,6 +1,6 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000-2003, 2005-2007, 2009-2015, 2018-2020 Free
+   Copyright (C) 2000-2003, 2005-2007, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/reduce.c b/src/reduce.c
index 0061b6873..b6130cce6 100644
--- a/src/reduce.c
+++ b/src/reduce.c
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988-1989, 2000-2003, 2005-2015, 2018-2020 Free
+   Copyright (C) 1988-1989, 2000-2003, 2005-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/reduce.h b/src/reduce.h
index 361104049..80b479c92 100644
--- a/src/reduce.h
+++ b/src/reduce.h
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000-2002, 2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2000-2002, 2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/relation.c b/src/relation.c
index e9c500860..23f1c1b7c 100644
--- a/src/relation.c
+++ b/src/relation.c
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004-2005, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2004-2005, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/relation.h b/src/relation.h
index 143663934..55f7677d9 100644
--- a/src/relation.h
+++ b/src/relation.h
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2004, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/scan-code.h b/src/scan-code.h
index 3859e2b2c..da81b1e17 100644
--- a/src/scan-code.h
+++ b/src/scan-code.h
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/scan-code.l b/src/scan-code.l
index 86f877495..bfd0cf04b 100644
--- a/src/scan-code.l
+++ b/src/scan-code.l
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2006-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/scan-gram.h b/src/scan-gram.h
index 4483fa816..a6655ab29 100644
--- a/src/scan-gram.h
+++ b/src/scan-gram.h
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2006-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/scan-gram.l b/src/scan-gram.l
index 6d33cdf23..302000d7a 100644
--- a/src/scan-gram.l
+++ b/src/scan-gram.l
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
-   Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/scan-skel.h b/src/scan-skel.h
index 5a6b5f3f3..a138da29f 100644
--- a/src/scan-skel.h
+++ b/src/scan-skel.h
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2005-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/scan-skel.l b/src/scan-skel.l
index 4c5245845..ce23d8c8c 100644
--- a/src/scan-skel.l
+++ b/src/scan-skel.l
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+   Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/state-item.c b/src/state-item.c
index 05cb80759..d8957c8eb 100644
--- a/src/state-item.c
+++ b/src/state-item.c
@@ -1,6 +1,6 @@
 /* Counterexample Generation Search Nodes
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/state-item.h b/src/state-item.h
index a0a3d36f6..ae046b30d 100644
--- a/src/state-item.h
+++ b/src/state-item.h
@@ -1,6 +1,6 @@
 /* Counterexample Generation Search Nodes
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/state.c b/src/state.c
index 4a3d78aab..ed2520ad4 100644
--- a/src/state.c
+++ b/src/state.c
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 2001-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2001-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/state.h b/src/state.h
index 6a2fd1c38..7f8bda683 100644
--- a/src/state.h
+++ b/src/state.h
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/strversion.c b/src/strversion.c
index 27c71d341..4b7d30bdf 100644
--- a/src/strversion.c
+++ b/src/strversion.c
@@ -1,6 +1,6 @@
 /* Convert version string to int.
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/strversion.h b/src/strversion.h
index 6d8d62355..1793552e9 100644
--- a/src/strversion.h
+++ b/src/strversion.h
@@ -1,6 +1,6 @@
 /* Convert version string to int.
 
-   Copyright (C) 2020 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/src/symlist.c b/src/symlist.c
index 55c1fb6bc..f72adf20a 100644
--- a/src/symlist.c
+++ b/src/symlist.c
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2005-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/symlist.h b/src/symlist.h
index 39fdec40a..e53bfa175 100644
--- a/src/symlist.h
+++ b/src/symlist.h
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2005-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/symtab.c b/src/symtab.c
index b55567155..3810b4476 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -1,6 +1,6 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/symtab.h b/src/symtab.h
index e85e5468b..22bf0d39f 100644
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -1,6 +1,6 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2015, 2018-2020 Free
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2015, 2018-2021 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/system.h b/src/system.h
index fb65d573d..4ebb51adc 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2000-2007, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
diff --git a/src/tables.c b/src/tables.c
index d26a4a971..0c98c3273 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2015, 2018-2020
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2015, 2018-2021
    Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/tables.h b/src/tables.h
index b0d420ad1..7ba213b5a 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -1,6 +1,6 @@
 /* Prepare the LALR and GLR parser tables.
 
-   Copyright (C) 2002, 2004, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002, 2004, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/uniqstr.c b/src/uniqstr.c
index a2b66cc64..462d03182 100644
--- a/src/uniqstr.c
+++ b/src/uniqstr.c
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
-   Copyright (C) 2002-2005, 2009-2015, 2018-2020 Free Software
+   Copyright (C) 2002-2005, 2009-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/src/uniqstr.h b/src/uniqstr.h
index 8f61ef4be..f9950dedc 100644
--- a/src/uniqstr.h
+++ b/src/uniqstr.h
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
-   Copyright (C) 2002-2003, 2008-2015, 2018-2020 Free Software
+   Copyright (C) 2002-2003, 2008-2015, 2018-2021 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
diff --git a/tests/actions.at b/tests/actions.at
index da11ceb2e..9039cc2dd 100644
--- a/tests/actions.at
+++ b/tests/actions.at
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 23eb9ae23..2642de9fa 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,7 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
-# Copyright (C) 2000-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/bison.in b/tests/bison.in
index f3b05b5bd..e9f761e38 100644
--- a/tests/bison.in
+++ b/tests/bison.in
@@ -2,7 +2,7 @@
 # @configure_input@
 # Wrapper around a non installed bison to make it work as an installed one.
 
-# Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/c++.at b/tests/c++.at
index b894c0f7c..c86621bfa 100644
--- a/tests/c++.at
+++ b/tests/c++.at
@@ -1,6 +1,6 @@
 # Checking the C++ Features.                    -*- Autotest -*-
 
-# Copyright (C) 2004-2005, 2007-2015, 2018-2020 Free Software
+# Copyright (C) 2004-2005, 2007-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/calc.at b/tests/calc.at
index e24d6c835..cfc9f08f8 100644
--- a/tests/calc.at
+++ b/tests/calc.at
@@ -1,6 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
-# Copyright (C) 2000-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/conflicts.at b/tests/conflicts.at
index befd017b6..62f7535a6 100644
--- a/tests/conflicts.at
+++ b/tests/conflicts.at
@@ -1,6 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2005, 2007-2015, 2018-2020 Free Software
+# Copyright (C) 2002-2005, 2007-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/counterexample.at b/tests/counterexample.at
index 4d1709a66..1553e8cbb 100644
--- a/tests/counterexample.at
+++ b/tests/counterexample.at
@@ -1,6 +1,6 @@
 # Exercising Bison on counterexamples.                         -*- Autotest -*-
 
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/cxx-type.at b/tests/cxx-type.at
index f1b6b1443..5b6db0fa9 100644
--- a/tests/cxx-type.at
+++ b/tests/cxx-type.at
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/diagnostics.at b/tests/diagnostics.at
index e8dcb3846..5a000c34f 100644
--- a/tests/diagnostics.at
+++ b/tests/diagnostics.at
@@ -1,6 +1,6 @@
 # Checking diagnostics.                              -*- Autotest -*-
 
-# Copyright (C) 2019-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/existing.at b/tests/existing.at
index 4700f9a82..d306c33d5 100644
--- a/tests/existing.at
+++ b/tests/existing.at
@@ -1,6 +1,6 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
-# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2015, 2018-2020 Free
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2015, 2018-2021 Free
 # Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/glr-regression.at b/tests/glr-regression.at
index 51c6ee5e0..d164e0725 100644
--- a/tests/glr-regression.at
+++ b/tests/glr-regression.at
@@ -1,6 +1,6 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
 
-# Copyright (C) 2002-2003, 2005-2007, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/headers.at b/tests/headers.at
index 4e745ccb1..ee5f457e1 100644
--- a/tests/headers.at
+++ b/tests/headers.at
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2006-2007, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2001-2002, 2006-2007, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/input.at b/tests/input.at
index cfa065ad3..0be322ef0 100644
--- a/tests/input.at
+++ b/tests/input.at
@@ -1,6 +1,6 @@
 # Checking the Bison reader.                    -*- Autotest -*-
 
-# Copyright (C) 2002-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/java.at b/tests/java.at
index 574724461..54fb50d5d 100644
--- a/tests/java.at
+++ b/tests/java.at
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2007-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/javapush.at b/tests/javapush.at
index b3027c654..db49fbdcc 100644
--- a/tests/javapush.at
+++ b/tests/javapush.at
@@ -1,6 +1,6 @@
 # Checking Java Push Parsing.                            -*- Autotest -*-
 
-# Copyright (C) 2013-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2013-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/linear b/tests/linear
index b12c972d1..18a4f90a2 100755
--- a/tests/linear
+++ b/tests/linear
@@ -3,7 +3,7 @@
 # Build a grammar whose LALR(1) parser has a given number of states.
 # Useful to test edge cases (e.g., 256 and 257 states, etc.).
 
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/local.at b/tests/local.at
index c697f5a7e..d8b003bf4 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -2,7 +2,7 @@
 
 # Macros for the GNU Bison Test suite.
 
-# Copyright (C) 2003-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2003-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/local.mk b/tests/local.mk
index a14ba8fb6..8c1c0bd7e 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,6 +1,6 @@
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000-2015, 2018-2020 Free Software Foundation, Inc.
+## Copyright (C) 2000-2015, 2018-2021 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/tests/m4.at b/tests/m4.at
index 6a2ff83f0..d6cb176d0 100644
--- a/tests/m4.at
+++ b/tests/m4.at
@@ -1,6 +1,6 @@
 # Basic m4 macros.                               -*- Autotest -*-
 
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/named-refs.at b/tests/named-refs.at
index fb901ee58..111436c12 100644
--- a/tests/named-refs.at
+++ b/tests/named-refs.at
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/output.at b/tests/output.at
index 5af1e9140..8f405cb9e 100644
--- a/tests/output.at
+++ b/tests/output.at
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
 
-# Copyright (C) 2000-2002, 2005-2015, 2018-2020 Free Software
+# Copyright (C) 2000-2002, 2005-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/push.at b/tests/push.at
index 16303777b..960a4e3bd 100644
--- a/tests/push.at
+++ b/tests/push.at
@@ -1,6 +1,6 @@
 # Checking Push Parsing.                            -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2007, 2009-2015, 2018-2021 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/reduce.at b/tests/reduce.at
index b561100e9..1f3934d14 100644
--- a/tests/reduce.at
+++ b/tests/reduce.at
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2007-2015, 2018-2020 Free Software
+# Copyright (C) 2001-2002, 2007-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/regression.at b/tests/regression.at
index 20b5f7395..ef7e7e937 100644
--- a/tests/regression.at
+++ b/tests/regression.at
@@ -1,6 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/report.at b/tests/report.at
index 9021f6d5a..889791b06 100644
--- a/tests/report.at
+++ b/tests/report.at
@@ -1,6 +1,6 @@
 # Bison Reports.                               -*- Autotest -*-
 
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/scanner.at b/tests/scanner.at
index 9ce133009..b74dbb990 100644
--- a/tests/scanner.at
+++ b/tests/scanner.at
@@ -1,6 +1,6 @@
 # Interface with the scanner.                           -*- Autotest -*-
 
-# Copyright (C) 2019-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/sets.at b/tests/sets.at
index 4b06c111c..05bad22a5 100644
--- a/tests/sets.at
+++ b/tests/sets.at
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2015, 2018-2020 Free
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2015, 2018-2021 Free
 # Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/skeletons.at b/tests/skeletons.at
index 744e57b56..da81cf5db 100644
--- a/tests/skeletons.at
+++ b/tests/skeletons.at
@@ -1,6 +1,6 @@
 # Checking skeleton support.                     -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2015, 2018-2020 Free Software Foundation,
+# Copyright (C) 2007, 2009-2015, 2018-2021 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/synclines.at b/tests/synclines.at
index 431af7766..5ffaee3a6 100644
--- a/tests/synclines.at
+++ b/tests/synclines.at
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2002, 2004-2005, 2007, 2009-2015, 2018-2020 Free
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2015, 2018-2021 Free
 # Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/testsuite.at b/tests/testsuite.at
index b09872dcc..76ae47a51 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,6 +1,6 @@
 # Test suite for GNU Bison.                             -*- Autotest -*-
 
-# Copyright (C) 2000-2004, 2006-2007, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2000-2004, 2006-2007, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/torture.at b/tests/torture.at
index f41b8487b..47fbc5396 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -1,6 +1,6 @@
 # Torturing Bison.                                    -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2004-2007, 2009-2015, 2018-2020 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2015, 2018-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/types.at b/tests/types.at
index d92c4a43f..cb7c2327b 100644
--- a/tests/types.at
+++ b/tests/types.at
@@ -1,6 +1,6 @@
 # Value type.                                     -*- Autotest -*-
 
-# Copyright (C) 2013-2015, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2013-2015, 2018-2021 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-- 
2.30.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]