[mlpack-git] mlpack-2.0.x: Add license to files that are missing the license. (22f38d9)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jul 21 18:02:58 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : mlpack-2.0.x
Link       : https://github.com/mlpack/mlpack/compare/715c474599e71bb47899a4b6eb3ec5582650d7f9...19c3906c3d843a161183009947197f27ccc18917

>---------------------------------------------------------------

commit 22f38d9558c1530958a3c4725bd74c995e4a0e79
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Jul 21 18:02:58 2016 -0400

    Add license to files that are missing the license.


>---------------------------------------------------------------

22f38d9558c1530958a3c4725bd74c995e4a0e79
 src/mlpack/core/tree/hrectbound.hpp      | 7 +++++++
 src/mlpack/core/tree/hrectbound_impl.hpp | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/src/mlpack/core/tree/hrectbound.hpp b/src/mlpack/core/tree/hrectbound.hpp
index 7a0823f..bffa01e 100644
--- a/src/mlpack/core/tree/hrectbound.hpp
+++ b/src/mlpack/core/tree/hrectbound.hpp
@@ -5,6 +5,13 @@
  *
  * This file describes the interface for the HRectBound class, which implements
  * a hyperrectangle bound.
+ *
+ * This file is part of mlpack 2.0.3.
+ *
+ * mlpack is free software; you may redistribute it and/or modify it under the
+ * terms of the 3-clause BSD license.  You should have received a copy of the
+ * 3-clause BSD license along with mlpack.  If not, see
+ * http://www.opensource.org/licenses/BSD-3-Clause for more information.
  */
 #ifndef MLPACK_CORE_TREE_HRECTBOUND_HPP
 #define MLPACK_CORE_TREE_HRECTBOUND_HPP
diff --git a/src/mlpack/core/tree/hrectbound_impl.hpp b/src/mlpack/core/tree/hrectbound_impl.hpp
index ccfa026..2662087 100644
--- a/src/mlpack/core/tree/hrectbound_impl.hpp
+++ b/src/mlpack/core/tree/hrectbound_impl.hpp
@@ -5,6 +5,13 @@
  * Template parameter Power is the metric to use; use 2 for Euclidean (L2).
  *
  * @experimental
+ *
+ * This file is part of mlpack 2.0.3.
+ *
+ * mlpack is free software; you may redistribute it and/or modify it under the
+ * terms of the 3-clause BSD license.  You should have received a copy of the
+ * 3-clause BSD license along with mlpack.  If not, see
+ * http://www.opensource.org/licenses/BSD-3-Clause for more information.
  */
 #ifndef MLPACK_CORE_TREE_HRECTBOUND_IMPL_HPP
 #define MLPACK_CORE_TREE_HRECTBOUND_IMPL_HPP




More information about the mlpack-git mailing list