Lichen

docs/COPYING.txt

544:8df59b6c2c68
2017-02-05 Paul Boddie Fixed internal mapping methods to accept explicit bucket sequences, preventing confusion when searching for entries in one set of buckets while attempting to populate another. Implemented various dictionary and set methods. Added set iteration support. Expanded the test of sets.
     1 Licence Agreement
     2 -----------------
     3 
     4 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
     5               2014, 2015, 2016, 2017 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.