From 34c5cede3b19035db4db4adf8f89e8a2d3dfeefb Mon Sep 17 00:00:00 2001 From: Aditya Raj <96882869+aadi-raj@users.noreply.github.com> Date: Sat, 28 Jan 2023 11:27:54 +0530 Subject: [PATCH] Update generate_jl.cpp.in --- src/mlpack/bindings/julia/generate_jl.cpp.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mlpack/bindings/julia/generate_jl.cpp.in b/src/mlpack/bindings/julia/generate_jl.cpp.in index 34d93b89f8..ae94440129 100644 --- a/src/mlpack/bindings/julia/generate_jl.cpp.in +++ b/src/mlpack/bindings/julia/generate_jl.cpp.in @@ -3,6 +3,11 @@ * @author Ryan Curtin * * This is a template file to call the PrintJL() function for a given binding. + * + * 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. */ #define BINDING_TYPE BINDING_TYPE_JL // Disable debug output.