Browse Source

Hell, this project is big.

pull/134/merge
Vladimír Vondruš 10 years ago
parent
commit
23646e6690
  1. 2
      CMakeLists.txt
  2. 2
      CONTRIBUTING.md
  3. 2
      COPYING
  4. 2
      doc/best-practices.dox
  5. 2
      doc/building.dox
  6. 2
      doc/cmake.dox
  7. 2
      doc/coding-style.dox
  8. 2
      doc/compilation-speedup.dox
  9. 2
      doc/debug-tools.dox
  10. 2
      doc/features.dox
  11. 2
      doc/generated/CMakeLists.txt
  12. 2
      doc/generated/configure.h.cmake
  13. 2
      doc/generated/hello.cpp
  14. 2
      doc/generated/shaders.cpp
  15. 2
      doc/getting-started.dox
  16. 4
      doc/mainpage.dox
  17. 2
      doc/matrix-vector.dox
  18. 2
      doc/method-chaining.dox
  19. 2
      doc/namespaces.dox
  20. 2
      doc/openal-support.dox
  21. 2
      doc/openal.dox
  22. 2
      doc/opengl-mapping.dox
  23. 2
      doc/opengl-support.dox
  24. 2
      doc/opengl-wrapping.dox
  25. 2
      doc/opengl.dox
  26. 2
      doc/platform.dox
  27. 2
      doc/plugins.dox
  28. 2
      doc/portability.dox
  29. 2
      doc/scenegraph.dox
  30. 2
      doc/shaders.dox
  31. 2
      doc/shapes.dox
  32. 2
      doc/tips.dox
  33. 2
      doc/transformations.dox
  34. 2
      doc/troubleshooting.dox
  35. 2
      doc/types.dox
  36. 2
      doc/utilities.dox
  37. 2
      modules/CMakeLists.txt
  38. 2
      modules/FindEGL.cmake
  39. 2
      modules/FindMagnum.cmake
  40. 2
      modules/FindOpenGLES2.cmake
  41. 2
      modules/FindOpenGLES3.cmake
  42. 2
      modules/FindSDL2.cmake
  43. 2
      modules/MagnumConfig.cmake
  44. 2
      src/CMakeLists.txt
  45. 2
      src/Magnum/AbstractFramebuffer.cpp
  46. 2
      src/Magnum/AbstractFramebuffer.h
  47. 2
      src/Magnum/AbstractObject.cpp
  48. 2
      src/Magnum/AbstractObject.h
  49. 2
      src/Magnum/AbstractQuery.cpp
  50. 2
      src/Magnum/AbstractQuery.h
  51. 2
      src/Magnum/AbstractResourceLoader.h
  52. 2
      src/Magnum/AbstractShaderProgram.cpp
  53. 2
      src/Magnum/AbstractShaderProgram.h
  54. 2
      src/Magnum/AbstractTexture.cpp
  55. 2
      src/Magnum/AbstractTexture.h
  56. 2
      src/Magnum/Array.h
  57. 2
      src/Magnum/Attribute.cpp
  58. 2
      src/Magnum/Attribute.h
  59. 2
      src/Magnum/Audio/AbstractImporter.cpp
  60. 2
      src/Magnum/Audio/AbstractImporter.h
  61. 2
      src/Magnum/Audio/Audio.cpp
  62. 2
      src/Magnum/Audio/Audio.h
  63. 2
      src/Magnum/Audio/Buffer.cpp
  64. 2
      src/Magnum/Audio/Buffer.h
  65. 2
      src/Magnum/Audio/CMakeLists.txt
  66. 2
      src/Magnum/Audio/Context.cpp
  67. 2
      src/Magnum/Audio/Context.h
  68. 2
      src/Magnum/Audio/Extensions.h
  69. 2
      src/Magnum/Audio/Listener.cpp
  70. 2
      src/Magnum/Audio/Listener.h
  71. 2
      src/Magnum/Audio/Playable.h
  72. 2
      src/Magnum/Audio/PlayableGroup.h
  73. 2
      src/Magnum/Audio/Renderer.cpp
  74. 2
      src/Magnum/Audio/Renderer.h
  75. 2
      src/Magnum/Audio/Source.cpp
  76. 2
      src/Magnum/Audio/Source.h
  77. 2
      src/Magnum/Audio/Test/AbstractImporterTest.cpp
  78. 2
      src/Magnum/Audio/Test/BufferTest.cpp
  79. 2
      src/Magnum/Audio/Test/CMakeLists.txt
  80. 2
      src/Magnum/Audio/Test/ContextTest.cpp
  81. 2
      src/Magnum/Audio/Test/ListenerTest.cpp
  82. 2
      src/Magnum/Audio/Test/PlayableTest.cpp
  83. 2
      src/Magnum/Audio/Test/RendererTest.cpp
  84. 2
      src/Magnum/Audio/Test/SourceTest.cpp
  85. 2
      src/Magnum/Audio/Test/configure.h.cmake
  86. 2
      src/Magnum/Audio/visibility.h
  87. 2
      src/Magnum/Buffer.cpp
  88. 2
      src/Magnum/Buffer.h
  89. 2
      src/Magnum/BufferImage.cpp
  90. 2
      src/Magnum/BufferImage.h
  91. 2
      src/Magnum/BufferTexture.cpp
  92. 2
      src/Magnum/BufferTexture.h
  93. 2
      src/Magnum/BufferTextureFormat.h
  94. 2
      src/Magnum/CMakeLists.txt
  95. 2
      src/Magnum/Color.h
  96. 2
      src/Magnum/ColorFormat.h
  97. 2
      src/Magnum/Context.cpp
  98. 2
      src/Magnum/Context.h
  99. 2
      src/Magnum/CubeMapTexture.cpp
  100. 2
      src/Magnum/CubeMapTexture.h
  101. Some files were not shown because too many files have changed in this diff Show More

