From f14435e58bfa0fa697a06ba9a454bb30cd37d9d8 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 6 Sep 2011 21:19:14 +0300 Subject: [PATCH] Drop Id tags and copyright notices from files --- Build | 5 +---- Changelog.txt | 2 -- blender/io_mesh_mspgl/export_mspgl.py | 2 -- extgen.py | 1 - makefont.py | 2 -- maketex.py | 2 -- mesh2c.cpp | 7 ------- mesh_export.py | 1 - source/ambientocclusion.cpp | 7 ------- source/ambientocclusion.h | 7 ------- source/batch.cpp | 7 ------- source/batch.h | 7 ------- source/bindable.h | 7 ------- source/blend.cpp | 7 ------- source/blend.h | 7 ------- source/bloom.cpp | 7 ------- source/bloom.h | 7 ------- source/box.cpp | 7 ------- source/box.h | 7 ------- source/buffer.cpp | 7 ------- source/buffer.h | 7 ------- source/camera.cpp | 7 ------- source/camera.h | 7 ------- source/capsule.cpp | 7 ------- source/capsule.h | 7 ------- source/clip.cpp | 7 ------- source/clip.h | 7 ------- source/color.h | 7 ------- source/cylinder.cpp | 7 ------- source/cylinder.h | 7 ------- source/datatype.h | 7 ------- source/effect.h | 7 ------- source/except.h | 7 ------- source/extension.cpp | 7 ------- source/extension.h | 7 ------- source/font.cpp | 7 ------- source/font.h | 7 ------- source/framebuffer.cpp | 7 ------- source/framebuffer.h | 7 ------- source/geometrybuilder.cpp | 7 ------- source/geometrybuilder.h | 7 ------- source/gl.h | 7 ------- source/grid.cpp | 7 ------- source/grid.h | 7 ------- source/immediate.cpp | 7 ------- source/immediate.h | 7 ------- source/instancescene.cpp | 7 ------- source/instancescene.h | 7 ------- source/light.cpp | 7 ------- source/light.h | 7 ------- source/lighting.cpp | 7 ------- source/lighting.h | 7 ------- source/material.cpp | 7 ------- source/material.h | 7 ------- source/matrix.cpp | 7 ------- source/matrix.h | 7 ------- source/mesh.cpp | 7 ------- source/mesh.h | 7 ------- source/meshbuilder.cpp | 7 ------- source/meshbuilder.h | 7 ------- source/misc.cpp | 7 ------- source/misc.h | 7 ------- source/object.cpp | 7 ------- source/object.h | 7 ------- source/objectinstance.cpp | 7 ------- source/objectinstance.h | 7 ------- source/orderedscene.cpp | 7 ------- source/orderedscene.h | 7 ------- source/pipeline.cpp | 7 ------- source/pipeline.h | 7 ------- source/pipelinepass.cpp | 7 ------- source/pipelinepass.h | 7 ------- source/pixelformat.cpp | 7 ------- source/pixelformat.h | 7 ------- source/postprocessor.h | 7 ------- source/predicate.h | 7 ------- source/primitivebuilder.cpp | 7 ------- source/primitivebuilder.h | 7 ------- source/primitivetype.cpp | 7 ------- source/primitivetype.h | 7 ------- source/program.cpp | 7 ------- source/program.h | 7 ------- source/programdata.cpp | 7 ------- source/programdata.h | 7 ------- source/projection.cpp | 7 ------- source/projection.h | 7 ------- source/renderable.cpp | 7 ------- source/renderable.h | 7 ------- source/renderbuffer.cpp | 7 ------- source/renderbuffer.h | 7 ------- source/renderer.cpp | 7 ------- source/renderer.h | 7 ------- source/renderpass.cpp | 7 ------- source/renderpass.h | 7 ------- source/scene.cpp | 7 ------- source/scene.h | 7 ------- source/shader.cpp | 7 ------- source/shader.h | 7 ------- source/shadowmap.cpp | 7 ------- source/shadowmap.h | 7 ------- source/simplescene.cpp | 7 ------- source/simplescene.h | 7 ------- source/stencil.cpp | 7 ------- source/stencil.h | 7 ------- source/tag.cpp | 7 ------- source/tag.h | 7 ------- source/technique.cpp | 7 ------- source/technique.h | 7 ------- source/tests.cpp | 7 ------- source/tests.h | 7 ------- source/texenv.cpp | 7 ------- source/texenv.h | 7 ------- source/texture.cpp | 7 ------- source/texture.h | 7 ------- source/texture2d.cpp | 7 ------- source/texture2d.h | 7 ------- source/texture3d.cpp | 7 ------- source/texture3d.h | 7 ------- source/texturing.cpp | 7 ------- source/texturing.h | 7 ------- source/texunit.cpp | 7 ------- source/texunit.h | 7 ------- source/transform.h | 7 ------- source/uniform.cpp | 7 ------- source/uniform.h | 7 ------- source/vector.h | 7 ------- source/vertexarray.cpp | 7 ------- source/vertexarray.h | 7 ------- source/vertexarraybuilder.cpp | 7 ------- source/vertexarraybuilder.h | 7 ------- source/vertexbuilder.h | 7 ------- source/vertexformat.cpp | 7 ------- source/vertexformat.h | 7 ------- source/windingtest.cpp | 7 ------- source/windingtest.h | 7 ------- viewer.cpp | 7 ------- 136 files changed, 1 insertion(+), 917 deletions(-) diff --git a/Build b/Build index f0abdf8e..83ff24df 100644 --- a/Build +++ b/Build @@ -1,12 +1,10 @@ -/* $Id$ */ - package "mspgl" { version "1.1"; description "Lightweight C++/OpenGL graphics engine"; require "mspdatafile"; - require "mspgbase"; + require "mspgui"; require "opengl"; headers "msp/gl" @@ -33,7 +31,6 @@ package "mspgl" program "viewer" { source "viewer.cpp"; - require "mspfs"; build_info { library "mspgl"; diff --git a/Changelog.txt b/Changelog.txt index 5c06ade7..3e5f542b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -18,5 +18,3 @@ 0.9 * First release - -($Id$) diff --git a/blender/io_mesh_mspgl/export_mspgl.py b/blender/io_mesh_mspgl/export_mspgl.py index d54d1e38..aa02c13a 100644 --- a/blender/io_mesh_mspgl/export_mspgl.py +++ b/blender/io_mesh_mspgl/export_mspgl.py @@ -1,5 +1,3 @@ -# $Id: mesh_export.py 137 2010-12-05 19:22:35Z tdb $ - import bpy class VertexCache: diff --git a/extgen.py b/extgen.py index 2d64cba7..2c515f22 100755 --- a/extgen.py +++ b/extgen.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# $Id$ import sys diff --git a/makefont.py b/makefont.py index 030adff8..e0b58793 100755 --- a/makefont.py +++ b/makefont.py @@ -1,7 +1,5 @@ #!/usr/bin/python -# $Id$ - def convert_def(fn): src=file(fn) diff --git a/maketex.py b/maketex.py index fa8e70d8..92a28421 100755 --- a/maketex.py +++ b/maketex.py @@ -1,7 +1,5 @@ #!/usr/bin/python -# $Id$ - def escape(str): result="" for c in str: diff --git a/mesh2c.cpp b/mesh2c.cpp index 170799c9..c68e63a9 100644 --- a/mesh2c.cpp +++ b/mesh2c.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/mesh_export.py b/mesh_export.py index b2d75d6b..c2f346bc 100644 --- a/mesh_export.py +++ b/mesh_export.py @@ -1,5 +1,4 @@ #!BPY -# $Id$ """ Name: 'MSP GL Mesh (.mesh)...' diff --git a/source/ambientocclusion.cpp b/source/ambientocclusion.cpp index 9e376a45..0cd3693b 100644 --- a/source/ambientocclusion.cpp +++ b/source/ambientocclusion.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "ambientocclusion.h" #include "blend.h" diff --git a/source/ambientocclusion.h b/source/ambientocclusion.h index 4affd049..704ddb25 100644 --- a/source/ambientocclusion.h +++ b/source/ambientocclusion.h @@ -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_ diff --git a/source/batch.cpp b/source/batch.cpp index 102b6487..1260c6ab 100644 --- a/source/batch.cpp +++ b/source/batch.cpp @@ -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" diff --git a/source/batch.h b/source/batch.h index 696891ba..4d2520a1 100644 --- a/source/batch.h +++ b/source/batch.h @@ -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_ diff --git a/source/bindable.h b/source/bindable.h index 00023451..8823de5c 100644 --- a/source/bindable.h +++ b/source/bindable.h @@ -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_ diff --git a/source/blend.cpp b/source/blend.cpp index b2f59e17..03fc0f02 100644 --- a/source/blend.cpp +++ b/source/blend.cpp @@ -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" diff --git a/source/blend.h b/source/blend.h index 3d7368bb..dd3f9404 100644 --- a/source/blend.h +++ b/source/blend.h @@ -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_ diff --git a/source/bloom.cpp b/source/bloom.cpp index 0c2dccec..0ff0c5da 100644 --- a/source/bloom.cpp +++ b/source/bloom.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "blend.h" diff --git a/source/bloom.h b/source/bloom.h index 2900175f..00130fa1 100644 --- a/source/bloom.h +++ b/source/bloom.h @@ -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_ diff --git a/source/box.cpp b/source/box.cpp index 5347ccc7..0958d1b0 100644 --- a/source/box.cpp +++ b/source/box.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "box.h" #include "primitivebuilder.h" diff --git a/source/box.h b/source/box.h index 7e4b3e5e..7bb88116 100644 --- a/source/box.h +++ b/source/box.h @@ -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_ diff --git a/source/buffer.cpp b/source/buffer.cpp index 51f4873f..395057cd 100644 --- a/source/buffer.cpp +++ b/source/buffer.cpp @@ -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" diff --git a/source/buffer.h b/source/buffer.h index 1d073ab7..5e3cd29a 100644 --- a/source/buffer.h +++ b/source/buffer.h @@ -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_ diff --git a/source/camera.cpp b/source/camera.cpp index e2952a19..98b7598c 100644 --- a/source/camera.cpp +++ b/source/camera.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "camera.h" #include "matrix.h" diff --git a/source/camera.h b/source/camera.h index 0390607d..6e83a9c3 100644 --- a/source/camera.h +++ b/source/camera.h @@ -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_ diff --git a/source/capsule.cpp b/source/capsule.cpp index 9ea19326..9553edd3 100644 --- a/source/capsule.cpp +++ b/source/capsule.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "capsule.h" #include "primitivebuilder.h" diff --git a/source/capsule.h b/source/capsule.h index 456a7824..527901b0 100644 --- a/source/capsule.h +++ b/source/capsule.h @@ -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_ diff --git a/source/clip.cpp b/source/clip.cpp index 96f5bd41..91641777 100644 --- a/source/clip.cpp +++ b/source/clip.cpp @@ -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" diff --git a/source/clip.h b/source/clip.h index bd8b1c57..d6589509 100644 --- a/source/clip.h +++ b/source/clip.h @@ -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_ diff --git a/source/color.h b/source/color.h index 2c48cd49..7de2eedf 100644 --- a/source/color.h +++ b/source/color.h @@ -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_ diff --git a/source/cylinder.cpp b/source/cylinder.cpp index 30c3530c..bbc536d7 100644 --- a/source/cylinder.cpp +++ b/source/cylinder.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "cylinder.h" #include "primitivebuilder.h" diff --git a/source/cylinder.h b/source/cylinder.h index c671bfee..62aa37f1 100644 --- a/source/cylinder.h +++ b/source/cylinder.h @@ -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_ diff --git a/source/datatype.h b/source/datatype.h index b44644ac..e0448c39 100644 --- a/source/datatype.h +++ b/source/datatype.h @@ -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_ diff --git a/source/effect.h b/source/effect.h index eb207745..2f9c56d2 100644 --- a/source/effect.h +++ b/source/effect.h @@ -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_ diff --git a/source/except.h b/source/except.h index 2d8f979e..74467e40 100644 --- a/source/except.h +++ b/source/except.h @@ -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_ diff --git a/source/extension.cpp b/source/extension.cpp index fbed6e26..f1806798 100644 --- a/source/extension.cpp +++ b/source/extension.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007, 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifndef WIN32 #define GLX_GLXEXT_PROTOTYPES diff --git a/source/extension.h b/source/extension.h index ed2530a9..69308241 100644 --- a/source/extension.h +++ b/source/extension.h @@ -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_ diff --git a/source/font.cpp b/source/font.cpp index a96fd8f8..323152dc 100644 --- a/source/font.cpp +++ b/source/font.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "bindable.h" #include "gl.h" diff --git a/source/font.h b/source/font.h index 28da5822..6ae5c6d3 100644 --- a/source/font.h +++ b/source/font.h @@ -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_ diff --git a/source/framebuffer.cpp b/source/framebuffer.cpp index 3d9b0133..3ac742bd 100644 --- a/source/framebuffer.cpp +++ b/source/framebuffer.cpp @@ -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" diff --git a/source/framebuffer.h b/source/framebuffer.h index 70d32d7f..3d3ec088 100644 --- a/source/framebuffer.h +++ b/source/framebuffer.h @@ -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_ diff --git a/source/geometrybuilder.cpp b/source/geometrybuilder.cpp index 327e8fcf..ba3e8600 100644 --- a/source/geometrybuilder.cpp +++ b/source/geometrybuilder.cpp @@ -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" diff --git a/source/geometrybuilder.h b/source/geometrybuilder.h index e1c877df..76c1ba2f 100644 --- a/source/geometrybuilder.h +++ b/source/geometrybuilder.h @@ -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_ diff --git a/source/gl.h b/source/gl.h index c033a377..d742bd57 100644 --- a/source/gl.h +++ b/source/gl.h @@ -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_ diff --git a/source/grid.cpp b/source/grid.cpp index 524f2c5a..2f1a2a1c 100644 --- a/source/grid.cpp +++ b/source/grid.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "grid.h" #include "primitivebuilder.h" diff --git a/source/grid.h b/source/grid.h index 91b9ef23..f4e86f23 100644 --- a/source/grid.h +++ b/source/grid.h @@ -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_ diff --git a/source/immediate.cpp b/source/immediate.cpp index 15d3a634..252eed33 100644 --- a/source/immediate.cpp +++ b/source/immediate.cpp @@ -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" diff --git a/source/immediate.h b/source/immediate.h index 6822aba2..40e25cd6 100644 --- a/source/immediate.h +++ b/source/immediate.h @@ -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_ diff --git a/source/instancescene.cpp b/source/instancescene.cpp index fb99dda8..ffbfa558 100644 --- a/source/instancescene.cpp +++ b/source/instancescene.cpp @@ -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" diff --git a/source/instancescene.h b/source/instancescene.h index 18229d72..021a2b3f 100644 --- a/source/instancescene.h +++ b/source/instancescene.h @@ -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_ diff --git a/source/light.cpp b/source/light.cpp index 215b9d56..39693c40 100644 --- a/source/light.cpp +++ b/source/light.cpp @@ -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" diff --git a/source/light.h b/source/light.h index 3be561d7..2375c7c9 100644 --- a/source/light.h +++ b/source/light.h @@ -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_ diff --git a/source/lighting.cpp b/source/lighting.cpp index 4cd4858b..0af2416c 100644 --- a/source/lighting.cpp +++ b/source/lighting.cpp @@ -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" diff --git a/source/lighting.h b/source/lighting.h index 76c241e9..794fb75a 100644 --- a/source/lighting.h +++ b/source/lighting.h @@ -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_ diff --git a/source/material.cpp b/source/material.cpp index 989bb12e..0359ab3f 100644 --- a/source/material.cpp +++ b/source/material.cpp @@ -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" diff --git a/source/material.h b/source/material.h index fa1612e1..9af86a70 100644 --- a/source/material.h +++ b/source/material.h @@ -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_ diff --git a/source/matrix.cpp b/source/matrix.cpp index caa728d0..f5089285 100644 --- a/source/matrix.cpp +++ b/source/matrix.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/matrix.h b/source/matrix.h index 1782dc66..e32df7e3 100644 --- a/source/matrix.h +++ b/source/matrix.h @@ -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_ diff --git a/source/mesh.cpp b/source/mesh.cpp index c111817d..c5e73ebd 100644 --- a/source/mesh.cpp +++ b/source/mesh.cpp @@ -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" diff --git a/source/mesh.h b/source/mesh.h index 190d6f9b..625cebe2 100644 --- a/source/mesh.h +++ b/source/mesh.h @@ -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_ diff --git a/source/meshbuilder.cpp b/source/meshbuilder.cpp index 6f90f67d..57e85fc6 100644 --- a/source/meshbuilder.cpp +++ b/source/meshbuilder.cpp @@ -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" diff --git a/source/meshbuilder.h b/source/meshbuilder.h index 6118c686..d34da63b 100644 --- a/source/meshbuilder.h +++ b/source/meshbuilder.h @@ -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_ diff --git a/source/misc.cpp b/source/misc.cpp index c09d17f5..aca3df0f 100644 --- a/source/misc.cpp +++ b/source/misc.cpp @@ -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 { diff --git a/source/misc.h b/source/misc.h index b8540bd6..464c0870 100644 --- a/source/misc.h +++ b/source/misc.h @@ -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_ diff --git a/source/object.cpp b/source/object.cpp index b66d2fd1..d573fdd4 100644 --- a/source/object.cpp +++ b/source/object.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "except.h" diff --git a/source/object.h b/source/object.h index af9d2d26..a574fb64 100644 --- a/source/object.h +++ b/source/object.h @@ -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_ diff --git a/source/objectinstance.cpp b/source/objectinstance.cpp index 14341561..e3bb8f80 100644 --- a/source/objectinstance.cpp +++ b/source/objectinstance.cpp @@ -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" diff --git a/source/objectinstance.h b/source/objectinstance.h index e7f85e3f..5911dae5 100644 --- a/source/objectinstance.h +++ b/source/objectinstance.h @@ -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_ diff --git a/source/orderedscene.cpp b/source/orderedscene.cpp index 296ad510..547af77a 100644 --- a/source/orderedscene.cpp +++ b/source/orderedscene.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "orderedscene.h" diff --git a/source/orderedscene.h b/source/orderedscene.h index 88321ec9..1fbd2a0e 100644 --- a/source/orderedscene.h +++ b/source/orderedscene.h @@ -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_ diff --git a/source/pipeline.cpp b/source/pipeline.cpp index 8517805e..de98b2d3 100644 --- a/source/pipeline.cpp +++ b/source/pipeline.cpp @@ -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" diff --git a/source/pipeline.h b/source/pipeline.h index f7f7e06c..bc793887 100644 --- a/source/pipeline.h +++ b/source/pipeline.h @@ -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_ diff --git a/source/pipelinepass.cpp b/source/pipelinepass.cpp index f566f7ac..2b0b4395 100644 --- a/source/pipelinepass.cpp +++ b/source/pipelinepass.cpp @@ -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 { diff --git a/source/pipelinepass.h b/source/pipelinepass.h index 7e824082..087e653e 100644 --- a/source/pipelinepass.h +++ b/source/pipelinepass.h @@ -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_ diff --git a/source/pixelformat.cpp b/source/pixelformat.cpp index 91f10226..4744ebbd 100644 --- a/source/pixelformat.cpp +++ b/source/pixelformat.cpp @@ -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" diff --git a/source/pixelformat.h b/source/pixelformat.h index 81662cb9..4e71b9f0 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -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_ diff --git a/source/postprocessor.h b/source/postprocessor.h index f835e5af..9e4220ab 100644 --- a/source/postprocessor.h +++ b/source/postprocessor.h @@ -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_ diff --git a/source/predicate.h b/source/predicate.h index 707bc5d5..f7bb40d0 100644 --- a/source/predicate.h +++ b/source/predicate.h @@ -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_ diff --git a/source/primitivebuilder.cpp b/source/primitivebuilder.cpp index 61bde9b9..046cc5b2 100644 --- a/source/primitivebuilder.cpp +++ b/source/primitivebuilder.cpp @@ -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 { diff --git a/source/primitivebuilder.h b/source/primitivebuilder.h index b8b90f44..b41366e8 100644 --- a/source/primitivebuilder.h +++ b/source/primitivebuilder.h @@ -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_ diff --git a/source/primitivetype.cpp b/source/primitivetype.cpp index 0872f776..717d9835 100644 --- a/source/primitivetype.cpp +++ b/source/primitivetype.cpp @@ -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 { diff --git a/source/primitivetype.h b/source/primitivetype.h index f4f665e3..d004537b 100644 --- a/source/primitivetype.h +++ b/source/primitivetype.h @@ -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_ diff --git a/source/program.cpp b/source/program.cpp index 1343c00f..3c3a78b7 100644 --- a/source/program.cpp +++ b/source/program.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "arb_shader_objects.h" #include "arb_vertex_shader.h" diff --git a/source/program.h b/source/program.h index 80ddf15c..b875ec79 100644 --- a/source/program.h +++ b/source/program.h @@ -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_ diff --git a/source/programdata.cpp b/source/programdata.cpp index 77ff7f50..50cefd4f 100644 --- a/source/programdata.cpp +++ b/source/programdata.cpp @@ -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" diff --git a/source/programdata.h b/source/programdata.h index 4cc2398e..7d106305 100644 --- a/source/programdata.h +++ b/source/programdata.h @@ -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_ diff --git a/source/projection.cpp b/source/projection.cpp index dc690f49..dd573da4 100644 --- a/source/projection.cpp +++ b/source/projection.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "matrix.h" #include "projection.h" diff --git a/source/projection.h b/source/projection.h index 2be8fd08..1ad78493 100644 --- a/source/projection.h +++ b/source/projection.h @@ -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_ diff --git a/source/renderable.cpp b/source/renderable.cpp index 73c4a375..44b34b0b 100644 --- a/source/renderable.cpp +++ b/source/renderable.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "renderable.h" #include "renderer.h" diff --git a/source/renderable.h b/source/renderable.h index 9fe46956..c055cefa 100644 --- a/source/renderable.h +++ b/source/renderable.h @@ -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_ diff --git a/source/renderbuffer.cpp b/source/renderbuffer.cpp index bd37aeea..6d9592b1 100644 --- a/source/renderbuffer.cpp +++ b/source/renderbuffer.cpp @@ -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" diff --git a/source/renderbuffer.h b/source/renderbuffer.h index 7f9d7a42..977f2453 100644 --- a/source/renderbuffer.h +++ b/source/renderbuffer.h @@ -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_ diff --git a/source/renderer.cpp b/source/renderer.cpp index 46df5bf5..72043cd1 100644 --- a/source/renderer.cpp +++ b/source/renderer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "batch.h" #include "buffer.h" diff --git a/source/renderer.h b/source/renderer.h index ef17b3e6..866881c7 100644 --- a/source/renderer.h +++ b/source/renderer.h @@ -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_ diff --git a/source/renderpass.cpp b/source/renderpass.cpp index b95bd4bc..4ab07347 100644 --- a/source/renderpass.cpp +++ b/source/renderpass.cpp @@ -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 #include #include diff --git a/source/renderpass.h b/source/renderpass.h index c201eb07..5af733dc 100644 --- a/source/renderpass.h +++ b/source/renderpass.h @@ -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_ diff --git a/source/scene.cpp b/source/scene.cpp index fee81dc2..d95909e9 100644 --- a/source/scene.cpp +++ b/source/scene.cpp @@ -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" diff --git a/source/scene.h b/source/scene.h index 3b35f45b..19048eb3 100644 --- a/source/scene.h +++ b/source/scene.h @@ -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_ diff --git a/source/shader.cpp b/source/shader.cpp index c7a08bfa..967ac8a6 100644 --- a/source/shader.cpp +++ b/source/shader.cpp @@ -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" diff --git a/source/shader.h b/source/shader.h index 9482c4ad..c1fd6b22 100644 --- a/source/shader.h +++ b/source/shader.h @@ -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_ diff --git a/source/shadowmap.cpp b/source/shadowmap.cpp index 96539f1d..42e636a3 100644 --- a/source/shadowmap.cpp +++ b/source/shadowmap.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "light.h" diff --git a/source/shadowmap.h b/source/shadowmap.h index 29bede31..c44239f2 100644 --- a/source/shadowmap.h +++ b/source/shadowmap.h @@ -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_ diff --git a/source/simplescene.cpp b/source/simplescene.cpp index f5947707..e7ffc638 100644 --- a/source/simplescene.cpp +++ b/source/simplescene.cpp @@ -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 { diff --git a/source/simplescene.h b/source/simplescene.h index 35315926..db93e169 100644 --- a/source/simplescene.h +++ b/source/simplescene.h @@ -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_ diff --git a/source/stencil.cpp b/source/stencil.cpp index dfeb3fb7..9de8b1f0 100644 --- a/source/stencil.cpp +++ b/source/stencil.cpp @@ -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 { diff --git a/source/stencil.h b/source/stencil.h index 30ad2570..02f4ed3f 100644 --- a/source/stencil.h +++ b/source/stencil.h @@ -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_ diff --git a/source/tag.cpp b/source/tag.cpp index 3586507a..af92bbb8 100644 --- a/source/tag.cpp +++ b/source/tag.cpp @@ -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 { diff --git a/source/tag.h b/source/tag.h index 47c4643e..ac31bce6 100644 --- a/source/tag.h +++ b/source/tag.h @@ -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_ diff --git a/source/technique.cpp b/source/technique.cpp index 49b48798..d963bea4 100644 --- a/source/technique.cpp +++ b/source/technique.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2008-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/technique.h b/source/technique.h index 7c384f46..f908fe86 100644 --- a/source/technique.h +++ b/source/technique.h @@ -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_ diff --git a/source/tests.cpp b/source/tests.cpp index 08580d4d..f8489ede 100644 --- a/source/tests.cpp +++ b/source/tests.cpp @@ -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 { diff --git a/source/tests.h b/source/tests.h index 02e5f929..0d7e2384 100644 --- a/source/tests.h +++ b/source/tests.h @@ -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_ diff --git a/source/texenv.cpp b/source/texenv.cpp index 703a8d0a..c1585391 100644 --- a/source/texenv.cpp +++ b/source/texenv.cpp @@ -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" diff --git a/source/texenv.h b/source/texenv.h index 55704e58..5ed05d6c 100644 --- a/source/texenv.h +++ b/source/texenv.h @@ -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_ diff --git a/source/texture.cpp b/source/texture.cpp index f4e7d705..c2ea8ff7 100644 --- a/source/texture.cpp +++ b/source/texture.cpp @@ -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" diff --git a/source/texture.h b/source/texture.h index 6d26f236..71fa3407 100644 --- a/source/texture.h +++ b/source/texture.h @@ -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_ diff --git a/source/texture2d.cpp b/source/texture2d.cpp index c92099ce..b6b59548 100644 --- a/source/texture2d.cpp +++ b/source/texture2d.cpp @@ -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" diff --git a/source/texture2d.h b/source/texture2d.h index 8508b043..5395fefd 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -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_ diff --git a/source/texture3d.cpp b/source/texture3d.cpp index 70dcf772..11fcf526 100644 --- a/source/texture3d.cpp +++ b/source/texture3d.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "bindable.h" diff --git a/source/texture3d.h b/source/texture3d.h index 15d244de..a0e96f42 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -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_ diff --git a/source/texturing.cpp b/source/texturing.cpp index 69c2b3ca..425c710c 100644 --- a/source/texturing.cpp +++ b/source/texturing.cpp @@ -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" diff --git a/source/texturing.h b/source/texturing.h index c51782bb..51070ffa 100644 --- a/source/texturing.h +++ b/source/texturing.h @@ -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_ diff --git a/source/texunit.cpp b/source/texunit.cpp index 4d5ff81a..dde3d406 100644 --- a/source/texunit.cpp +++ b/source/texunit.cpp @@ -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" diff --git a/source/texunit.h b/source/texunit.h index 1a4111e6..8f0af01f 100644 --- a/source/texunit.h +++ b/source/texunit.h @@ -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_ diff --git a/source/transform.h b/source/transform.h index 83f190b3..24a274b8 100644 --- a/source/transform.h +++ b/source/transform.h @@ -1,8 +1 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "matrix.h" diff --git a/source/uniform.cpp b/source/uniform.cpp index 37868e79..af49c047 100644 --- a/source/uniform.cpp +++ b/source/uniform.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "arb_shader_objects.h" #include "uniform.h" diff --git a/source/uniform.h b/source/uniform.h index 72a1bd2c..97a4e9dd 100644 --- a/source/uniform.h +++ b/source/uniform.h @@ -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_ diff --git a/source/vector.h b/source/vector.h index 25ebac11..3c2b8988 100644 --- a/source/vector.h +++ b/source/vector.h @@ -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_ diff --git a/source/vertexarray.cpp b/source/vertexarray.cpp index 25ec3f59..f3476268 100644 --- a/source/vertexarray.cpp +++ b/source/vertexarray.cpp @@ -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" diff --git a/source/vertexarray.h b/source/vertexarray.h index 3b675278..039dfa8b 100644 --- a/source/vertexarray.h +++ b/source/vertexarray.h @@ -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_ diff --git a/source/vertexarraybuilder.cpp b/source/vertexarraybuilder.cpp index 44b677f0..9b8d3b42 100644 --- a/source/vertexarraybuilder.cpp +++ b/source/vertexarraybuilder.cpp @@ -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" diff --git a/source/vertexarraybuilder.h b/source/vertexarraybuilder.h index 04cd5a27..b956660f 100644 --- a/source/vertexarraybuilder.h +++ b/source/vertexarraybuilder.h @@ -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_ diff --git a/source/vertexbuilder.h b/source/vertexbuilder.h index 764fef50..25eb0e76 100644 --- a/source/vertexbuilder.h +++ b/source/vertexbuilder.h @@ -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_ diff --git a/source/vertexformat.cpp b/source/vertexformat.cpp index 16cf28c7..f5e17571 100644 --- a/source/vertexformat.cpp +++ b/source/vertexformat.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/vertexformat.h b/source/vertexformat.h index 27033200..2768e445 100644 --- a/source/vertexformat.h +++ b/source/vertexformat.h @@ -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_ diff --git a/source/windingtest.cpp b/source/windingtest.cpp index b54f7121..401d6803 100644 --- a/source/windingtest.cpp +++ b/source/windingtest.cpp @@ -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 { diff --git a/source/windingtest.h b/source/windingtest.h index 948f190b..0869d565 100644 --- a/source/windingtest.h +++ b/source/windingtest.h @@ -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_ diff --git a/viewer.cpp b/viewer.cpp index d89b34bd..001aee69 100644 --- a/viewer.cpp +++ b/viewer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include -- 2.43.0