From 39bc6beb6bd576b7f5a652b15bf15906eaae7c43 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 26 Apr 2023 19:43:37 -0400 Subject: [PATCH] Add license to hard_tanh.cpp test. (#3474) --- src/mlpack/tests/ann/layer/hard_tanh.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mlpack/tests/ann/layer/hard_tanh.cpp b/src/mlpack/tests/ann/layer/hard_tanh.cpp index 2276981cac..8ceb8d953f 100644 --- a/src/mlpack/tests/ann/layer/hard_tanh.cpp +++ b/src/mlpack/tests/ann/layer/hard_tanh.cpp @@ -2,8 +2,12 @@ * @file tests/ann/layer/hard_tanh.cpp * @author Vaibhav Pathak * - * Tests the hard_tanh layer + * Tests the hard_tanh layer. * + * mlpack is free software; you may redistribute it and/or modify it under the + * terms of the 3-clause BSD license. You should have received a copy of the + * 3-clause BSD license along with mlpack. If not, see + * http://www.opensource.org/licenses/BSD-3-Clause for more information. */ #include