diff --git a/Code/Wrappers/QtWidget/otbWrapperQtWidgetView.h b/Code/Wrappers/QtWidget/otbWrapperQtWidgetView.h index ca02d8f1d6f4a35fd26c94c2a69535406b6a8095..7db8862743cb143b169e3f0d3307690ebdb627ce 100644 --- a/Code/Wrappers/QtWidget/otbWrapperQtWidgetView.h +++ b/Code/Wrappers/QtWidget/otbWrapperQtWidgetView.h @@ -54,7 +54,7 @@ private slots: signals: void QuitSignal(); - + private: QtWidgetView(const QtWidgetView&); //purposely not implemented diff --git a/Copyright/GDALCopyright.txt b/Copyright/GDALCopyright.txt deleted file mode 100644 index 9b3a416323d2ff87f2c96e388098bbc288c77ee5..0000000000000000000000000000000000000000 --- a/Copyright/GDALCopyright.txt +++ /dev/null @@ -1,22 +0,0 @@ - -The following terms are the same as X windows is released under, and is generally known as the "MIT License". It is intended to give you permission to do whatever you want with the GDAL source, including building proprietary commercial software, without further permission from me, or requirement to distribute your source code. A few portions of GDAL under under slightly different terms. For instance the libpng, libjpeg, libtiff, and libgeotiff license terms may vary slightly though I don't think any of them differ in any significant way. Some external libraries which can be optionally used by GDAL are under radically different licenses. - - Copyright (c) 2000, Frank Warmerdam - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. diff --git a/Testing/Code/Wrappers/Qt/CMakeLists.txt b/Testing/Code/Wrappers/Qt/CMakeLists.txt index a1af9cbcc264e0e73eb25a88fd8dfa366546bb5f..ab233cf03d8db5a976cacc601c8dff35058f94a2 100644 --- a/Testing/Code/Wrappers/Qt/CMakeLists.txt +++ b/Testing/Code/Wrappers/Qt/CMakeLists.txt @@ -40,8 +40,8 @@ add_test(NAME owTvQtWidgetShow_${app} otbWrapperQtWidgetShowWidget ${app} $<TARGET_FILE_DIR:otbapp_${app}> ) - + endforeach(app) add_test(owTvQtLogOutputNew ${OTB_WRAPPER_QTWIDGET_TESTS} - otbQtLogOutputNew) \ No newline at end of file + otbQtLogOutputNew)