summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-16 16:00:37 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-16 16:11:17 +0100
commitd7e8aaa271661b0b68c99fb76bbd6ec3a8939774 (patch)
tree64b172036a2f5ffeae5dcbbed470d77db1742be2 /examples
parent30a8d580fafac35af533128e92ae4fc004416756 (diff)
downloadbison-d7e8aaa271661b0b68c99fb76bbd6ec3a8939774.tar.gz
package: bump copyrights to 2021
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 bfd14fad..cc467dc0 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 cbef0021..93cd09d5 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 2c0a8363..6aaebc2a 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 e00bb466..5e084856 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 5cc1ed30..ec753512 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++/glr/README.md b/examples/c++/glr/README.md
index 60de8d65..26067c27 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 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++/glr/ast.hh b/examples/c++/glr/ast.hh
index 3fb0845e..e63af953 100644
--- a/examples/c++/glr/ast.hh
+++ b/examples/c++/glr/ast.hh
@@ -1,5 +1,5 @@
/*
- 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++/glr/c++-types.test b/examples/c++/glr/c++-types.test
index 9a3f7506..405541c1 100644
--- a/examples/c++/glr/c++-types.test
+++ b/examples/c++/glr/c++-types.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++/glr/c++-types.yy b/examples/c++/glr/c++-types.yy
index c4012a00..94c5b18f 100644
--- a/examples/c++/glr/c++-types.yy
+++ b/examples/c++/glr/c++-types.yy
@@ -1,5 +1,5 @@
/* -*- C++ -*-
- 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++/glr/local.mk b/examples/c++/glr/local.mk
index cd25c3cf..c3faa7b7 100644
--- a/examples/c++/glr/local.mk
+++ b/examples/c++/glr/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++/local.mk b/examples/c++/local.mk
index deb4b88f..ecde5555 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 aa39315b..c1e13215 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 7d883232..adcd7e30 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 9f77f832..c21bc426 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 34527248..a470f83f 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 483b77d7..a7561c68 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 d08e91e1..8528e0bd 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 1a2148da..6aa848ae 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 e9801ab2..af3bd63a 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 37532857..5d5efabf 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 e994826f..7cb5282d 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 d778cf75..e4b4a0ce 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 503b034a..b9a67e8c 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/glr/README.md b/examples/c/glr/README.md
index 60de8d65..26067c27 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 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/glr/c++-types.test b/examples/c/glr/c++-types.test
index a476bb86..caf213d2 100644
--- a/examples/c/glr/c++-types.test
+++ b/examples/c/glr/c++-types.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/glr/c++-types.y b/examples/c/glr/c++-types.y
index 46fcb171..467ea85f 100644
--- a/examples/c/glr/c++-types.y
+++ b/examples/c/glr/c++-types.y
@@ -1,5 +1,5 @@
/* -*- C -*-
- 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/glr/local.mk b/examples/c/glr/local.mk
index ad68a69b..c6822343 100644
--- a/examples/c/glr/local.mk
+++ b/examples/c/glr/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/lexcalc/README.md b/examples/c/lexcalc/README.md
index e0eddedf..2636a21d 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 0eb4ebee..e6597b0b 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 636275c8..af9136ea 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 377dbf70..6390a2e1 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 baf0798d..d828ef4f 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 e0851eb8..4953c28a 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 69c91f71..639e9237 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 2e759ee5..5f599cb0 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 4cf6ea7c..8ec1a3a7 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 2241e104..d63761b7 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 03ae04c4..08da2841 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 7f53a0c1..b02e6dc6 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 3bfab9e8..b89911af 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 41a12828..03511cb4 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 3d3fbf4d..dc3e6c49 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 124de6bc..ac3bc6d2 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 1bf9773e..1775c8ff 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 0c3bfd8a..0e36c52e 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 ef2fcfcf..f4905c40 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 eed3494c..b060648e 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-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/calc.test b/examples/d/calc/calc.test
index b592d215..3029e8c3 100644
--- a/examples/d/calc/calc.test
+++ b/examples/d/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/d/calc/calc.y b/examples/d/calc/calc.y
index d17ee8d6..832d7788 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-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/calc/local.mk b/examples/d/calc/local.mk
index 70b045c4..e2cee511 100644
--- a/examples/d/calc/local.mk
+++ b/examples/d/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/d/local.mk b/examples/d/local.mk
index 9a5d1006..fadb76b7 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/d/simple/calc.test b/examples/d/simple/calc.test
index 6b237592..f9ae88f2 100644
--- a/examples/d/simple/calc.test
+++ b/examples/d/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/d/simple/calc.y b/examples/d/simple/calc.y
index e302036b..7873e71a 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-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/simple/local.mk b/examples/d/simple/local.mk
index fb99386a..f9d5a2c7 100644
--- a/examples/d/simple/local.mk
+++ b/examples/d/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/extexi b/examples/extexi
index 5e6ce13d..5c0fcc27 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 25b7f27c..57b4a6ba 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 c4143b29..14bea809 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 216b1db6..36315e47 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 ba370ee5..38b60e2d 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 447ae528..077498a0 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 70494124..3e3bd5b9 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 d7b27b96..97776530 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 8a167d8d..76faa836 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 51c2c5a2..09e1747b 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 7590e128..20f54d07 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