]> git.tdb.fi Git - libs/gl.git/commitdiff
Add Id tags and copyright notices to files
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Sep 2007 10:33:27 +0000 (10:33 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Sep 2007 10:33:27 +0000 (10:33 +0000)
25 files changed:
Build
source/error.h
source/font.cpp
source/font.h
source/matrix.h
source/misc.cpp
source/misc.h
source/rendermode.cpp
source/rendermode.h
source/select.cpp
source/select.h
source/texenv.h
source/texture.cpp
source/texture.h
source/texture2d.cpp
source/texture2d.h
source/texunit.cpp
source/texunit.h
source/transform.cpp
source/transform.h
source/types.h
source/vertexarray.cpp
source/vertexarray.h
source/vertexbuffer.cpp
source/vertexbuffer.h

diff --git a/Build b/Build
index e8c0420f4dffdd905246a2c4c103e11e42e188d3..63c10cd8a7861422c94326564fd6296705fc27b1 100644 (file)
--- a/Build
+++ b/Build
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 package "mspgl"
 {
        description "C++ wrappers for OpenGL";
index 8ead50d83f65b407eac16d5a4ece80e547de9566..61799032323d15598e9bdcf5a2ad36712b343819 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_ERROR_H_
 #define MSP_GL_ERROR_H_
 
index 3b02583b401043b8e042becbc1edeb6febe9668c..7cea86957dc16568c4119de3943a66e9c1c8e5d4 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <GL/gl.h>
 #include "font.h"
 #include "texture2d.h"
index 7307122a5fb5a0ea07b3cdd903f6e591bbc89614..a55933519b6c792a72bf967a7bdce2d7514afdf1 100644 (file)
@@ -1,5 +1,12 @@
-#ifndef FONT_H_
-#define FONT_H_
+/* $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_
 
 #include <map>
 #include <string>
index 66848b2d3f9dfe552bceb0ba4d90de758458f8fe..7dd08f23007dcfd47e315b35a81b65e095245042 100644 (file)
@@ -1,3 +1,10 @@
+/* $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_
 
index b99310a98f5720441de5ba3a8bf787802f282f5b..67b2a14266ea8c231d24f724bb4e94cf49e7df8c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include "misc.h"
 
 namespace Msp {
index 49c6cf5bd66a3e7728581142858c6726950226d5..876904779ea983062b575e701e6e1e70df401445 100644 (file)
@@ -1,3 +1,10 @@
+/* $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_
 
index cef0b376826443371ec473d9179c7cf9a8c28827..e7efd0c38973c19b0f5ea5dec463c5fbf9dc4c5a 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include "rendermode.h"
 #include "select.h"
 
index cb8670c8453b65c148ae13ed0b268bd816086f56..be893b21cfb81255a9900918ea7aa3b59066ea38 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_RENDERMODE_H_
 #define MSP_GL_RENDERMODE_H_
 
index 60838e6857dd206cff99d15593d9f2bd3d71d5f3..f19dd3ef62819c4f32d5356b7c838a3294e3e5a3 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <GL/gl.h>
 #include "error.h"
 #include "select.h"
index e862fe5c810da488531656f31dacd9e6c311f1bc..2ca28193d7924e63139304686777842b446d2ca0 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_SELECT_H_
 #define MSP_GL_SELECT_H_
 
index fbacff3f69bec629ce8a17a307b250247b4e314e..6d0eba9f2026f802408c342577f845a582d870a4 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_TEXENV_H_
 #define MSP_GL_TEXENV_H_
 
index c367397fb76bb19d2392b17971b915b1a31ea9a8..c6aea2c85910f99ec3411587b8b005b6e525920f 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/core/error.h>
 #include "texture.h"
 #include "texunit.h"
index cccf35b038a461e5d3335dca0ca1d9b050d5f4c7..55eda001a79ec0b12dc3c1e52628327653733365 100644 (file)
@@ -1,3 +1,10 @@
+/* $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_
 
index e8c18bb8ea5ecf890a44eb513a8c0f2b08551ef4..52144e59c397d240444bfb3bb3e98a6bafb3b650 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <png.h>
 #include <msp/core/error.h>
 #include "texture2d.h"
index ef6261cb98678d7efdfb24f0934e06453f0cbc0e..e06ea920a1aff896f7c1c50ed1f87fac75e7b007 100644 (file)
@@ -1,3 +1,10 @@
+/* $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_
 
index fd0fe31423db1c6f76413f818f493eb661167b02..91a33ecc378d966644e11aaf90c11524ffbc1bd0 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #define GL_GLEXT_PROTOTYPES
 #include <GL/gl.h>
 #include <GL/glext.h>
index 5aec5b31127d032c3cf2da87ba5ba646e04d0643..0bdb2159ff409beb8383f04444caa1df80a9a117 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_TEXUNIT_H_
 #define MSP_GL_TEXUNIT_H_
 
index 6361fc5029a4ae7c66d1084815fc44a253f07339..78c3fb0f6bbbe92e16eeda3d0a7379de90d0cd09 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <GL/gl.h>
 #include "transform.h"
 
index 520cf3be5969d540ee8c63fdd9e0fa054c3dfdb3..35dc56310ff8ec139b1d133a1efa3ef208a065e1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_TRANSFORM_H_
 #define MSP_GL_TRANSFORM_H_
 
index adfd7deb847731eedea7e89be7d25069b857d136..4fd2d4b0c94076805ea91aec093c7cdeae8febf6 100644 (file)
@@ -1,3 +1,10 @@
+/* $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_
 
index 5d5c244a04b6863c3b748c03197a65c97246408b..3c94b4cfffc27ec20fc1b0e34a96a821e3ee40a3 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <GL/gl.h>
 #include "vertexarray.h"
 #include "vertexbuffer.h"
index 23d53be0a6c51e187267720713253dbbae2e32b5..52b8888227b80cc39bc365d7b484bf0d639f3e85 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_VERTEXARRAY_H_
 #define MSP_GL_VERTEXARRAY_H_
 
index 4385c2f10b0ae18f0253ffe0883ca68a111b9ce6..c10dec40cc68cb551d538297f9ec115d5bb5b857 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #define GL_GLEXT_PROTOTYPES
 #include <GL/gl.h>
 //XXX gl.h seems to include glext.h, but can I rely on this?
index 22fcdfb11c4311fadc89b4688abbbb2790537f7b..3b1344f9474ef75b7096786f8627e887ef1fd63b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_VERTEXBUFFER_H_
 #define MSP_GL_VERTEXBUFFER_H_