From 0e380f9ad38ca7cc0aeb6317c9ead5d1768b112a Mon Sep 17 00:00:00 2001 From: hsankesara Date: Sat, 17 Aug 2019 11:30:44 +0530 Subject: [PATCH 1/2] Updated contributors list --- COPYRIGHT.txt | 1 + src/mlpack/tests/main_tests/kfn_test.cpp | 1 + src/mlpack/tests/main_tests/knn_test.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 73e94ab8e1..c33642758c 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -115,6 +115,7 @@ Copyright: Copyright 2019, Bishwa Karki Copyright 2019, Mehul Kumar Nirala Copyright 2019, Yashwant Singh Parihar + Copyright 2019, Heet Sankesara License: BSD-3-clause All rights reserved. diff --git a/src/mlpack/tests/main_tests/kfn_test.cpp b/src/mlpack/tests/main_tests/kfn_test.cpp index 2b0cdc8d59..3895904ae4 100644 --- a/src/mlpack/tests/main_tests/kfn_test.cpp +++ b/src/mlpack/tests/main_tests/kfn_test.cpp @@ -1,6 +1,7 @@ /** * @file kfn_test.cpp * @author Atharva Khandait + * @author Heet Sankesara * * Test mlpackMain() of kfn_main.cpp. * diff --git a/src/mlpack/tests/main_tests/knn_test.cpp b/src/mlpack/tests/main_tests/knn_test.cpp index 424fa0e2c1..46cc60399b 100644 --- a/src/mlpack/tests/main_tests/knn_test.cpp +++ b/src/mlpack/tests/main_tests/knn_test.cpp @@ -1,6 +1,7 @@ /** * @file knn_test.cpp * @author Atharva Khandait + * @author Heet Sankesara * * Test mlpackMain() of knn_main.cpp. * From 11c69aacd08f49e0f3e74c82b73c27734e359419 Mon Sep 17 00:00:00 2001 From: hsankesara Date: Mon, 19 Aug 2019 09:18:56 +0530 Subject: [PATCH 2/2] Added @jeffin143 name in contributors list --- COPYRIGHT.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index c33642758c..7fc8d90b55 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -116,6 +116,7 @@ Copyright: Copyright 2019, Mehul Kumar Nirala Copyright 2019, Yashwant Singh Parihar Copyright 2019, Heet Sankesara + Copyright 2019, Jeffin Sam License: BSD-3-clause All rights reserved.