From 3a0b74246126a9ed589330005d811310a4b8e5d4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 16 Jun 2005 11:45:50 +0000 Subject: [PATCH] Added copyright notices. --- include/osg/FrameBufferObject | 15 +++++++++++++++ src/osg/FrameBufferObject.cpp | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/include/osg/FrameBufferObject b/include/osg/FrameBufferObject index 7cfd68ad3..bb1680599 100644 --- a/include/osg/FrameBufferObject +++ b/include/osg/FrameBufferObject @@ -1,3 +1,18 @@ +/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2005 Robert Osfield + * + * This library is open source and may be redistributed and/or modified under + * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or + * (at your option) any later version. The full license is in LICENSE file + * included with this distribution, and on the openscenegraph.org website. + * + * 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 + * OpenSceneGraph Public License for more details. +*/ + +// initial FBO support written by Marco Jez, June 2005. + #ifndef OSG_FRAMEBUFFEROBJECT #define OSG_FRAMEBUFFEROBJECT 1 diff --git a/src/osg/FrameBufferObject.cpp b/src/osg/FrameBufferObject.cpp index 81e9d2012..599191a8d 100644 --- a/src/osg/FrameBufferObject.cpp +++ b/src/osg/FrameBufferObject.cpp @@ -1,3 +1,18 @@ +/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2005 Robert Osfield + * + * This library is open source and may be redistributed and/or modified under + * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or + * (at your option) any later version. The full license is in LICENSE file + * included with this distribution, and on the openscenegraph.org website. + * + * 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 + * OpenSceneGraph Public License for more details. +*/ + +// initial FBO support written by Marco Jez, June 2005. + #include #include #include