Copyright (c) 2010 Jordan Frank, HumanSense Project, McGill University

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.


Contributors and dependencies:
------------------------------

A number of authors have contributed to this project. Please see CREDITS for 
author information.

This project makes use of part of the Apache HTTPComponents library, which is 
licensed according to the Apache License, Version 2.0. A copy of the license 
can be found in ext/httpcomponents-client-4.0.2/LICENSE.txt

This project links with LRUCache.java which is Copyright (c) Christian 
d'Heureuse (http://www.source-code.biz), and licensed under the LGPL 
(http://www.gnu.org/licenses/lgpl.html. The package name was changed, but 
no other modifications were made.

This project links to a slightly modified version of the Approximate Nearest
Neighbour (ANN) library, which is found in jni/ANN. The code was changed to 
allow it to be built for the Android platform. The ANN code is licensed under 
the GNU Lesser General Public Library license, a copy of which can be found in 
jni/ANN/License.txt.

This project makes use of a modified version of the cxcore library from the 
OpenCV project. Changes were made to this code to allow it to be built for the
Android platform, and all of the code is included in jni/cxcore. The license
for these files are included at the beginning of the files.
 