|
From: <cl...@us...> - 2009-03-23 03:52:40
|
Revision: 112
http://fortress.svn.sourceforge.net/fortress/?rev=112&view=rev
Author: clrg
Date: 2009-03-23 03:52:35 +0000 (Mon, 23 Mar 2009)
Log Message:
-----------
Add license (MIT), readme to prototypes
Added Paths:
-----------
branches/prototype1/LICENSE.txt
branches/prototype1/README.txt
branches/prototype2/LICENSE.txt
branches/prototype2/README.txt
Removed Paths:
-------------
branches/prototype1/doc/
branches/prototype2/doc/
Added: branches/prototype1/LICENSE.txt
===================================================================
--- branches/prototype1/LICENSE.txt (rev 0)
+++ branches/prototype1/LICENSE.txt 2009-03-23 03:52:35 UTC (rev 112)
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
Property changes on: branches/prototype1/LICENSE.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: branches/prototype1/README.txt
===================================================================
--- branches/prototype1/README.txt (rev 0)
+++ branches/prototype1/README.txt 2009-03-23 03:52:35 UTC (rev 112)
@@ -0,0 +1,9 @@
+= Fortress Prototype v1 =
+Created by Charles Goodwin <cha...@gm...>
+For the Fortress project [http://sourceforge.net/projects/fortress]
+
+== Running ==
+Requires Vexi Platform 3.0 (core + widgets) which can be downloaded
+from http://vexi.sourceforge.net/ - revision 3400+ is necessary.
+
+ java -jar vexi3.jar widgets.vexi src/
\ No newline at end of file
Property changes on: branches/prototype1/README.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: branches/prototype2/LICENSE.txt
===================================================================
--- branches/prototype2/LICENSE.txt (rev 0)
+++ branches/prototype2/LICENSE.txt 2009-03-23 03:52:35 UTC (rev 112)
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
Property changes on: branches/prototype2/LICENSE.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: branches/prototype2/README.txt
===================================================================
--- branches/prototype2/README.txt (rev 0)
+++ branches/prototype2/README.txt 2009-03-23 03:52:35 UTC (rev 112)
@@ -0,0 +1,14 @@
+= Fortress Prototype v2 =
+Created by Charles Goodwin <cha...@gm...>
+For the Fortress project [http://sourceforge.net/projects/fortress]
+
+== Running ==
+Requires Vexi Platform 3.0 (core + widgets) which can be downloaded
+from http://vexi.sourceforge.net/ - revision 3400+ is necessary.
+
+ java -jar vexi3.jar widgets.vexi src/
+
+== Animation Preview ==
+There is also an animation preview included:
+
+ java -jar vexi3.jar -t fortress.unit.preview widgets.vexi src/
\ No newline at end of file
Property changes on: branches/prototype2/README.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|