From 7f7db8302e20664b7552bfcc6d8147b6b9a9ec3a Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 29 Apr 2019 03:02:13 -0400 Subject: Add License for Dovetail webportal Add license for all files in this repo except following: 1. all .png, .gif and .json files 2. all empty __init__.py files 3. MANIFEST.in 4. .htmllintrc 5. node-requirements.txt 6. update/README.md 7. opnfv_testapi/ui/auth/rsa.pem 8. opnfv_testapi/tornado_swagger/README.md 9. 3rd_party/static/testapi_ui/favicon.ico 10. 3rd_party/static/onap_ui/favicon.ico Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009 Signed-off-by: xudan --- .coveragerc | 9 +++++++++ .csslintrc | 9 +++++++++ 3rd_party/static/onap-ui/assets/css/ascend.css | 9 +++++++++ 3rd_party/static/onap-ui/assets/css/combine.css | 9 +++++++++ 3rd_party/static/onap-ui/assets/css/cvp-style.css | 11 ++++++++++- 3rd_party/static/onap-ui/assets/css/header.css | 9 +++++++++ 3rd_party/static/onap-ui/assets/css/home/home.css | 9 +++++++++ 3rd_party/static/onap-ui/assets/css/index.css | 9 +++++++++ .../static/onap-ui/components/application/application.html | 9 +++++++++ 3rd_party/static/onap-ui/components/directory/directory.html | 9 +++++++++ 3rd_party/static/onap-ui/components/home/home.html | 9 +++++++++ 3rd_party/static/onap-ui/components/logout/logout.html | 9 +++++++++ 3rd_party/static/onap-ui/components/profile/profile.html | 9 +++++++++ .../components/results-report/partials/reportDetails.html | 9 +++++++++ .../onap-ui/components/results-report/resultsReport.html | 9 +++++++++ .../onap-ui/components/results/modal/applicationModal.html | 9 +++++++++ .../onap-ui/components/results/modal/applicationView.html | 9 +++++++++ .../static/onap-ui/components/results/modal/reviewsModal.html | 9 +++++++++ .../static/onap-ui/components/results/modal/sharedModal.html | 9 +++++++++ 3rd_party/static/onap-ui/components/results/results.html | 9 +++++++++ 3rd_party/static/onap-ui/robots.txt | 9 +++++++++ 3rd_party/static/onap-ui/shared/alerts/alertModal.html | 9 +++++++++ 3rd_party/static/onap-ui/shared/footer/footer.html | 9 +++++++++ 3rd_party/static/onap-ui/shared/header/header.html | 9 +++++++++ 3rd_party/static/swagger/css/highlight.default.css | 9 +++++++++ 3rd_party/static/swagger/css/screen.css | 9 +++++++++ 3rd_party/static/swagger/endpoint.html | 9 +++++++++ 3rd_party/static/swagger/index.html | 9 +++++++++ 3rd_party/static/swagger/o2c.html | 9 +++++++++ 3rd_party/static/swagger/swagger-ui.js | 9 +++++++++ 3rd_party/static/swagger/swagger-ui.min.js | 11 ++++++++++- 3rd_party/static/testapi-ui/assets/css/ascend.css | 9 +++++++++ 3rd_party/static/testapi-ui/assets/css/combine.css | 9 +++++++++ 3rd_party/static/testapi-ui/assets/css/cvp-style.css | 9 +++++++++ 3rd_party/static/testapi-ui/assets/css/header.css | 9 +++++++++ 3rd_party/static/testapi-ui/assets/css/home/home.css | 9 +++++++++ 3rd_party/static/testapi-ui/assets/css/index.css | 9 +++++++++ 3rd_party/static/testapi-ui/components/about/about.html | 9 +++++++++ .../static/testapi-ui/components/about/templates/README.html | 9 +++++++++ .../static/testapi-ui/components/application/application.html | 9 +++++++++ .../testapi-ui/components/application/modal/confirmModal.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/auth/authPortal.html | 9 +++++++++ .../static/testapi-ui/components/directory/directory.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/guidelines/data/gen.py | 9 +++++++++ .../static/testapi-ui/components/guidelines/guidelines.html | 9 +++++++++ .../components/guidelines/partials/guidelineDetails.html | 9 +++++++++ .../components/guidelines/partials/testListModal.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/home/home.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/logout/logout.html | 9 +++++++++ .../testapi-ui/components/profile/importPubKeyModal.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/profile/profile.html | 9 +++++++++ .../static/testapi-ui/components/profile/showPubKeyModal.html | 9 +++++++++ .../components/results-report/partials/editTestModal.html | 9 +++++++++ .../components/results-report/partials/fullTestListModal.html | 9 +++++++++ .../components/results-report/partials/reportDetails.html | 9 +++++++++ .../testapi-ui/components/results-report/resultsReport.html | 9 +++++++++ .../testapi-ui/components/results/modal/sharedModal.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/results/results.html | 9 +++++++++ 3rd_party/static/testapi-ui/components/sut/sut.html | 9 +++++++++ 3rd_party/static/testapi-ui/robots.txt | 9 +++++++++ 3rd_party/static/testapi-ui/shared/alerts/alertModal.html | 9 +++++++++ 3rd_party/static/testapi-ui/shared/alerts/confirmModal.html | 9 +++++++++ .../static/testapi-ui/shared/alerts/confirmModalFactory.js | 9 +++++++++ 3rd_party/static/testapi-ui/shared/footer/footer.html | 9 +++++++++ 3rd_party/static/testapi-ui/shared/header/header.html | 9 +++++++++ README.rst | 4 ++++ deployment/deploy.py | 9 +++++++++ deployment/docker-compose.yml.template | 9 +++++++++ docker/README.rst | 4 ++++ docker/config.env.sample | 9 +++++++++ docker/db/pods.json | 2 +- docker/db/projects.json | 2 +- docker/docker-compose.yml | 9 +++++++++ docker/nginx-proxy/custom_proxy_settings.conf | 9 +++++++++ docker/nginx/nginx.conf | 9 +++++++++ docker/nginx/sites-available/default-onap | 9 +++++++++ docker/nginx/sites-available/default-opnfv | 9 +++++++++ docker/prepare-env.sh | 9 +++++++++ docker/start-nginx.sh | 9 +++++++++ docker/start-server.sh | 8 ++++++++ docker/supervisor/conf.d/nginx.conf | 9 +++++++++ docker/vhost.env.sample | 9 +++++++++ etc/config.ini | 9 +++++++++ htmlize/doc-build.sh | 8 ++++++++ htmlize/push-doc-artifact.sh | 8 ++++++++ install.sh | 8 ++++++++ opnfv_testapi/common/utils.py | 9 +++++++++ opnfv_testapi/db/api.py | 9 +++++++++ opnfv_testapi/resources/scenario_handlers.py | 9 +++++++++ opnfv_testapi/resources/scenario_models.py | 9 +++++++++ opnfv_testapi/tests/__init__.py | 9 +++++++++ opnfv_testapi/tests/unit/common/noparam.ini | 9 +++++++++ opnfv_testapi/tests/unit/common/normal.ini | 9 +++++++++ opnfv_testapi/tests/unit/common/nosection.ini | 9 +++++++++ opnfv_testapi/tests/unit/common/notboolean.ini | 9 +++++++++ opnfv_testapi/tests/unit/common/notint.ini | 9 +++++++++ opnfv_testapi/tests/unit/common/test_config.py | 9 +++++++++ opnfv_testapi/tests/unit/conftest.py | 9 +++++++++ opnfv_testapi/tests/unit/resources/test_project.py | 9 +++++++++ opnfv_testapi/tests/unit/resources/test_scenario.py | 9 +++++++++ opnfv_testapi/ui/auth/base.py | 9 +++++++++ opnfv_testapi/ui/auth/constants.py | 9 +++++++++ requirements.txt | 9 +++++++++ setup.py | 9 +++++++++ tox.ini | 9 +++++++++ update/templates/rm_images.sh | 8 ++++++++ update/templates/rm_olds.sh | 8 ++++++++ update/test.yml | 9 +++++++++ update/update.yml | 9 +++++++++ 109 files changed, 951 insertions(+), 4 deletions(-) diff --git a/.coveragerc b/.coveragerc index c6af317..5c7f892 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + [run] omit = opnfv_testapi/tests/* [report] diff --git a/.csslintrc b/.csslintrc index 3252905..00219b4 100644 --- a/.csslintrc +++ b/.csslintrc @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + { "ignore": [ "order-alphabetical", diff --git a/3rd_party/static/onap-ui/assets/css/ascend.css b/3rd_party/static/onap-ui/assets/css/ascend.css index cd7370f..5e0d7bb 100644 --- a/3rd_party/static/onap-ui/assets/css/ascend.css +++ b/3rd_party/static/onap-ui/assets/css/ascend.css @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2019 opnfv. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 + *******************************************************************************/ + .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, diff --git a/3rd_party/static/onap-ui/assets/css/combine.css b/3rd_party/static/onap-ui/assets/css/combine.css index ce80767..90b9fb2 100644 --- a/3rd_party/static/onap-ui/assets/css/combine.css +++ b/3rd_party/static/onap-ui/assets/css/combine.css @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2019 opnfv. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 + *******************************************************************************/ + html { overflow-y: scroll; } diff --git a/3rd_party/static/onap-ui/assets/css/cvp-style.css b/3rd_party/static/onap-ui/assets/css/cvp-style.css index e544458..820b58c 100644 --- a/3rd_party/static/onap-ui/assets/css/cvp-style.css +++ b/3rd_party/static/onap-ui/assets/css/cvp-style.css @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2019 opnfv. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 + *******************************************************************************/ + .nav>li>a { font-size: 18px; } @@ -122,4 +131,4 @@ input:invalid { input:valid { border: 2px solid black; -} \ No newline at end of file +} diff --git a/3rd_party/static/onap-ui/assets/css/header.css b/3rd_party/static/onap-ui/assets/css/header.css index cc5ad30..23c9668 100644 --- a/3rd_party/static/onap-ui/assets/css/header.css +++ b/3rd_party/static/onap-ui/assets/css/header.css @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2019 opnfv. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 + *******************************************************************************/ + .header-container-1 { height: 80px; background-color: #383A35; diff --git a/3rd_party/static/onap-ui/assets/css/home/home.css b/3rd_party/static/onap-ui/assets/css/home/home.css index ed0e3f4..79c10c7 100644 --- a/3rd_party/static/onap-ui/assets/css/home/home.css +++ b/3rd_party/static/onap-ui/assets/css/home/home.css @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2019 opnfv. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 + *******************************************************************************/ + .home-container { padding-left: 0px; padding-right: 0px; diff --git a/3rd_party/static/onap-ui/assets/css/index.css b/3rd_party/static/onap-ui/assets/css/index.css index 3140fce..9906291 100644 --- a/3rd_party/static/onap-ui/assets/css/index.css +++ b/3rd_party/static/onap-ui/assets/css/index.css @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2019 opnfv. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 + *******************************************************************************/ + .index-header { padding-left: 0px; padding-right: 0px; diff --git a/3rd_party/static/onap-ui/components/application/application.html b/3rd_party/static/onap-ui/components/application/application.html index 2238ca4..6e4d087 100644 --- a/3rd_party/static/onap-ui/components/application/application.html +++ b/3rd_party/static/onap-ui/components/application/application.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/onap-ui/components/directory/directory.html b/3rd_party/static/onap-ui/components/directory/directory.html index 4a04bd7..54bc90d 100644 --- a/3rd_party/static/onap-ui/components/directory/directory.html +++ b/3rd_party/static/onap-ui/components/directory/directory.html @@ -1,3 +1,12 @@ + +

ONAP Verified Product Directory

diff --git a/3rd_party/static/onap-ui/components/home/home.html b/3rd_party/static/onap-ui/components/home/home.html index f322c67..f92052e 100644 --- a/3rd_party/static/onap-ui/components/home/home.html +++ b/3rd_party/static/onap-ui/components/home/home.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/onap-ui/components/logout/logout.html b/3rd_party/static/onap-ui/components/logout/logout.html index 38a5c36..135784e 100644 --- a/3rd_party/static/onap-ui/components/logout/logout.html +++ b/3rd_party/static/onap-ui/components/logout/logout.html @@ -1 +1,10 @@ + +
diff --git a/3rd_party/static/onap-ui/components/profile/profile.html b/3rd_party/static/onap-ui/components/profile/profile.html index cb73335..fa633d5 100644 --- a/3rd_party/static/onap-ui/components/profile/profile.html +++ b/3rd_party/static/onap-ui/components/profile/profile.html @@ -1,3 +1,12 @@ + +

User profile

diff --git a/3rd_party/static/onap-ui/components/results-report/partials/reportDetails.html b/3rd_party/static/onap-ui/components/results-report/partials/reportDetails.html index 3f3e9c9..20295ab 100644 --- a/3rd_party/static/onap-ui/components/results-report/partials/reportDetails.html +++ b/3rd_party/static/onap-ui/components/results-report/partials/reportDetails.html @@ -1,3 +1,12 @@ + + +

Test Run Results

diff --git a/3rd_party/static/onap-ui/components/results/modal/applicationModal.html b/3rd_party/static/onap-ui/components/results/modal/applicationModal.html index 0ca4b84..4d6f836 100644 --- a/3rd_party/static/onap-ui/components/results/modal/applicationModal.html +++ b/3rd_party/static/onap-ui/components/results/modal/applicationModal.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/onap-ui/components/results/modal/applicationView.html b/3rd_party/static/onap-ui/components/results/modal/applicationView.html index 79341f8..d5e3a26 100644 --- a/3rd_party/static/onap-ui/components/results/modal/applicationView.html +++ b/3rd_party/static/onap-ui/components/results/modal/applicationView.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/onap-ui/components/results/modal/reviewsModal.html b/3rd_party/static/onap-ui/components/results/modal/reviewsModal.html index c93d1ef..e3faa5b 100644 --- a/3rd_party/static/onap-ui/components/results/modal/reviewsModal.html +++ b/3rd_party/static/onap-ui/components/results/modal/reviewsModal.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/onap-ui/components/results/modal/sharedModal.html b/3rd_party/static/onap-ui/components/results/modal/sharedModal.html index 021a355..a029aa5 100644 --- a/3rd_party/static/onap-ui/components/results/modal/sharedModal.html +++ b/3rd_party/static/onap-ui/components/results/modal/sharedModal.html @@ -1,3 +1,12 @@ + +

Enter user name or email

diff --git a/3rd_party/static/onap-ui/components/results/results.html b/3rd_party/static/onap-ui/components/results/results.html index 2206029..daa9ae4 100644 --- a/3rd_party/static/onap-ui/components/results/results.html +++ b/3rd_party/static/onap-ui/components/results/results.html @@ -1,3 +1,12 @@ + +

{{ctrl.pageHeader}}

{{ctrl.pageParagraph}}

diff --git a/3rd_party/static/onap-ui/robots.txt b/3rd_party/static/onap-ui/robots.txt index 93c4420..4f47368 100644 --- a/3rd_party/static/onap-ui/robots.txt +++ b/3rd_party/static/onap-ui/robots.txt @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + # robotstxt.org User-agent: * diff --git a/3rd_party/static/onap-ui/shared/alerts/alertModal.html b/3rd_party/static/onap-ui/shared/alerts/alertModal.html index 5d1a097..b42dac6 100644 --- a/3rd_party/static/onap-ui/shared/alerts/alertModal.html +++ b/3rd_party/static/onap-ui/shared/alerts/alertModal.html @@ -1,3 +1,12 @@ + +