]> git.tdb.fi Git - libs/gl.git/blobdiff - source/projection.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / projection.h
index d38aa336cef69458c5bccdbc11cc43e1e72497c6..1ad78493f4654242e6a31954fc12a1d726bf2bfd 100644 (file)
@@ -1,16 +1,11 @@
-/* $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_
 
 namespace Msp {
 namespace GL {
 
+// Everything in this header is deprecated - use the classes in matrix.h instead
+
 /**
 Sets up an orthogonal projection.
 */