Added license and README.txt.
This commit is contained in:
7
LICENSE.txt
Normal file
7
LICENSE.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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.
|
||||||
16
README.TXT
Normal file
16
README.TXT
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
MatchAttack! Instructions
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
Unzip the attached archive 'CS8803_P4.zip' and change to the new directory.
|
||||||
|
|
||||||
|
To build MatchAttack!: run 'ant clean' then 'ant' in this directory.
|
||||||
|
|
||||||
|
To run MatchAttack!: change to the 'dist' directory, then run java -jar CS8803_P4.jar
|
||||||
|
|
||||||
|
For full instructions, see writeup/CS8803_P4.PDF.
|
||||||
|
|
||||||
|
For assistance, please contact Woody Folsom <woody.folsom@gatech.edu> or Marshall Gillson <mgillson1@gmail.com>.
|
||||||
|
|
||||||
|
NOTICE
|
||||||
|
------
|
||||||
|
Unless otherwise attributed, code in the 'aima' package is (c) Ciaran O'Reilly and Ravi Mohan. It is used under the MIT license. See LICENSE.TXT for more information. Note that this is the actual license referenced by the project site, with placeholders for date and author names.
|
||||||
Reference in New Issue
Block a user