From ffb8b0093652474ef6f22ff362fd86ae636beeee Mon Sep 17 00:00:00 2001 From: Projyal Dev Date: Thu, 8 Feb 2018 10:09:31 +0530 Subject: [PATCH] Added name and email address in copyright and core files. --- COPYRIGHT.txt | 1 + src/mlpack/core.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 79e41b787c..69c424cb46 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -88,6 +88,7 @@ Copyright: Copyright 2017, Haritha Sreedharan Nair Copyright 2017&2018, Sourabh Varshney Copyright 2018, Nikhil Goel + Copyright 2018, Projyal Dev License: BSD-3-clause All rights reserved. diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index 918421a6e7..6fe202923e 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -231,6 +231,7 @@ * - Haritha Sreedharan Nair * - Sourabh Varshney * - Nikhil Goel + * - Projyal Dev */ // First, include all of the prerequisites.