[mlpack] 30/35: Add license to files that are missing the license.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Sep 15 23:29:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
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.
---
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list