loader_aw

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

commit 17a94843bfcae285f4f97aa609ffb43d413afd02
parent 4a7618cb84cc0fa3f944ec5e3b083871fbbfab6f
Author: vaplv <vaplv@free.fr>
Date:   Fri, 22 Apr 2016 14:58:09 +0200

Update the copyright year range

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_mtl.c | 2+-
Msrc/test_aw_obj.c | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ can be edited, built, tested and installed as any CMake project. ## License -*AW* is Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +*AW* is Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2013-2016 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) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aw.h b/src/aw.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aw_c.h b/src/aw_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aw_mtl.c b/src/aw_mtl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/aw_obj.c b/src/aw_obj.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_aw_mtl.c b/src/test_aw_mtl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published diff --git a/src/test_aw_obj.c b/src/test_aw_obj.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published