Lichen

docs/COPYING.txt

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