loader_aw

Load OBJ/MTL file formats
git clone git://git.meso-star.fr/loader_aw.git
Log | Files | Refs | README | LICENSE

commit 9569f93a9f027354f1d7cde0f8a1c5e8d921b554
parent 1a62fb20129b14f8288136b7c2d5e74a14c15d1b
Author: vaplv <vaplv@free.fr>
Date:   Fri,  7 Jul 2023 16:36:52 +0200

Fixed copy/paste issue in some copyright headers

It was mentioned that copyright was applied to a CMake script when it
was not. We now use the generic term "program" to refer to current
sources and avoid the same problem later.

Diffstat:
MMakefile | 6+++---
Mmake.sh | 6+++---
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,17 +1,17 @@ # Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) # -# This CMake script is free software: you can redistribute it and/or modify +# This program 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 CMake script is distributed in the hope that it will be useful, +# 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 CMake script. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. .POSIX: .SUFFIXES: # Clean up default inference rules diff --git a/make.sh b/make.sh @@ -2,18 +2,18 @@ # Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) # -# This CMake script is free software: you can redistribute it and/or modify +# This program 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 CMake script is distributed in the hope that it will be useful, +# 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 CMake script. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. config_test() {