-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78aa827
commit 9f14d4a
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
***************************************************************************** | ||
* | ||
***************************************************************************** | ||
* | ||
* README for FusionDrone | ||
* | ||
* Last update: July 2011 | ||
* | ||
* This README file describes the sample files in this directory. | ||
* It is recommended that you copy the files from this directory to your | ||
* working directory prior to building the sample programs. | ||
* | ||
***************************************************************************** | ||
* | ||
* License | ||
* | ||
* ARDrone on Android by UnknownGuardian. July 5th 2011 | ||
* Visit http://profusiongames.com/ and http://github.com/UnknownGuardian | ||
* | ||
* Copyright (c) 2010-2011 ProfusionGames | ||
* All rights reserved. | ||
* | ||
* 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: | ||
* | ||
* ^ Attribution will be given to: | ||
* UnknownGuardian http://www.kongregate.com/accounts/UnknownGuardian | ||
* Codeminders http://www.codeminders.com/ | ||
* | ||
* ^ Redistributions of source code must retain the above copyright notice, | ||
* this list of conditions and the following disclaimer in all copies or | ||
* substantial portions of the Software. | ||
* | ||
* ^ Redistributions of modified source code must be marked as such, with | ||
* the modifications marked and ducumented and the modifer's name clearly | ||
* listed as having modified the source code. | ||
* | ||
* ^ Redistributions of source code may not add to, subtract from, or in | ||
* any other way modify the above copyright notice, this list of conditions, | ||
* or the following disclaimer for any reason. | ||
* | ||
* ^ Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in the | ||
* documentation and/or other materials provided with the distribution. | ||
* | ||
* THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 OR CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DIRECT, | ||
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
* OR OTHER LIABILITY,(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | ||
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | ||
* WHETHER AN ACTION OF IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
* NEGLIGENCE OR OTHERWISE) ARISING FROM, OUT OF, IN CONNECTION OR | ||
* IN ANY OTHER WAY OUT OF THE USE OF OR OTHER DEALINGS WITH THIS | ||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
* | ||
***************************************************************************** | ||
* | ||
* QUICKSTART | ||
* | ||
* 1) Download all files from the repository into a git initialized folder | ||
* | ||
* 2) Import the existing project into Eclipse, ensure you have Android SDK, | ||
* Java SDK, Java JRE, an emulator or real Android phone | ||
* | ||
* 3) Compile com.profusiongames.FusionDrone | ||
* | ||
* 4) For future expansion, you can grab a copy of the original Javadrone | ||
* source code here: http://code.google.com/p/javadrone/ | ||
* | ||
***************************************************************************** | ||
* | ||
***************************************************************************** |