@@ -298,6 +298,41 @@ APACHE LICENSE, VERSION 2.0
298
298
See the License for the specific language governing permissions and
299
299
limitations under the License.
300
300
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
+
301
336
--------------------------------------------------------------------------------
302
337
================================================================================
303
338
--------------------------------------------------------------------------------
0 commit comments