From aa5cc08ce2ea679cf00b96f30dbbb538dee71bb7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 7 Jan 2019 22:13:03 +0100 Subject: [PATCH] [tensor] add header --- src/ai/tensor.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/ai/tensor.c b/src/ai/tensor.c index 58f629cd..b9a7d77a 100644 --- a/src/ai/tensor.c +++ b/src/ai/tensor.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 2018 Paul Brossier + + This file is part of aubio. + + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . + +*/ + #include "aubio_priv.h" #include "fmat.h" #include "tensor.h" -- 2.11.0