]> git.tdb.fi Git - libs/gl.git/commitdiff
Drop Id tags and copyright notices from files
authorMikko Rasa <tdb@tdb.fi>
Tue, 6 Sep 2011 18:19:14 +0000 (21:19 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 6 Sep 2011 18:19:14 +0000 (21:19 +0300)
136 files changed:
Build
Changelog.txt
blender/io_mesh_mspgl/export_mspgl.py
extgen.py
makefont.py
maketex.py
mesh2c.cpp
mesh_export.py
source/ambientocclusion.cpp
source/ambientocclusion.h
source/batch.cpp
source/batch.h
source/bindable.h
source/blend.cpp
source/blend.h
source/bloom.cpp
source/bloom.h
source/box.cpp
source/box.h
source/buffer.cpp
source/buffer.h
source/camera.cpp
source/camera.h
source/capsule.cpp
source/capsule.h
source/clip.cpp
source/clip.h
source/color.h
source/cylinder.cpp
source/cylinder.h
source/datatype.h
source/effect.h
source/except.h
source/extension.cpp
source/extension.h
source/font.cpp
source/font.h
source/framebuffer.cpp
source/framebuffer.h
source/geometrybuilder.cpp
source/geometrybuilder.h
source/gl.h
source/grid.cpp
source/grid.h
source/immediate.cpp
source/immediate.h
source/instancescene.cpp
source/instancescene.h
source/light.cpp
source/light.h
source/lighting.cpp
source/lighting.h
source/material.cpp
source/material.h
source/matrix.cpp
source/matrix.h
source/mesh.cpp
source/mesh.h
source/meshbuilder.cpp
source/meshbuilder.h
source/misc.cpp
source/misc.h
source/object.cpp
source/object.h
source/objectinstance.cpp
source/objectinstance.h
source/orderedscene.cpp
source/orderedscene.h
source/pipeline.cpp
source/pipeline.h
source/pipelinepass.cpp
source/pipelinepass.h
source/pixelformat.cpp
source/pixelformat.h
source/postprocessor.h
source/predicate.h
source/primitivebuilder.cpp
source/primitivebuilder.h
source/primitivetype.cpp
source/primitivetype.h
source/program.cpp
source/program.h
source/programdata.cpp
source/programdata.h
source/projection.cpp
source/projection.h
source/renderable.cpp
source/renderable.h
source/renderbuffer.cpp
source/renderbuffer.h
source/renderer.cpp
source/renderer.h
source/renderpass.cpp
source/renderpass.h
source/scene.cpp
source/scene.h
source/shader.cpp
source/shader.h
source/shadowmap.cpp
source/shadowmap.h
source/simplescene.cpp
source/simplescene.h
source/stencil.cpp
source/stencil.h
source/tag.cpp
source/tag.h
source/technique.cpp
source/technique.h
source/tests.cpp
source/tests.h
source/texenv.cpp
source/texenv.h
source/texture.cpp
source/texture.h
source/texture2d.cpp
source/texture2d.h
source/texture3d.cpp
source/texture3d.h
source/texturing.cpp
source/texturing.h
source/texunit.cpp
source/texunit.h
source/transform.h
source/uniform.cpp
source/uniform.h
source/vector.h
source/vertexarray.cpp
source/vertexarray.h
source/vertexarraybuilder.cpp
source/vertexarraybuilder.h
source/vertexbuilder.h
source/vertexformat.cpp
source/vertexformat.h
source/windingtest.cpp
source/windingtest.h
viewer.cpp

diff --git a/Build b/Build
index f0abdf8e2f4c1c7a4e61ec2a3034cb0eae2bc3a4..83ff24df5ad332f3c0e269e4c00327d796513033 100644 (file)
--- a/Build
+++ b/Build
@@ -1,12 +1,10 @@
-/* $Id$ */
-
 package "mspgl"
 {
        version "1.1";
        description "Lightweight C++/OpenGL graphics engine";
 
        require "mspdatafile";
 package "mspgl"
 {
        version "1.1";
        description "Lightweight C++/OpenGL graphics engine";
 
        require "mspdatafile";
-       require "mspgbase";
+       require "mspgui";
        require "opengl";
 
        headers "msp/gl"
        require "opengl";
 
        headers "msp/gl"
@@ -33,7 +31,6 @@ package "mspgl"
        program "viewer"
        {
                source "viewer.cpp";
        program "viewer"
        {
                source "viewer.cpp";
-               require "mspfs";
                build_info
                {
                        library "mspgl";
                build_info
                {
                        library "mspgl";
index 5c06ade74f49b0965ed2874c50493f56d58188ae..3e5f542b7760bb598ad5fd80373c6478f87e788e 100644 (file)
@@ -18,5 +18,3 @@
 
 0.9
 * First release
 
 0.9
 * First release
-
-($Id$)
index d54d1e38478a860c5b4619deb9d8505813f3c53f..aa02c13a3e1cd09864d9047d5204f9a8c32bb663 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: mesh_export.py 137 2010-12-05 19:22:35Z tdb $
-
 import bpy
 
 class VertexCache:
 import bpy
 
 class VertexCache:
index 2d64cba78d060a6351a5411044a22725453348d0..2c515f22ecee971f234796924428376d58f80c8f 100755 (executable)
--- a/extgen.py
+++ b/extgen.py
@@ -1,5 +1,4 @@
 #!/usr/bin/python
 #!/usr/bin/python
-# $Id$
 
 import sys
 
 
 import sys
 
index 030adff88bf4aadfb73ad4e89ed5bad740782ed6..e0b587938a5b80a85187a5e21c75a5c6f364df6e 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
 
 #!/usr/bin/python
 
-# $Id$
-
 def convert_def(fn):
        src=file(fn)
 
 def convert_def(fn):
        src=file(fn)
 
index fa8e70d80022d8f3ad84add0af47741f0105b761..92a284215796b1021ce8ca55f8098a668cc658e6 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
 
 #!/usr/bin/python
 
-# $Id$
-
 def escape(str):
        result=""
        for c in str:
 def escape(str):
        result=""
        for c in str:
index 170799c9f196902e42e68c70eb028f4be698dc58..c68e63a9248d9c361fbea205522dc77cdf20098e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/getopt.h>
 #include <msp/gl/mesh.h>
 #include <msp/io/print.h>
 #include <msp/core/getopt.h>
 #include <msp/gl/mesh.h>
 #include <msp/io/print.h>
index b2d75d6b52ea136f8a689cc02a4addaa58077f39..c2f346bcb4c682716cabae54d12047858966b3d2 100644 (file)
@@ -1,5 +1,4 @@
 #!BPY
 #!BPY
-# $Id$
 
 """
 Name: 'MSP GL Mesh (.mesh)...'
 
 """
 Name: 'MSP GL Mesh (.mesh)...'
index 9e376a456f760ce84933b6f5f204f4cd21246cd2..0cd3693b8f6ceca22255762294388b437662acc9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "ambientocclusion.h"
 #include "blend.h"
 #include <cmath>
 #include "ambientocclusion.h"
 #include "blend.h"
index 4affd04987aef3f1b6ce6c5c71b99bf12a2a4b64..704ddb25d8c0ed673455a765d39ba8ae64ef96be 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_AMBIENTOCCLUSION_H_
 #define MSP_GL_AMBIENTOCCLUSION_H_
 
 #ifndef MSP_GL_AMBIENTOCCLUSION_H_
 #define MSP_GL_AMBIENTOCCLUSION_H_
 
index 102b6487281244457950b6e0625b262e2ac3408e..1260c6abe5e995203af5ff3a70d10ce9fc1d8d63 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "batch.h"
 #include "bindable.h"
 #include "buffer.h"
 #include "batch.h"
 #include "bindable.h"
 #include "buffer.h"
index 696891ba3047ce1a557c9f36ddeee64b82c17882..4d2520a19629e830609d555163c4eca836e67443 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2010 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BATCH_H_
 #define MSP_GL_BATCH_H_
 
 #ifndef MSP_GL_BATCH_H_
 #define MSP_GL_BATCH_H_
 
index 000234515aeeea4a5b38effe0bf27173251b8896..8823de5c9773209a1642f5b763887e65ca7ea5d6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BINDABLE_H_
 #define MSP_GL_BINDABLE_H_
 
 #ifndef MSP_GL_BINDABLE_H_
 #define MSP_GL_BINDABLE_H_
 
index b2f59e17c5cb57250f20aba14ca158e81c818285..03fc0f02baf32c917e1be36ad9ec33f7237f9233 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "blend.h"
 #include "extension.h"
 #include "version_1_2.h"
 #include "blend.h"
 #include "extension.h"
 #include "version_1_2.h"
index 3d7368bb8bfeda7c27c92aaa07172f5ae10111d9..dd3f9404d72a2831c3442a994a64b90bbaff6812 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BLEND_H_
 #define MSP_GL_BLEND_H_
 
 #ifndef MSP_GL_BLEND_H_
 #define MSP_GL_BLEND_H_
 
index 0c2dccec04d3a04bb7fc3aec1adc400213358e41..0ff0c5da34210c2b155150934603dc0fbec2ef5c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include <msp/strings/formatter.h>
 #include "blend.h"
 #include <cmath>
 #include <msp/strings/formatter.h>
 #include "blend.h"
index 2900175ff1f8ac6e34b52dfc994572aeaacbbe74..00130fa18d1277576fa400a005d44679d7f44a18 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BLOOM_H_
 #define MSP_GL_BLOOM_H_
 
 #ifndef MSP_GL_BLOOM_H_
 #define MSP_GL_BLOOM_H_
 
index 5347ccc7da411c847d0c5df13ce4cd27984fbde3..0958d1b0930daa8d187e6dc430b4a8ed0886bc1a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "box.h"
 #include "primitivebuilder.h"
 #include <cmath>
 #include "box.h"
 #include "primitivebuilder.h"
index 7e4b3e5e54dc7884ae7d2404a28b4c3684bbda3e..7bb881162ac21f52c25d96b24f4298644e05b7e2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BOX_H_
 #define MSP_GL_BOX_H_
 
 #ifndef MSP_GL_BOX_H_
 #define MSP_GL_BOX_H_
 
index 51f4873f76274d2f37305ba8bbc3045eb00406a6..395057cd90ff4bf61e95a7be7c833fefaa20515f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "arb_vertex_buffer_object.h"
 #include "extension.h"
 #include "buffer.h"
 #include "arb_vertex_buffer_object.h"
 #include "extension.h"
 #include "buffer.h"
index 1d073ab7af35c77ae32a43068c71a79ecd21831f..5e3cd29a4162c124a3b259f419cd9a558760d3db 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BUFFER_H_
 #define MSP_GL_BUFFER_H_
 
 #ifndef MSP_GL_BUFFER_H_
 #define MSP_GL_BUFFER_H_
 
index e2952a19f0f38b52448e1da719f3e0dd9cbd290a..98b7598ca16ffa011d1849881ac0d67117bff45f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "camera.h"
 #include "matrix.h"
 #include <cmath>
 #include "camera.h"
 #include "matrix.h"
index 0390607d5dafd31ffadb22f25ce0cda0a99f5537..6e83a9c3e761384f3342abb818cad714b1049004 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_CAMERA_H_
 #define MSP_GL_CAMERA_H_
 
 #ifndef MSP_GL_CAMERA_H_
 #define MSP_GL_CAMERA_H_
 
index 9ea19326c7075cde8468097f3c6cdfd942a0e116..9553edd36cd3e907449d52425fb0342c07584d8c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "capsule.h"
 #include "primitivebuilder.h"
 #include <cmath>
 #include "capsule.h"
 #include "primitivebuilder.h"
index 456a78246899dfe47c3c277515992c1816d09a79..527901b0fda28cb2d94ea659dee56ddfd1844ada 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_CAPSULE_H_
 #define MSP_GL_CAPSULE_H_
 
 #ifndef MSP_GL_CAPSULE_H_
 #define MSP_GL_CAPSULE_H_
 
index 96f5bd413bd1bc203decc2e35a35140122e88e7a..916417772aa18105309aef152fbc53a2d5ca29c3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "clip.h"
 #include "gl.h"
 
 #include "clip.h"
 #include "gl.h"
 
index bd8b1c5754af594e20a4daa165f9de6a6f42d426..d65895090828d6699226d787fe9e4b7872968e67 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_CLIP_H_
 #define MSP_GL_CLIP_H_
 
 #ifndef MSP_GL_CLIP_H_
 #define MSP_GL_CLIP_H_
 
index 2c48cd494bbcae09e080e963f1b8d9634c67d839..7de2eedf019b276a4171112f2b7692853bbe3cf6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_COLOR_H_
 #define MSP_GL_COLOR_H_
 
 #ifndef MSP_GL_COLOR_H_
 #define MSP_GL_COLOR_H_
 
index 30c3530c85b3ab63e068eeb6891d78922b58de7b..bbc536d7696d484e426f7d016b10847786de261f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "cylinder.h"
 #include "primitivebuilder.h"
 #include <cmath>
 #include "cylinder.h"
 #include "primitivebuilder.h"
index c671bfee14e1a4e87220f6cf52749b900d4b4e60..62aa37f1a6981d9a8049026ceca8d683ed70cb5c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef CYLINDER_H_
 #define CYLINDER_H_
 
 #ifndef CYLINDER_H_
 #define CYLINDER_H_
 
index b44644acfa183562a1ca653ebb4f802fd18eb205..e0448c39c157f263566774b20786891f9678b2fe 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TYPES_H_
 #define MSP_GL_TYPES_H_
 
 #ifndef MSP_GL_TYPES_H_
 #define MSP_GL_TYPES_H_
 
index eb207745a847ae0cdf59b4609206d79a374597be..2f9c56d2572f2703723044c25e058df995b7fec8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_EFFECT_H_
 #define MSP_GL_EFFECT_H_
 
 #ifndef MSP_GL_EFFECT_H_
 #define MSP_GL_EFFECT_H_
 
index 2d8f979e7f86182b5a0effae9a768e4d06f1b607..74467e40c3d527087f93ef78da8927afd9d395dc 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_EXCEPT_H_
 #define MSP_GL_EXCEPT_H_
 
 #ifndef MSP_GL_EXCEPT_H_
 #define MSP_GL_EXCEPT_H_
 
index fbed6e2648c610595ee03451429d19c681416c92..f18067989a8ba97c1a71759ad6a323c00ebdb2fd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <set>
 #ifndef WIN32
 #define GLX_GLXEXT_PROTOTYPES
 #include <set>
 #ifndef WIN32
 #define GLX_GLXEXT_PROTOTYPES
index ed2530a922fdf5c7ae3de64a29d4de3e693d0d62..69308241d96e3bd16867ff9d0f2c68d2defcaa12 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_EXTENSION_H_
 #define MSP_GL_EXTENSION_H_
 
 #ifndef MSP_GL_EXTENSION_H_
 #define MSP_GL_EXTENSION_H_
 
index a96fd8f884b329ae74c8b520b82d52d1944d7776..323152dc74b220c6730e024cef11f9ce59637f50 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/datafile/collection.h>
 #include "bindable.h"
 #include "gl.h"
 #include <msp/datafile/collection.h>
 #include "bindable.h"
 #include "gl.h"
index 28da58229d8bad3f7675599dc2148a6b73a21c42..6ae5c6d3862426c9bbb74bfb7198fb3444fe3125 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_FONT_H_
 #define MSP_GL_FONT_H_
 
 #ifndef MSP_GL_FONT_H_
 #define MSP_GL_FONT_H_
 
index 3d9b0133622b3bcec7590c440b8841f478217d16..3ac742bd209fd0e89c05d723c082524b4799c02c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "extension.h"
 #include "ext_framebuffer_blit.h"
 #include "ext_framebuffer_object.h"
 #include "extension.h"
 #include "ext_framebuffer_blit.h"
 #include "ext_framebuffer_object.h"
index 70d32d7f1ab5e704a1e8685ddcba46970548f9e1..3d3ec088138f9d4b50d675ead1d0b73807277212 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_FRAMEBUFFER_H_
 #define MSP_GL_FRAMEBUFFER_H_
 
 #ifndef MSP_GL_FRAMEBUFFER_H_
 #define MSP_GL_FRAMEBUFFER_H_
 
index 327e8fcf8a3b56b4daa35b8bf20727bc6f7c6ad6..ba3e86004c5813dbe1649bc66cba5f475c6de61b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "geometrybuilder.h"
 #include "meshbuilder.h"
 
 #include "geometrybuilder.h"
 #include "meshbuilder.h"
 
index e1c877dfbc5fd06f76abbc4103362bf3fb079ca6..76c1ba2f603a670861768ebf9b4ff37be1352cc3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_GEOMETRYBUILDER_H_
 #define MSP_GL_GEOMETRYBUILDER_H_
 
 #ifndef MSP_GL_GEOMETRYBUILDER_H_
 #define MSP_GL_GEOMETRYBUILDER_H_
 
index c033a377aa7a1bd11ed75294fc3f67ae633b6f49..d742bd57677ad33994f5f0ad5936acc82c5a2666 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_GL_H_
 #define MSP_GL_GL_H_
 
 #ifndef MSP_GL_GL_H_
 #define MSP_GL_GL_H_
 
index 524f2c5a175aca054951fafb2c8636c6a93c01d8..2f1a2a1ca6225a680f24227b2c2fdc0c96098fe2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "grid.h"
 #include "primitivebuilder.h"
 #include <cmath>
 #include "grid.h"
 #include "primitivebuilder.h"
index 91b9ef2338fd467097bfecea39d176d074c374ca..f4e86f23fb8c103bab4c62f28b16b76bfd3f950c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_GRID_H_
 #define MSP_GL_GRID_H_
 
 #ifndef MSP_GL_GRID_H_
 #define MSP_GL_GRID_H_
 
index 15d3a634a13248063efd29c2f5889fff7110c120..252eed335895e21f3dd5087f03a97f1cfcadac00 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "batch.h"
 #include "immediate.h"
 
 #include "batch.h"
 #include "immediate.h"
 
index 6822aba2640f99e543c0d044f21b6409d841b0fa..40e25cd667c8f6771f01890a49e89a96c134f672 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_IMMEDIATE_H_
 #define MSP_GL_IMMEDIATE_H_
 
 #ifndef MSP_GL_IMMEDIATE_H_
 #define MSP_GL_IMMEDIATE_H_
 
index fb99dda881f83ca8630a4cfcba36e42b3ca5a51a..ffbfa558f42e4bf2ad35f799579c2b438544e91d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "object.h"
 #include "objectinstance.h"
 #include "instancescene.h"
 #include "object.h"
 #include "objectinstance.h"
 #include "instancescene.h"
index 18229d72cc59b59a43408c6bd2e6dd9de1decdb3..021a2b3f94e69ccbd41c298a11da1b6e7559eec7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_INSTANCESCENE_H_
 #define MSP_GL_INSTANCESCENE_H_
 
 #ifndef MSP_GL_INSTANCESCENE_H_
 #define MSP_GL_INSTANCESCENE_H_
 
index 215b9d567eb6e357781015cd4f5f5e58844f3baf..39693c4091a6b1579885bf79104ef60e38ca0426 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "except.h"
 #include "light.h"
 #include "misc.h"
 #include "except.h"
 #include "light.h"
 #include "misc.h"
index 3be561d71c7dc1b5ba08a3ef0d882786dc39ea3f..2375c7c909899b7ac22fc3fc13992d8f3c31307f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_LIGHT_H_
 #define MSP_GL_LIGHT_H_
 
 #ifndef MSP_GL_LIGHT_H_
 #define MSP_GL_LIGHT_H_
 
index 4cd4858b438fc99ef51a8ffb4702da674b3efd3d..0af2416c14729788d411e747b91e8bcedfa0303c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "light.h"
 #include "lighting.h"
 #include "misc.h"
 #include "light.h"
 #include "lighting.h"
 #include "misc.h"
index 76c241e9fa5c46e0ff6aefbcd17ef4dadfc81bdc..794fb75a045497eae7c803b2f86aab9c3d42ce58 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_LIGHTING_H_
 #define MSP_GL_LIGHTING_H_
 
 #ifndef MSP_GL_LIGHTING_H_
 #define MSP_GL_LIGHTING_H_
 
index 989bb12e71b7ac51e5fd2223abbc591fa9a72006..0359ab3f332fd41b90590d229efe0391c7c22c70 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "gl.h"
 #include "material.h"
 
 #include "gl.h"
 #include "material.h"
 
index fa1612e142d1dca596fe58a59e03491d74b0fc70..9af86a700b6f5502c12b9b240f307263311a800a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_MATERIAL_H_
 #define MSP_GL_MATERIAL_H_
 
 #ifndef MSP_GL_MATERIAL_H_
 #define MSP_GL_MATERIAL_H_
 
index caa728d0c366708403f31a0776cb85012253e774..f5089285d63295458698e1c392511348fc34a696 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <cmath>
 #include <msp/core/except.h>
 #include <algorithm>
 #include <cmath>
 #include <msp/core/except.h>
index 1782dc66a958257e90a439ec0bd2a180b6e58e41..e32df7e3872ea6ea270ecfe0d13e8fe25db82d9c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_MATRIX_H_
 #define MSP_GL_MATRIX_H_
 
 #ifndef MSP_GL_MATRIX_H_
 #define MSP_GL_MATRIX_H_
 
index c111817d4240ff543cd50a7342067c12c0f19b26..c5e73ebd2afd625cda3d1d4041e8b7bd03145ed5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "buffer.h"
 #include "extension.h"
 #include "mesh.h"
 #include "buffer.h"
 #include "extension.h"
 #include "mesh.h"
index 190d6f9bce80f7ad74af3b7dc3941f9e69fbfcc2..625cebe267e681aefe3d7949dc0b60f889c250ed 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_MESH_H_
 #define MSP_GL_MESH_H_
 
 #ifndef MSP_GL_MESH_H_
 #define MSP_GL_MESH_H_
 
index 6f90f67de40cd9940dd381727b9a592b0876582b..57e85fc640ab1a66dc6d5a26187045507d479e1f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "mesh.h"
 #include "meshbuilder.h"
 
 #include "mesh.h"
 #include "meshbuilder.h"
 
index 6118c6869f4fd0f6dd1d95149088380527007046..d34da63b0123ab645363059f9918fb436b17bda9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_MESHBUILDER_H_
 #define MSP_GL_MESHBUILDER_H_
 
 #ifndef MSP_GL_MESHBUILDER_H_
 #define MSP_GL_MESHBUILDER_H_
 
index c09d17f550aeeaa2807818fd443340b94c7e3595..aca3df0f700af7b500f0aa2dba239865e84ab675 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "misc.h"
 
 namespace Msp {
 #include "misc.h"
 
 namespace Msp {
index b8540bd61e7ec1fef504ec9c6c94dbdb6b2c164b..464c08705ffd1b96efedcde880761c0ae994885f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_MISC_H_
 #define MSP_GL_MISC_H_
 
 #ifndef MSP_GL_MISC_H_
 #define MSP_GL_MISC_H_
 
index b66d2fd117a5b7e0a4bf7465baa76aa1dfacf19a..d573fdd4975695eddfd3d164eca0128d97936937 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/datafile/collection.h>
 #include <msp/strings/formatter.h>
 #include "except.h"
 #include <msp/datafile/collection.h>
 #include <msp/strings/formatter.h>
 #include "except.h"
index af9d2d26e42656a4fd8ad3c5a7115c4f996f686b..a574fb645ddd2b20fbbce4f9c32fffa0de8d57f9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_OBJECT_H_
 #define MSP_GL_OBJECT_H_
 
 #ifndef MSP_GL_OBJECT_H_
 #define MSP_GL_OBJECT_H_
 
index 14341561bc41ac626f80e83cfebfe011113c84e9..e3bb8f80b0e60f62c45b3926428d258737e52c20 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "object.h"
 #include "objectinstance.h"
 #include "renderer.h"
 #include "object.h"
 #include "objectinstance.h"
 #include "renderer.h"
index e7f85e3fbc4c3bc17bf3dbe12aa499cd5c6834b3..5911dae57fb6f173210ea18936a8e353c11c9f54 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_OBJETCINSTANCE_H_
 #define MSP_GL_OBJETCINSTANCE_H_
 
 #ifndef MSP_GL_OBJETCINSTANCE_H_
 #define MSP_GL_OBJETCINSTANCE_H_
 
index 296ad5105447583309e50de85c864fed82eb47f4..547af77aa1d852bb63a3757d6492ad657e026193 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include "orderedscene.h"
 
 #include <algorithm>
 #include "orderedscene.h"
 
index 88321ec93dd5d18ff6203a6cd59ac61a38229121..1fbd2a0ee4960a328bd8f841da229ec215b54a13 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_ORDEREDSCENE_H_
 #define MSP_GL_ORDEREDSCENE_H_
 
 #ifndef MSP_GL_ORDEREDSCENE_H_
 #define MSP_GL_ORDEREDSCENE_H_
 
index 8517805e23197aef724029280d0684cdadde2ec6..de98b2d383283d4822d1ed7e9b684ac60ed98e4b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "blend.h"
 #include "camera.h"
 #include "effect.h"
 #include "blend.h"
 #include "camera.h"
 #include "effect.h"
index f7f7e06ca198d84fe0a7b0aad583898f3eabd6cc..bc793887695b2db51676d979522faf7f680842fc 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PIPELINE_H_
 #define MSP_GL_PIPELINE_H_
 
 #ifndef MSP_GL_PIPELINE_H_
 #define MSP_GL_PIPELINE_H_
 
index f566f7ac4fecb40f0ce217097cb40ebc2476a980..2b0b43957bfb677334be1e98f13b5f8092d822ad 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "pipelinepass.h"
 
 namespace Msp {
 #include "pipelinepass.h"
 
 namespace Msp {
index 7e824082d2bdaae412fdbac6b0ab09dc646c1f08..087e653e5279ec998391b77b9c1f4fabbb088a8b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PIPELINEPASS_H_
 #define MSP_GL_PIPELINEPASS_H_
 
 #ifndef MSP_GL_PIPELINEPASS_H_
 #define MSP_GL_PIPELINEPASS_H_
 
index 91f102261cf63006d933b017427656adc8cb867d..4744ebbdfbad3a61c209be9085a01e15c8e4b1bc 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "except.h"
 #include "pixelformat.h"
 
 #include "except.h"
 #include "pixelformat.h"
 
index 81662cb9ea63dd798fe91a4218e8f47f0cdf3fae..4e71b9f0e7f4c1a1069f284a8f420b266f98288b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PIXELFORMAT_H_
 #define MSP_GL_PIXELFORMAT_H_
 
 #ifndef MSP_GL_PIXELFORMAT_H_
 #define MSP_GL_PIXELFORMAT_H_
 
index f835e5afafd75bbfac7568af9ca9ab68634754ea..9e4220abd84a24b04330727a18bc0cb8e03deacf 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_POSTPROCESSOR_H_
 #define MSP_GL_POSTPROCESSOR_H_
 
 #ifndef MSP_GL_POSTPROCESSOR_H_
 #define MSP_GL_POSTPROCESSOR_H_
 
index 707bc5d561bf6ac760670e5f8a785ca9bccbb426..f7bb40d01152038e4013669c471407487fb40d64 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PREDICATE_H_
 #define MSP_GL_PREDICATE_H_
 
 #ifndef MSP_GL_PREDICATE_H_
 #define MSP_GL_PREDICATE_H_
 
index 61bde9b96f8862881deb00e0719564dae1b08549..046cc5b248c12874ab889c1c09358d9946795880 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "primitivebuilder.h"
 
 namespace Msp {
 #include "primitivebuilder.h"
 
 namespace Msp {
index b8b90f44f081391e08f1378cd8517cf800a7231c..b41366e883b6d1962f3b48287e7db0af3ce56e3f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PRIMITIVEBUILDER_H_
 #define MSP_GL_PRIMITIVEBUILDER_H_
 
 #ifndef MSP_GL_PRIMITIVEBUILDER_H_
 #define MSP_GL_PRIMITIVEBUILDER_H_
 
index 0872f7760ae549b4ea7bdcc11779d7f27595e48b..717d98358e993a356bffe1a7cdccdc409f3db829 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "primitivetype.h"
 
 namespace Msp {
 #include "primitivetype.h"
 
 namespace Msp {
index f4f665e3cd19744757b98399bd3d1f776c3a192f..d004537b53a296632f5464785802eb041e2c9d73 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PRIMITIVETYPE_H_
 #define MSP_GL_PRIMITIVETYPE_H_
 
 #ifndef MSP_GL_PRIMITIVETYPE_H_
 #define MSP_GL_PRIMITIVETYPE_H_
 
index 1343c00f48cf0556984d65ff7db245a7628d3b7e..3c3a78b7c298a15bb6e55f8b9e75268fd788c4c7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include "arb_shader_objects.h"
 #include "arb_vertex_shader.h"
 #include <algorithm>
 #include "arb_shader_objects.h"
 #include "arb_vertex_shader.h"
index 80ddf15ca33e282ff71a17cd79695db4fd324972..b875ec79f089f28e6ec629cb426ee354d9d674b5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PROGRAM_H_
 #define MSP_GL_PROGRAM_H_
 
 #ifndef MSP_GL_PROGRAM_H_
 #define MSP_GL_PROGRAM_H_
 
index 77ff7f5020aea9a792a6b7d8391d00c7a8e04e30..50cefd4f9f9e5bed427c7610e56a48df7b339553 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "color.h"
 #include "extension.h"
 #include "matrix.h"
 #include "color.h"
 #include "extension.h"
 #include "matrix.h"
index 4cc2398ec9bafafeffd4fa202f2f64baa4801d6c..7d106305548b72e056d9a577101d959268f4b23e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PROGRAMDATA_H_
 #define MSP_GL_PROGRAMDATA_H_
 
 #ifndef MSP_GL_PROGRAMDATA_H_
 #define MSP_GL_PROGRAMDATA_H_
 
index dc690f49f8d65376e7d858f84a0a38488c4b446f..dd573da443eb7bcf5a305690cd456a450886eff7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include "matrix.h"
 #include "projection.h"
 #include <cmath>
 #include "matrix.h"
 #include "projection.h"
index 2be8fd08f883383feb4cbd02bccca838360cf0a2..1ad78493f4654242e6a31954fc12a1d726bf2bfd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PROJECTION_H_
 #define MSP_GL_PROJECTION_H_
 
 #ifndef MSP_GL_PROJECTION_H_
 #define MSP_GL_PROJECTION_H_
 
index 73c4a375a9a1101b0289da0a9ab3ab851db13079..44b34b0b6225deb92dc177b6473ad0e8932e16a4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include "renderable.h"
 #include "renderer.h"
 #include <msp/core/except.h>
 #include "renderable.h"
 #include "renderer.h"
index 9fe46956540d4af243e61b2a9316c7eb08ccf020..c055cefa65b989047ff0b324ab53259204ac77c1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_RENDERABLE_H_
 #define MSP_GL_RENDERABLE_H_
 
 #ifndef MSP_GL_RENDERABLE_H_
 #define MSP_GL_RENDERABLE_H_
 
index bd37aeea2bc59b460bbf17d4ecc32351bdfbe8dd..6d9592b198e44be071fb8a8f421338be11179ec5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "extension.h"
 #include "ext_framebuffer_multisample.h"
 #include "ext_framebuffer_object.h"
 #include "extension.h"
 #include "ext_framebuffer_multisample.h"
 #include "ext_framebuffer_object.h"
index 7f9d7a422a0f5f6378075f2a0ed34622ad06f585..977f2453af950df7600e6823448eae6fdd6c0d59 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_RENDERBUFFER_H_
 #define MSP_GL_RENDERBUFFER_H_
 
 #ifndef MSP_GL_RENDERBUFFER_H_
 #define MSP_GL_RENDERBUFFER_H_
 
index 46df5bf52777564ea62b9d995693c57f7e0d5fa9..72043cd153f1d669b7f69011f97981d1a4793aea 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include "batch.h"
 #include "buffer.h"
 #include <msp/core/except.h>
 #include "batch.h"
 #include "buffer.h"
index ef17b3e62043ad847969f4b7e6102854e52fc55c..866881c7b66aeebb8b913c43af4ee14b357c1885 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_RENDERER_H_
 #define MSP_GL_RENDERER_H_
 
 #ifndef MSP_GL_RENDERER_H_
 #define MSP_GL_RENDERER_H_
 
index b95bd4bcfe1977c9ce327c0e5189883efd97800a..4ab07347824ef68765a72becd9e35f9a1151fe28 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/refptr.h>
 #include <msp/datafile/collection.h>
 #include <msp/strings/formatter.h>
 #include <msp/core/refptr.h>
 #include <msp/datafile/collection.h>
 #include <msp/strings/formatter.h>
index c201eb07c807564a58c1edaa8446d0e83af2e9f6..5af733dc8b6ed2961510779621502377a2d8f284 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_RENDERPASS_H_
 #define MSP_GL_RENDERPASS_H_
 
 #ifndef MSP_GL_RENDERPASS_H_
 #define MSP_GL_RENDERPASS_H_
 
index fee81dc20c931b807c0e1b74828fb7533c056341..d95909e9a10ebd59035d44ddcda7714a44106793 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "renderer.h"
 #include "scene.h"
 
 #include "renderer.h"
 #include "scene.h"
 
index 3b35f45b5558702a0d7f33019456ab444e5b5be1..19048eb305a9f2ca8e8a21eca741f4671ebf813e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_SCENE_H_
 #define MSP_GL_SCENE_H_
 
 #ifndef MSP_GL_SCENE_H_
 #define MSP_GL_SCENE_H_
 
index c7a08bfac5e0b71f5371cf841506b21c463e845f..967ac8a624dc63f92248dc7f604b99c44fe73c79 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "arb_shader_objects.h"
 #include "except.h"
 #include "extension.h"
 #include "arb_shader_objects.h"
 #include "except.h"
 #include "extension.h"
index 9482c4ad3730b1c68e63494f433e1f604a487aca..c1fd6b2294a47c57c38b62ce9aa41241c19bc9c6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_SHADER_H_
 #define MSP_GL_SHADER_H_
 
 #ifndef MSP_GL_SHADER_H_
 #define MSP_GL_SHADER_H_
 
index 96539f1d4d70c2241e0699e60dc5da757595a961..42e636a3456865493218aeffbf673f26ba956452 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include <cstdlib>
 #include "light.h"
 #include <cmath>
 #include <cstdlib>
 #include "light.h"
index 29bede317d1c120ab3e9ae961aee9173a01a4672..c44239f2cdb73e7983a117522dc83edbe96119c5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SHADOWMAP_H_
 #define SHADOWMAP_H_
 
 #ifndef SHADOWMAP_H_
 #define SHADOWMAP_H_
 
index f5947707a95bef5b008f332f209ab4dc8117852a..e7ffc63841d02cb8110cdd9b9e93e7be53e4d821 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "simplescene.h"
 
 namespace Msp {
 #include "simplescene.h"
 
 namespace Msp {
index 35315926460d0727f3d9471e392e3e05744872fa..db93e169d3b82bae5903fccc8c81ff155d6ff3d9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_SIMPLESCENE_H_
 #define MSP_GL_SIMPLESCENE_H_
 
 #ifndef MSP_GL_SIMPLESCENE_H_
 #define MSP_GL_SIMPLESCENE_H_
 
index dfeb3fb72746d5f9916f742b96023301d1a1d22b..9de8b1f0d66952dc25d15d1148a64daa885201a3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "stencil.h"
 
 namespace Msp {
 #include "stencil.h"
 
 namespace Msp {
index 30ad2570b40ba1207a079eed07684a05de4dcda0..02f4ed3f6ffa82c75cead64f99d6deafef62ee18 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_STENCIL_H_
 #define MSP_GL_STENCIL_H_
 
 #ifndef MSP_GL_STENCIL_H_
 #define MSP_GL_STENCIL_H_
 
index 3586507a5f8ba17c35a560b55fdbfb6990290672..af92bbb8b60780cb0827a63e8d0ea3c6795299d6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "tag.h"
 
 namespace {
 #include "tag.h"
 
 namespace {
index 47c4643e1fa8e27fd5fe73fe96c84ce78650d938..ac31bce6839677620a96725dd11bc214c95132df 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TAG_H_
 #define MSP_GL_TAG_H_
 
 #ifndef MSP_GL_TAG_H_
 #define MSP_GL_TAG_H_
 
index 49b487982993d259f3807c8b3820f9991cf85998..d963bea46c60f0d386439eac8ba6fb9ef8a967d3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/refptr.h>
 #include <msp/datafile/collection.h>
 #include <msp/strings/formatter.h>
 #include <msp/core/refptr.h>
 #include <msp/datafile/collection.h>
 #include <msp/strings/formatter.h>
index 7c384f469bb0084770191484e4bcea315691efc6..f908fe868403c5ae5750e14505e8cbe231407ca8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TECHNIQUE_H_
 #define TECHNIQUE_H_
 
 #ifndef TECHNIQUE_H_
 #define TECHNIQUE_H_
 
index 08580d4d80a0234758569dd62446d4d3b288a732..f8489ede9cfee6787520265d1bc5e1b5cc655a4a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "tests.h"
 
 namespace Msp {
 #include "tests.h"
 
 namespace Msp {
index 02e5f929475130236e5c43f48de96f2c0ff3cfee..0d7e2384dcaea1bf3990048d9f396e377b1035a7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TESTS_H_
 #define MSP_GL_TESTS_H_
 
 #ifndef MSP_GL_TESTS_H_
 #define MSP_GL_TESTS_H_
 
index 703a8d0a95d0303140d37a5c1af9588e50735cfe..c1585391bdcddc04ce809f25ce767001a046116f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "texenv.h"
 #include "texunit.h"
 
 #include "texenv.h"
 #include "texunit.h"
 
index 55704e580ecb4719712ffccef86ec2b5f69b495d..5ed05d6c7e0d24343e6fe9dbeba3675613208ead 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXENV_H_
 #define MSP_GL_TEXENV_H_
 
 #ifndef MSP_GL_TEXENV_H_
 #define MSP_GL_TEXENV_H_
 
index f4e7d705d142332652396160bb144009aa6c0364..c2ea8ff7b854c95cf6bee17e5bfd43aed772f710 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "except.h"
 #include "texture.h"
 #include "texunit.h"
 #include "except.h"
 #include "texture.h"
 #include "texunit.h"
index 6d26f23684200405018cfd1f56c3286c32d75227..71fa34076cb46028c3ac7b440096ea8f9c1b6535 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXTURE_H_
 #define MSP_GL_TEXTURE_H_
 
 #ifndef MSP_GL_TEXTURE_H_
 #define MSP_GL_TEXTURE_H_
 
index c92099cedb35e79c362ab6cab25acd0d7359bd25..b6b5954837c2e8b2ca4d35a801bd28f199e75757 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "bindable.h"
 #include "except.h"
 #include "texture2d.h"
 #include "bindable.h"
 #include "except.h"
 #include "texture2d.h"
index 8508b0435847eaa7eaf9485c5b0765017e4dbe6f..5395fefd33355f2aa08a3080e286d1b5edc8d5d8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXTURE2D_H_
 #define MSP_GL_TEXTURE2D_H_
 
 #ifndef MSP_GL_TEXTURE2D_H_
 #define MSP_GL_TEXTURE2D_H_
 
index 70dcf7725568bef6637f18cf95fe1d89e5c61493..11fcf5263c602cdf895e28ca481036de8dd4fcbe 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include <msp/gbase/image.h>
 #include "bindable.h"
 #include <cmath>
 #include <msp/gbase/image.h>
 #include "bindable.h"
index 15d244dec10f116eca42f8c53515e3994720e90a..a0e96f4247aa7a90507aa39f9ebb86f94deb2f40 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXTURE3D_H_
 #define MSP_GL_TEXTURE3D_H_
 
 #ifndef MSP_GL_TEXTURE3D_H_
 #define MSP_GL_TEXTURE3D_H_
 
index 69c2b3ca55cdae1ff6df19a9227b7d4ddbfa24bf..425c710ca4d1357d2627995b02f0fc8040f21d86 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "texenv.h"
 #include "texture.h"
 #include "texturing.h"
 #include "texenv.h"
 #include "texture.h"
 #include "texturing.h"
index c51782bbf237959558af379998d5f4bab504d962..51070ffa4d06cdbf3291529eef50cb1ca7a27821 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXTURING_H_
 #define MSP_GL_TEXTURING_H_
 
 #ifndef MSP_GL_TEXTURING_H_
 #define MSP_GL_TEXTURING_H_
 
index 4d5ff81a297dc9f4d3b1f5dfb564111a3257ecbb..dde3d406ca71fcbb5cfa034805a91a9784da6fe7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "extension.h"
 #include "gl.h"
 #include "texunit.h"
 #include "extension.h"
 #include "gl.h"
 #include "texunit.h"
index 1a4111e6e52569b53bbb003d452aed90c333a2a9..8f0af01fe44560b75300e756d524fbcded3ff8d5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXUNIT_H_
 #define MSP_GL_TEXUNIT_H_
 
 #ifndef MSP_GL_TEXUNIT_H_
 #define MSP_GL_TEXUNIT_H_
 
index 83f190b3c95af7d4fc928e5eac647ce31a679762..24a274b81014ec6b1fe3cbd27da1b5607008b3d4 100644 (file)
@@ -1,8 +1 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "matrix.h"
 #include "matrix.h"
index 37868e794cb762200d7706f3c46ad74207bfd07b..af49c047f71be82f5c635a66560a40d7f27d549d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include "arb_shader_objects.h"
 #include "uniform.h"
 #include <algorithm>
 #include "arb_shader_objects.h"
 #include "uniform.h"
index 72a1bd2c074121625136015e0af845807347d6d3..97a4e9ddf212074eb1e0c093d7cfddcabe40e187 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_UNIFORM_H_
 #define MSP_GL_UNIFORM_H_
 
 #ifndef MSP_GL_UNIFORM_H_
 #define MSP_GL_UNIFORM_H_
 
index 25ebac1180c8fc1cc5dc531f0616e3eefe915589..3c2b89880d88b546eedfbab7931dcb0bfdf0284a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VECTOR_H_
 #define MSP_GL_VECTOR_H_
 
 #ifndef MSP_GL_VECTOR_H_
 #define MSP_GL_VECTOR_H_
 
index 25ec3f5972d9ff60f04af3aea4c6caafbb1f1dc1..f3476268b8c5c30071ba70a7c14c9e349d6a9359 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "arb_vertex_program.h"
 #include "buffer.h"
 #include "extension.h"
 #include "arb_vertex_program.h"
 #include "buffer.h"
 #include "extension.h"
index 3b67527864a014908b3b2349d3616a455ec39699..039dfa8b13ea3ed467dcdf3825b0ddaa64b825cf 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VERTEXARRAY_H_
 #define MSP_GL_VERTEXARRAY_H_
 
 #ifndef MSP_GL_VERTEXARRAY_H_
 #define MSP_GL_VERTEXARRAY_H_
 
index 44b677f07061af87aaf1bf62779f709f4a73d9cc..9b8d3b4284ce383df67c6131bb2f164d7efe53ee 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "vertexarray.h"
 #include "vertexarraybuilder.h"
 
 #include "vertexarray.h"
 #include "vertexarraybuilder.h"
 
index 04cd5a27e7aeafb059b49717f9c43e1f60c3ee06..b956660f00c7df775a10120b9779732327f053f3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VERTEXARRAYBUIDER_H_
 #define MSP_GL_VERTEXARRAYBUIDER_H_
 
 #ifndef MSP_GL_VERTEXARRAYBUIDER_H_
 #define MSP_GL_VERTEXARRAYBUIDER_H_
 
index 764fef500ab0108eae10a10b815eac5be6a06598..25eb0e76e57170151c0fdffcb43c4468a085ab0b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VERTEXBUILDER_H_
 #define MSP_GL_VERTEXBUILDER_H_
 
 #ifndef MSP_GL_VERTEXBUILDER_H_
 #define MSP_GL_VERTEXBUILDER_H_
 
index 16cf28c7c468483bf319705b4ea8d0e30d02e9cf..f5e175714187a9eb5a853abc9ba84aa3728864a9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/utils.h>
 #include <cstring>
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/utils.h>
index 27033200f634ac00c2ba5c6fe7d89eebc5d9160d..2768e445df26809284e0076699eebc9fbc27762e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VERTEXFORMAT_H_
 #define MSP_GL_VERTEXFORMAT_H_
 
 #ifndef MSP_GL_VERTEXFORMAT_H_
 #define MSP_GL_VERTEXFORMAT_H_
 
index b54f71217f5b8387c054dec03eaea18380cd576c..401d68035af46703e8496b6eaff9e452026b8ae2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "windingtest.h"
 
 namespace Msp {
 #include "windingtest.h"
 
 namespace Msp {
index 948f190b801ec34122d450f20a9b9b068eb654d1..0869d565e6842d7691c341188ee9eb1418bdb849 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef WINDINGTEST_H_
 #define WINDINGTEST_H_
 
 #ifndef WINDINGTEST_H_
 #define WINDINGTEST_H_
 
index d89b34bd3472a210d4167e9e75c477154e3f1259..001aee69fbc29c89c34ee7f32cea10c1e287876a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include <msp/core/application.h>
 #include <msp/fs/utils.h>
 #include <cmath>
 #include <msp/core/application.h>
 #include <msp/fs/utils.h>