summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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++/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/calc/README.md2
-rw-r--r--examples/c/calc/calc.test2
-rw-r--r--examples/c/calc/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/local.mk2
-rw-r--r--examples/c/mfcalc/local.mk2
-rwxr-xr-xexamples/c/mfcalc/mfcalc.test2
-rw-r--r--examples/c/reccalc/README.md2
-rw-r--r--examples/c/reccalc/local.mk2
-rw-r--r--examples/c/reccalc/reccalc.test2
-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.test2
-rw-r--r--examples/d/local.mk2
-rwxr-xr-xexamples/extexi2
-rw-r--r--examples/java/Calc.test2
-rw-r--r--examples/java/README.md2
-rw-r--r--examples/java/local.mk2
-rw-r--r--examples/local.mk2
-rwxr-xr-xexamples/test2
34 files changed, 34 insertions, 34 deletions
diff --git a/examples/README.md b/examples/README.md
index 13b5d5a6..bfd14fad 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -17,7 +17,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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 5b6d14cc..e5a11e01 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-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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 6dd0b3d0..a3371a68 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-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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 8c56266b..d0df490f 100755
--- a/examples/c++/calc++/calc++.test
+++ b/examples/c++/calc++/calc++.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2020 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 8537389f..00f47a48 100644
--- a/examples/c++/calc++/local.mk
+++ b/examples/c++/calc++/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2019 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2020 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 3bf52dce..a41613fd 100644
--- a/examples/c++/local.mk
+++ b/examples/c++/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2019 Free Software Foundation, Inc.
+## Copyright (C) 2018-2020 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 d03c1933..aa39315b 100644
--- a/examples/c++/variant-11.test
+++ b/examples/c++/variant-11.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2018-2020 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 72687af0..c83ac6a2 100644
--- a/examples/c++/variant-11.yy
+++ b/examples/c++/variant-11.yy
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2008-2015, 2018-2019 Free Software Foundation, Inc.
+ Copyright (C) 2008-2015, 2018-2020 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 65e686c6..9f77f832 100644
--- a/examples/c++/variant.test
+++ b/examples/c++/variant.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2018-2020 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 df955ce8..34527248 100644
--- a/examples/c++/variant.yy
+++ b/examples/c++/variant.yy
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2008-2015, 2018-2019 Free Software Foundation, Inc.
+ Copyright (C) 2008-2015, 2018-2020 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 46f45634..55fd600e 100644
--- a/examples/c/README.md
+++ b/examples/c/README.md
@@ -45,7 +45,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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 ee39dd85..342f45d8 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 Free Software Foundation, Inc.
+Copyright (C) 2019-2020 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 c1f1b07c..9f3c9e2f 100644
--- a/examples/c/calc/calc.test
+++ b/examples/c/calc/calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2019 Free Software Foundation, Inc.
+# Copyright (C) 2019-2020 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 3a4c494b..14b78f3b 100644
--- a/examples/c/calc/local.mk
+++ b/examples/c/calc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2019 Free Software Foundation, Inc.
+## Copyright (C) 2019-2020 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 31ef2767..ddf693c4 100644
--- a/examples/c/lexcalc/README.md
+++ b/examples/c/lexcalc/README.md
@@ -9,7 +9,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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 6d1ecdeb..cfc5d83f 100644
--- a/examples/c/lexcalc/lexcalc.test
+++ b/examples/c/lexcalc/lexcalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2018-2020 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 dc81eca0..0acd2607 100644
--- a/examples/c/lexcalc/local.mk
+++ b/examples/c/lexcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2019 Free Software Foundation, Inc.
+## Copyright (C) 2018-2020 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 11071f1a..0c8054d0 100644
--- a/examples/c/local.mk
+++ b/examples/c/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2019 Free Software Foundation, Inc.
+## Copyright (C) 2018-2020 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 0beb8dfc..2c0fcb5e 100644
--- a/examples/c/mfcalc/local.mk
+++ b/examples/c/mfcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2019 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2020 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 838dff19..0d7b06a4 100755
--- a/examples/c/mfcalc/mfcalc.test
+++ b/examples/c/mfcalc/mfcalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2020 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 01ba6d32..e894c227 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-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/examples/c/reccalc/local.mk b/examples/c/reccalc/local.mk
index 0ff5abed..de889789 100644
--- a/examples/c/reccalc/local.mk
+++ b/examples/c/reccalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2019 Free Software Foundation, Inc.
+## Copyright (C) 2019-2020 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/reccalc.test b/examples/c/reccalc/reccalc.test
index a4b2591c..5e0402a8 100644
--- a/examples/c/reccalc/reccalc.test
+++ b/examples/c/reccalc/reccalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2018-2020 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/rpcalc/local.mk b/examples/c/rpcalc/local.mk
index bda0ba67..f10f7c19 100644
--- a/examples/c/rpcalc/local.mk
+++ b/examples/c/rpcalc/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005-2006, 2008-2015, 2018-2019 Free Software
+## Copyright (C) 2005-2006, 2008-2015, 2018-2020 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 2c55fc8e..ef2fcfcf 100755
--- a/examples/c/rpcalc/rpcalc.test
+++ b/examples/c/rpcalc/rpcalc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2020 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 13ebe74a..fe05ef27 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-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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 30736097..cf4f80a8 100644
--- a/examples/d/calc.test
+++ b/examples/d/calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2018-2020 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 e5b59a43..40f8f63a 100644
--- a/examples/d/local.mk
+++ b/examples/d/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2019 Free Software Foundation, Inc.
+## Copyright (C) 2018-2020 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 3b7d907d..948a9234 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-2019 Free
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2015, 2018-2020 Free
# Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/examples/java/Calc.test b/examples/java/Calc.test
index d4fc41f1..d5e483f4 100644
--- a/examples/java/Calc.test
+++ b/examples/java/Calc.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2018-2020 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/README.md b/examples/java/README.md
index 9a6b99a0..99275756 100644
--- a/examples/java/README.md
+++ b/examples/java/README.md
@@ -16,7 +16,7 @@ fill-column: 76
ispell-dictionary: "american"
End:
-Copyright (C) 2018-2019 Free Software Foundation, Inc.
+Copyright (C) 2018-2020 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/local.mk b/examples/java/local.mk
index d165f331..917bd100 100644
--- a/examples/java/local.mk
+++ b/examples/java/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2019 Free Software Foundation, Inc.
+## Copyright (C) 2018-2020 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 db6fe650..854a5da4 100644
--- a/examples/local.mk
+++ b/examples/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2005, 2008-2015, 2018-2019 Free Software Foundation,
+## Copyright (C) 2005, 2008-2015, 2018-2020 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 d987d094..79b8c994 100755
--- a/examples/test
+++ b/examples/test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2005-2015, 2018-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2015, 2018-2020 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