[mlpack] 202/207: Add license.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 98477eacc7eb8fa4c348008d401e9905f39aed4a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 21 15:43:35 2017 -0400

    Add license.
---
 src/mlpack/core/data/load.cpp     | 11 +++++++++++
 src/mlpack/core/data/load_csv.cpp | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/src/mlpack/core/data/load.cpp b/src/mlpack/core/data/load.cpp
index 9a50109..3f7811e 100644
--- a/src/mlpack/core/data/load.cpp
+++ b/src/mlpack/core/data/load.cpp
@@ -1,3 +1,14 @@
+/**
+ * @file load.cpp
+ * @author Tham Ngap Wei
+ *
+ * Explicit instantiations of load functions.
+ *
+ * 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.
+ */
 #include "load.hpp"
 #include "load_impl.hpp"
 
diff --git a/src/mlpack/core/data/load_csv.cpp b/src/mlpack/core/data/load_csv.cpp
index f4f12a4..7344240 100644
--- a/src/mlpack/core/data/load_csv.cpp
+++ b/src/mlpack/core/data/load_csv.cpp
@@ -1,3 +1,14 @@
+/**
+ * @file load_csv.cpp
+ * @author Tham Ngap Wei
+ *
+ * Implementation of LoadCSV functions.
+ *
+ * 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.
+ */
 #include "load_csv.hpp"
 
 namespace mlpack {

-- 
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