]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGVec4.hxx
Mathias Froehlich: Add license information.
[simgear.git] / simgear / math / SGVec4.hxx
index 7c94ef53a887a3768c3749a2d9b8497f436a5f82..296fad7c07f4a7d17fa44c36f518aca2e442c23d 100644 (file)
@@ -1,7 +1,25 @@
+// Copyright (C) 2006  Mathias Froehlich - Mathias.Froehlich@web.de
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Library General Public
+// License as published by the Free Software Foundation; either
+// version 2 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Library General Public License for more details.
+//
+// You should have received a copy of the GNU Library General Public
+// License along with this library; if not, write to the
+// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+// Boston, MA  02111-1307, USA.
+//
+
 #ifndef SGVec4_H
 #define SGVec4_H
 
-/// 3D Vector Class
+/// 4D Vector Class
 template<typename T>
 class SGVec4 {
 public: