Fixed the erronous header so that it is OSGPL like the rest of the osgAnimation.
This commit is contained in:
@@ -1,26 +1,17 @@
|
|||||||
/* -*-c++-*-
|
/* -*-c++-*-
|
||||||
* Copyright (C) 2008 Cedric Pinson <cedric.pinson@plopbyte.net>
|
* Copyright (C) 2008 Cedric Pinson <cedric.pinson@plopbyte.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This library is open source and may be redistributed and/or modified under
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* (at your option) any later version. The full license is in LICENSE file
|
||||||
* (at your option) any later version.
|
* included with this distribution, and on the openscenegraph.org website.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* OpenSceneGraph Public License for more details.
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*
|
|
||||||
* Authors:
|
|
||||||
*
|
|
||||||
* Roland Smeenk
|
|
||||||
* Cedric Pinson <cedric.pinson@plopbyte.net>
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <osg/Geode>
|
#include <osg/Geode>
|
||||||
#include <osgAnimation/MorphGeometry>
|
#include <osgAnimation/MorphGeometry>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user