1 Licence Agreement for micropython
2 ---------------------------------
3
4 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
5 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 Additional Notices
21 ------------------
22
23 The following additional copyright notices (taken from the Python
24 distribution's LICENSE file) apply to modules originating from the Python
25 standard library:
26
27 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
28 Python Software Foundation. All rights reserved.
29
30 Copyright (c) 2000 BeOpen.com.
31 All rights reserved.
32
33 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
34 All rights reserved.
35
36 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
37 All rights reserved.
38
39 See LICENCE-python.txt for the original licensing conditions applying
40 specifically to modules originating from the Python standard library.
41
42 Note that these modules have been modified and are made available under the
43 terms of the GNU General Public License as stated above. The inclusion of
44 these additional notices and conditions is done merely to satisfy the request
45 in those conditions that certain notices be preserved in derived works.