Skip to content

Commit 14a2cfb

Browse files
committed
Add bison license to LICENSE.txt
1 parent f5add0b commit 14a2cfb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

LICENSE.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,41 @@ APACHE LICENSE, VERSION 2.0
298298
See the License for the specific language governing permissions and
299299
limitations under the License.
300300

301+
302+
--------------------------------------------------------------------------------
303+
GPL 3 with special bison exception
304+
--------------------------------------------------------------------------------
305+
306+
Bison implementation for Yacc-like parsers in C
307+
308+
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
309+
310+
This program is free software: you can redistribute it and/or modify
311+
it under the terms of the GNU General Public License as published by
312+
the Free Software Foundation, either version 3 of the License, or
313+
(at your option) any later version.
314+
315+
This program is distributed in the hope that it will be useful,
316+
but WITHOUT ANY WARRANTY; without even the implied warranty of
317+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
318+
GNU General Public License for more details.
319+
320+
You should have received a copy of the GNU General Public License
321+
along with this program. If not, see <http://www.gnu.org/licenses/>.
322+
323+
As a special exception, you may create a larger work that contains
324+
part or all of the Bison parser skeleton and distribute that work
325+
under terms of your choice, so long as that work isn't itself a
326+
parser generator using the skeleton or a modified version thereof
327+
as a parser skeleton. Alternatively, if you modify or redistribute
328+
the parser skeleton itself, you may (at your option) remove this
329+
special exception, which will cause the skeleton and the resulting
330+
Bison output files to be licensed under the GNU General Public
331+
License without this special exception.
332+
333+
This special exception was added by the Free Software Foundation in
334+
version 2.2 of Bison.
335+
301336
--------------------------------------------------------------------------------
302337
================================================================================
303338
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)