HDDS-1585. Add LICENSE.txt and NOTICE.txt to Ozone Recon Web

Signed-off-by: Anu Engineer <aengineer@apache.org>
This commit is contained in:
Vivek Ratnavel Subramanian 2019-07-08 20:43:18 -07:00 committed by Anu Engineer
parent 2ea71d953b
commit f3f2f3419d
3 changed files with 17286 additions and 1 deletions

View File

@ -61,7 +61,8 @@ echo
run rm -rf "ozone-${HDDS_VERSION}"
run mkdir "ozone-${HDDS_VERSION}"
run cd "ozone-${HDDS_VERSION}"
run cp -p "${ROOT}/LICENSE.txt" .
# Concatenate root LICENSE.txt with Recon LICENSE
run cat "${ROOT}/LICENSE.txt" "${ROOT}/hadoop-ozone/ozone-recon/src/main/resources/webapps/recon/ozone-recon-web/LICENSE" >> ./LICENSE.txt
run cp -p "${ROOT}/NOTICE.txt" .
run cp -p "${ROOT}/README.txt" .

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,5 @@
Apache Hadoop Ozone Recon
Copyright 2019 and onwards The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).