micropython

docs/COPYING.txt

442:13aae946513b
2011-07-05 Paul Boddie Introduced Instance() in place of None as a result and for the value of the active expression where no definitive object can be deduced. Made all Instance values compare equal to each other in order to avoid duplication in sets. Improved Constant comparisons. Fixed assignment counting where many values are provided in a single assignment. Added inspection support for conditional expressions (since they are used in the standard library).
     1 Licence Agreement for micropython
     2 ---------------------------------
     3 
     4 Copyright (C) 2006, 2007, 2008, 2009, 2010 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/>.