loader_aw

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

commit 9c9d5fb429c6aec9f6d7ea8d3c3bed32cecbe26b
parent 85866fb2e4f609567924cdd77edd0f20cd5fa7e0
Author: vaplv <vaplv@free.fr>
Date:   Fri, 27 Aug 2021 12:46:31 +0200

Update copyright years

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 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+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -67,7 +67,7 @@ Full review and refactoring of the code. ## License -Copyright (C) 2014-2017, 2020 Vincent Forest (vaplv@free.fr). AW is free +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. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017, 2020 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2014-2017, 2020, 2021 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 b/src/aw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2017, 2020 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2014-2017, 2020, 2021 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