1.1 --- a/micropython/cmd.py Sun Jul 12 03:31:48 2009 +0200
1.2 +++ b/micropython/cmd.py Sun Jul 12 22:09:41 2009 +0200
1.3 @@ -3,6 +3,21 @@
1.4 """
1.5 Command option processing and other utilities for compiling and testing
1.6 programs.
1.7 +
1.8 +Copyright (C) 2009 Paul Boddie <paul@boddie.org.uk>
1.9 +
1.10 +This program is free software; you can redistribute it and/or modify it under
1.11 +the terms of the GNU General Public License as published by the Free Software
1.12 +Foundation; either version 3 of the License, or (at your option) any later
1.13 +version.
1.14 +
1.15 +This program is distributed in the hope that it will be useful, but WITHOUT
1.16 +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
1.17 +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1.18 +details.
1.19 +
1.20 +You should have received a copy of the GNU General Public License along with
1.21 +this program. If not, see <http://www.gnu.org/licenses/>.
1.22 """
1.23
1.24 import micropython