From: <bob...@us...> - 2007-07-07 04:17:33
|
Revision: 1111 http://svn.sourceforge.net/hackndev/?rev=1111&view=rev Author: bobofdoom Date: 2007-07-06 21:17:31 -0700 (Fri, 06 Jul 2007) Log Message: ----------- TOOLS: Added license note (GPL 2 or 3) to serial-loader. Modified Paths: -------------- linux4palm/tools/serial-loader/README Modified: linux4palm/tools/serial-loader/README =================================================================== --- linux4palm/tools/serial-loader/README 2007-07-07 04:08:39 UTC (rev 1110) +++ linux4palm/tools/serial-loader/README 2007-07-07 04:17:31 UTC (rev 1111) @@ -49,7 +49,24 @@ mem=32M console=ttyS0,115200 +License +------- +Copyright (C) 2007 Alex Osborne + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2 +or at your option version 3 as published by the Free Software Foundation + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + ---- Alex Osborne <alex at-sign hackndev dot com> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |