aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/AUTHORS
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-05-17 12:00:42 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-05-17 12:10:14 +0300
commit2bd98b5c8ddd404f62db9f74144a763de01341cc (patch)
tree93040aaeb1b7076ec9e3de486128f99b44316e7f /contrib/tools/bison/AUTHORS
parent3d339ed1c60a04d959a40aaa931e1792a1a9cabb (diff)
downloadydb-2bd98b5c8ddd404f62db9f74144a763de01341cc.tar.gz
Sync contrib/tools/bison layout with upstream
59379f119eb5f2fd036edea64923ff53b96c9028
Diffstat (limited to 'contrib/tools/bison/AUTHORS')
-rw-r--r--contrib/tools/bison/AUTHORS42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/tools/bison/AUTHORS b/contrib/tools/bison/AUTHORS
new file mode 100644
index 0000000000..fa4b1715a5
--- /dev/null
+++ b/contrib/tools/bison/AUTHORS
@@ -0,0 +1,42 @@
+Authors of GNU Bison.
+
+Bison was written primarily by Robert Corbett.
+
+Richard Stallman made it Yacc-compatible.
+
+Wilfred Hansen of Carnegie Mellon University added multicharacter
+string literals and other features (Bison 1.25, 1995).
+
+Akim Demaille rewrote the parser in Bison, and changed the back end to
+use M4 (1.50, 2002).
+
+Paul Hilfinger added GLR support (Bison 1.50, 2002).
+
+Joel E. Denny contributed canonical-LR support, and invented and added
+IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
+
+Paolo Bonzini contributed Java support (Bison 2.4, 2008).
+
+Alex Rozenman added named reference support (Bison 2.5, 2011).
+
+Paul Eggert fixed a million portability issues, arbitrary limitations,
+and nasty bugs.
+
+-----
+
+Copyright (C) 1998-2013 Free Software Foundation, Inc.
+
+This file is part of Bison, the GNU Compiler Compiler.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.