From 7d1bcd8233659f1dabd77a309e664869111dc0d0 Mon Sep 17 00:00:00 2001 From: palashahuja Date: Fri, 25 Mar 2016 00:59:54 +0530 Subject: [PATCH] Adding name to the list of contributors --- COPYRIGHT.txt | 1 + src/mlpack/core.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 76e6f277258..934cb9012c5 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -52,6 +52,7 @@ Copyright: Copyright 2016, Ivari Horm Copyright 2016, Dhawal Arora Copyright 2016, Alexander Leinoff + Copyright 2016, Palash Ahuja License: BSD-3-clause All rights reserved. . diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index d762ea8585e..e3267454f99 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -1,4 +1,4 @@ -/** +/** * @file core.hpp * * Include all of the base components required to write MLPACK methods, and the @@ -187,6 +187,7 @@ * - Ivari Horm * - Dhawal Arora * - Alexander Leinoff + * - Palash Ahuja */ // First, include all of the prerequisites.