From: Paul Brossier Date: Mon, 7 Jan 2019 21:13:03 +0000 (+0100) Subject: [tensor] add header X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8359052931f1166c4cd279ad7aed5ca1abfabcdd;p=aubio.git [tensor] add header --- 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"