From 947ecc07b307b649f3380898923a21a303aa0b6a Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 31 Oct 2022 09:06:44 -0500 Subject: add: LICENSE notice added to all files --- src/linear.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/linear.h') diff --git a/src/linear.h b/src/linear.h index bd373f8..deec495 100644 --- a/src/linear.h +++ b/src/linear.h @@ -1,3 +1,21 @@ +/* + * This file is part of mverse + * Copyright (C) 2022 juanvalencia.xyz + + * mverse 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. + + * This program 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 this program. If not, see . + */ + #ifndef __LINEAR__ #define __LINEAR__ -- cgit v1.2.3-70-g09d2