[mlpack-svn] r17133 - mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Aug 29 11:04:34 EDT 2014


Author: rcurtin
Date: Fri Aug 29 11:04:34 2014
New Revision: 17133

Log:
Re-add licenses.


Modified:
   mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
   mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp

Modified: mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
==============================================================================
--- mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp	(original)
+++ mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp	Fri Aug 29 11:04:34 2014
@@ -4,6 +4,21 @@
  *
  * Implementation of Neighbor-Search class to perform all-nearest-neighbors on
  * two specified data sets.
+ *
+ * This file is part of MLPACK 1.0.9.
+ *
+ * MLPACK is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option) any
+ * later version.
+ *
+ * MLPACK 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 General Public License for more
+ * details (LICENSE.txt).
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * MLPACK.  If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __MLPACK_METHODS_NEIGHBOR_SEARCH_NEIGHBOR_SEARCH_IMPL_HPP
 #define __MLPACK_METHODS_NEIGHBOR_SEARCH_NEIGHBOR_SEARCH_IMPL_HPP

Modified: mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
==============================================================================
--- mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp	(original)
+++ mlpack/tags/mlpack-1.0.10/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp	Fri Aug 29 11:04:34 2014
@@ -3,6 +3,21 @@
  * @author Ryan Curtin
  *
  * Implementation of NearestNeighborRules.
+ *
+ * This file is part of MLPACK 1.0.9.
+ *
+ * MLPACK is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option) any
+ * later version.
+ *
+ * MLPACK 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 General Public License for more
+ * details (LICENSE.txt).
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * MLPACK.  If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __MLPACK_METHODS_NEIGHBOR_SEARCH_NEAREST_NEIGHBOR_RULES_IMPL_HPP
 #define __MLPACK_METHODS_NEIGHBOR_SEARCH_NEAREST_NEIGHBOR_RULES_IMPL_HPP



More information about the mlpack-svn mailing list