diff --git a/src/AbstractImporter.h b/src/AbstractImporter.h index 6377324ba..57d59b714 100644 --- a/src/AbstractImporter.h +++ b/src/AbstractImporter.h @@ -1,7 +1,7 @@ #ifndef Magnum_AbstractImporter_h #define Magnum_AbstractImporter_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/AbstractMaterial.h b/src/AbstractMaterial.h index 96ab820a5..28412eb19 100644 --- a/src/AbstractMaterial.h +++ b/src/AbstractMaterial.h @@ -1,7 +1,7 @@ #ifndef Magnum_AbstractMaterial_h #define Magnum_AbstractMaterial_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/AbstractShaderProgram.cpp b/src/AbstractShaderProgram.cpp index 2d892cb62..0bfab23e7 100644 --- a/src/AbstractShaderProgram.cpp +++ b/src/AbstractShaderProgram.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/AbstractShaderProgram.h b/src/AbstractShaderProgram.h index 5072b3fb5..ed189e87b 100644 --- a/src/AbstractShaderProgram.h +++ b/src/AbstractShaderProgram.h @@ -1,7 +1,7 @@ #ifndef Magnum_AbstractShaderProgram_h #define Magnum_AbstractShaderProgram_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/AbstractTexture.cpp b/src/AbstractTexture.cpp index d686ecaff..f64d18018 100644 --- a/src/AbstractTexture.cpp +++ b/src/AbstractTexture.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/AbstractTexture.h b/src/AbstractTexture.h index cb7594431..16766a682 100644 --- a/src/AbstractTexture.h +++ b/src/AbstractTexture.h @@ -1,7 +1,7 @@ #ifndef Magnum_AbstractTexture_h #define Magnum_AbstractTexture_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Buffer.h b/src/Buffer.h index cb0a698df..72f0d0bf1 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -1,7 +1,7 @@ #ifndef Magnum_Buffer_h #define Magnum_Buffer_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Camera.cpp b/src/Camera.cpp index 3bd11dc23..3503ded41 100644 --- a/src/Camera.cpp +++ b/src/Camera.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Camera.h b/src/Camera.h index 24818bc0c..47d817751 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -1,7 +1,7 @@ #ifndef Magnum_Camera_h #define Magnum_Camera_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/CubeMapTexture.h b/src/CubeMapTexture.h index 668ebdf99..16759d242 100644 --- a/src/CubeMapTexture.h +++ b/src/CubeMapTexture.h @@ -1,7 +1,7 @@ #ifndef Magnum_CubeMapTexture_h #define Magnum_CubeMapTexture_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Image.h b/src/Image.h index 40f7335d3..6cdac5066 100644 --- a/src/Image.h +++ b/src/Image.h @@ -1,7 +1,7 @@ #ifndef Magnum_Image_h #define Magnum_Image_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/IndexedMesh.cpp b/src/IndexedMesh.cpp index df4cc477b..483985ab2 100644 --- a/src/IndexedMesh.cpp +++ b/src/IndexedMesh.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/IndexedMesh.h b/src/IndexedMesh.h index f235e9d9e..518a76336 100644 --- a/src/IndexedMesh.h +++ b/src/IndexedMesh.h @@ -1,7 +1,7 @@ #ifndef Magnum_IndexedMesh_h #define Magnum_IndexedMesh_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Light.h b/src/Light.h index 05ee85886..d03d853b1 100644 --- a/src/Light.h +++ b/src/Light.h @@ -1,7 +1,7 @@ #ifndef Magnum_Light_h #define Magnum_Light_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Magnum.h b/src/Magnum.h index ba3f95487..e7ad68e3d 100644 --- a/src/Magnum.h +++ b/src/Magnum.h @@ -1,7 +1,7 @@ #ifndef Magnum_Magnum_h #define Magnum_Magnum_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/GeometryUtils.h b/src/Math/GeometryUtils.h index 0471fa6fa..78bcff8e9 100644 --- a/src/Math/GeometryUtils.h +++ b/src/Math/GeometryUtils.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_GeometryUtils_h #define Magnum_Math_GeometryUtils_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Math.cpp b/src/Math/Math.cpp index 0c74ebbbc..5c2560a21 100644 --- a/src/Math/Math.cpp +++ b/src/Math/Math.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Math.h b/src/Math/Math.h index 0c82b0279..2ea939847 100644 --- a/src/Math/Math.h +++ b/src/Math/Math.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Math_h #define Magnum_Math_Math_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index 3013215b2..083f99126 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Matrix_h #define Magnum_Math_Matrix_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Matrix3.h b/src/Math/Matrix3.h index e4c7fe05c..6ce34b804 100644 --- a/src/Math/Matrix3.h +++ b/src/Math/Matrix3.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Matrix3_h #define Magnum_Math_Matrix3_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Matrix4.h b/src/Math/Matrix4.h index a5a24649a..d72db4966 100644 --- a/src/Math/Matrix4.h +++ b/src/Math/Matrix4.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Matrix4_h #define Magnum_Math_Matrix4_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/GeometryUtilsTest.cpp b/src/Math/Test/GeometryUtilsTest.cpp index 0e19c4558..757656e72 100644 --- a/src/Math/Test/GeometryUtilsTest.cpp +++ b/src/Math/Test/GeometryUtilsTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/GeometryUtilsTest.h b/src/Math/Test/GeometryUtilsTest.h index afe392e6a..82919065a 100644 --- a/src/Math/Test/GeometryUtilsTest.h +++ b/src/Math/Test/GeometryUtilsTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_GeometryUtilsTest_h #define Magnum_Math_Test_GeometryUtilsTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/MathTest.cpp b/src/Math/Test/MathTest.cpp index 460afb5a8..c57e650eb 100644 --- a/src/Math/Test/MathTest.cpp +++ b/src/Math/Test/MathTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/MathTest.h b/src/Math/Test/MathTest.h index 88b32e977..7e0258cc6 100644 --- a/src/Math/Test/MathTest.h +++ b/src/Math/Test/MathTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_MathTest_h #define Magnum_Math_Test_MathTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Matrix3Test.cpp b/src/Math/Test/Matrix3Test.cpp index 21282c265..870f47bea 100644 --- a/src/Math/Test/Matrix3Test.cpp +++ b/src/Math/Test/Matrix3Test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Matrix3Test.h b/src/Math/Test/Matrix3Test.h index 409b9a1b6..eec4091cf 100644 --- a/src/Math/Test/Matrix3Test.h +++ b/src/Math/Test/Matrix3Test.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_Matrix3Test_h #define Magnum_Math_Test_Matrix3Test_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Matrix4Test.cpp b/src/Math/Test/Matrix4Test.cpp index 7fea9d3e8..362cce00b 100644 --- a/src/Math/Test/Matrix4Test.cpp +++ b/src/Math/Test/Matrix4Test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Matrix4Test.h b/src/Math/Test/Matrix4Test.h index ce83001c7..1aeb1d123 100644 --- a/src/Math/Test/Matrix4Test.h +++ b/src/Math/Test/Matrix4Test.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_Matrix4Test_h #define Magnum_Math_Test_Matrix4Test_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/MatrixTest.cpp b/src/Math/Test/MatrixTest.cpp index c44decc8f..6ff8c8727 100644 --- a/src/Math/Test/MatrixTest.cpp +++ b/src/Math/Test/MatrixTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/MatrixTest.h b/src/Math/Test/MatrixTest.h index cbc6f518c..fc034daca 100644 --- a/src/Math/Test/MatrixTest.h +++ b/src/Math/Test/MatrixTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_MatrixTest_h #define Magnum_Math_Test_MatrixTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Vector2Test.cpp b/src/Math/Test/Vector2Test.cpp index b43ca762a..78a66cdc7 100644 --- a/src/Math/Test/Vector2Test.cpp +++ b/src/Math/Test/Vector2Test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Vector2Test.h b/src/Math/Test/Vector2Test.h index ce55007e6..5bf539320 100644 --- a/src/Math/Test/Vector2Test.h +++ b/src/Math/Test/Vector2Test.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_Vector2Test_h #define Magnum_Math_Test_Vector2Test_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Vector3Test.cpp b/src/Math/Test/Vector3Test.cpp index eb0ec786e..98682a450 100644 --- a/src/Math/Test/Vector3Test.cpp +++ b/src/Math/Test/Vector3Test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Vector3Test.h b/src/Math/Test/Vector3Test.h index cd0b79cf6..54e2b34df 100644 --- a/src/Math/Test/Vector3Test.h +++ b/src/Math/Test/Vector3Test.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_Vector3Test_h #define Magnum_Math_Test_Vector3Test_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Vector4Test.cpp b/src/Math/Test/Vector4Test.cpp index 3d37bf501..364bce0ee 100644 --- a/src/Math/Test/Vector4Test.cpp +++ b/src/Math/Test/Vector4Test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/Vector4Test.h b/src/Math/Test/Vector4Test.h index 807ff0d91..2d65bd318 100644 --- a/src/Math/Test/Vector4Test.h +++ b/src/Math/Test/Vector4Test.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_Vector4Test_h #define Magnum_Math_Test_Vector4Test_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/VectorTest.cpp b/src/Math/Test/VectorTest.cpp index b6b7b93a2..06ed871af 100644 --- a/src/Math/Test/VectorTest.cpp +++ b/src/Math/Test/VectorTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Test/VectorTest.h b/src/Math/Test/VectorTest.h index 9b896047d..ece0bbcca 100644 --- a/src/Math/Test/VectorTest.h +++ b/src/Math/Test/VectorTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Test_VectorTest_h #define Magnum_Math_Test_VectorTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Vector.h b/src/Math/Vector.h index bab8a704d..e1e9de98f 100644 --- a/src/Math/Vector.h +++ b/src/Math/Vector.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Vector_h #define Magnum_Math_Vector_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Vector2.h b/src/Math/Vector2.h index 91ededf27..6cc73ef7f 100644 --- a/src/Math/Vector2.h +++ b/src/Math/Vector2.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Vector2_h #define Magnum_Math_Vector2_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Vector3.h b/src/Math/Vector3.h index 0f4767014..d5c1fd2fe 100644 --- a/src/Math/Vector3.h +++ b/src/Math/Vector3.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Vector3_h #define Magnum_Math_Vector3_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Math/Vector4.h b/src/Math/Vector4.h index 47cfb5645..130e12480 100644 --- a/src/Math/Vector4.h +++ b/src/Math/Vector4.h @@ -1,7 +1,7 @@ #ifndef Magnum_Math_Vector4_h #define Magnum_Math_Vector4_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Mesh.cpp b/src/Mesh.cpp index 0ef90975d..587e2e964 100644 --- a/src/Mesh.cpp +++ b/src/Mesh.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Mesh.h b/src/Mesh.h index 8269d4a3b..f1e14a808 100644 --- a/src/Mesh.h +++ b/src/Mesh.h @@ -1,7 +1,7 @@ #ifndef Magnum_Mesh_h #define Magnum_Mesh_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/MeshBuilder.h b/src/MeshBuilder.h index a48647be5..ec1d98c71 100644 --- a/src/MeshBuilder.h +++ b/src/MeshBuilder.h @@ -1,7 +1,7 @@ #ifndef Magnum_MeshBuilder_h #define Magnum_MeshBuilder_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Object.cpp b/src/Object.cpp index 0969ebb12..eaccf80df 100644 --- a/src/Object.cpp +++ b/src/Object.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Object.h b/src/Object.h index ee5af73b9..97b21b393 100644 --- a/src/Object.h +++ b/src/Object.h @@ -1,7 +1,7 @@ #ifndef Magnum_Object_h #define Magnum_Object_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Primitives/AbstractPrimitive.h b/src/Primitives/AbstractPrimitive.h index fccbdfcf3..68fa8d169 100644 --- a/src/Primitives/AbstractPrimitive.h +++ b/src/Primitives/AbstractPrimitive.h @@ -1,7 +1,7 @@ #ifndef Magnum_Primitives_AbstractPrimitive_h #define Magnum_Primitives_AbstractPrimitive_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Primitives/Cube.cpp b/src/Primitives/Cube.cpp index 81faad0dc..923fc2f3d 100644 --- a/src/Primitives/Cube.cpp +++ b/src/Primitives/Cube.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Primitives/Cube.h b/src/Primitives/Cube.h index 13fe3d4e8..5c9690c40 100644 --- a/src/Primitives/Cube.h +++ b/src/Primitives/Cube.h @@ -1,7 +1,7 @@ #ifndef Magnum_Primitives_Cube_h #define Magnum_Primitives_Cube_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Primitives/Icosphere.cpp b/src/Primitives/Icosphere.cpp index 021c52acc..6e2d5aeaa 100644 --- a/src/Primitives/Icosphere.cpp +++ b/src/Primitives/Icosphere.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Primitives/Icosphere.h b/src/Primitives/Icosphere.h index fce67e5a0..c1d8fcbf9 100644 --- a/src/Primitives/Icosphere.h +++ b/src/Primitives/Icosphere.h @@ -1,7 +1,7 @@ #ifndef Magnum_Primitives_Icosphere_h #define Magnum_Primitives_Icosphere_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Scene.cpp b/src/Scene.cpp index 291a25285..ff5fa27db 100644 --- a/src/Scene.cpp +++ b/src/Scene.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Scene.h b/src/Scene.h index 7a273ff1c..28326f224 100644 --- a/src/Scene.h +++ b/src/Scene.h @@ -1,7 +1,7 @@ #ifndef Magnum_Scene_h #define Magnum_Scene_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Shader.cpp b/src/Shader.cpp index d6c655002..45bd895f3 100644 --- a/src/Shader.cpp +++ b/src/Shader.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Shader.h b/src/Shader.h index 5abb7b25e..683a555dd 100644 --- a/src/Shader.h +++ b/src/Shader.h @@ -1,7 +1,7 @@ #ifndef Magnum_Shader_h #define Magnum_Shader_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/SizeTraits.cpp b/src/SizeTraits.cpp index 5fe899c0a..8befa8477 100644 --- a/src/SizeTraits.cpp +++ b/src/SizeTraits.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/SizeTraits.h b/src/SizeTraits.h index b9b58955f..aad5dcc3a 100644 --- a/src/SizeTraits.h +++ b/src/SizeTraits.h @@ -1,7 +1,7 @@ #ifndef Magnum_SizeTraits_h #define Magnum_SizeTraits_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/CameraTest.cpp b/src/Test/CameraTest.cpp index b86c1f6cf..e52978df6 100644 --- a/src/Test/CameraTest.cpp +++ b/src/Test/CameraTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/CameraTest.h b/src/Test/CameraTest.h index baaba4af4..0099447f4 100644 --- a/src/Test/CameraTest.h +++ b/src/Test/CameraTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Test_CameraTest_h #define Magnum_Test_CameraTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/MeshBuilderBenchmark.cpp b/src/Test/MeshBuilderBenchmark.cpp index bb66b777b..c1dcdd87a 100644 --- a/src/Test/MeshBuilderBenchmark.cpp +++ b/src/Test/MeshBuilderBenchmark.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/MeshBuilderBenchmark.h b/src/Test/MeshBuilderBenchmark.h index 6fca88af2..eec3d0dd1 100644 --- a/src/Test/MeshBuilderBenchmark.h +++ b/src/Test/MeshBuilderBenchmark.h @@ -1,7 +1,7 @@ #ifndef Magnum_Test_MeshBuilderBenchmark_h #define Magnum_Test_MeshBuilderBenchmark_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/MeshBuilderTest.cpp b/src/Test/MeshBuilderTest.cpp index 7843aa53a..28866fe81 100644 --- a/src/Test/MeshBuilderTest.cpp +++ b/src/Test/MeshBuilderTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/MeshBuilderTest.h b/src/Test/MeshBuilderTest.h index e0a5f76f8..ff8a462cf 100644 --- a/src/Test/MeshBuilderTest.h +++ b/src/Test/MeshBuilderTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Test_MeshBuilderTest_h #define Magnum_Test_MeshBuilderTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/ObjectTest.cpp b/src/Test/ObjectTest.cpp index 46976f9a7..2a6735be1 100644 --- a/src/Test/ObjectTest.cpp +++ b/src/Test/ObjectTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/ObjectTest.h b/src/Test/ObjectTest.h index 90f27aa0a..e370d58c9 100644 --- a/src/Test/ObjectTest.h +++ b/src/Test/ObjectTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Test_ObjectTest_h #define Magnum_Test_ObjectTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/SceneTest.cpp b/src/Test/SceneTest.cpp index bd3be6efc..9bc8fef52 100644 --- a/src/Test/SceneTest.cpp +++ b/src/Test/SceneTest.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Test/SceneTest.h b/src/Test/SceneTest.h index 84e9ad9e2..03995f49a 100644 --- a/src/Test/SceneTest.h +++ b/src/Test/SceneTest.h @@ -1,7 +1,7 @@ #ifndef Magnum_Test_SceneTest_h #define Magnum_Test_SceneTest_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Texture.cpp b/src/Texture.cpp index 32292471c..18bd57489 100644 --- a/src/Texture.cpp +++ b/src/Texture.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/Texture.h b/src/Texture.h index e3ff77a07..4ce9d925a 100644 --- a/src/Texture.h +++ b/src/Texture.h @@ -1,7 +1,7 @@ #ifndef Magnum_Texture_h #define Magnum_Texture_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum. diff --git a/src/TypeTraits.h b/src/TypeTraits.h index ed6ff966a..b5b49ed5c 100644 --- a/src/TypeTraits.h +++ b/src/TypeTraits.h @@ -1,7 +1,7 @@ #ifndef Magnum_TypeTraits_h #define Magnum_TypeTraits_h /* - Copyright © 2010, 2011 Vladimír Vondruš + Copyright © 2010, 2011, 2012 Vladimír Vondruš This file is part of Magnum.