| 1 | | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield |
| 2 | | * |
| 3 | | * This library is open source and may be redistributed and/or modified under |
| 4 | | * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or |
| 5 | | * (at your option) any later version. The full license is in LICENSE file |
| 6 | | * included with this distribution, and on the openscenegraph.org website. |
| 7 | | * |
| 8 | | * This library is distributed in the hope that it will be useful, |
| 9 | | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | | * OpenSceneGraph Public License for more details. |
| | 1 | /* -*-c++-*- |
| | 2 | * |
| | 3 | * OpenSceneGraph example, osgunittests. |
| | 4 | * |
| | 5 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
| | 6 | * of this software and associated documentation files (the "Software"), to deal |
| | 7 | * in the Software without restriction, including without limitation the rights |
| | 8 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| | 9 | * copies of the Software, and to permit persons to whom the Software is |
| | 10 | * furnished to do so, subject to the following conditions: |
| | 11 | * |
| | 12 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| | 13 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| | 14 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| | 15 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| | 16 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| | 17 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| | 18 | * THE SOFTWARE. |