From af13199e051f5656b8d3dc8ecb50bdd8a585dc48 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 29 Apr 2005 10:06:50 +0000 Subject: [PATCH] Added Copyright --- include/osgIntrospection/Attributes | 14 ++++++++++++++ include/osgIntrospection/Comparator | 14 ++++++++++++++ include/osgIntrospection/ConstructorInfo | 14 ++++++++++++++ include/osgIntrospection/Converter | 14 ++++++++++++++ include/osgIntrospection/ConverterProxy | 14 ++++++++++++++ include/osgIntrospection/CustomAttribute | 14 ++++++++++++++ include/osgIntrospection/CustomAttributeProvider | 14 ++++++++++++++ include/osgIntrospection/Exceptions | 14 ++++++++++++++ include/osgIntrospection/Export | 1 + include/osgIntrospection/InstanceCreator | 14 ++++++++++++++ include/osgIntrospection/MethodInfo | 14 ++++++++++++++ include/osgIntrospection/ParameterInfo | 14 ++++++++++++++ include/osgIntrospection/PropertyInfo | 14 ++++++++++++++ include/osgIntrospection/ReaderWriter | 14 ++++++++++++++ include/osgIntrospection/Reflection | 14 ++++++++++++++ include/osgIntrospection/ReflectionMacros | 14 ++++++++++++++ include/osgIntrospection/Reflector | 14 ++++++++++++++ include/osgIntrospection/StaticMethodInfo | 14 ++++++++++++++ include/osgIntrospection/Type | 13 +++++++++++++ include/osgIntrospection/TypeNameAliasProxy | 14 ++++++++++++++ include/osgIntrospection/TypedConstructorInfo | 14 ++++++++++++++ include/osgIntrospection/TypedMethodInfo | 14 ++++++++++++++ include/osgIntrospection/Utility | 14 ++++++++++++++ include/osgIntrospection/Value | 14 ++++++++++++++ include/osgIntrospection/variant_cast | 14 ++++++++++++++ src/osgIntrospection/ConstructorInfo.cpp | 14 ++++++++++++++ src/osgIntrospection/CustomAttributeProvider.cpp | 14 ++++++++++++++ src/osgIntrospection/DefaultReflectors.cpp | 14 ++++++++++++++ src/osgIntrospection/MethodInfo.cpp | 14 ++++++++++++++ src/osgIntrospection/PropertyInfo.cpp | 14 ++++++++++++++ src/osgIntrospection/Type.cpp | 14 ++++++++++++++ src/osgIntrospection/Utility.cpp | 14 ++++++++++++++ src/osgIntrospection/Value.cpp | 14 ++++++++++++++ 33 files changed, 448 insertions(+) diff --git a/include/osgIntrospection/Attributes b/include/osgIntrospection/Attributes index a2fac20ba..cebd1e558 100644 --- a/include/osgIntrospection/Attributes +++ b/include/osgIntrospection/Attributes @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_ATTRIBUTES_ #define OSGINTROSPECTION_ATTRIBUTES_ diff --git a/include/osgIntrospection/Comparator b/include/osgIntrospection/Comparator index 1b8f1c58c..1e3193c66 100644 --- a/include/osgIntrospection/Comparator +++ b/include/osgIntrospection/Comparator @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_COMPARATOR_ #define OSGINTROSPECTION_COMPARATOR_ diff --git a/include/osgIntrospection/ConstructorInfo b/include/osgIntrospection/ConstructorInfo index d242085fd..57429f502 100644 --- a/include/osgIntrospection/ConstructorInfo +++ b/include/osgIntrospection/ConstructorInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_CONSTRUCTORINFO_ #define OSGINTROSPECTION_CONSTRUCTORINFO_ diff --git a/include/osgIntrospection/Converter b/include/osgIntrospection/Converter index 68e655201..2561aba04 100644 --- a/include/osgIntrospection/Converter +++ b/include/osgIntrospection/Converter @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_CONVERTER_ #define OSGINTROSPECTION_CONVERTER_ diff --git a/include/osgIntrospection/ConverterProxy b/include/osgIntrospection/ConverterProxy index e2dea9a5e..2ee9d1f1c 100644 --- a/include/osgIntrospection/ConverterProxy +++ b/include/osgIntrospection/ConverterProxy @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_CONVERTERPROXY_ #define OSGINTROSPECTION_CONVERTERPROXY_ diff --git a/include/osgIntrospection/CustomAttribute b/include/osgIntrospection/CustomAttribute index e6bf8b935..ec9d025ba 100644 --- a/include/osgIntrospection/CustomAttribute +++ b/include/osgIntrospection/CustomAttribute @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_CUSTOMATTRIBUTE_ #define OSGINTROSPECTION_CUSTOMATTRIBUTE_ diff --git a/include/osgIntrospection/CustomAttributeProvider b/include/osgIntrospection/CustomAttributeProvider index ab1dcff62..810353186 100644 --- a/include/osgIntrospection/CustomAttributeProvider +++ b/include/osgIntrospection/CustomAttributeProvider @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_CUSTOMATTRIBUTEPROVIDER_ #define OSGINTROSPECTION_CUSTOMATTRIBUTEPROVIDER_ diff --git a/include/osgIntrospection/Exceptions b/include/osgIntrospection/Exceptions index ab04dbddd..af1df22ce 100644 --- a/include/osgIntrospection/Exceptions +++ b/include/osgIntrospection/Exceptions @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_EXCEPTIONS_ #define OSGINTROSPECTION_EXCEPTIONS_ diff --git a/include/osgIntrospection/Export b/include/osgIntrospection/Export index fa24500fe..a948de1ac 100644 --- a/include/osgIntrospection/Export +++ b/include/osgIntrospection/Export @@ -10,6 +10,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ +//osgIntrospection - Copyright (C) 2005 Marco Jez #ifndef OSGINTROSPECTION_EXPORTHDR #define OSGINTROSPECTION_EXPORTHDR 1 diff --git a/include/osgIntrospection/InstanceCreator b/include/osgIntrospection/InstanceCreator index e52bf28e3..e2e40a4e8 100644 --- a/include/osgIntrospection/InstanceCreator +++ b/include/osgIntrospection/InstanceCreator @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_INSTANCECREATOR_ #define OSGINTROSPECTION_INSTANCECREATOR_ diff --git a/include/osgIntrospection/MethodInfo b/include/osgIntrospection/MethodInfo index 39e5e22a7..8faeacb32 100644 --- a/include/osgIntrospection/MethodInfo +++ b/include/osgIntrospection/MethodInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_METHODINFO_ #define OSGINTROSPECTION_METHODINFO_ diff --git a/include/osgIntrospection/ParameterInfo b/include/osgIntrospection/ParameterInfo index a4881ea93..f92c443f5 100644 --- a/include/osgIntrospection/ParameterInfo +++ b/include/osgIntrospection/ParameterInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_PARAMETERINFO_ #define OSGINTROSPECTION_PARAMETERINFO_ diff --git a/include/osgIntrospection/PropertyInfo b/include/osgIntrospection/PropertyInfo index da9ba5824..4031c1c7c 100644 --- a/include/osgIntrospection/PropertyInfo +++ b/include/osgIntrospection/PropertyInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_PROPERTYINFO_ #define OSGINTROSPECTION_PROPERTYINFO_ diff --git a/include/osgIntrospection/ReaderWriter b/include/osgIntrospection/ReaderWriter index 99e84d3e3..29a996e0e 100644 --- a/include/osgIntrospection/ReaderWriter +++ b/include/osgIntrospection/ReaderWriter @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_READERWRITER_ #define OSGINTROSPECTION_READERWRITER_ diff --git a/include/osgIntrospection/Reflection b/include/osgIntrospection/Reflection index 2dc09dc21..61c995402 100644 --- a/include/osgIntrospection/Reflection +++ b/include/osgIntrospection/Reflection @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_REFLECTION_ #define OSGINTROSPECTION_REFLECTION_ diff --git a/include/osgIntrospection/ReflectionMacros b/include/osgIntrospection/ReflectionMacros index 0e9832930..fea69cf36 100644 --- a/include/osgIntrospection/ReflectionMacros +++ b/include/osgIntrospection/ReflectionMacros @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_REFLECTIONMACROS_ #define OSGINTROSPECTION_REFLECTIONMACROS_ diff --git a/include/osgIntrospection/Reflector b/include/osgIntrospection/Reflector index 7303e9b01..9fc934454 100644 --- a/include/osgIntrospection/Reflector +++ b/include/osgIntrospection/Reflector @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_REFLECTOR_ #define OSGINTROSPECTION_REFLECTOR_ diff --git a/include/osgIntrospection/StaticMethodInfo b/include/osgIntrospection/StaticMethodInfo index 85760cad4..8bf2d05ca 100644 --- a/include/osgIntrospection/StaticMethodInfo +++ b/include/osgIntrospection/StaticMethodInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_STATICMETHODINFO_ #define OSGINTROSPECTION_STATICMETHODINFO_ diff --git a/include/osgIntrospection/Type b/include/osgIntrospection/Type index fdd7cf72e..385b6f3c6 100644 --- a/include/osgIntrospection/Type +++ b/include/osgIntrospection/Type @@ -1,3 +1,16 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez #ifndef OSGINTROSPECTION_TYPE_ #define OSGINTROSPECTION_TYPE_ diff --git a/include/osgIntrospection/TypeNameAliasProxy b/include/osgIntrospection/TypeNameAliasProxy index 4e1867e24..0a656d948 100644 --- a/include/osgIntrospection/TypeNameAliasProxy +++ b/include/osgIntrospection/TypeNameAliasProxy @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_TYPENAMEALIASPROXY_ #define OSGINTROSPECTION_TYPENAMEALIASPROXY_ diff --git a/include/osgIntrospection/TypedConstructorInfo b/include/osgIntrospection/TypedConstructorInfo index c56ce2a86..77b3e75e6 100644 --- a/include/osgIntrospection/TypedConstructorInfo +++ b/include/osgIntrospection/TypedConstructorInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_TYPEDCONSTRUCTORINFO_ #define OSGINTROSPECTION_TYPEDCONSTRUCTORINFO_ diff --git a/include/osgIntrospection/TypedMethodInfo b/include/osgIntrospection/TypedMethodInfo index 2bd4681f1..df68745e7 100644 --- a/include/osgIntrospection/TypedMethodInfo +++ b/include/osgIntrospection/TypedMethodInfo @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_TYPEDMETHODINFO_ #define OSGINTROSPECTION_TYPEDMETHODINFO_ diff --git a/include/osgIntrospection/Utility b/include/osgIntrospection/Utility index 1a1b63102..51d126252 100644 --- a/include/osgIntrospection/Utility +++ b/include/osgIntrospection/Utility @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_UTILITY_ #define OSGINTROSPECTION_UTILITY_ diff --git a/include/osgIntrospection/Value b/include/osgIntrospection/Value index f37efdce6..02257bb0c 100644 --- a/include/osgIntrospection/Value +++ b/include/osgIntrospection/Value @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_VALUE_ #define OSGINTROSPECTION_VALUE_ diff --git a/include/osgIntrospection/variant_cast b/include/osgIntrospection/variant_cast index f209d086b..97a0fe203 100644 --- a/include/osgIntrospection/variant_cast +++ b/include/osgIntrospection/variant_cast @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #ifndef OSGINTROSPECTION_VARIANT_CAST_ #define OSGINTROSPECTION_VARIANT_CAST_ diff --git a/src/osgIntrospection/ConstructorInfo.cpp b/src/osgIntrospection/ConstructorInfo.cpp index a916d9555..72d8ab213 100644 --- a/src/osgIntrospection/ConstructorInfo.cpp +++ b/src/osgIntrospection/ConstructorInfo.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include using namespace osgIntrospection; diff --git a/src/osgIntrospection/CustomAttributeProvider.cpp b/src/osgIntrospection/CustomAttributeProvider.cpp index d3672ad1c..6bc5f69ed 100644 --- a/src/osgIntrospection/CustomAttributeProvider.cpp +++ b/src/osgIntrospection/CustomAttributeProvider.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include #include diff --git a/src/osgIntrospection/DefaultReflectors.cpp b/src/osgIntrospection/DefaultReflectors.cpp index 260145449..6d9fa8eda 100644 --- a/src/osgIntrospection/DefaultReflectors.cpp +++ b/src/osgIntrospection/DefaultReflectors.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include #include diff --git a/src/osgIntrospection/MethodInfo.cpp b/src/osgIntrospection/MethodInfo.cpp index 8d5776c3f..611c5dde3 100644 --- a/src/osgIntrospection/MethodInfo.cpp +++ b/src/osgIntrospection/MethodInfo.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include using namespace osgIntrospection; diff --git a/src/osgIntrospection/PropertyInfo.cpp b/src/osgIntrospection/PropertyInfo.cpp index e1477b25c..4ab896ff3 100644 --- a/src/osgIntrospection/PropertyInfo.cpp +++ b/src/osgIntrospection/PropertyInfo.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include #include #include diff --git a/src/osgIntrospection/Type.cpp b/src/osgIntrospection/Type.cpp index 8f0ac8928..c8351344b 100644 --- a/src/osgIntrospection/Type.cpp +++ b/src/osgIntrospection/Type.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include #include #include diff --git a/src/osgIntrospection/Utility.cpp b/src/osgIntrospection/Utility.cpp index a75ff2b0b..fa3be8788 100644 --- a/src/osgIntrospection/Utility.cpp +++ b/src/osgIntrospection/Utility.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include using namespace osgIntrospection; diff --git a/src/osgIntrospection/Value.cpp b/src/osgIntrospection/Value.cpp index 1bf597673..cf55a35d0 100644 --- a/src/osgIntrospection/Value.cpp +++ b/src/osgIntrospection/Value.cpp @@ -1,3 +1,17 @@ +/* -*-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. +*/ +//osgIntrospection - Copyright (C) 2005 Marco Jez + #include #include #include