loader_aw

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

commit 839151ec1dcc23263e6fb701703f762d3c9ad19a
parent 35615e4f6a0c3b58f14f493729b30d69d97d7a71
Author: vaplv <vaplv@free.fr>
Date:   Tue, 27 Jun 2023 16:14:25 +0200

Update copyright year range

Diffstat:
MMakefile | 2+-
MREADME.md | 9+++++----
Mcmake/CMakeLists.txt | 2+-
Mmake.sh | 2+-
Msrc/aw.c | 2+-
Msrc/aw.h | 2+-
Msrc/aw_c.h | 2+-
Msrc/aw_mtl.c | 2+-
Msrc/aw_obj.c | 2+-
Msrc/test_aw.c | 2+-
Msrc/test_aw_mtl.c | 2+-
Msrc/test_aw_obj.c | 2+-
12 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017, 2020 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) # # This CMake script is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md @@ -67,7 +67,8 @@ Full review and refactoring of the code. ## License -Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr). AW is free -software released under GPL v3+ license: GNU GPL version 3 or later. You are -welcome to redistribute it under certain conditions; refer to the COPYING file -for details. +Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) + +AW is free software released under GPL v3+ license: GNU GPL version 3 or later. +You are welcome to redistribute it under certain conditions; refer to the +COPYING file for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) # # 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 diff --git a/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2014-2017, 2020 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) # # This CMake script is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/aw.c b/src/aw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/aw.h b/src/aw.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/aw_c.h b/src/aw_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/aw_mtl.c b/src/aw_mtl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/aw_obj.c b/src/aw_obj.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/test_aw.c b/src/test_aw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/test_aw_mtl.c b/src/test_aw_mtl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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 diff --git a/src/test_aw_obj.c b/src/test_aw_obj.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020, 2021 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020-2023 Vincent Forest (vaplv@free.fr) * * 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