Skip to content
Snippets Groups Projects
Commit 1bb82a32 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: #1691: clarifications on binary packages

parent 63777ce1
No related branches found
No related tags found
No related merge requests found
......@@ -378,3 +378,30 @@ binaries:
Copyright (c) 2016, Even Rouault <even.rouault@spatialys.com>
MIT license
https://opensource.org/licenses/MIT
Some parts of the software may be licensed differently in the following
cases described below:
* Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx
When ITK is built using FFTW, the binary application DomainTransform
becomes licensed under GNU GPL v3.
* Module/Remote/OTBTemporalGapFilling/*
Module/Remote/OTBPhenology/*
Module/Remote/OTBBioVars/*
These remote modules, when enabled, are licensed under GNU Affero GPL v3
* Module/Remote/SertitObject/*
This remote module, when enabled, is licensed under CeCILL-B
* Module/Remote/otbGRM/*
This remote module, when enabled, is licensed under GNU GPL v3
* Module/Remote/OTBFFSforGMM/*
This remote module, when enabled, is licensed under Apache v2 license
This package is composed of binary and source files, with various licenses.
Most of OTB material in the package is licensed under the:
Apache v2 license (copy available in share/copyright/LICENSE).
Exceptions and third parties are described in the document:
share/copyright/NOTICE
......@@ -59,7 +59,7 @@ function(install_share_dirs)
####################### Install copyrights ##########################
#install license for packages
install_without_message("${PKG_SHARE_SOURCE_DIR}/copyright" "share" )
install(FILES ${PKG_SHARE_SOURCE_DIR}/copyright/LICENSE
install(FILES ${OTBPackaging_SOURCE_DIR}/LICENSE
DESTINATION ${PKG_STAGE_DIR})
####################### install share/otb ###########################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment