|
From: <pat...@us...> - 2009-11-21 21:17:50
|
Revision: 1248
http://ggt.svn.sourceforge.net/ggt/?rev=1248&view=rev
Author: patrickh
Date: 2009-11-21 21:17:41 +0000 (Sat, 21 Nov 2009)
Log Message:
-----------
Copyright update.
Modified Paths:
--------------
trunk/gmtl/AABox.h
trunk/gmtl/AABoxOps.h
trunk/gmtl/AxisAngle.h
trunk/gmtl/AxisAngleOps.h
trunk/gmtl/Comparitors.h
trunk/gmtl/Config.h
trunk/gmtl/Containment.h
trunk/gmtl/Coord.h
trunk/gmtl/CoordOps.h
trunk/gmtl/Defines.h
trunk/gmtl/EulerAngle.h
trunk/gmtl/EulerAngleOps.h
trunk/gmtl/External/OpenSGConvert.h
trunk/gmtl/Fit/GaussPointsFit.h
trunk/gmtl/Frustum.h
trunk/gmtl/FrustumOps.h
trunk/gmtl/Generate.h
trunk/gmtl/Helpers.h
trunk/gmtl/Intersection.h
trunk/gmtl/LineSeg.h
trunk/gmtl/LineSegOps.h
trunk/gmtl/Math.h
trunk/gmtl/Matrix.h
trunk/gmtl/MatrixOps.h
trunk/gmtl/Misc/MatrixConvert.h
trunk/gmtl/Numerics/Eigen.h
trunk/gmtl/OOBox.h
trunk/gmtl/Output.h
trunk/gmtl/Plane.h
trunk/gmtl/PlaneOps.h
trunk/gmtl/Point.h
trunk/gmtl/Quat.h
trunk/gmtl/QuatOps.h
trunk/gmtl/Ray.h
trunk/gmtl/RayOps.h
trunk/gmtl/Sphere.h
trunk/gmtl/SphereOps.h
trunk/gmtl/Tri.h
trunk/gmtl/TriOps.h
trunk/gmtl/Util/Assert.h
trunk/gmtl/Util/Meta.h
trunk/gmtl/Util/StaticAssert.h
trunk/gmtl/Vec.h
trunk/gmtl/VecBase.h
trunk/gmtl/VecExprMeta.h
trunk/gmtl/VecOps.h
trunk/gmtl/VecOpsMeta.h
trunk/gmtl/Version.h
trunk/gmtl/Xforms.h
trunk/gmtl/gmtl.h
Modified: trunk/gmtl/AABox.h
===================================================================
--- trunk/gmtl/AABox.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/AABox.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: AABox.h,v $
- * Date modified: $Date: 2004-11-22 15:04:05 $
- * Version: $Revision: 1.12 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_AABOX_H_
#define _GMTL_AABOX_H_
Modified: trunk/gmtl/AABoxOps.h
===================================================================
--- trunk/gmtl/AABoxOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/AABoxOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: AABoxOps.h,v $
- * Date modified: $Date: 2003-03-17 02:14:48 $
- * Version: $Revision: 1.5 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_AABOXOPS_H_
#define _GMTL_AABOXOPS_H_
Modified: trunk/gmtl/AxisAngle.h
===================================================================
--- trunk/gmtl/AxisAngle.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/AxisAngle.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: AxisAngle.h,v $
- * Date modified: $Date: 2003-03-30 00:56:58 $
- * Version: $Revision: 1.4 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_AXISANGLE_H_
#define _GMTL_AXISANGLE_H_
Modified: trunk/gmtl/AxisAngleOps.h
===================================================================
--- trunk/gmtl/AxisAngleOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/AxisAngleOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,7 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: AxisAngleOps.h,v $
- * Date modified: $Date: 2004-05-25 16:36:28 $
- * Version: $Revision: 1.4 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
#ifndef _GMTL_AXIS_ANGLE_OPS_H_
#define _GMTL_AXIS_ANGLE_OPS_H_
Modified: trunk/gmtl/Comparitors.h
===================================================================
--- trunk/gmtl/Comparitors.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Comparitors.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Comparitors.h,v $
- * Date modified: $Date: 2002-01-26 23:47:53 $
- * Version: $Revision: 1.2 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_COMPARITORS_H_
#define _GMTL_COMPARITORS_H_
Modified: trunk/gmtl/Config.h
===================================================================
--- trunk/gmtl/Config.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Config.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Config.h,v $
- * Date modified: $Date: 2004-11-25 15:45:16 $
- * Version: $Revision: 1.3 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_CONFIG_H_
#define _GMTL_CONFIG_H_
Modified: trunk/gmtl/Containment.h
===================================================================
--- trunk/gmtl/Containment.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Containment.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Containment.h,v $
- * Date modified: $Date: 2009-02-13 14:29:09 $
- * Version: $Revision: 1.23 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_CONTAINMENT_H_
#define _GMTL_CONTAINMENT_H_
Modified: trunk/gmtl/Coord.h
===================================================================
--- trunk/gmtl/Coord.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Coord.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Coord.h,v $
- * Date modified: $Date: 2004-11-12 01:34:48 $
- * Version: $Revision: 1.16 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_COORD_H_
#define _GMTL_COORD_H_
Modified: trunk/gmtl/CoordOps.h
===================================================================
--- trunk/gmtl/CoordOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/CoordOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: CoordOps.h,v $
- * Date modified: $Date: 2004-05-25 16:36:28 $
- * Version: $Revision: 1.6 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_COORD_OPS_H_
#define _GMTL_COORD_OPS_H_
Modified: trunk/gmtl/Defines.h
===================================================================
--- trunk/gmtl/Defines.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Defines.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Defines.h,v $
- * Date modified: $Date: 2007-04-24 11:40:35 $
- * Version: $Revision: 1.10 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_DEFINES_H
#define _GMTL_DEFINES_H
Modified: trunk/gmtl/EulerAngle.h
===================================================================
--- trunk/gmtl/EulerAngle.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/EulerAngle.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: EulerAngle.h,v $
- * Date modified: $Date: 2003-04-01 13:21:47 $
- * Version: $Revision: 1.11 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_EULERANGLE_H_
#define _GMTL_EULERANGLE_H_
Modified: trunk/gmtl/EulerAngleOps.h
===================================================================
--- trunk/gmtl/EulerAngleOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/EulerAngleOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: EulerAngleOps.h,v $
- * Date modified: $Date: 2004-05-25 16:36:28 $
- * Version: $Revision: 1.5 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_EULER_ANGLE_OPS_H_
#define _GMTL_EULER_ANGLE_OPS_H_
Modified: trunk/gmtl/External/OpenSGConvert.h
===================================================================
--- trunk/gmtl/External/OpenSGConvert.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/External/OpenSGConvert.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: OpenSGConvert.h,v $
- * Date modified: $Date: 2007-06-25 22:47:55 $
- * Version: $Revision: 1.10 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef GMTL_OPENSG_CONVERT_H_
#define GMTL_OPENSG_CONVERT_H_
Modified: trunk/gmtl/Fit/GaussPointsFit.h
===================================================================
--- trunk/gmtl/Fit/GaussPointsFit.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Fit/GaussPointsFit.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: GaussPointsFit.h,v $
- * Date modified: $Date: 2002-01-31 01:16:22 $
- * Version: $Revision: 1.3 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
// Based on code from:
// Magic Software, Inc.
// http://www.magic-software.com
Modified: trunk/gmtl/Frustum.h
===================================================================
--- trunk/gmtl/Frustum.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Frustum.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,7 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Benjamin Schulz
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Frustum.h,v $
- * Date modified: $Date: 2007-06-13 23:16:48 $
- * Version: $Revision: 1.4 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
#ifndef _GMTL_FRUSTUM_H_
#define _GMTL_FRUSTUM_H_
Modified: trunk/gmtl/FrustumOps.h
===================================================================
--- trunk/gmtl/FrustumOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/FrustumOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,7 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Benjamin Schulz
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: FrustumOps.h,v $
- * Date modified: $Date: 2007-06-13 19:42:29 $
- * Version: $Revision: 1.4 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
#ifndef _GMTL_FRUSTUM_OPS_H_
#define _GMTL_FRUSTUM_OPS_H_
Modified: trunk/gmtl/Generate.h
===================================================================
--- trunk/gmtl/Generate.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Generate.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Generate.h,v $
- * Date modified: $Date: 2006-04-24 14:33:04 $
- * Version: $Revision: 1.91 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_GENERATE_H_
#define _GMTL_GENERATE_H_
Modified: trunk/gmtl/Helpers.h
===================================================================
--- trunk/gmtl/Helpers.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Helpers.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Helpers.h,v $
- * Date modified: $Date: 2004-09-16 19:40:35 $
- * Version: $Revision: 1.2 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_HELPERS_H_
#define _GMTL_HELPERS_H_
Modified: trunk/gmtl/Intersection.h
===================================================================
--- trunk/gmtl/Intersection.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Intersection.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Intersection.h,v $
- * Date modified: $Date: 2009-02-13 16:42:26 $
- * Version: $Revision: 1.31 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_INTERSECTION_H_
#define _GMTL_INTERSECTION_H_
Modified: trunk/gmtl/LineSeg.h
===================================================================
--- trunk/gmtl/LineSeg.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/LineSeg.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: LineSeg.h,v $
- * Date modified: $Date: 2003-03-03 00:54:05 $
- * Version: $Revision: 1.7 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_LINESEG_H_
#define _GMTL_LINESEG_H_
Modified: trunk/gmtl/LineSegOps.h
===================================================================
--- trunk/gmtl/LineSegOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/LineSegOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: LineSegOps.h,v $
- * Date modified: $Date: 2009-02-13 20:13:46 $
- * Version: $Revision: 1.9 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_LINESEGOPS_H_
#define _GMTL_LINESEGOPS_H_
Modified: trunk/gmtl/Math.h
===================================================================
--- trunk/gmtl/Math.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Math.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Math.h,v $
- * Date modified: $Date: 2009-02-12 23:16:53 $
- * Version: $Revision: 1.42 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_MATH_H_
#define _GMTL_MATH_H_
Modified: trunk/gmtl/Matrix.h
===================================================================
--- trunk/gmtl/Matrix.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Matrix.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Matrix.h,v $
- * Date modified: $Date: 2004-11-22 15:04:05 $
- * Version: $Revision: 1.39 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_MATRIX_H_
#define _GMTL_MATRIX_H_
Modified: trunk/gmtl/MatrixOps.h
===================================================================
--- trunk/gmtl/MatrixOps.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/MatrixOps.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: MatrixOps.h,v $
- * Date modified: $Date: 2005-05-16 14:19:44 $
- * Version: $Revision: 1.39 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_MATRIXOPS_H_
#define _GMTL_MATRIXOPS_H_
Modified: trunk/gmtl/Misc/MatrixConvert.h
===================================================================
--- trunk/gmtl/Misc/MatrixConvert.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Misc/MatrixConvert.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,7 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: MatrixConvert.h,v $
- * Date modified: $Date: 2007-06-25 22:59:14 $
- * Version: $Revision: 1.1 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
#ifndef _GMTL_MATRIX_CONVERT_H_
#define _GMTL_MATRIX_CONVERT_H_
Modified: trunk/gmtl/Numerics/Eigen.h
===================================================================
--- trunk/gmtl/Numerics/Eigen.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Numerics/Eigen.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Eigen.h,v $
- * Date modified: $Date: 2002-02-10 04:38:07 $
- * Version: $Revision: 1.4 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
//
// XXX: Based on source code from: Magic Software, Inc.
//
Modified: trunk/gmtl/OOBox.h
===================================================================
--- trunk/gmtl/OOBox.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/OOBox.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: OOBox.h,v $
- * Date modified: $Date: 2002-05-20 22:39:22 $
- * Version: $Revision: 1.5 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_OOBox_H_
#define _GMTL_OOBox_H_
Modified: trunk/gmtl/Output.h
===================================================================
--- trunk/gmtl/Output.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Output.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Output.h,v $
- * Date modified: $Date: 2005-05-12 21:42:10 $
- * Version: $Revision: 1.17 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser 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
-*
- ************************************************************ ggt-cpr end */
+// GMTL is (C) Copyright 2001-2009 by Allen Bierbaum
+// Distributed under the GNU Lesser General Public License 2.1 with an
+// addendum covering inlined code. (See accompanying files LICENSE and
+// LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt)
+
#ifndef _GMTL_OUTPUT_H_
#define _GMTL_OUTPUT_H_
Modified: trunk/gmtl/Plane.h
===================================================================
--- trunk/gmtl/Plane.h 2009-11-21 21:05:25 UTC (rev 1247)
+++ trunk/gmtl/Plane.h 2009-11-21 21:17:41 UTC (rev 1248)
@@ -1,37 +1,8 @@
-/************************************************************** ggt-head beg
- *
- * GGT: Generic Graphics Toolkit
- *
- * Original Authors:
- * Allen Bierbaum
- *
- * -----------------------------------------------------------------
- * File: $RCSfile: Plane.h,v $
- * Date modified: $Date: 2003-04-18 22:55:21 $
- * Version: $Revision: 1.14 $
- * -----------------------------------------------------------------
- *
- *********************************************************** ggt-head end */
-/*************************************************************** ggt-cpr beg
-*
-* GGT: The Generic Graphics Toolkit
-* Copyright (C) 2001,2002 Allen Bierbaum
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of the GNU Lesser General Public
-* License as published by the Free Software Foundation; either
-* version 2.1 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
-* Lesser General Public License for more details....
[truncated message content] |