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 --- 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 +++++++++ 63 files changed, 569 insertions(+), 2 deletions(-) (limited to '3rd_party') 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 @@ + +