From 9917b6500de746679b048bcd6a1d6d4e719ac492 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Oct 2001 15:12:57 +0000 Subject: [PATCH] Added a copyright notice to all core headers, which all begin with //C++ header to help scripts and editors pick up the fact that the file is a header file. --- include/osg/AlphaFunc | 4 ++++ include/osg/Billboard | 4 ++++ include/osg/BoundingBox | 4 ++++ include/osg/BoundingSphere | 4 ++++ include/osg/BoundsChecking | 4 ++++ include/osg/Camera | 4 ++++ include/osg/ClipPlane | 4 ++++ include/osg/ClippingVolume | 4 ++++ include/osg/ColorMask | 4 ++++ include/osg/CullFace | 4 ++++ include/osg/Depth | 4 ++++ include/osg/Drawable | 4 ++++ include/osg/EarthSky | 4 ++++ include/osg/Export | 4 ++++ include/osg/Fog | 4 ++++ include/osg/FrameStamp | 4 ++++ include/osg/FrontFace | 4 ++++ include/osg/GL | 4 ++++ include/osg/GLExtensions | 4 ++++ include/osg/GLU | 4 ++++ include/osg/GeoSet | 4 ++++ include/osg/Geode | 4 ++++ include/osg/Group | 4 ++++ include/osg/Image | 4 ++++ include/osg/Impostor | 4 ++++ include/osg/ImpostorSprite | 4 ++++ include/osg/LOD | 4 ++++ include/osg/Light | 4 ++++ include/osg/LightSource | 4 ++++ include/osg/LineSegment | 4 ++++ include/osg/Material | 4 ++++ include/osg/Math | 4 ++++ include/osg/Matrix | 4 ++++ include/osg/MemoryAdapter | 4 ++++ include/osg/Node | 4 ++++ include/osg/NodeCallback | 4 ++++ include/osg/NodeVisitor | 4 ++++ include/osg/Notify | 4 ++++ include/osg/Object | 4 ++++ include/osg/Plane | 4 ++++ include/osg/Point | 4 ++++ include/osg/PolygonMode | 4 ++++ include/osg/PolygonOffset | 4 ++++ include/osg/Quat | 4 ++++ include/osg/Referenced | 4 ++++ include/osg/State | 4 ++++ include/osg/StateAttribute | 4 ++++ include/osg/StateSet | 4 ++++ include/osg/Stencil | 4 ++++ include/osg/Switch | 4 ++++ include/osg/TexEnv | 4 ++++ include/osg/TexGen | 4 ++++ include/osg/TexMat | 4 ++++ include/osg/Texture | 4 ++++ include/osg/Timer | 4 ++++ include/osg/Transform | 4 ++++ include/osg/Transparency | 4 ++++ include/osg/Types | 4 ++++ include/osg/Vec2 | 4 ++++ include/osg/Vec3 | 4 ++++ include/osg/Vec4 | 4 ++++ include/osg/Version | 4 ++++ include/osg/Viewport | 4 ++++ include/osg/mem_ptr | 4 ++++ include/osg/ref_ptr | 4 ++++ include/osgDB/DotOsgWrapper | 4 ++++ include/osgDB/DynamicLibrary | 4 ++++ include/osgDB/Export | 4 ++++ include/osgDB/Field | 4 ++++ include/osgDB/FieldReader | 4 ++++ include/osgDB/FieldReaderIterator | 4 ++++ include/osgDB/FileNameUtils | 4 ++++ include/osgDB/FileUtils | 4 ++++ include/osgDB/Input | 4 ++++ include/osgDB/Output | 4 ++++ include/osgDB/ReadFile | 4 ++++ include/osgDB/ReaderWriter | 4 ++++ include/osgDB/Registry | 4 ++++ include/osgDB/Version | 4 ++++ include/osgDB/WriteFile | 4 ++++ include/osgGLUT/Export | 4 ++++ include/osgGLUT/GLUTEventAdapter | 4 ++++ include/osgGLUT/Version | 4 ++++ include/osgGLUT/Viewer | 4 ++++ include/osgGLUT/glut | 4 ++++ include/osgUtil/AppVisitor | 4 ++++ include/osgUtil/CameraManipulator | 4 ++++ include/osgUtil/CullViewState | 4 ++++ include/osgUtil/CullVisitor | 4 ++++ include/osgUtil/DepthSortedBin | 4 ++++ include/osgUtil/DisplayListVisitor | 4 ++++ include/osgUtil/DriveManipulator | 4 ++++ include/osgUtil/Export | 4 ++++ include/osgUtil/FlightManipulator | 4 ++++ include/osgUtil/GUIActionAdapter | 4 ++++ include/osgUtil/GUIEventAdapter | 4 ++++ include/osgUtil/GUIEventHandler | 4 ++++ include/osgUtil/InsertImpostorsVisitor | 4 ++++ include/osgUtil/IntersectVisitor | 4 ++++ include/osgUtil/OptimizeStateVisitor | 4 ++++ include/osgUtil/RenderBin | 4 ++++ include/osgUtil/RenderGraph | 4 ++++ include/osgUtil/RenderLeaf | 4 ++++ include/osgUtil/RenderStage | 4 ++++ include/osgUtil/RenderStageLighting | 4 ++++ include/osgUtil/RenderToTextureStage | 4 ++++ include/osgUtil/SceneView | 4 ++++ include/osgUtil/SceneViewManipulator | 4 ++++ include/osgUtil/SmoothingVisitor | 4 ++++ include/osgUtil/StateSetManipulator | 4 ++++ include/osgUtil/Statistics | 4 ++++ include/osgUtil/Tesselator | 4 ++++ include/osgUtil/TrackballManipulator | 4 ++++ include/osgUtil/TriStripVisitor | 4 ++++ include/osgUtil/Version | 4 ++++ include/osgUtil/VisualsRequirementsVisitor | 4 ++++ 116 files changed, 464 insertions(+) diff --git a/include/osg/AlphaFunc b/include/osg/AlphaFunc index e77f54094..ce2860bc5 100644 --- a/include/osg/AlphaFunc +++ b/include/osg/AlphaFunc @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_ALPHAFUNC #define OSG_ALPHAFUNC 1 diff --git a/include/osg/Billboard b/include/osg/Billboard index 5eb3dc092..81c09eb55 100644 --- a/include/osg/Billboard +++ b/include/osg/Billboard @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_BILLBOARD #define OSG_BILLBOARD 1 diff --git a/include/osg/BoundingBox b/include/osg/BoundingBox index 6d4482afa..ad8ffd274 100644 --- a/include/osg/BoundingBox +++ b/include/osg/BoundingBox @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_BOUNDINGBOX #define OSG_BOUNDINGBOX 1 diff --git a/include/osg/BoundingSphere b/include/osg/BoundingSphere index f0424336f..e3f3ea8dd 100644 --- a/include/osg/BoundingSphere +++ b/include/osg/BoundingSphere @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_BOUNDINGSPHERE #define OSG_BOUNDINGSPHERE 1 diff --git a/include/osg/BoundsChecking b/include/osg/BoundsChecking index 063a6a60a..97df07e22 100644 --- a/include/osg/BoundsChecking +++ b/include/osg/BoundsChecking @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_BOUNDSCHECKING #define OSG_BOUNDSCHECKING 1 diff --git a/include/osg/Camera b/include/osg/Camera index 4b6a18cdc..4dd73e554 100644 --- a/include/osg/Camera +++ b/include/osg/Camera @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_CAMERA #define OSG_CAMERA 1 diff --git a/include/osg/ClipPlane b/include/osg/ClipPlane index cc1944399..fa7c45308 100644 --- a/include/osg/ClipPlane +++ b/include/osg/ClipPlane @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_CLIPPLANE #define OSG_CLIPPLANE 1 diff --git a/include/osg/ClippingVolume b/include/osg/ClippingVolume index edab45455..92c63c72e 100644 --- a/include/osg/ClippingVolume +++ b/include/osg/ClippingVolume @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_CLIPPINGVOLUME #define OSG_CLIPPINGVOLUME 1 diff --git a/include/osg/ColorMask b/include/osg/ColorMask index 5e633d9a8..85097e1b2 100644 --- a/include/osg/ColorMask +++ b/include/osg/ColorMask @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_COLORMASK #define OSG_COLORMASK 1 diff --git a/include/osg/CullFace b/include/osg/CullFace index 22d000ced..c28c67f1e 100644 --- a/include/osg/CullFace +++ b/include/osg/CullFace @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_CULLFACE #define OSG_CULLFACE 1 diff --git a/include/osg/Depth b/include/osg/Depth index 476039ec0..aab002bd0 100644 --- a/include/osg/Depth +++ b/include/osg/Depth @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_DEPTH #define OSG_DEPTH 1 diff --git a/include/osg/Drawable b/include/osg/Drawable index e3177cf4b..116009362 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_DRAWABLE #define OSG_DRAWABLE 1 diff --git a/include/osg/EarthSky b/include/osg/EarthSky index 757ffb10c..85b95a37f 100644 --- a/include/osg/EarthSky +++ b/include/osg/EarthSky @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_EARTHSKY #define OSG_EARTHSKY 1 diff --git a/include/osg/Export b/include/osg/Export index 7fa697dee..458f1644a 100644 --- a/include/osg/Export +++ b/include/osg/Export @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_EXPORT #define OSG_EXPORT 1 diff --git a/include/osg/Fog b/include/osg/Fog index 846fde0a5..46d8f8bf7 100644 --- a/include/osg/Fog +++ b/include/osg/Fog @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_FOG #define OSG_FOG 1 diff --git a/include/osg/FrameStamp b/include/osg/FrameStamp index 148379b07..be3d3195b 100644 --- a/include/osg/FrameStamp +++ b/include/osg/FrameStamp @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_FRAMESTAMP #define OSG_FRAMESTAMP 1 diff --git a/include/osg/FrontFace b/include/osg/FrontFace index 0b22d2bee..17094a7ca 100644 --- a/include/osg/FrontFace +++ b/include/osg/FrontFace @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_FRONTFACE #define OSG_FRONTFACE 1 diff --git a/include/osg/GL b/include/osg/GL index 36ad97c58..717fd583f 100644 --- a/include/osg/GL +++ b/include/osg/GL @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GL #define OSG_GL 1 diff --git a/include/osg/GLExtensions b/include/osg/GLExtensions index 762202e99..eed38ad1e 100644 --- a/include/osg/GLExtensions +++ b/include/osg/GLExtensions @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GLEXTENSIONS #define OSG_GLEXTENSIONS 1 diff --git a/include/osg/GLU b/include/osg/GLU index 9fd6a0610..5c731fb9d 100644 --- a/include/osg/GLU +++ b/include/osg/GLU @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GLU #define OSG_GL 1 diff --git a/include/osg/GeoSet b/include/osg/GeoSet index ad719e829..893b24ad8 100644 --- a/include/osg/GeoSet +++ b/include/osg/GeoSet @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GEOSET #define OSG_GEOSET 1 diff --git a/include/osg/Geode b/include/osg/Geode index e7213b924..142712541 100644 --- a/include/osg/Geode +++ b/include/osg/Geode @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GEODE #define OSG_GEODE 1 diff --git a/include/osg/Group b/include/osg/Group index 28679fca1..f39bdfb08 100644 --- a/include/osg/Group +++ b/include/osg/Group @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GROUP #define OSG_GROUP 1 diff --git a/include/osg/Image b/include/osg/Image index 179f5bbcf..7df96c63f 100644 --- a/include/osg/Image +++ b/include/osg/Image @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + // -*-c++-*- #ifndef OSG_IMAGE diff --git a/include/osg/Impostor b/include/osg/Impostor index 8462773d2..dc2edfb0d 100644 --- a/include/osg/Impostor +++ b/include/osg/Impostor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_IMPOSTOR #define OSG_IMPOSTOR 1 diff --git a/include/osg/ImpostorSprite b/include/osg/ImpostorSprite index 7d9305a95..14dc093be 100644 --- a/include/osg/ImpostorSprite +++ b/include/osg/ImpostorSprite @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_ImpostorSprite #define OSG_ImpostorSprite 1 diff --git a/include/osg/LOD b/include/osg/LOD index c6efb46dd..3a2382ece 100644 --- a/include/osg/LOD +++ b/include/osg/LOD @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_LOD #define OSG_LOD 1 diff --git a/include/osg/Light b/include/osg/Light index ced8ff2d7..631303bf7 100644 --- a/include/osg/Light +++ b/include/osg/Light @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_LIGHT #define OSG_LIGHT 1 diff --git a/include/osg/LightSource b/include/osg/LightSource index 63b3a7e51..bfff7320e 100644 --- a/include/osg/LightSource +++ b/include/osg/LightSource @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_LIGHTSOURCE #define OSG_LIGHTSOURCE 1 diff --git a/include/osg/LineSegment b/include/osg/LineSegment index 8243ea448..98aea346e 100644 --- a/include/osg/LineSegment +++ b/include/osg/LineSegment @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_LINESEGMENT #define OSG_LINESEGMENT 1 diff --git a/include/osg/Material b/include/osg/Material index 04f1993b8..307237673 100644 --- a/include/osg/Material +++ b/include/osg/Material @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_MATERIAL #define OSG_MATERIAL 1 diff --git a/include/osg/Math b/include/osg/Math index 073ff5a22..ad1b94850 100644 --- a/include/osg/Math +++ b/include/osg/Math @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef __OSG_MATH #define __OSG_MATH diff --git a/include/osg/Matrix b/include/osg/Matrix index 48d4080fe..14ca4067a 100644 --- a/include/osg/Matrix +++ b/include/osg/Matrix @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_MATRIX #define OSG_MATRIX 1 diff --git a/include/osg/MemoryAdapter b/include/osg/MemoryAdapter index 475950ae4..2f1e7a4cb 100644 --- a/include/osg/MemoryAdapter +++ b/include/osg/MemoryAdapter @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_MEMORYADAPTER #define OSG_MEMORYADAPTER 1 diff --git a/include/osg/Node b/include/osg/Node index be91b195d..5aec15c7b 100644 --- a/include/osg/Node +++ b/include/osg/Node @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_NODE #define OSG_NODE 1 diff --git a/include/osg/NodeCallback b/include/osg/NodeCallback index 5864d87d7..e10f6569b 100644 --- a/include/osg/NodeCallback +++ b/include/osg/NodeCallback @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_NODECALLBACK #define OSG_NODECALLBACK 1 diff --git a/include/osg/NodeVisitor b/include/osg/NodeVisitor index 93290b41f..85b847db1 100644 --- a/include/osg/NodeVisitor +++ b/include/osg/NodeVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_NODEVISITOR #define OSG_NODEVISITOR 1 diff --git a/include/osg/Notify b/include/osg/Notify index c9edafa34..62c71c97a 100644 --- a/include/osg/Notify +++ b/include/osg/Notify @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_NOTIFY #define OSG_NOTIFY 1 diff --git a/include/osg/Object b/include/osg/Object index 081eac663..d8935470b 100644 --- a/include/osg/Object +++ b/include/osg/Object @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_OBJECT #define OSG_OBJECT 1 diff --git a/include/osg/Plane b/include/osg/Plane index 4cc18f25d..b44200072 100644 --- a/include/osg/Plane +++ b/include/osg/Plane @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_PLANE #define OSG_PLANE 1 diff --git a/include/osg/Point b/include/osg/Point index b9460fae7..b620ed5a6 100644 --- a/include/osg/Point +++ b/include/osg/Point @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_POINT #define OSG_POINT 1 diff --git a/include/osg/PolygonMode b/include/osg/PolygonMode index cec34870f..f719f903e 100644 --- a/include/osg/PolygonMode +++ b/include/osg/PolygonMode @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_POLYGONMODE #define OSG_POLYGONMODE 1 diff --git a/include/osg/PolygonOffset b/include/osg/PolygonOffset index 3ef722482..f46bc26c0 100644 --- a/include/osg/PolygonOffset +++ b/include/osg/PolygonOffset @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_POLYGONOFFSET #define OSG_POLYGONOFFSET 1 diff --git a/include/osg/Quat b/include/osg/Quat index 565f3c393..5e6ec464f 100644 --- a/include/osg/Quat +++ b/include/osg/Quat @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_QUAT #define OSG_QUAT 1 diff --git a/include/osg/Referenced b/include/osg/Referenced index 48f381868..e158d3470 100644 --- a/include/osg/Referenced +++ b/include/osg/Referenced @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_REFERENCED #define OSG_REFERENCED 1 diff --git a/include/osg/State b/include/osg/State index c9fa729f7..6c23bf7b3 100644 --- a/include/osg/State +++ b/include/osg/State @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_STATE #define OSG_STATE 1 diff --git a/include/osg/StateAttribute b/include/osg/StateAttribute index 07e47c221..991bb71f8 100644 --- a/include/osg/StateAttribute +++ b/include/osg/StateAttribute @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_STATEATTRIBUTE #define OSG_STATEATTRIBUTE 1 diff --git a/include/osg/StateSet b/include/osg/StateSet index 9676b320c..189b08c75 100644 --- a/include/osg/StateSet +++ b/include/osg/StateSet @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_STATESET #define OSG_STATESET 1 diff --git a/include/osg/Stencil b/include/osg/Stencil index c3868cd54..41114e183 100644 --- a/include/osg/Stencil +++ b/include/osg/Stencil @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_STENCIL #define OSG_STENCIL 1 diff --git a/include/osg/Switch b/include/osg/Switch index 24edea88b..eb1d7f4d2 100644 --- a/include/osg/Switch +++ b/include/osg/Switch @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_SWITCH #define OSG_SWITCH 1 diff --git a/include/osg/TexEnv b/include/osg/TexEnv index e136da009..77f746480 100644 --- a/include/osg/TexEnv +++ b/include/osg/TexEnv @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TEXENV #define OSG_TEXENV 1 diff --git a/include/osg/TexGen b/include/osg/TexGen index 43e1ed155..df3545dcf 100644 --- a/include/osg/TexGen +++ b/include/osg/TexGen @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TEXGEN #define OSG_TEXGEN 1 diff --git a/include/osg/TexMat b/include/osg/TexMat index 69dc24d3c..94bf31644 100644 --- a/include/osg/TexMat +++ b/include/osg/TexMat @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TEXMAT #define OSG_TEXMAT 1 diff --git a/include/osg/Texture b/include/osg/Texture index 5bd3dc254..f16dc3355 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + // -*-c++-*- #ifndef OSG_TEXTURE diff --git a/include/osg/Timer b/include/osg/Timer index deb32d042..a3ac37495 100644 --- a/include/osg/Timer +++ b/include/osg/Timer @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TIMER #define OSG_TIMER 1 diff --git a/include/osg/Transform b/include/osg/Transform index d012d863a..749dca941 100644 --- a/include/osg/Transform +++ b/include/osg/Transform @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TRANSFORM #define OSG_TRANSFORM 1 diff --git a/include/osg/Transparency b/include/osg/Transparency index 50e98b04e..a31974e39 100644 --- a/include/osg/Transparency +++ b/include/osg/Transparency @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TRANSPARENCY #define OSG_TRANSPARENCY 1 diff --git a/include/osg/Types b/include/osg/Types index 3a51f40cd..03f0fc93b 100644 --- a/include/osg/Types +++ b/include/osg/Types @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_TYPES #define OSG_TYPES 1 diff --git a/include/osg/Vec2 b/include/osg/Vec2 index 4e247e984..bfbd5c796 100644 --- a/include/osg/Vec2 +++ b/include/osg/Vec2 @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_VEC2 #define OSG_VEC2 1 diff --git a/include/osg/Vec3 b/include/osg/Vec3 index 648540bc7..bdb7032a2 100644 --- a/include/osg/Vec3 +++ b/include/osg/Vec3 @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_VEC3 #define OSG_VEC3 1 diff --git a/include/osg/Vec4 b/include/osg/Vec4 index 4755fc957..ecce971d8 100644 --- a/include/osg/Vec4 +++ b/include/osg/Vec4 @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_VEC4 #define OSG_VEC4 1 diff --git a/include/osg/Version b/include/osg/Version index e8fd4b0d1..05e75394a 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_VERSION #define OSG_VERSION 1 diff --git a/include/osg/Viewport b/include/osg/Viewport index b2daf7940..babdf0edc 100644 --- a/include/osg/Viewport +++ b/include/osg/Viewport @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_VIEWPORT #define OSG_VIEWPORT 1 diff --git a/include/osg/mem_ptr b/include/osg/mem_ptr index 8c3af783e..7acc98d96 100644 --- a/include/osg/mem_ptr +++ b/include/osg/mem_ptr @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_MEM_PTR #define OSG_MEM_PTR 1 diff --git a/include/osg/ref_ptr b/include/osg/ref_ptr index 35f34339e..2b7d07f20 100644 --- a/include/osg/ref_ptr +++ b/include/osg/ref_ptr @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_REF_PTR #define OSG_REF_PTR 1 diff --git a/include/osgDB/DotOsgWrapper b/include/osgDB/DotOsgWrapper index ec3eed1c9..31d70c201 100644 --- a/include/osgDB/DotOsgWrapper +++ b/include/osgDB/DotOsgWrapper @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_DOTOSGWRAPPER #define OSGDB_DOTOSGWRAPPER 1 diff --git a/include/osgDB/DynamicLibrary b/include/osgDB/DynamicLibrary index 03f9ca7e1..cdedb45b2 100644 --- a/include/osgDB/DynamicLibrary +++ b/include/osgDB/DynamicLibrary @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_DYNAMICLIBRARY #define OSG_DYNAMICLIBRARY 1 diff --git a/include/osgDB/Export b/include/osgDB/Export index b0a7909ae..12c411d6f 100644 --- a/include/osgDB/Export +++ b/include/osgDB/Export @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_EXPORT_ #define OSGDB_EXPORT_ 1 diff --git a/include/osgDB/Field b/include/osgDB/Field index c15ab629c..cf7321d5b 100644 --- a/include/osgDB/Field +++ b/include/osgDB/Field @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_FIELD #define OSGDB_FIELD 1 diff --git a/include/osgDB/FieldReader b/include/osgDB/FieldReader index 3aeb01906..d72921406 100644 --- a/include/osgDB/FieldReader +++ b/include/osgDB/FieldReader @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_FIELDREADER #define OSGDB_FIELDREADER 1 diff --git a/include/osgDB/FieldReaderIterator b/include/osgDB/FieldReaderIterator index 513b1da62..142272b88 100644 --- a/include/osgDB/FieldReaderIterator +++ b/include/osgDB/FieldReaderIterator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_FIELDREADERITERATOR #define OSGDB_FIELDREADERITERATOR 1 diff --git a/include/osgDB/FileNameUtils b/include/osgDB/FileNameUtils index 559214360..b27c4bd8b 100644 --- a/include/osgDB/FileNameUtils +++ b/include/osgDB/FileNameUtils @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_FILENAMEUTILS #define OSGDB_FILENAMEUTILS 1 diff --git a/include/osgDB/FileUtils b/include/osgDB/FileUtils index 2d09324b7..27f418c7d 100644 --- a/include/osgDB/FileUtils +++ b/include/osgDB/FileUtils @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_FILEUTILS #define OSGDB_FILEUTILS 1 diff --git a/include/osgDB/Input b/include/osgDB/Input index c6a58f4fe..3d440d349 100644 --- a/include/osgDB/Input +++ b/include/osgDB/Input @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_INPUT #define OSGDB_INPUT 1 diff --git a/include/osgDB/Output b/include/osgDB/Output index 77a6b0532..3219c2f5a 100644 --- a/include/osgDB/Output +++ b/include/osgDB/Output @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_OUTPUT #define OSGDB_OUTPUT 1 diff --git a/include/osgDB/ReadFile b/include/osgDB/ReadFile index 17755a6f8..c4631fb01 100644 --- a/include/osgDB/ReadFile +++ b/include/osgDB/ReadFile @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_READFILE #define OSGDB_READFILE 1 diff --git a/include/osgDB/ReaderWriter b/include/osgDB/ReaderWriter index cd632f197..718d90a1c 100644 --- a/include/osgDB/ReaderWriter +++ b/include/osgDB/ReaderWriter @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_READERWRITER #define OSGDB_READERWRITER 1 diff --git a/include/osgDB/Registry b/include/osgDB/Registry index 0d9e1df12..69aed3199 100644 --- a/include/osgDB/Registry +++ b/include/osgDB/Registry @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_REGISTRY #define OSGDB_REGISTRY 1 diff --git a/include/osgDB/Version b/include/osgDB/Version index 6a344cecf..0cfb01b16 100644 --- a/include/osgDB/Version +++ b/include/osgDB/Version @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_VERSION #define OSG_VERSION 1 diff --git a/include/osgDB/WriteFile b/include/osgDB/WriteFile index 3e52c5d0d..d7de1749f 100644 --- a/include/osgDB/WriteFile +++ b/include/osgDB/WriteFile @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGDB_FILEUTILS #define OSGDB_FILEUTILS 1 diff --git a/include/osgGLUT/Export b/include/osgGLUT/Export index 872464794..bdc8724a0 100644 --- a/include/osgGLUT/Export +++ b/include/osgGLUT/Export @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + // The following symbol has a underscore suffix for compatibility. #ifndef OSGGLUT_EXPORT_ #define OSGGLUT_EXPORT_ 1 diff --git a/include/osgGLUT/GLUTEventAdapter b/include/osgGLUT/GLUTEventAdapter index bfacc222c..4c803b907 100644 --- a/include/osgGLUT/GLUTEventAdapter +++ b/include/osgGLUT/GLUTEventAdapter @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGGLUT_GLUTEVENTADAPTER #define OSGGLUT_GLUTEVENTADAPTER 1 diff --git a/include/osgGLUT/Version b/include/osgGLUT/Version index acdb6ec8b..03921bdd0 100755 --- a/include/osgGLUT/Version +++ b/include/osgGLUT/Version @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGGLUT_VERSION #define OSGGLUT_VERSION 1 diff --git a/include/osgGLUT/Viewer b/include/osgGLUT/Viewer index 68b5af2c0..f3b0162fd 100644 --- a/include/osgGLUT/Viewer +++ b/include/osgGLUT/Viewer @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGGLUT_VIEWER #define OSGGLUT_VIEWER 1 diff --git a/include/osgGLUT/glut b/include/osgGLUT/glut index d04cd8e08..5f7056914 100644 --- a/include/osgGLUT/glut +++ b/include/osgGLUT/glut @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSG_GLU #define OSG_GL 1 diff --git a/include/osgUtil/AppVisitor b/include/osgUtil/AppVisitor index 36e38e115..a447f5cba 100644 --- a/include/osgUtil/AppVisitor +++ b/include/osgUtil/AppVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_APPVISITOR #define OSGUTIL_APPVISITOR 1 diff --git a/include/osgUtil/CameraManipulator b/include/osgUtil/CameraManipulator index a3f4a979e..aadc6ce65 100644 --- a/include/osgUtil/CameraManipulator +++ b/include/osgUtil/CameraManipulator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_CAMERAMANIPULATOR #define OSGUTIL_CAMERAMANIPULATOR 1 diff --git a/include/osgUtil/CullViewState b/include/osgUtil/CullViewState index 0d8c595f4..949c86723 100644 --- a/include/osgUtil/CullViewState +++ b/include/osgUtil/CullViewState @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_CULLVIEWSTATE #define OSGUTIL_CULLVIEWSTATE 1 diff --git a/include/osgUtil/CullVisitor b/include/osgUtil/CullVisitor index 929c1a841..515cadb86 100644 --- a/include/osgUtil/CullVisitor +++ b/include/osgUtil/CullVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_CULLVISITOR #define OSGUTIL_CULLVISITOR 1 diff --git a/include/osgUtil/DepthSortedBin b/include/osgUtil/DepthSortedBin index 536ab9041..45d75ae84 100644 --- a/include/osgUtil/DepthSortedBin +++ b/include/osgUtil/DepthSortedBin @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_DEPTHSORTEDBIN #define OSGUTIL_DEPTHSORTEDBIN 1 diff --git a/include/osgUtil/DisplayListVisitor b/include/osgUtil/DisplayListVisitor index 6ddcbc9ab..c1971ea1b 100644 --- a/include/osgUtil/DisplayListVisitor +++ b/include/osgUtil/DisplayListVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_DISPLAYLISTVISITOR #define OSGUTIL_DISPLAYLISTVISITOR 1 diff --git a/include/osgUtil/DriveManipulator b/include/osgUtil/DriveManipulator index 1d32d284b..7617a005d 100644 --- a/include/osgUtil/DriveManipulator +++ b/include/osgUtil/DriveManipulator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_DRIVEMANIPULATOR #define OSGUTIL_DRIVEMANIPULATOR 1 diff --git a/include/osgUtil/Export b/include/osgUtil/Export index f48536909..b0f42e13f 100644 --- a/include/osgUtil/Export +++ b/include/osgUtil/Export @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + // The following symbol has a underscore suffix for compatibility. #ifndef OSGUTIL_EXPORT_ #define OSGUTIL_EXPORT_ 1 diff --git a/include/osgUtil/FlightManipulator b/include/osgUtil/FlightManipulator index 352405448..593b485c6 100644 --- a/include/osgUtil/FlightManipulator +++ b/include/osgUtil/FlightManipulator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_FLIGHTMANIPULATOR #define OSGUTIL_FLIGHTMANIPULATOR 1 diff --git a/include/osgUtil/GUIActionAdapter b/include/osgUtil/GUIActionAdapter index 42b9c45dd..5ca434047 100644 --- a/include/osgUtil/GUIActionAdapter +++ b/include/osgUtil/GUIActionAdapter @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_GUIACTIONADAPTER #define OSGUTIL_GUIACTIONADAPTER 1 diff --git a/include/osgUtil/GUIEventAdapter b/include/osgUtil/GUIEventAdapter index 700f537c3..53bd5c9f7 100644 --- a/include/osgUtil/GUIEventAdapter +++ b/include/osgUtil/GUIEventAdapter @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_GUIEVENTADAPTER #define OSGUTIL_GUIEVENTADAPTER 1 diff --git a/include/osgUtil/GUIEventHandler b/include/osgUtil/GUIEventHandler index be493ddbe..aaf522007 100644 --- a/include/osgUtil/GUIEventHandler +++ b/include/osgUtil/GUIEventHandler @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_GUIEVENTHANDLER #define OSGUTIL_GUIEVENTHANDLER 1 diff --git a/include/osgUtil/InsertImpostorsVisitor b/include/osgUtil/InsertImpostorsVisitor index 6dd40a7bb..635f2e133 100644 --- a/include/osgUtil/InsertImpostorsVisitor +++ b/include/osgUtil/InsertImpostorsVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_INSERTIMPOSTORSVISITOR #define OSGUTIL_INSERTIMPOSTORSVISITOR diff --git a/include/osgUtil/IntersectVisitor b/include/osgUtil/IntersectVisitor index 29ba5d940..20d518d8b 100644 --- a/include/osgUtil/IntersectVisitor +++ b/include/osgUtil/IntersectVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_INTERSECTVISITOR #define OSGUTIL_INTERSECTVISITOR 1 diff --git a/include/osgUtil/OptimizeStateVisitor b/include/osgUtil/OptimizeStateVisitor index 7ca5ebfb2..3ac62e9e6 100644 --- a/include/osgUtil/OptimizeStateVisitor +++ b/include/osgUtil/OptimizeStateVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_OPTIMIZESTATEVISITOR #define OSGUTIL_OPTIMIZESTATEVISITOR diff --git a/include/osgUtil/RenderBin b/include/osgUtil/RenderBin index 267bd9c50..9fd9d52e3 100644 --- a/include/osgUtil/RenderBin +++ b/include/osgUtil/RenderBin @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_RENDERBIN #define OSGUTIL_RENDERBIN 1 diff --git a/include/osgUtil/RenderGraph b/include/osgUtil/RenderGraph index 93ac7e3a5..d6f2b74a1 100644 --- a/include/osgUtil/RenderGraph +++ b/include/osgUtil/RenderGraph @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_RENDERGRAPH #define OSGUTIL_RENDERGRAPH 1 diff --git a/include/osgUtil/RenderLeaf b/include/osgUtil/RenderLeaf index 1690750f6..c1afec528 100644 --- a/include/osgUtil/RenderLeaf +++ b/include/osgUtil/RenderLeaf @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_RENDERLEAF #define OSGUTIL_RENDERLEAF 1 diff --git a/include/osgUtil/RenderStage b/include/osgUtil/RenderStage index b7b5b3a19..7e6d2855a 100644 --- a/include/osgUtil/RenderStage +++ b/include/osgUtil/RenderStage @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_RENDERSTAGE #define OSGUTIL_RENDERSTAGE 1 diff --git a/include/osgUtil/RenderStageLighting b/include/osgUtil/RenderStageLighting index 37835d37b..7301a8cd9 100644 --- a/include/osgUtil/RenderStageLighting +++ b/include/osgUtil/RenderStageLighting @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_RENDERSTAGELIGHTING #define OSGUTIL_RENDERSTAGELIGHTING 1 diff --git a/include/osgUtil/RenderToTextureStage b/include/osgUtil/RenderToTextureStage index 26d1fe7f8..15666cbeb 100644 --- a/include/osgUtil/RenderToTextureStage +++ b/include/osgUtil/RenderToTextureStage @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_RENDERTOTEXTURESTAGE #define OSGUTIL_RENDERTOTEXTURESTAGE 1 diff --git a/include/osgUtil/SceneView b/include/osgUtil/SceneView index b948769c2..4ea05d61e 100644 --- a/include/osgUtil/SceneView +++ b/include/osgUtil/SceneView @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_SCENEVIEW #define OSGUTIL_SCENEVIEW 1 diff --git a/include/osgUtil/SceneViewManipulator b/include/osgUtil/SceneViewManipulator index 8c5e79903..198dcc207 100644 --- a/include/osgUtil/SceneViewManipulator +++ b/include/osgUtil/SceneViewManipulator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_SceneViewManipulator #define OSGUTIL_SceneViewManipulator 1 diff --git a/include/osgUtil/SmoothingVisitor b/include/osgUtil/SmoothingVisitor index 679bb4178..0cd8866d3 100644 --- a/include/osgUtil/SmoothingVisitor +++ b/include/osgUtil/SmoothingVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_SMOOTHINGVISITOR #define OSGUTIL_SMOOTHINGVISITOR 1 diff --git a/include/osgUtil/StateSetManipulator b/include/osgUtil/StateSetManipulator index d8cfcc3fd..a49514f8e 100644 --- a/include/osgUtil/StateSetManipulator +++ b/include/osgUtil/StateSetManipulator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_GEOSTATE_MANIPULATOR #define OSGUTIL_GEOSTATE_MANIPULATOR 1 diff --git a/include/osgUtil/Statistics b/include/osgUtil/Statistics index 9089d18c8..40d28cbc6 100644 --- a/include/osgUtil/Statistics +++ b/include/osgUtil/Statistics @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_STATISTICS #define OSGUTIL_STATISTICS 1 diff --git a/include/osgUtil/Tesselator b/include/osgUtil/Tesselator index 3813fb218..2e3a86a30 100644 --- a/include/osgUtil/Tesselator +++ b/include/osgUtil/Tesselator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_Tesselator #define OSGUTIL_Tesselator diff --git a/include/osgUtil/TrackballManipulator b/include/osgUtil/TrackballManipulator index 6d21505ba..38df6d270 100644 --- a/include/osgUtil/TrackballManipulator +++ b/include/osgUtil/TrackballManipulator @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_TRACKBALLMANIPULATOR #define OSGUTIL_TRACKBALLMANIPULATOR 1 diff --git a/include/osgUtil/TriStripVisitor b/include/osgUtil/TriStripVisitor index 924e843ef..a365c2b2c 100644 --- a/include/osgUtil/TriStripVisitor +++ b/include/osgUtil/TriStripVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_TRISTRIPVISITOR #define OSGUTIL_TRISTRIPVISITOR 1 diff --git a/include/osgUtil/Version b/include/osgUtil/Version index 146b5717f..2750ab978 100644 --- a/include/osgUtil/Version +++ b/include/osgUtil/Version @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_VERSION #define OSGUTIL_VERSION 1 diff --git a/include/osgUtil/VisualsRequirementsVisitor b/include/osgUtil/VisualsRequirementsVisitor index 318ee938d..5026ab6cd 100644 --- a/include/osgUtil/VisualsRequirementsVisitor +++ b/include/osgUtil/VisualsRequirementsVisitor @@ -1,3 +1,7 @@ +//C++ header - Open Scene Graph - Copyright (C) 1998-2001 Robert Osfield +//Distributed under the terms of the GNU Library General Public License (LGPL) +//as published by the Free Software Foundation. + #ifndef OSGUTIL_VISUALSREQUIREMENTSVISITOR #define OSGUTIL_VISUALSREQUIREMENTSVISITOR 1