From 7bc1d9f129a50bca25a0d0b6c805234bc297725a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Nov 2016 01:22:18 +0100 Subject: [PATCH] Update credits. --- CREDITS.md | 4 ++-- src/Magnum/Math/Geometry/Distance.h | 1 + src/Magnum/Math/Geometry/Intersection.h | 1 + src/Magnum/Math/Geometry/Test/DistanceTest.cpp | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 19cc2f7a4..c338f6daf 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -32,8 +32,8 @@ Contributors to Magnum library * [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, Mac OS X fixes, feature improvements * Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library - enhancements, GlfwApplication implementation, bug reports, documentation - improvements + enhancements, GlfwApplication implementation, frustum culling, bug reports, + documentation improvements * Gerhard de Clercq -- Windows RT (Store/Phone) port * Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) -- Bézier curve implementation diff --git a/src/Magnum/Math/Geometry/Distance.h b/src/Magnum/Math/Geometry/Distance.h index 351639b25..5caa47d44 100644 --- a/src/Magnum/Math/Geometry/Distance.h +++ b/src/Magnum/Math/Geometry/Distance.h @@ -5,6 +5,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016 Vladimír Vondruš + Copyright © 2016 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/src/Magnum/Math/Geometry/Intersection.h b/src/Magnum/Math/Geometry/Intersection.h index 510a84a9c..7c16f536a 100644 --- a/src/Magnum/Math/Geometry/Intersection.h +++ b/src/Magnum/Math/Geometry/Intersection.h @@ -5,6 +5,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016 Vladimír Vondruš + Copyright © 2016 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/src/Magnum/Math/Geometry/Test/DistanceTest.cpp b/src/Magnum/Math/Geometry/Test/DistanceTest.cpp index c881e4777..ddebf186c 100644 --- a/src/Magnum/Math/Geometry/Test/DistanceTest.cpp +++ b/src/Magnum/Math/Geometry/Test/DistanceTest.cpp @@ -3,6 +3,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016 Vladimír Vondruš + Copyright © 2016 Jonathan Hale Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),