From Tal Nisan <tnisan(a)redhat.com>:
Tal Nisan has submitted this change and it was merged.
Change subject: packaging: license: add NOTICE file
......................................................................
packaging: license: add NOTICE file
Most Apache License 2.0 projects don't have a NOTICE file, but ASF
proejects always do. So whenever you are using code from an ASF
project you have to make sure you copy over that project's NOTICE
file.
In ovirt-engine, it looks like the files in
utils/src/main/java/org/ovirt/engine/core/utils/ssl were taken from
the old Apache HttpClient project. The NOTICE file for one revision of
this project is here:
https://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/NOTICE.txt
Another use of ASF code I found was:
frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/external/StringUtils.java
which seems to be taken from an old version of Apache Commons Lang,
which had a NOTICE file approximately like this one:
https://git-wip-us.apache.org/repos/asf?p=commons-lang.git;a=blob;f=NOTIC...
Adding the NOTICE to the project.
Change-Id: I640c5d46cb3d78cf9f95c789e3956633ac8c5741
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
(cherry picked from commit 1044a0e7a2baafaccdf804e1d75b8b8a5d8acd3b)
---
A NOTICE
1 file changed, 14 insertions(+), 0 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/78494
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I640c5d46cb3d78cf9f95c789e3956633ac8c5741
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.1
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>