summaryrefslogtreecommitdiff
path: root/src
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 /src
parent013d59821994eda066fedceb0a137593244007ee (diff)
downloadbison-07e18e7fb4699c9529be8b62a5856ea6aef7e1b0.tar.gz
package: bump copyrights to 2022
Run "make update-copyright".
Diffstat (limited to 'src')
-rw-r--r--src/AnnotationList.c2
-rw-r--r--src/AnnotationList.h2
-rw-r--r--src/InadequacyList.c2
-rw-r--r--src/InadequacyList.h2
-rw-r--r--src/Sbitset.c2
-rw-r--r--src/Sbitset.h2
-rw-r--r--src/assoc.c2
-rw-r--r--src/assoc.h2
-rw-r--r--src/closure.c2
-rw-r--r--src/closure.h2
-rw-r--r--src/complain.c2
-rw-r--r--src/complain.h2
-rw-r--r--src/conflicts.c2
-rw-r--r--src/conflicts.h2
-rw-r--r--src/counterexample.c2
-rw-r--r--src/counterexample.h2
-rw-r--r--src/derivation.c2
-rw-r--r--src/derivation.h2
-rw-r--r--src/derives.c2
-rw-r--r--src/derives.h2
-rw-r--r--src/files.c2
-rw-r--r--src/files.h2
-rw-r--r--src/fixits.c2
-rw-r--r--src/fixits.h2
-rw-r--r--src/flex-scanner.h2
-rw-r--r--src/getargs.c2
-rw-r--r--src/getargs.h2
-rw-r--r--src/glyphs.c2
-rw-r--r--src/glyphs.h2
-rw-r--r--src/gram.c2
-rw-r--r--src/gram.h2
-rw-r--r--src/graphviz.c2
-rw-r--r--src/graphviz.h2
-rw-r--r--src/ielr.c2
-rw-r--r--src/ielr.h2
-rw-r--r--src/lalr.c2
-rw-r--r--src/lalr.h2
-rw-r--r--src/local.mk2
-rw-r--r--src/location.c2
-rw-r--r--src/location.h2
-rw-r--r--src/lr0.c2
-rw-r--r--src/lr0.h2
-rw-r--r--src/lssi.c2
-rw-r--r--src/lssi.h2
-rw-r--r--src/main.c2
-rw-r--r--src/muscle-tab.c2
-rw-r--r--src/muscle-tab.h2
-rw-r--r--src/named-ref.c2
-rw-r--r--src/named-ref.h2
-rw-r--r--src/nullable.c2
-rw-r--r--src/nullable.h2
-rw-r--r--src/output.c2
-rw-r--r--src/output.h2
-rw-r--r--src/parse-gram.c4
-rw-r--r--src/parse-gram.y2
-rw-r--r--src/parse-simulation.c2
-rw-r--r--src/parse-simulation.h2
-rw-r--r--src/print-graph.c2
-rw-r--r--src/print-graph.h2
-rw-r--r--src/print-xml.c2
-rw-r--r--src/print-xml.h2
-rw-r--r--src/print.c2
-rw-r--r--src/print.h2
-rw-r--r--src/reader.c2
-rw-r--r--src/reader.h2
-rw-r--r--src/reduce.c2
-rw-r--r--src/reduce.h2
-rw-r--r--src/relation.c2
-rw-r--r--src/relation.h2
-rw-r--r--src/scan-code.h2
-rw-r--r--src/scan-code.l2
-rw-r--r--src/scan-gram.h2
-rw-r--r--src/scan-gram.l2
-rw-r--r--src/scan-skel.h2
-rw-r--r--src/scan-skel.l2
-rw-r--r--src/state-item.c2
-rw-r--r--src/state-item.h2
-rw-r--r--src/state.c2
-rw-r--r--src/state.h2
-rw-r--r--src/strversion.c2
-rw-r--r--src/strversion.h2
-rw-r--r--src/symlist.c2
-rw-r--r--src/symlist.h2
-rw-r--r--src/symtab.c2
-rw-r--r--src/symtab.h2
-rw-r--r--src/system.h2
-rw-r--r--src/tables.c2
-rw-r--r--src/tables.h2
-rw-r--r--src/uniqstr.c2
-rw-r--r--src/uniqstr.h2
90 files changed, 91 insertions, 91 deletions
diff --git a/src/AnnotationList.c b/src/AnnotationList.c
index 26184f95..3604daa7 100644
--- a/src/AnnotationList.c
+++ b/src/AnnotationList.c
@@ -1,6 +1,6 @@
/* IELR's inadequacy annotation list.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 3c43ca90..52958abc 100644
--- a/src/AnnotationList.h
+++ b/src/AnnotationList.h
@@ -1,6 +1,6 @@
/* IELR's inadequacy annotation list.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 c958f822..63093a99 100644
--- a/src/InadequacyList.c
+++ b/src/InadequacyList.c
@@ -1,6 +1,6 @@
/* IELR's inadequacy list.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 98142d05..caa0a933 100644
--- a/src/InadequacyList.h
+++ b/src/InadequacyList.h
@@ -1,6 +1,6 @@
/* IELR's inadequacy list.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 aa318858..2636ad59 100644
--- a/src/Sbitset.c
+++ b/src/Sbitset.c
@@ -1,6 +1,6 @@
/* A simple, memory-efficient bitset implementation.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 f6bd956e..c232d85f 100644
--- a/src/Sbitset.h
+++ b/src/Sbitset.h
@@ -1,6 +1,6 @@
/* A simple, memory-efficient bitset implementation.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 8b883e23..5ebf6d1c 100644
--- a/src/assoc.c
+++ b/src/assoc.c
@@ -1,6 +1,6 @@
/* Associativity information.
- Copyright (C) 2002, 2005-2006, 2008-2015, 2018-2021 Free Software
+ Copyright (C) 2002, 2005-2006, 2008-2015, 2018-2022 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 1ae9d32c..41d43caa 100644
--- a/src/assoc.h
+++ b/src/assoc.h
@@ -1,6 +1,6 @@
/* Associativity information.
- Copyright (C) 2002, 2006, 2008-2015, 2018-2021 Free Software
+ Copyright (C) 2002, 2006, 2008-2015, 2018-2022 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 025f9666..c138cf16 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-2021 Free Software Foundation, Inc.
+ 2018-2022 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 a9281446..c29a76b4 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-2021 Free
+ Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2015, 2018-2022 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 357233e3..964a5642 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-2021 Free
+ Copyright (C) 2000-2002, 2004-2006, 2009-2015, 2018-2022 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 fe92e7a4..818427f5 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-2021 Free Software
+ Copyright (C) 2000-2002, 2006, 2009-2015, 2018-2022 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 999dc9fc..3bf0937f 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-2021 Free Software
+ Copyright (C) 1984, 1989, 1992, 2000-2015, 2018-2022 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 1dff0ba2..07d74af2 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-2021 Free
+ Copyright (C) 2000-2002, 2004, 2007, 2009-2015, 2018-2022 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 ec427c1e..2195b6ef 100644
--- a/src/counterexample.c
+++ b/src/counterexample.c
@@ -1,6 +1,6 @@
/* Conflict counterexample generation
- 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/src/counterexample.h b/src/counterexample.h
index 8f833f3d..53728f9b 100644
--- a/src/counterexample.h
+++ b/src/counterexample.h
@@ -1,6 +1,6 @@
/* Conflict counterexample generation
- 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/src/derivation.c b/src/derivation.c
index 6094627d..f96ed4a7 100644
--- a/src/derivation.c
+++ b/src/derivation.c
@@ -1,6 +1,6 @@
/* Counterexample derivation trees
- 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/src/derivation.h b/src/derivation.h
index 1af1d232..db043862 100644
--- a/src/derivation.h
+++ b/src/derivation.h
@@ -1,6 +1,6 @@
/* Counterexample derivation trees
- 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/src/derives.c b/src/derives.c
index 4ea5f78b..44db4947 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-2021 Free
+ Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2015, 2018-2022 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 0c28a41b..90059007 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-2021 Free
+ Copyright (C) 1984, 1989, 2000-2002, 2009-2015, 2018-2022 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 0ef6e9c2..52fb7bc8 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2022 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 38584773..c2214b0a 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-2021
+ Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2015, 2018-2022
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 3467cdae..0605da41 100644
--- a/src/fixits.c
+++ b/src/fixits.c
@@ -1,6 +1,6 @@
/* Support for fixing grammar files.
- 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/src/fixits.h b/src/fixits.h
index 46440a34..7ae29241 100644
--- a/src/fixits.h
+++ b/src/fixits.h
@@ -1,6 +1,6 @@
/* Support for fixing grammar files.
- 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/src/flex-scanner.h b/src/flex-scanner.h
index 08c0e62c..e4cec853 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-2021 Free Software Foundation,
+ Copyright (C) 2006, 2009-2015, 2018-2022 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 ef559296..ad9ded9c 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2022 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 836c1290..c34b9d88 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2022 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 d93fd8e9..cdfe6f29 100644
--- a/src/glyphs.c
+++ b/src/glyphs.c
@@ -1,6 +1,6 @@
/* Graphical symbols.
- 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/src/glyphs.h b/src/glyphs.h
index dbbd32c4..9c77b889 100644
--- a/src/glyphs.h
+++ b/src/glyphs.h
@@ -1,6 +1,6 @@
/* Graphical symbols.
- 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/src/gram.c b/src/gram.c
index 36b8a9d7..33474ead 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2015, 2018-2022 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 6e8a98d7..06ab23db 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-2021
+ Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2015, 2018-2022
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 32dcf712..c59aa221 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-2021 Free Software
+ Copyright (C) 2006-2007, 2009-2015, 2018-2022 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 51fd65dc..2ca89cbf 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-2021 Free Software Foundation,
+ Copyright (C) 2006, 2010-2015, 2018-2022 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 44c6e7a7..3c5ec695 100644
--- a/src/ielr.c
+++ b/src/ielr.c
@@ -1,6 +1,6 @@
/* IELR main implementation.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 e0dcf641..0fa8cb25 100644
--- a/src/ielr.h
+++ b/src/ielr.h
@@ -1,6 +1,6 @@
/* IELR main implementation.
- Copyright (C) 2009-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 7dda0a2b..83f0345e 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-2021 Free Software
+ Copyright (C) 1984, 1986, 1989, 2000-2015, 2018-2022 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 548c382b..765e5c93 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-2021 Free Software Foundation, Inc.
+ 2009-2015, 2018-2022 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 6aba0afb..6051723b 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
+## Copyright (C) 2001-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/src/location.c b/src/location.c
index 5edce82c..94c77ef6 100644
--- a/src/location.c
+++ b/src/location.c
@@ -1,6 +1,6 @@
/* Locations for Bison
- Copyright (C) 2002, 2005-2015, 2018-2021 Free Software Foundation,
+ Copyright (C) 2002, 2005-2015, 2018-2022 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 6e356b81..d63f352f 100644
--- a/src/location.h
+++ b/src/location.h
@@ -1,6 +1,6 @@
/* Locations for Bison
- Copyright (C) 2002, 2004-2015, 2018-2021 Free Software Foundation,
+ Copyright (C) 2002, 2004-2015, 2018-2022 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 be5085ea..b3938884 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2015, 2018-2022 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 d105d6c9..4c298334 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2015, 2018-2022 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 9b607a2f..79bbba18 100644
--- a/src/lssi.c
+++ b/src/lssi.c
@@ -1,6 +1,6 @@
/* Lookahead sensitive state item searches for counterexample generation
- 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/src/lssi.h b/src/lssi.h
index e7feba3c..e2cc25e8 100644
--- a/src/lssi.h
+++ b/src/lssi.h
@@ -1,6 +1,6 @@
/* Lookahead sensitive state item searches for counterexample generation
- 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/src/main.c b/src/main.c
index 1185bf24..7f2519c9 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-2021 Free Software Foundation, Inc.
+ 2018-2022 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 3d3baf13..43911d3e 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015, 2018-2022 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 881782e7..15254a62 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-2021 Free Software
+ Copyright (C) 2001-2003, 2006-2015, 2018-2022 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 7524519d..f1b951fc 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 73429baa..7d3a4ea5 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015, 2018-2022 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 7f0405d7..08ebd2be 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-2021 Free
+ Copyright (C) 1984, 1989, 2000-2006, 2009-2015, 2018-2022 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 38271730..759bf979 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-2021 Free Software
+ Copyright (C) 2000, 2002, 2009-2015, 2018-2022 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 07234f2a..5e7ef15e 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-2021 Free
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2015, 2018-2022 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 ed32fdc7..bf4f4aa5 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-2021 Free
+ Copyright (C) 2000-2003, 2006-2007, 2009-2015, 2018-2022 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 aab9ef69..400e89b7 100644
--- a/src/parse-gram.c
+++ b/src/parse-gram.c
@@ -2,8 +2,8 @@
/* Bison implementation for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
- Inc.
+ Copyright (C) 1984, 1989-1990, 2000-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/src/parse-gram.y b/src/parse-gram.y
index 15180cb5..3006f54c 100644
--- a/src/parse-gram.y
+++ b/src/parse-gram.y
@@ -1,6 +1,6 @@
/* Bison Grammar Parser -*- C -*-
- Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2002-2015, 2018-2022 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 57b09512..9e1f66df 100644
--- a/src/parse-simulation.c
+++ b/src/parse-simulation.c
@@ -1,6 +1,6 @@
/* Parser simulator for unifying counterexample search
- 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/src/parse-simulation.h b/src/parse-simulation.h
index aa8f84e5..ac746cd6 100644
--- a/src/parse-simulation.h
+++ b/src/parse-simulation.h
@@ -1,6 +1,6 @@
/* Parser simulator for unifying counterexample search
- 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/src/print-graph.c b/src/print-graph.c
index 3ddf6a54..b8e7b42c 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-2021 Free Software
+ Copyright (C) 2001-2007, 2009-2015, 2018-2022 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 6aa3420a..0a496fac 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-2021 Free Software
+ Copyright (C) 2000, 2006, 2009-2015, 2018-2022 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 78801dbc..7db0f213 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-2021 Free Software Foundation,
+ Copyright (C) 2007, 2009-2015, 2018-2022 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 b0d73308..8bb78359 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-2021 Free Software Foundation,
+ Copyright (C) 2007, 2009-2015, 2018-2022 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 55825b36..6e75e3d9 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-2021
+ Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2015, 2018-2022
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 3f20d6da..b00021b0 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-2021 Free Software Foundation,
+ Copyright (C) 2000, 2009-2015, 2018-2022 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 024606df..baa5d803 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-2021 Free Software Foundation, Inc.
+ 2009-2015, 2018-2022 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 6b2f29a9..1e9b6dea 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-2021 Free
+ Copyright (C) 2000-2003, 2005-2007, 2009-2015, 2018-2022 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 112915bf..b68b2a30 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-2021 Free
+ Copyright (C) 1988-1989, 2000-2003, 2005-2015, 2018-2022 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 63d6bf13..d86a3aa6 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-2021 Free Software
+ Copyright (C) 2000-2002, 2007, 2009-2015, 2018-2022 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 1a38c863..ae4d3c51 100644
--- a/src/relation.c
+++ b/src/relation.c
@@ -1,6 +1,6 @@
/* Binary relations.
- Copyright (C) 2002, 2004-2005, 2009-2015, 2018-2021 Free Software
+ Copyright (C) 2002, 2004-2005, 2009-2015, 2018-2022 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 eab6b330..4e78a860 100644
--- a/src/relation.h
+++ b/src/relation.h
@@ -1,6 +1,6 @@
/* Binary relations.
- Copyright (C) 2002, 2004, 2009-2015, 2018-2021 Free Software
+ Copyright (C) 2002, 2004, 2009-2015, 2018-2022 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 05b2d235..2d6537ab 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-2021 Free Software
+ Copyright (C) 2006-2007, 2009-2015, 2018-2022 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 e3e765c8..b6b8fa4d 100644
--- a/src/scan-code.l
+++ b/src/scan-code.l
@@ -1,6 +1,6 @@
/* Bison Action Scanner -*- C -*-
- Copyright (C) 2006-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2006-2015, 2018-2022 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 f187f32a..6c6c74de 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-2021 Free Software
+ Copyright (C) 2006-2007, 2009-2015, 2018-2022 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 f55429ed..3926a4aa 100644
--- a/src/scan-gram.l
+++ b/src/scan-gram.l
@@ -1,6 +1,6 @@
/* Bison Grammar Scanner -*- C -*-
- Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2002-2015, 2018-2022 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 e3479070..62042865 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-2021 Free Software
+ Copyright (C) 2005-2007, 2009-2015, 2018-2022 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 5a93ce03..d647c079 100644
--- a/src/scan-skel.l
+++ b/src/scan-skel.l
@@ -1,6 +1,6 @@
/* Scan Bison Skeletons. -*- C -*-
- Copyright (C) 2001-2015, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015, 2018-2022 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 47986e05..c9635c6a 100644
--- a/src/state-item.c
+++ b/src/state-item.c
@@ -1,6 +1,6 @@
/* Counterexample Generation Search Nodes
- 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/src/state-item.h b/src/state-item.h
index 4aa061e4..a1f8ffde 100644
--- a/src/state-item.h
+++ b/src/state-item.h
@@ -1,6 +1,6 @@
/* Counterexample Generation Search Nodes
- 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/src/state.c b/src/state.c
index 79ab43b5..9b678ec5 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-2021 Free Software
+ Copyright (C) 2001-2007, 2009-2015, 2018-2022 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 72a5e7b6..657838f0 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-2021 Free
+ Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2015, 2018-2022 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 4100cde7..5cc0ceec 100644
--- a/src/strversion.c
+++ b/src/strversion.c
@@ -1,6 +1,6 @@
/* Convert version string to int.
- 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/src/strversion.h b/src/strversion.h
index 80b39e35..f61371e4 100644
--- a/src/strversion.h
+++ b/src/strversion.h
@@ -1,6 +1,6 @@
/* Convert version string to int.
- 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/src/symlist.c b/src/symlist.c
index 0272469d..5485fa73 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-2021 Free Software
+ Copyright (C) 2002, 2005-2007, 2009-2015, 2018-2022 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 15779939..c9e29651 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-2021 Free Software
+ Copyright (C) 2002, 2005-2007, 2009-2015, 2018-2022 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 8aea627a..0956f54d 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-2021 Free
+ Copyright (C) 1984, 1989, 2000-2002, 2004-2015, 2018-2022 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 11a3a6fc..1a1b2435 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-2021 Free
+ Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2015, 2018-2022 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 630ef646..fd30926b 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-2021 Free Software
+ Copyright (C) 2000-2007, 2009-2015, 2018-2022 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 23a879ca..72b9d7ef 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-2021
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2015, 2018-2022
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 2194a814..111d9782 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-2021 Free Software
+ Copyright (C) 2002, 2004, 2009-2015, 2018-2022 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 e7dbd5d3..f6c6147e 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-2021 Free Software
+ Copyright (C) 2002-2005, 2009-2015, 2018-2022 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 0a1c506f..55b72e1b 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-2021 Free Software
+ Copyright (C) 2002-2003, 2008-2015, 2018-2022 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.