it-96 Added Eclipse Foundation Quality Verification Suite License
Signed-off-by: Zhou Fang <zhou.fang@eclipse-foundation.org>
Change-Id: I21d7bc724037e2ced84dac89c052116723b235b3
diff --git a/content/en_eclipse-foundation-quality-verification-suite-license.php b/content/en_eclipse-foundation-quality-verification-suite-license.php
new file mode 100644
index 0000000..ae414e7
--- /dev/null
+++ b/content/en_eclipse-foundation-quality-verification-suite-license.php
@@ -0,0 +1,105 @@
+<?php
+
+/**
+ * Copyright (c) 2005, 2022 Eclipse Foundation and others.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Zhou Fang (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+?>
+<div id="midcolumn">
+ <h1><?php print $pageTitle; ?></h1>
+ <p>Copyright (c) 2021, Eclipse Foundation AISBL ("Eclipse") and its licensors.</p>
+ <p>
+ Redistribution and use of the Quality Verification Suite accompanying this license (the
+ "QVS") in binary form is permitted subject to the following rules and conditions:
+ </p>
+ <ol>
+ <li>
+ Use of the QVS and its documentation is permitted by Eclipse solely for the purpose
+ of testing an implementation (the "Product") to determine if it meets the
+ requirements of a quality verification suite (the "Suite") made available by Eclipse.
+ </li>
+ <li>
+ No modifications to the QVS in binary form are permitted, except as expressly
+ permitted by the QVS and its documentation. The source code for the QVS
+ accompanying this license is available from Eclipse under separate terms.
+ </li>
+ <li>
+ Redistribution of the QVS in binary form must be accompanied with, and be
+ made pursuant to the terms of this Eclipse Foundation Quality Verification Suite
+ License and must include the text of this License in whole, including the copyright
+ notice above, this list of conditions and the following disclaimers in the
+ documentation and/or other materials provided with the distribution.
+ </li>
+ <li>
+ A Product will be deemed to be "verified" by the QVS if it fully and completely
+ meets and satisfies all requirements of the QVS.
+ </li>
+ <li>
+ Before any claim of quality verification (or any other claim suggesting quality
+ verification) is made based on the QVS, the testing party must:
+ </li>
+ <ol type="a">
+ <li>
+ use the QVS to determine that the Product fully and completely meets and
+ satisfies all requirements of the QVS; and
+ </li>
+ <li>
+ make QVS test results showing full and complete satisfaction of all
+ requirements of the QVS publicly available on the testing party's website
+ and send a link to such test results to Eclipse at
+ <a href="mailto:qvs@eclipse.org">qvs@eclipse.org</a>.
+ </li>
+ </ol>
+ <li>
+ The QVS test results must be continuously available on the testing party's website
+ for at least as long as the testing party makes any representation or claim that the
+ Product has been quality verified by the QVS.
+ </li>
+ <li>
+ The QVS may not be used as a basis for any statements of partial verification. The
+ QVS may only be used as a basis for true, factual statements of full quality
+ verification of Products that fully meet and satisfy all requirements of the QVS.
+ </li>
+ <li>
+ Nothing in this license is intended to grant any license to use any of the names, marks
+ or logos associated with the QVS, Eclipse, or Eclipse's contributors or licensors. No
+ such name, mark or logo may be used to endorse or promote products tested with
+ the QVS, unless with the specific prior written permission of the rightholders. Nor
+ may any such name, mark or logo be used in connection with any verification of a
+ Product except as permitted in the QVS Guidelines
+ (<a href="https://adoptium.net/qvs-policy">https://adoptium.net/qvs-policy</a>).
+ A determination that a Product has been quality verified by the QVS does
+ not, in itself, give rise to the right to use any such name, mark or logo. Any use of any
+ Eclipse Foundation names, marks, or logos must be in accordance with our
+ Trademark Usage Policy.
+ </li>
+ <li>
+ Upon the request of Eclipse, any user of the QVS will remove and delete any
+ statements of quality verification (or any other claim suggesting quality verification)
+ which Eclipse reasonably determines to be false or misleading or in violation of the
+ terms of this license.
+ </li>
+ </ol>
+ <p>
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED ON AN "AS
+ IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+ NON- INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. TO THE
+ EXTENT PERMITTED BY APPLICABLE LAW, NEITHER THE COPYRIGHT OWNER OR ANY
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
+ LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF
+ ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGES.
+ </p>
+</div>
\ No newline at end of file
diff --git a/content/en_index.php b/content/en_index.php
index b9ec668..ef0dcfe 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -105,6 +105,9 @@
<li><a href="tck.php">Eclipse Foundation TCK License:</a>
The binary license used by Technology Compatibility Kits to demonstrate compatibility with their corresponding Specifications.
</li>
+ <li>
+ <a href="eclipse-foundation-quality-verification-suite-license.php">Eclipse Foundation Quality Verification Suite License:</a> The license that governs the use and redistribution of the Eclipse Quality Verification Suite (QVS) in binary form.
+ </li>
<li><a href="usergroups.php">Eclipse Foundation User Group Trademark License Agreement:</a>
Guidelines and agreements for user groups that are based on Eclipse Foundation projects
and/or working groups.
diff --git a/eclipse-foundation-quality-verification-suite-license.php b/eclipse-foundation-quality-verification-suite-license.php
new file mode 100644
index 0000000..fccc7f4
--- /dev/null
+++ b/eclipse-foundation-quality-verification-suite-license.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2005, 2022 Eclipse Foundation and others.
+ *
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License 2.0 which accompanies
+ * this distribution, and is available at http://eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+require_once (dirname(__FILE__) . "/../eclipse.org-common/system/app.class.php");
+require_once (dirname(__FILE__) . "/../eclipse.org-common/system/nav.class.php");
+
+$App = new App();
+$Nav = new Nav();
+$Theme = $App->getThemeClass();
+
+include($App->getProjectCommon());
+
+$pageTitle = "Eclipse Foundation Quality Verification Suite License - v 1.0";
+$Theme->setPageTitle($pageTitle);
+$Theme->setPageKeywords("legal, documents, license, quality verification");
+$Theme->setPageAuthor("Eclipse Foundation");
+
+ob_start();
+include("content/en_" . $App->getScriptName());
+$html = ob_get_clean();
+ob_end_clean();
+$Theme->setNav($Nav);
+$Theme->setHtml($html);
+$Theme->generatePage();
\ No newline at end of file