From 7d49f8623fefba70d6350dc2cd74f538d475fdca Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 20 May 2014 19:46:39 +0000 Subject: [PATCH] Add new contributor. --- COPYRIGHT.txt | 1 + src/mlpack/core.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 0ba8528e4e..40808d7fd6 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -29,6 +29,7 @@ Copyright: Copyright 2014, Saheb Motiani Copyright: Copyright 2014, Yash Vadalia Copyright: Copyright 2014, Abhishek Laddha Copyright: Copyright 2014, Vahab Akbarzadeh +Copyright: Copyright 2014, Andrew Wells License: LGPL-3+ The text of the license is available on Debian systems in the /usr/share/common-licenses/LGPL-3 file. diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index f2418fe7e2..9937d3f670 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -139,6 +139,7 @@ * - Yash Vadalia * - Abhishek Laddha * - Vahab Akbarzadeh + * - Andrew Wells */ // First, standard includes.