2
CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
CONTRIBUTING.md

@ -44,7 +44,7 @@ Code contribution
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © YEAR YOUR_NAME <your@mail.com>

2
COPYING

@ -1,4 +1,4 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/best-practices.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/building.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/cmake.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/coding-style.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/compilation-speedup.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/debug-tools.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/features.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/generated/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
doc/generated/configure.h.cmake

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/generated/hello.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/generated/shaders.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/getting-started.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

4
doc/mainpage.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
@ -128,7 +128,7 @@ Feel free to get more information or contact the author at:
Magnum is licensed under MIT/Expat license:
>
> Copyright © 2010, 2011, 2012, 2013, 2014, 2015
> Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
> Vladimír Vondruš &lt;mosra@centrum.cz&gt;
>
> Permission is hereby granted, free of charge, to any person obtaining a

2
doc/matrix-vector.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/method-chaining.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/namespaces.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/openal-support.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
doc/openal.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/opengl-mapping.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/opengl-support.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/opengl-wrapping.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/opengl.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/platform.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/plugins.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/portability.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/scenegraph.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/shaders.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/shapes.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/tips.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/transformations.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/troubleshooting.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/types.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
doc/utilities.dox

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
modules/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
modules/FindEGL.cmake

@ -10,7 +10,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
modules/FindMagnum.cmake

@ -128,7 +128,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
modules/FindOpenGLES2.cmake

@ -10,7 +10,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
modules/FindOpenGLES3.cmake

@ -10,7 +10,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
modules/FindSDL2.cmake

@ -14,7 +14,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
modules/MagnumConfig.cmake

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractFramebuffer.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractFramebuffer.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractObject.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractObject.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractQuery.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractQuery.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractResourceLoader.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractShaderProgram.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractShaderProgram.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractTexture.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/AbstractTexture.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Array.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Attribute.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Attribute.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/AbstractImporter.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/AbstractImporter.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Audio.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Audio.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Buffer.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Buffer.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Context.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Context.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Extensions.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Listener.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Listener.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Playable.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/PlayableGroup.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Renderer.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Renderer.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Source.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Source.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Test/AbstractImporterTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Test/BufferTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Test/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
# Copyright © 2015 Jonathan Hale <squareys@googlemail.com>
#

2
src/Magnum/Audio/Test/ContextTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Test/ListenerTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Test/PlayableTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2015 Jonathan Hale <squareys@googlemail.com>

2
src/Magnum/Audio/Test/RendererTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Test/SourceTest.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/Test/configure.h.cmake

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Audio/visibility.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Buffer.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Buffer.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/BufferImage.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/BufferImage.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/BufferTexture.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/BufferTexture.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/BufferTextureFormat.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/CMakeLists.txt

@ -1,7 +1,7 @@
#
# This file is part of Magnum.
#
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015
# Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Vladimír Vondruš <mosra@centrum.cz>
#
# Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Color.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/ColorFormat.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Context.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/Context.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/CubeMapTexture.cpp

@ -1,7 +1,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

2
src/Magnum/CubeMapTexture.h

@ -3,7 +3,7 @@
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save