[opengtl-commits] [441] relicense to LGPLv2+ |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 441
Author: cyrille
Date: 2008-10-10 08:23:57 +0200 (Fri, 10 Oct 2008)
Log Message:
-----------
relicense to LGPLv2+
Modified Paths:
--------------
trunk/OpenGTL/Extensions/PngDC/PngDC.cpp
trunk/OpenGTL/Extensions/PngDC/PngDC.h
trunk/OpenGTL/Extensions/RawDC/RawDC.cpp
trunk/OpenGTL/Extensions/RawDC/RawDC.h
trunk/OpenGTL/OpenCTL/OpenCTL/Debug.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/Debug.h
trunk/OpenGTL/OpenCTL/OpenCTL/Module.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/Module.h
trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.h
trunk/OpenGTL/OpenCTL/OpenCTL/Program.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/Program.h
trunk/OpenGTL/OpenCTL/OpenCTL/StdLibFunctions.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/Version.h
trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.h
trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.h
trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.cpp
trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.h
trunk/OpenGTL/OpenCTL/tests/library/TestFunction.h
trunk/OpenGTL/OpenCTL/tests/library/TestLexerNG.h
trunk/OpenGTL/OpenCTL/tests/library/TestModule.h
trunk/OpenGTL/OpenCTL/tests/library/TestOpenCTL.cpp
trunk/OpenGTL/OpenCTL/tests/library/TestParserNG.h
trunk/OpenGTL/OpenCTL/tests/library/TestProgram.h
trunk/OpenGTL/OpenCTL/tools/benchmark/CtlBenchmark.cpp
trunk/OpenGTL/OpenCTL/tools/compiler/CtlC.cpp
trunk/OpenGTL/OpenCTL/tools/interpreter/CtlI.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.h
trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.h
trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp
trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h
trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Array.h
trunk/OpenGTL/OpenGTL/GTLCore/Buffer.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Buffer.h
trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp
trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.h
trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.h
trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.h
trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.h
trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.h
trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.h
trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.h
trunk/OpenGTL/OpenGTL/GTLCore/FloatHalfConverter_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Function.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Function.h
trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_generated_p.h
trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.h
trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Function_p.h
trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Image.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Image.h
trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Macros.h
trunk/OpenGTL/OpenGTL/GTLCore/Macros_p.h
trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.h
trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Parameter.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Parameter.h
trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.h
trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.cpp
trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.h
trunk/OpenGTL/OpenGTL/GTLCore/PrimitiveTypesTraits_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Region.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Region.h
trunk/OpenGTL/OpenGTL/GTLCore/RegionF.cpp
trunk/OpenGTL/OpenGTL/GTLCore/RegionF.h
trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.cpp
trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.h
trunk/OpenGTL/OpenGTL/GTLCore/String.cpp
trunk/OpenGTL/OpenGTL/GTLCore/String.h
trunk/OpenGTL/OpenGTL/GTLCore/Token_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Token_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Type.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Type.h
trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.cpp
trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.h
trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Type_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Type_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Utils_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Value.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Value.h
trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Version.h
trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.h
trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.cpp
trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestConvertCenter.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestErrorMessage.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestGTLCore.cpp
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestPixelDescription.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestScopedName.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestString.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestType.h
trunk/OpenGTL/OpenGTL/GTLCore/tests/TestValue.h
trunk/OpenGTL/OpenGTL/GTLCore/wrappers/Allocate.h
trunk/OpenGTL/OpenGTL/GTLCore/wrappers/ArrayWrap.h
trunk/OpenGTL/OpenGTL/GTLCore/wrappers/StructWrap.h
trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp
trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.h
trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.cpp
trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.h
trunk/OpenGTL/OpenGTL/GTLImageIO/Version.h
trunk/OpenGTL/OpenGTL/GTLTest/Case.cpp
trunk/OpenGTL/OpenGTL/GTLTest/Case.h
trunk/OpenGTL/OpenGTL/GTLTest/Result.cpp
trunk/OpenGTL/OpenGTL/GTLTest/Result.h
trunk/OpenGTL/OpenGTL/GTLTest/Suite.cpp
trunk/OpenGTL/OpenGTL/GTLTest/Suite.h
trunk/OpenGTL/OpenGTL/GTLTest/Test.h
trunk/OpenGTL/OpenGTL/GTLTest/Version.h
trunk/OpenGTL/OpenGTL/GTLTest/tests/TestGTLTest.cpp
trunk/OpenGTL/OpenGTL/tools/convert/GTLConvert.cpp
trunk/OpenGTL/OpenGTL/tools/imagecompare/ImageCompare.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/Debug.h
trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.h
trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/Version.h
trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.h
trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.cpp
trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.h
trunk/OpenGTL/OpenShiva/tests/library/TestLexer.h
trunk/OpenGTL/OpenShiva/tests/library/TestOpenShiva.cpp
trunk/OpenGTL/OpenShiva/tools/compiler/ShivaC.cpp
trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp
trunk/OpenGTL/OpenShiva/tools/tester/ShivaTester.cpp
Modified: trunk/OpenGTL/Extensions/PngDC/PngDC.cpp
===================================================================
--- trunk/OpenGTL/Extensions/PngDC/PngDC.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/Extensions/PngDC/PngDC.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/Extensions/PngDC/PngDC.h
===================================================================
--- trunk/OpenGTL/Extensions/PngDC/PngDC.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/Extensions/PngDC/PngDC.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/Extensions/RawDC/RawDC.cpp
===================================================================
--- trunk/OpenGTL/Extensions/RawDC/RawDC.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/Extensions/RawDC/RawDC.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/Extensions/RawDC/RawDC.h
===================================================================
--- trunk/OpenGTL/Extensions/RawDC/RawDC.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/Extensions/RawDC/RawDC.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Debug.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Debug.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Debug.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Debug.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Debug.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Debug.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Module.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Module.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Module.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Module.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Module.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Module.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/ModulesManager.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Program.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Program.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Program.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Program.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Program.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Program.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/StdLibFunctions.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/StdLibFunctions.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/StdLibFunctions.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/Version.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/Version.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/Version.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/compiler/Compiler.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/compiler/LexerNG.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.h
===================================================================
--- trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/OpenCTL/compiler/ParserNG.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestFunction.h
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestFunction.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestFunction.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestLexerNG.h
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestLexerNG.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestLexerNG.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestModule.h
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestModule.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestModule.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestOpenCTL.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestOpenCTL.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestOpenCTL.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestParserNG.h
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestParserNG.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestParserNG.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestProgram.h
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestProgram.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestProgram.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tools/benchmark/CtlBenchmark.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/tools/benchmark/CtlBenchmark.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tools/benchmark/CtlBenchmark.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tools/compiler/CtlC.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/tools/compiler/CtlC.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tools/compiler/CtlC.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenCTL/tools/interpreter/CtlI.cpp
===================================================================
--- trunk/OpenGTL/OpenCTL/tools/interpreter/CtlI.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenCTL/tools/interpreter/CtlI.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/AccessorExpression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/BinaryExpression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/ConstantCoumpoundExpression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/ConvertExpression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/CoumpoundExpression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/Expression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/FunctionDeclaration.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/Statement.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/Tree.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AST/UnaryExpression.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Array.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Array.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Array.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Buffer.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Buffer.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Buffer.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Buffer.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Buffer.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Buffer.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/CodeGenerator_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/CompilerBase_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ConvertCenter_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessage.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ErrorMessages_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ExpressionResult_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/FloatHalfConverter_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/FloatHalfConverter_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/FloatHalfConverter_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Function.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Function.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Function.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Function.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Function.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Function.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_generated_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_generated_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_generated_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -7,7 +7,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/FunctionCaller_p_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Function_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Function_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Function_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Function_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/GenerationContext_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Image.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Image.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Image.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Image.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Image.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Image.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/LexerBase_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Macros.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Macros.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Macros.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Macros_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Macros_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Macros_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ModuleData_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Optimiser.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Optimiser_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Parameter.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Parameter.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Parameter.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Parameter.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Parameter.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Parameter.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ParserBase_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/PixelDescription.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/PrimitiveTypesTraits_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/PrimitiveTypesTraits_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/PrimitiveTypesTraits_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Region.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Region.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Region.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Region.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Region.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Region.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/RegionF.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/RegionF.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/RegionF.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/RegionF.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/RegionF.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/RegionF.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/ScopedName.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/String.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/String.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/String.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/String.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/String.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/String.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Token_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Token_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Token_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Token_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Token_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Token_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Type.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Type.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Type.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Type.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Type.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Type.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/TypeManager.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/TypeManager_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Type_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Type_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Type_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Type_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Type_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Type_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Utils_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Utils_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Utils_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Value.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Value.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Value.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Value.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Value.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Value.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/VariableNG_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Version.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Version.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Version.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Visitor_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestConvertCenter.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestConvertCenter.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestConvertCenter.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestErrorMessage.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestErrorMessage.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestErrorMessage.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestGTLCore.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestGTLCore.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestGTLCore.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestPixelDescription.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestPixelDescription.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestPixelDescription.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestScopedName.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestScopedName.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestScopedName.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestString.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestString.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestString.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestType.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestType.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestType.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/tests/TestValue.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/tests/TestValue.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/tests/TestValue.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/wrappers/Allocate.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/wrappers/Allocate.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/wrappers/Allocate.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/wrappers/ArrayWrap.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/wrappers/ArrayWrap.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/wrappers/ArrayWrap.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLCore/wrappers/StructWrap.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/wrappers/StructWrap.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLCore/wrappers/StructWrap.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDCRegistry.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLImageIO/Version.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLImageIO/Version.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLImageIO/Version.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Case.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Case.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Case.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Case.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Case.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Case.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Result.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Result.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Result.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Result.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Result.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Result.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Suite.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Suite.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Suite.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Suite.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Suite.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Suite.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Test.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Test.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Test.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/Version.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/Version.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/Version.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/GTLTest/tests/TestGTLTest.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLTest/tests/TestGTLTest.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/GTLTest/tests/TestGTLTest.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/tools/convert/GTLConvert.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/tools/convert/GTLConvert.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/tools/convert/GTLConvert.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenGTL/tools/imagecompare/ImageCompare.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/tools/imagecompare/ImageCompare.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenGTL/tools/imagecompare/ImageCompare.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/CodeGenerator_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Compiler_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Debug.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Debug.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Debug.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Kernel.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Kernel_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Lexer_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Parser_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/PixelConvertExpressionFactory_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/PixelVisitor_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Version.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Version.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Version.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Wrapper_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/ImageWrap_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/PixelWrap_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.h
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/wrappers/RegionWrap_p.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/tests/library/TestLexer.h
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/library/TestLexer.h 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/tests/library/TestLexer.h 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/tests/library/TestOpenShiva.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/library/TestOpenShiva.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/tests/library/TestOpenShiva.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/tools/compiler/ShivaC.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/tools/compiler/ShivaC.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/tools/compiler/ShivaC.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/OpenGTL/OpenShiva/tools/tester/ShivaTester.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/tools/tester/ShivaTester.cpp 2008-10-09 22:44:23 UTC (rev 440)
+++ trunk/OpenGTL/OpenShiva/tools/tester/ShivaTester.cpp 2008-10-10 06:23:57 UTC (rev 441)
@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
- * version 2 of the License.
+ * either version 2, or (at your option) any later version of the License.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of