Platformer in OpenGL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
928 B

5 years ago
  1. Copyright (c) 2002-2006 Marcus Geelnard
  2. Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>
  3. This software is provided 'as-is', without any express or implied
  4. warranty. In no event will the authors be held liable for any damages
  5. arising from the use of this software.
  6. Permission is granted to anyone to use this software for any purpose,
  7. including commercial applications, and to alter it and redistribute it
  8. freely, subject to the following restrictions:
  9. 1. The origin of this software must not be misrepresented; you must not
  10. claim that you wrote the original software. If you use this software
  11. in a product, an acknowledgment in the product documentation would
  12. be appreciated but is not required.
  13. 2. Altered source versions must be plainly marked as such, and must not
  14. be misrepresented as being the original software.
  15. 3. This notice may not be removed or altered from any source
  16. distribution.