Browse Source

Updated credits.

pull/183/head^2
Vladimír Vondruš 10 years ago
parent
commit
44e1851809
  1. 3
      CREDITS.md
  2. 1
      src/Magnum/Platform/GlfwApplication.cpp
  3. 1
      src/Magnum/Platform/GlfwApplication.h

3
CREDITS.md

@ -32,7 +32,8 @@ Contributors to Magnum library
* [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, Mac OS X * [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, Mac OS X
fixes, feature improvements fixes, feature improvements
* Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library * 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 * Gerhard de Clercq -- Windows RT (Store/Phone) port
Big thanks to everyone involved! Big thanks to everyone involved!

1
src/Magnum/Platform/GlfwApplication.cpp

@ -3,6 +3,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016 Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2016 Jonathan Hale <squareys@googlemail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Platform/GlfwApplication.h

@ -5,6 +5,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016 Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2016 Jonathan Hale <squareys@googlemail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save