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/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 +++++++++ 3rd_party/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 +++++++++ .../testapi-ui/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 +++++++++ .../static/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 +++++++++ .../static/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 +++++++++ 3rd_party/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 +++++++++ 34 files changed, 306 insertions(+) (limited to '3rd_party/static/testapi-ui') diff --git a/3rd_party/static/testapi-ui/assets/css/ascend.css b/3rd_party/static/testapi-ui/assets/css/ascend.css index 0c1bbe6..2820fbd 100644 --- a/3rd_party/static/testapi-ui/assets/css/ascend.css +++ b/3rd_party/static/testapi-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/testapi-ui/assets/css/combine.css b/3rd_party/static/testapi-ui/assets/css/combine.css index 5b3ed96..4c8ba0f 100644 --- a/3rd_party/static/testapi-ui/assets/css/combine.css +++ b/3rd_party/static/testapi-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/testapi-ui/assets/css/cvp-style.css b/3rd_party/static/testapi-ui/assets/css/cvp-style.css index e6d3ab1..325f1c6 100644 --- a/3rd_party/static/testapi-ui/assets/css/cvp-style.css +++ b/3rd_party/static/testapi-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; } diff --git a/3rd_party/static/testapi-ui/assets/css/header.css b/3rd_party/static/testapi-ui/assets/css/header.css index 9eb03c1..7def0c5 100644 --- a/3rd_party/static/testapi-ui/assets/css/header.css +++ b/3rd_party/static/testapi-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/testapi-ui/assets/css/home/home.css b/3rd_party/static/testapi-ui/assets/css/home/home.css index ed0e3f4..79c10c7 100644 --- a/3rd_party/static/testapi-ui/assets/css/home/home.css +++ b/3rd_party/static/testapi-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/testapi-ui/assets/css/index.css b/3rd_party/static/testapi-ui/assets/css/index.css index 3140fce..9906291 100644 --- a/3rd_party/static/testapi-ui/assets/css/index.css +++ b/3rd_party/static/testapi-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/testapi-ui/components/about/about.html b/3rd_party/static/testapi-ui/components/about/about.html index b8d152d..708d35d 100644 --- a/3rd_party/static/testapi-ui/components/about/about.html +++ b/3rd_party/static/testapi-ui/components/about/about.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/testapi-ui/components/about/templates/README.html b/3rd_party/static/testapi-ui/components/about/templates/README.html index 4be7c8d..5f128aa 100644 --- a/3rd_party/static/testapi-ui/components/about/templates/README.html +++ b/3rd_party/static/testapi-ui/components/about/templates/README.html @@ -1,3 +1,12 @@ + +

Executive Summary

OPNFV® is offering OPNFV compliance verification through its Compliance Verification Program (CVP). The CVP verifies products (“Offerings”) that claim compliance to OPNFV.

diff --git a/3rd_party/static/testapi-ui/components/application/application.html b/3rd_party/static/testapi-ui/components/application/application.html index 5e78546..3e5a1c0 100644 --- a/3rd_party/static/testapi-ui/components/application/application.html +++ b/3rd_party/static/testapi-ui/components/application/application.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html b/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html index fddb7fb..b8f8fb3 100644 --- a/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html +++ b/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html @@ -1,3 +1,12 @@ + +
diff --git a/3rd_party/static/testapi-ui/components/auth/authPortal.html b/3rd_party/static/testapi-ui/components/auth/authPortal.html index f3aab41..1a8a26a 100644 --- a/3rd_party/static/testapi-ui/components/auth/authPortal.html +++ b/3rd_party/static/testapi-ui/components/auth/authPortal.html @@ -1,3 +1,12 @@ + +

Sign In

Please choose your account provider:
diff --git a/3rd_party/static/testapi-ui/components/directory/directory.html b/3rd_party/static/testapi-ui/components/directory/directory.html index b48e90d..e274af8 100644 --- a/3rd_party/static/testapi-ui/components/directory/directory.html +++ b/3rd_party/static/testapi-ui/components/directory/directory.html @@ -1,3 +1,12 @@ + +

OPNFV Verified Product Directory

diff --git a/3rd_party/static/testapi-ui/components/guidelines/data/gen.py b/3rd_party/static/testapi-ui/components/guidelines/data/gen.py index 34fb694..3ecceb9 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/data/gen.py +++ b/3rd_party/static/testapi-ui/components/guidelines/data/gen.py @@ -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 +############################################################################## + import json with open('danube.json') as f: diff --git a/3rd_party/static/testapi-ui/components/guidelines/guidelines.html b/3rd_party/static/testapi-ui/components/guidelines/guidelines.html index 1cd2b51..b23811c 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/guidelines.html +++ b/3rd_party/static/testapi-ui/components/guidelines/guidelines.html @@ -1,3 +1,12 @@ + +

OPNFV Ready™ Guidelines

diff --git a/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html b/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html index 385fafe..21d1742 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html +++ b/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html @@ -1,3 +1,12 @@ + + +