micropython

docs/COPYING.txt

543:e7eab0edc225
2012-06-12 Paul Boddie Added the Python standard library threading module.
     1 Licence Agreement for micropython
     2 ---------------------------------
     3 
     4 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Paul Boddie <paul@boddie.org.uk>
     5 
     6 This program is free software; you can redistribute it and/or modify it under
     7 the terms of the GNU General Public License as published by the Free Software
     8 Foundation; either version 3 of the License, or (at your option) any later
     9 version.
    10 
    11 This program is distributed in the hope that it will be useful, but WITHOUT
    12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    13 FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
    14 details.
    15 
    16 You should have received a copy of the GNU General Public License along with
    17 this program.  If not, see <http://www.gnu.org/licenses/>.
    18 
    19 Additional Notices
    20 ------------------
    21 
    22 The following additional copyright notices (taken from the Python
    23 distribution's LICENSE file) apply to modules originating from the Python
    24 standard library:
    25 
    26 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    27 Python Software Foundation.  All rights reserved.
    28 
    29 Copyright (c) 2000 BeOpen.com.
    30 All rights reserved.
    31 
    32 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
    33 All rights reserved.
    34 
    35 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
    36 All rights reserved.
    37 
    38 See LICENCE-python.txt for the original licensing conditions applying
    39 specifically to modules originating from the Python standard library.
    40 
    41 Note that these modules have been modified and are made available under the
    42 terms of the GNU General Public License as stated above. The inclusion of
    43 these additional notices and conditions is done merely to satisfy the request
    44 in those conditions that certain notices be preserved in derived works.