summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-14 21:27:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-15 11:16:30 -0800
commit07e18e7fb4699c9529be8b62a5856ea6aef7e1b0 (patch)
tree7b8731c7cc41c637435080a5378af10e905399e4 /examples
parent013d59821994eda066fedceb0a137593244007ee (diff)
downloadbison-07e18e7fb4699c9529be8b62a5856ea6aef7e1b0.tar.gz
package: bump copyrights to 2022
Run "make update-copyright".
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md2
-rw-r--r--examples/c++/README.md2
-rw-r--r--examples/c++/calc++/README.md2
-rwxr-xr-xexamples/c++/calc++/calc++.test2
-rw-r--r--examples/c++/calc++/local.mk2
-rw-r--r--examples/c++/glr/README.md2
-rw-r--r--examples/c++/glr/ast.hh2
-rw-r--r--examples/c++/glr/c++-types.test2
-rw-r--r--examples/c++/glr/c++-types.yy2
-rw-r--r--examples/c++/glr/local.mk2
-rw-r--r--examples/c++/local.mk2
-rw-r--r--examples/c++/variant-11.test2
-rw-r--r--examples/c++/variant-11.yy2
-rw-r--r--examples/c++/variant.test2
-rw-r--r--examples/c++/variant.yy2
-rw-r--r--examples/c/README.md2
-rw-r--r--examples/c/bistromathic/README.md2
-rwxr-xr-xexamples/c/bistromathic/bistromathic.test2
-rw-r--r--examples/c/bistromathic/local.mk2
-rw-r--r--examples/c/bistromathic/parse.y2
-rw-r--r--examples/c/calc/README.md2
-rw-r--r--examples/c/calc/calc.test2
-rw-r--r--examples/c/calc/local.mk2
-rw-r--r--examples/c/glr/README.md2
-rw-r--r--examples/c/glr/c++-types.test2
-rw-r--r--examples/c/glr/c++-types.y2
-rw-r--r--examples/c/glr/local.mk2
-rw-r--r--examples/c/lexcalc/README.md2
-rw-r--r--examples/c/lexcalc/lexcalc.test2
-rw-r--r--examples/c/lexcalc/local.mk2
-rw-r--r--examples/c/lexcalc/parse.y2
-rw-r--r--examples/c/lexcalc/scan.l2
-rw-r--r--examples/c/local.mk2
-rw-r--r--examples/c/mfcalc/local.mk2
-rwxr-xr-xexamples/c/mfcalc/mfcalc.test2
-rw-r--r--examples/c/pushcalc/README.md2
-rw-r--r--examples/c/pushcalc/calc.test2
-rw-r--r--examples/c/pushcalc/calc.y2
-rw-r--r--examples/c/pushcalc/local.mk2
-rw-r--r--examples/c/reccalc/README.md2
-rw-r--r--examples/c/reccalc/local.mk2
-rw-r--r--examples/c/reccalc/parse.y2
-rw-r--r--examples/c/reccalc/reccalc.test2
-rw-r--r--examples/c/reccalc/scan.l2
-rw-r--r--examples/c/rpcalc/local.mk2
-rwxr-xr-xexamples/c/rpcalc/rpcalc.test2
-rw-r--r--examples/d/README.md2
-rw-r--r--examples/d/calc/calc.test2
-rw-r--r--examples/d/calc/calc.y2
-rw-r--r--examples/d/calc/local.mk2
-rw-r--r--examples/d/local.mk2
-rw-r--r--examples/d/simple/calc.test2
-rw-r--r--examples/d/simple/calc.y2
-rw-r--r--examples/d/simple/local.mk2
-rwxr-xr-xexamples/extexi2
-rw-r--r--examples/java/README.md2
-rw-r--r--examples/java/calc/Calc.test2
-rw-r--r--examples/java/calc/Calc.y2
-rw-r--r--examples/java/calc/local.mk2
-rw-r--r--examples/java/local.mk2
-rw-r--r--examples/java/simple/Calc.test2
-rw-r--r--examples/java/simple/Calc.y2
-rw-r--r--examples/java/simple/local.mk2
-rw-r--r--examples/local.mk2
-rwxr-xr-xexamples/test2
65 files changed, 65 insertions, 65 deletions
diff --git a/examples/README.md b/examples/README.md
index cc467dc0..7eafd8d2 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -17,7 +17,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 dff3783e..91ab18cf 100644
--- a/examples/c++/README.md
+++ b/examples/c++/README.md
@@ -55,7 +55,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 6aaebc2a..11ee1810 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 290e6c24..318c0c83 100755
--- a/examples/c++/calc++/calc++.test
+++ b/examples/c++/calc++/calc++.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2022 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 df3435cb..521cf4bf 100644
--- a/examples/c++/calc++/local.mk
+++ b/examples/c++/calc++/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2021 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2022 Free Software
## Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
diff --git a/examples/c++/glr/README.md b/examples/c++/glr/README.md
index ed06a0c6..7142bde2 100644
--- a/examples/c++/glr/README.md
+++ b/examples/c++/glr/README.md
@@ -13,7 +13,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2020-2021 Free Software Foundation, Inc.
+Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/examples/c++/glr/ast.hh b/examples/c++/glr/ast.hh
index 4faa640e..ba3ec239 100644
--- a/examples/c++/glr/ast.hh
+++ b/examples/c++/glr/ast.hh
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 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++/glr/c++-types.test b/examples/c++/glr/c++-types.test
index db5be8d7..8f6050ea 100644
--- a/examples/c++/glr/c++-types.test
+++ b/examples/c++/glr/c++-types.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-2022 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++/glr/c++-types.yy b/examples/c++/glr/c++-types.yy
index a3131b05..d011da04 100644
--- a/examples/c++/glr/c++-types.yy
+++ b/examples/c++/glr/c++-types.yy
@@ -1,5 +1,5 @@
/* -*- C++ -*-
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 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++/glr/local.mk b/examples/c++/glr/local.mk
index 137d1ab6..d5d01a1a 100644
--- a/examples/c++/glr/local.mk
+++ b/examples/c++/glr/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020-2021 Free Software Foundation, Inc.
+## Copyright (C) 2020-2022 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++/local.mk b/examples/c++/local.mk
index db1459d5..dcaa83d7 100644
--- a/examples/c++/local.mk
+++ b/examples/c++/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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 9d9666fc..946b50c0 100644
--- a/examples/c++/variant-11.test
+++ b/examples/c++/variant-11.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 edbcff87..f73cac91 100644
--- a/examples/c++/variant-11.yy
+++ b/examples/c++/variant-11.yy
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2008-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2008-2015, 2018-2022 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 344313a4..122756a5 100644
--- a/examples/c++/variant.test
+++ b/examples/c++/variant.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 8dcab484..a6cda01f 100644
--- a/examples/c++/variant.yy
+++ b/examples/c++/variant.yy
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2008-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2008-2015, 2018-2022 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 a7561c68..7b5d6378 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 8528e0bd..21dfea83 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2020-2022 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 2db5dcfe..b46f996a 100755
--- a/examples/c/bistromathic/bistromathic.test
+++ b/examples/c/bistromathic/bistromathic.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-2022 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 c6937269..343e8eb6 100644
--- a/examples/c/bistromathic/local.mk
+++ b/examples/c/bistromathic/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020-2021 Free Software Foundation, Inc.
+## Copyright (C) 2020-2022 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 5c1e6055..6b5adc9a 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 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 7cb5282d..a6ee7afa 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2019-2022 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 d123f189..4483103c 100644
--- a/examples/c/calc/calc.test
+++ b/examples/c/calc/calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2019-2021 Free Software Foundation, Inc.
+# Copyright (C) 2019-2022 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 17034fc5..57cb58e5 100644
--- a/examples/c/calc/local.mk
+++ b/examples/c/calc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2019-2021 Free Software Foundation, Inc.
+## Copyright (C) 2019-2022 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/glr/README.md b/examples/c/glr/README.md
index 26067c27..ee54f84e 100644
--- a/examples/c/glr/README.md
+++ b/examples/c/glr/README.md
@@ -10,7 +10,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2020-2021 Free Software Foundation, Inc.
+Copyright (C) 2020-2022 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/examples/c/glr/c++-types.test b/examples/c/glr/c++-types.test
index e63dd31e..71ce5485 100644
--- a/examples/c/glr/c++-types.test
+++ b/examples/c/glr/c++-types.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-2022 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/glr/c++-types.y b/examples/c/glr/c++-types.y
index ff1b62fb..07a2c700 100644
--- a/examples/c/glr/c++-types.y
+++ b/examples/c/glr/c++-types.y
@@ -1,5 +1,5 @@
/* -*- C -*-
- Copyright (C) 2020-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 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/glr/local.mk b/examples/c/glr/local.mk
index 7b2be76b..fd5c0930 100644
--- a/examples/c/glr/local.mk
+++ b/examples/c/glr/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020-2021 Free Software Foundation, Inc.
+## Copyright (C) 2020-2022 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 2636a21d..59e94e3e 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 7559a21e..2fb66bae 100644
--- a/examples/c/lexcalc/lexcalc.test
+++ b/examples/c/lexcalc/lexcalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 f1ff5eb8..6e8d3c86 100644
--- a/examples/c/lexcalc/local.mk
+++ b/examples/c/lexcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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 ee559887..ad73f9e6 100644
--- a/examples/c/lexcalc/parse.y
+++ b/examples/c/lexcalc/parse.y
@@ -1,6 +1,6 @@
/* Parser for lexcalc. -*- C -*-
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 983fbdaf..b6961be0 100644
--- a/examples/c/lexcalc/scan.l
+++ b/examples/c/lexcalc/scan.l
@@ -1,6 +1,6 @@
/* Scanner for lexcalc. -*- C -*-
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 3f2029a1..45f9394f 100644
--- a/examples/c/local.mk
+++ b/examples/c/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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 5990dddf..8957bbc0 100644
--- a/examples/c/mfcalc/local.mk
+++ b/examples/c/mfcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2021 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2022 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 1dac7934..79c34d66 100755
--- a/examples/c/mfcalc/mfcalc.test
+++ b/examples/c/mfcalc/mfcalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2022 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 8ec1a3a7..0d471d4d 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2020-2022 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 611e9c80..c283704d 100644
--- a/examples/c/pushcalc/calc.test
+++ b/examples/c/pushcalc/calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2020-2021 Free Software Foundation, Inc.
+# Copyright (C) 2020-2022 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 d1fd3d5a..db4a4fdd 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2020-2022 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 430ded15..d9bfcb3d 100644
--- a/examples/c/pushcalc/local.mk
+++ b/examples/c/pushcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020-2021 Free Software Foundation, Inc.
+## Copyright (C) 2020-2022 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 b89911af..65f7bf84 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 c38dcbe0..d13128e9 100644
--- a/examples/c/reccalc/local.mk
+++ b/examples/c/reccalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2019-2021 Free Software Foundation, Inc.
+## Copyright (C) 2019-2022 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 81d5bca0..5e401b73 100644
--- a/examples/c/reccalc/parse.y
+++ b/examples/c/reccalc/parse.y
@@ -1,6 +1,6 @@
/* Parser for reccalc. -*- C -*-
- Copyright (C) 2019-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 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 7d283280..37255b37 100644
--- a/examples/c/reccalc/reccalc.test
+++ b/examples/c/reccalc/reccalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 a80bf504..024b0d2c 100644
--- a/examples/c/reccalc/scan.l
+++ b/examples/c/reccalc/scan.l
@@ -1,6 +1,6 @@
/* Scanner for reccalc. -*- C -*-
- Copyright (C) 2019-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 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 4f3f87dc..645024df 100644
--- a/examples/c/rpcalc/local.mk
+++ b/examples/c/rpcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2021 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2022 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 348daf50..15195019 100755
--- a/examples/c/rpcalc/rpcalc.test
+++ b/examples/c/rpcalc/rpcalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2022 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 b060648e..c7aec912 100644
--- a/examples/d/README.md
+++ b/examples/d/README.md
@@ -18,7 +18,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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/calc.test b/examples/d/calc/calc.test
index 402a722f..27f7385b 100644
--- a/examples/d/calc/calc.test
+++ b/examples/d/calc/calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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/calc.y b/examples/d/calc/calc.y
index f2b0e8b2..823534fa 100644
--- a/examples/d/calc/calc.y
+++ b/examples/d/calc/calc.y
@@ -1,6 +1,6 @@
/* Parser and scanner for calc in D. -*- D -*-
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/examples/d/calc/local.mk b/examples/d/calc/local.mk
index 995a7dec..94a72af3 100644
--- a/examples/d/calc/local.mk
+++ b/examples/d/calc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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/local.mk b/examples/d/local.mk
index 227c990e..cfd23dd3 100644
--- a/examples/d/local.mk
+++ b/examples/d/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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/simple/calc.test b/examples/d/simple/calc.test
index bfeddd0e..819b00f6 100644
--- a/examples/d/simple/calc.test
+++ b/examples/d/simple/calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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/simple/calc.y b/examples/d/simple/calc.y
index 09c06263..834d9a28 100644
--- a/examples/d/simple/calc.y
+++ b/examples/d/simple/calc.y
@@ -1,6 +1,6 @@
/* Parser and scanner for calc in D. -*- D -*-
- Copyright (C) 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/examples/d/simple/local.mk b/examples/d/simple/local.mk
index 0de4d5d2..f167bbf5 100644
--- a/examples/d/simple/local.mk
+++ b/examples/d/simple/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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 5e502973..cfc6f511 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-2021 Free
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2015, 2018-2022 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 57b4a6ba..0cc5dbb9 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2018-2022 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 7441a7dd..dca18c1e 100644
--- a/examples/java/calc/Calc.test
+++ b/examples/java/calc/Calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 18bd0382..575b41ea 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 be9d114a..c5a59c70 100644
--- a/examples/java/calc/local.mk
+++ b/examples/java/calc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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 5a976b4f..594d0a57 100644
--- a/examples/java/local.mk
+++ b/examples/java/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2020-2021 Free Software Foundation, Inc.
+## Copyright (C) 2020-2022 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 1316ca2a..ab1f5c75 100644
--- a/examples/java/simple/Calc.test
+++ b/examples/java/simple/Calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 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 51699edb..175028fe 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2018-2022 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 25661612..ae767a33 100644
--- a/examples/java/simple/local.mk
+++ b/examples/java/simple/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2018-2022 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 b43943fc..896ec7a0 100644
--- a/examples/local.mk
+++ b/examples/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005, 2008-2015, 2018-2021 Free Software Foundation,
+## Copyright (C) 2005, 2008-2015, 2018-2022 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 a5370624..45a5d454 100755
--- a/examples/test
+++ b/examples/test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2022 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