paul@353 | 1 | Licence Agreement
|
paul@353 | 2 | -----------------
|
paul@353 | 3 |
|
paul@353 | 4 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
|
paul@478 | 5 | 2014, 2015, 2016, 2017 Paul Boddie <paul@boddie.org.uk>
|
paul@353 | 6 |
|
paul@353 | 7 | This program is free software; you can redistribute it and/or modify it under
|
paul@353 | 8 | the terms of the GNU General Public License as published by the Free Software
|
paul@353 | 9 | Foundation; either version 3 of the License, or (at your option) any later
|
paul@353 | 10 | version.
|
paul@353 | 11 |
|
paul@353 | 12 | This program is distributed in the hope that it will be useful, but WITHOUT
|
paul@353 | 13 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
paul@353 | 14 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
paul@353 | 15 | details.
|
paul@353 | 16 |
|
paul@353 | 17 | You should have received a copy of the GNU General Public License along with
|
paul@353 | 18 | this program. If not, see <http://www.gnu.org/licenses/>.
|
paul@437 | 19 |
|
paul@437 | 20 | Licence Details for compiler
|
paul@437 | 21 | ----------------------------
|
paul@437 | 22 |
|
paul@437 | 23 | See LICENCE-Python.txt for the licensing details applying to the compiler
|
paul@437 | 24 | package.
|
paul@437 | 25 |
|
paul@437 | 26 | The compiler package has been modified to only provide essential abstract
|
paul@437 | 27 | syntax tree support for Lichen. The following applies to these modifications:
|
paul@437 | 28 |
|
paul@478 | 29 | Copyright (C) 2014, 2015, 2016, 2017 Paul Boddie <paul@boddie.org.uk>
|
paul@437 | 30 |
|
paul@437 | 31 | Licence Details for pyparser
|
paul@437 | 32 | ----------------------------
|
paul@437 | 33 |
|
paul@437 | 34 | See LICENSE-PyPy.txt for the licensing details applying to the pyparser
|
paul@437 | 35 | package.
|
paul@437 | 36 |
|
paul@437 | 37 | The pyparser package has been modified to work with the modified compiler
|
paul@437 | 38 | package. The following applies to these modifications:
|
paul@437 | 39 |
|
paul@478 | 40 | Copyright (C) 2017 Paul Boddie <paul@boddie.org.uk>
|
paul@458 | 41 |
|
paul@458 | 42 | Licence Details for cexcept
|
paul@458 | 43 | ---------------------------
|
paul@458 | 44 |
|
paul@458 | 45 | See templates/cexcept.h for the licensing details applying to the cexcept code
|
paul@458 | 46 | which provides exception support to generated C language programs.
|