X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGVec4.hxx;h=296fad7c07f4a7d17fa44c36f518aca2e442c23d;hb=9be14a63b1b593b02b5cc3e82edb7a266ae3cbe7;hp=7c94ef53a887a3768c3749a2d9b8497f436a5f82;hpb=afd3c76088334e593cf4caaec4c6ea1063c7d9e0;p=simgear.git diff --git a/simgear/math/SGVec4.hxx b/simgear/math/SGVec4.hxx index 7c94ef53..296fad7c 100644 --- a/simgear/math/SGVec4.hxx +++ b/simgear/math/SGVec4.hxx @@ -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 class SGVec4 { public: