From c3883671be52bbbe6703cbe56e86a63e540a2ab3 Mon Sep 17 00:00:00 2001 From: Shikhar Jaiswal Date: Wed, 14 Feb 2018 07:20:37 +0530 Subject: [PATCH] [skip ci] Update COPYRIGHT.txt and core.hpp --- COPYRIGHT.txt | 1 + src/mlpack/core.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 8960aa42d3..7a37f9015c 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -89,6 +89,7 @@ Copyright: Copyright 2017&2018, Sourabh Varshney Copyright 2018, Projyal Dev Copyright 2018, Nikhil Goel + Copyright 2018, Shikhar Jaiswal License: BSD-3-clause All rights reserved. diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index 843e2a42b6..13871e45b4 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -232,6 +232,7 @@ * - Sourabh Varshney * - Projyal Dev * - Nikhil Goel + * - Shikhar Jaiswal */ // First, include all of the prerequisites.