diff --git a/CREDITS.md b/CREDITS.md index 03ba78a5a..4cf4d5fb1 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -32,7 +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, bug reports, documentation improvements + enhancements, GlfwApplication implementation, bug reports, documentation + improvements * Gerhard de Clercq -- Windows RT (Store/Phone) port Big thanks to everyone involved! diff --git a/src/Magnum/Platform/GlfwApplication.cpp b/src/Magnum/Platform/GlfwApplication.cpp index 9bcd6dbe1..ff2ffddc7 100644 --- a/src/Magnum/Platform/GlfwApplication.cpp +++ b/src/Magnum/Platform/GlfwApplication.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"), diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 3315a4185..cadf55732 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.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"),