Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
1bb82a32
Commit
1bb82a32
authored
6 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
BUG: #1691: clarifications on binary packages
parent
63777ce1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NOTICE
+27
-0
27 additions, 0 deletions
NOTICE
Packaging/LICENSE
+8
-0
8 additions, 0 deletions
Packaging/LICENSE
Packaging/install_share_dirs.cmake
+1
-1
1 addition, 1 deletion
Packaging/install_share_dirs.cmake
with
36 additions
and
1 deletion
NOTICE
+
27
−
0
View file @
1bb82a32
...
...
@@ -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 diff is collapsed.
Click to expand it.
Packaging/LICENSE
0 → 100644
+
8
−
0
View file @
1bb82a32
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
This diff is collapsed.
Click to expand it.
Packaging/install_share_dirs.cmake
+
1
−
1
View file @
1bb82a32
...
...
@@ -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 ###########################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment