This R package is copyright Constantino Antonio Garcia Martinez, with the 
exception of the following files:

TODO modify appropriately
*NN.cc, Makevars and Makevars.win from v2.3.0 of the RANN package (saved 
 under the src/ folder), wich are copyright Samuel Kemp 2005-9 and Gregory 
 Jefferis 2009-2013.

*nn.search function under the nnSearch.R file is a modified version of the 
 nn2.R function of v2.3.0 of the RANN package, which are copyrigth  Samuel 
 Kemp 2005-9 and Gregory Jefferis 2009-2013. Date of last edit: 17-09-2013

*v1.1.3 of the ANN library under the src/ folder. The files from the  ANN
 library are: brute.cpp, kd_search.h, ANN.cpp, kd_dump.cpp, kd_split.cpp, 
 Makevars.win, bd_fix_rad_search.cpp, kd_fix_rad_search.cpp, kd_split.h,
 bd_pr_search.cpp,  kd_fix_rad_search.h, kd_tree.cpp, pr_queue.h, 
 bd_search.cpp, kd_pr_search.cpp,  kd_tree.h, pr_queue_k.h, bd_tree.cpp, 
 kd_pr_search.h, kd_util.cpp, bd_tree.h, kd_search.cpp, kd_util.h, ANN/ANN.h,
 ANN/ANNperf.h and ANN/ANNx.h. The files from the ANN library are copyright as 
 described below.


--
ANN: Approximate Nearest Neighbors
Version: 1.1.3
Release date: Feb 5, 2010
----------------------------------------------------------------------------
Copyright (c) 1997-2010 University of Maryland and Sunil Arya and David
Mount All Rights Reserved.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.

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
Lesser Public License for more details.

A copy of the terms and conditions of the license can be found in
License.txt or online at

    http://www.gnu.org/copyleft/lesser.html

To obtain a copy, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Disclaimer
----------
The University of Maryland and the authors make no representations about
the suitability or fitness of this software for any purpose.  It is
provided "as is" without express or implied warranty.
---------------------------------------------------------------------

Authors
-------
David Mount
Dept of Computer Science
University of Maryland,
College Park, MD 20742 USA
mount@cs.umd.edu
http://www.cs.umd.edu/~mount/

Sunil Arya
Dept of Computer Science
Hong University of Science and Technology
Clearwater Bay, HONG KONG
arya@cs.ust.hk
http://www.cs.ust.hk/faculty/arya/
