loader_aw

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

commit bad0c766c1e7796a434d6b365b01bae54426cf52
parent 4041e5f38fcfe93c503a98e3f58d3cca8774ff84
Author: vaplv <vaplv@free.fr>
Date:   Tue,  6 Jan 2015 21:54:10 +0100

Update the copyright year range

Diffstat:
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+-
7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/aw.c b/src/aw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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-2014 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2015 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