From 6c241d202ed1674c14a5f794f6fcbe57116f9abd Mon Sep 17 00:00:00 2001 From: Gaurav Mishra Date: Thu, 28 Oct 2021 18:12:55 +0530 Subject: [PATCH] fix(test): Fix licenseRef.json Replace common unicode with ASCII. Signed-off-by: Gaurav Mishra --- .github/workflows/test-checks.yml | 40 ++-- install/db/licenseRef.json | 184 +++++++++--------- src/cli/exportLicenseRefUsingSPDX.php | 49 ++++- src/monk/agent_tests/Functional/bulkTest.php | 9 - .../agent_tests/Functional/Functional.py | 28 +-- .../agent_tests/Functional/fo_report.sql | 4 +- .../agent_tests/Functional/fo_report.sql | 4 +- ...trollerTest.php => InfoControllerTest.php} | 44 +++-- utils/prepare-test | 14 +- 9 files changed, 211 insertions(+), 165 deletions(-) rename src/www/ui_tests/api/Controllers/{VersionControllerTest.php => InfoControllerTest.php} (75%) diff --git a/.github/workflows/test-checks.yml b/.github/workflows/test-checks.yml index d8ff410dc7..04d4ae3914 100644 --- a/.github/workflows/test-checks.yml +++ b/.github/workflows/test-checks.yml @@ -1,5 +1,6 @@ -# Copyright 2021 Anupam Ghosh -# SPDX-License-Identifier: GPL-2.0 AND LGPL-2. +# Copyright 2021 Anupam Ghosh , +# Gaurav Mishra +# SPDX-License-Identifier: GPL-2.0 AND LGPL-2.1 name: c tests @@ -12,13 +13,16 @@ on: jobs: C-tests: runs-on: ubuntu-20.04 + strategy: + fail-fast: false + matrix: + php: ['7.4'] # Can be extended in future services: postgres: image: postgres:12 env: - POSTGRES_DB: fossology - POSTGRES_PASSWORD: fossy - POSTGRES_USER: fossy + POSTGRES_PASSWORD: postgres + POSTGRES_HOST_AUTH_METHOD: trust ports: - 5432:5432 # Set health checks to wait until postgres has started @@ -32,7 +36,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 50 - + - name: Install Dependencies run: | sudo apt-get update @@ -40,13 +44,27 @@ jobs: sudo ./utils/fo-installdeps -y -e export PATH="/usr/lib/ccache/:$PATH" + - name: Install PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php }} + extensions: mbstring, gd, xml, zip, json, sqlite3, curl + env: + fail-fast: true + - name: Setup test database env: - DATABASE_HOST: 127.0.0.1 - DATABASE_PORT: 5432 + PGHOST: 127.0.0.1 + PGPORT: 5432 run: | - sudo ./utils/prepare-test + ./utils/prepare-test -afty - #remove test all as delagent is failing + #remove test all as delagent is failing - name: Unit tests - run: make all phpvendors test-cli test-copyright test-lib test-nomos test-ojo test-reuser test-scheduler test-spdx2 test-unifiedreport test-www + env: + PGHOST: 127.0.0.1 + PGPORT: 5432 + run: | + make all phpvendors test-cli test-copyright test-lib test-monk \ + test-nomos test-ojo test-reuser test-scheduler test-spdx2 \ + test-unifiedreport test-www diff --git a/install/db/licenseRef.json b/install/db/licenseRef.json index 5909e87d6d..245b4cb4dc 100644 --- a/install/db/licenseRef.json +++ b/install/db/licenseRef.json @@ -331,7 +331,7 @@ }, { "rf_shortname": "APL-1.0", - "rf_text": "ADAPTIVE PUBLIC LICENSE\nVersion 1.0\n\nTHE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THIS ADAPTIVE PUBLIC LICENSE (\"LICENSE\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THIS LICENSE. \"LICENSED WORK\" AND \"RECIPIENT\" ARE DEFINED BELOW.\n\nIMPORTANT NOTE: This License is \"adaptive\", and the generic version or another version of an Adaptive Public License should not be relied upon to determine your rights and obligations under this License. You must read the specific Adaptive Public License that you receive with the Licensed Work, as certain terms are defined at the outset by the Initial Contributor.\n\nSee Section 2.2 below, Exhibit A attached, and any Suppfile.txt accompanying this License to determine the specific adaptive features applicable to this License. For example, without limiting the foregoing, (a) for selected choice of law and jurisdiction see Part 3 of Exhibit A; (b) for the selected definition of Third Party see Part 4 of Exhibit A; and (c) for selected patent licensing terms (if any) see Section 2.2 below and Part 6 of Exhibit A.\n\n1. DEFINITIONS.\n\n1.1. \"CONTRIBUTION\" means:\n\n (a) In the case of the Initial Contributor, the Initial Work distributed under this License by the Initial Contributor; and\n (b) In the case of each Subsequent Contributor, the Subsequent Work originating from and distributed by such Subsequent Contributor.\n\n1.2. \"DESIGNATED WEB SITE\" means the web site having the URL identified in Part 1 of Exhibit A, which URL may be changed by the Initial Contributor by posting on the current Designated Web Site the new URL for at least sixty (60) days.\n\n1.3. \"DISTRIBUTOR\" means any Person that distributes the Licensed Work or any portion thereof to at least one Third Party.\n\n1.4. \"ELECTRONIC DISTRIBUTION MECHANISM\" means any mechanism generally accepted in the software development community for the electronic transfer of data.\n\n1.5. \"EXECUTABLE\" means the Licensed Work in any form other than Source Code.\n\n1.6. \"GOVERNING JURISDICTION\" means the state, province or other legal jurisdiction identified in Part 3 of Exhibit A.\n\n1.7. \"INDEPENDENT MODULE\" means a separate module of software and\/or data that is not a derivative work of or copied from the Licensed Work or any portion thereof. In addition, a module does not qualify as an Independent Module but instead forms part of the Licensed Work if the module: (a) is embedded in the Licensed Work; (b) is included by reference in the Licensed Work other than by a function call or a class reference; or (c) must be included or contained, in whole or in part, within a file directory or subdirectory actually containing files making up the Licensed Work.\n\n1.8. \"INITIAL CONTRIBUTOR\" means the Person or entity identified as the Initial Contributor in the notice required by Part 1 of Exhibit A.\n\n1.9. \"INITIAL WORK\" means the initial Source Code, object code (if any) and documentation for the computer program identified in Part 2 of Exhibit A, as such Source Code, object code and documentation is distributed under this License by the Initial Contributor.\n\n1.10. \"LARGER WORK\" means a work that combines the Licensed Work or portions thereof with code not governed by this License.\n\n1.11. \"LICENSED WORK\" means the Initial Work and\/or any Subsequent Work, in each case including portions thereof.\n\n1.12. \"LICENSE NOTICE\" has the meaning assigned in Part 5 of Exhibit A.\n\n1.13. \"MODIFICATION\" or \"MODIFICATIONS\" means any change to and\/or addition to the Licensed Work.\n\n1.14. \"PERSON\" means an individual or other legal entity, including a corporation, partnership or other body.\n\n1.15. \"RECIPIENT\" means any Person who receives or obtains the Licensed Work under this License (by way of example, without limiting the foregoing, any Subsequent Contributor or Distributor).\n\n1.16. \"SOURCE CODE\" means the source code for a computer program, including the source code for all modules and components of the computer program, plus any associated interface definition files, and scripts used to control compilation and installation of an executable.\n\n1.17. \"SUBSEQUENT CONTRIBUTOR\" means any Person that makes or contributes to the making of any Subsequent Work and that distributes that Subsequent Work to at least one Third Party.\n\n1.18. \"SUBSEQUENT WORK\" means a work that has resulted or arises from changes to and\/or additions to:\n\n (a) the Initial Work;\n (b) any other Subsequent Work; or\n (c) to any combination of the Initial Work and any such other Subsequent Work;\nwhere such changes and\/or additions originate from a Subsequent Contributor. A Subsequent Work will \"originate\" from a Subsequent Contributor if the Subsequent Work was a result of efforts by such Subsequent Contributor (or anyone acting on such Subsequent Contributor's behalf, such as, a contractor or other entity that is engaged by or under the direction of the Subsequent Contributor). For greater certainty, a Subsequent Work expressly excludes and shall not capture within its meaning any Independent Module.\n\n1.19. \"SUPPLEMENT FILE\" means a file distributed with the Licensed Work having a file name \"suppfile.txt\".\n\n1.20. \"THIRD PARTY\" has the meaning assigned in Part 4 of Exhibit A.\n\n2. LICENSE.\n\n2.1. COPYRIGHT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.\n\n (a) Subject to the terms of this License, the Initial Contributor hereby grants each Recipient a world-wide, royalty-free, non-exclusive copyright license to:\n\n (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Initial Work; and\n (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any derivative works (if any) prepared by Recipient;\nin Source Code and Executable form, either with other Modifications, on an unmodified basis, or as part of a Larger Work.\n\n (b) Subject to the terms of this License, each Subsequent Contributor hereby grants each Recipient a world-wide, royalty-free, non-exclusive copyright license to:\n\n (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Subsequent Work of such Subsequent Contributor; and\n (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any derivative works (if any) prepared by Recipient;\nin Source Code and Executable form, either with other Modifications, on an unmodified basis, or as part of a Larger Work.\n\n2.2. PATENT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.\n\n (a) This License does not include or grant any patent license whatsoever from the Initial Contributor, Subsequent Contributor, or any Distributor unless, at the time the Initial Work is first distributed or made available under this License (as the case may be), the Initial Contributor has selected pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A. If this is not done then the Initial Work and any other Subsequent Work is made available under the License without any patent license (the \"PATENTS-EXCLUDED LICENSE\").\n (b) However, the Initial Contributor may subsequently distribute or make available (as the case may be) future copies of: (1) the Initial Work; or (2) any Licensed Work distributed by the Initial Contributor which includes the Initial Work (or any portion thereof) and\/or any Modification made by the Initial Contributor; available under a License which includes a patent license (the \"PATENTS-INCLUDED LICENSE\") by selecting pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A, when the Initial Contributor distributes or makes available (as the case may be) such future copies under this License.\n (c) If any Recipient receives or obtains one or more copies of the Initial Work or any other portion of the Licensed Work under the Patents-Included License, then all licensing of such copies under this License shall include the terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A and that Recipient shall not be able to rely upon the Patents-Excluded License for any such copies. However, all Recipients that receive one or more copies of the Initial Work or any other portion of the Licensed Work under a copy of the License which includes the Patents-Excluded License shall have no patent license with respect to such copies received under the Patents-Excluded License and availability and distribution of such copies, including Modifications made by such Recipient to such copies, shall be under a copy of the License without any patent license.\n (d) Where a Recipient uses in combination or combines any copy of the Licensed Work (or portion thereof) licensed under a copy of the License having a Patents-Excluded License with any copy of the Licensed Work (or portion thereof) licensed under a copy of the License having a Patents-Included License, the combination (and any portion thereof) shall, from the first time such Recipient uses, makes available or distributes the combination (as the case may be), be subject to only the terms of the License having the Patents-Included License which shall include the terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A.\n\n2.3. ACKNOWLEDGEMENT AND DISCLAIMER.\nRecipient understands and agrees that although Initial Contributor and each Subsequent Contributor grants the licenses to its Contributions set forth herein, no representation, warranty, guarantee or assurance is provided by any Initial Contributor, Subsequent Contributor, or Distributor that the Licensed Work does not infringe the patent or other intellectual property rights of any other entity. Initial Contributor, Subsequent Contributor, and each Distributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise, in relation to the Licensed Works. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, without limiting the foregoing disclaimers, if a third party patent license is required to allow Recipient to distribute the Licensed Work, it is Recipient's responsibility to acquire that license before distributing the Licensed Work.\n\n2.4. RESERVATION.\nNothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Initial Contributor, Subsequent Contributor, or Distributor except as expressly stated herein.\n\n3. DISTRIBUTION OBLIGATIONS.\n\n3.1. DISTRIBUTION GENERALLY.\n\n (a) A Subsequent Contributor shall make that Subsequent Contributor's Subsequent Work(s) available to the public via an Electronic Distribution Mechanism for a period of at least twelve (12) months. The aforesaid twelve (12) month period shall begin within a reasonable time after the creation of the Subsequent Work and no later than sixty (60) days after first distribution of that Subsequent Contributor's Subsequent Work.\n (b) All Distributors must distribute the Licensed Work in accordance with the terms of the License, and must include a copy of this License (including without limitation Exhibit A and the accompanying Supplement File) with each copy of the Licensed Work distributed. In particular, this License must be prominently distributed with the Licensed Work in a file called \"license.txt.\" In addition, the License Notice in Part 5 of Exhibit A must be included at the beginning of all Source Code files, and viewable to a user in any executable such that the License Notice is reasonably brought to the attention of any party using the Licensed Work.\n\n3.2. EXECUTABLE DISTRIBUTIONS OF THE LICENSED WORK.\nA Distributor may choose to distribute the Licensed Work, or any portion thereof, in Executable form (an \"EXECUTABLE DISTRIBUTION\") to any third party, under the terms of Section 2 of this License, provided the Executable Distribution is made available under and accompanied by a copy of this License, AND provided at least ONE of the following conditions is fulfilled:\n\n (a) The Executable Distribution must be accompanied by the Source Code for the Licensed Work making up the Executable Distribution, and the Source Code must be distributed on the same media as the Executable Distribution or using an Electronic Distribution Mechanism; or\n (b) The Executable Distribution must be accompanied with a written offer, valid for at least thirty six (36) months, to give any third party under the terms of this License, for a charge no more than the cost of physically performing source distribution, a complete machine-readable copy of the Source Code for the Licensed Work making up the Executable Distribution, to be available and distributed using an Electronic Distribution Mechanism, and such Executable Distribution must remain available in Source Code form to any third party via the Electronic Distribution Mechanism (or any replacement Electronic Distribution Mechanism the particular Distributor may reasonably need to turn to as a substitute) for said at least thirty six (36) months.\n\nFor greater certainty, the above-noted requirements apply to any Licensed Work or portion thereof distributed to any third party in Executable form, whether such distribution is made alone, in combination with a Larger Work or Independent Modules, or in some other combination.\n\n3.3. SOURCE CODE DISTRIBUTIONS.\nWhen a Distributor makes the Licensed Work, or any portion thereof, available to any Person in Source Code form, it must be made available under this License and a copy of this License must be included with each copy of the Source Code, situated so that the copy of the License is conspicuously brought to the attention of that Person. For greater clarification, this Section 3.3 applies to all distribution of the Licensed Work in any Source Code form. A Distributor may charge a fee for the physical act of transferring a copy, which charge shall be no more than the cost of physically performing source distribution.\n\n3.4. REQUIRED NOTICES IN SOURCE CODE.\nEach Subsequent Contributor must ensure that the notice set out in Part 5 of Exhibit A is included in each file of the Source Code for each Subsequent Work originating from that particular Subsequent Contributor, if such notice is not already included in each such file. If it is not possible to put such notice in a particular Source Code file due to its structure, then the Subsequent Contributor must include such notice in a location (such as a relevant directory in which the file is stored) where a user would be likely to look for such a notice.\n\n3.5. NO DISTRIBUTION REQUIREMENTS FOR INTERNALLY USED MODIFICATIONS.\nNotwithstanding Sections 3.2, 3.3 and 3.4, Recipient may, internally within its own corporation or organization use the Licensed Work, including the Initial Work and Subsequent Works, and make Modifications for internal use within Recipient's own corporation or organization (collectively, \"INTERNAL USE MODIFICATIONS\"). The Recipient shall have no obligation to distribute, in either Source Code or Executable form, any such Internal Use Modifications made by Recipient in the course of such internal use, except where required below in this Section 3.5. All Internal Use Modifications distributed to any Person, whether or not a Third Party, shall be distributed pursuant to and be accompanied by the terms of this License. If the Recipient chooses to distribute any such Internal Use Modifications to any Third Party, then the Recipient shall be deemed a Subsequent Contributor, and any such Internal Use Modifications distributed to any Third Party shall be deemed a Subsequent Work originating from that Subsequent Contributor, and shall from the first such instance become part of the Licensed Work that must thereafter be distributed and made available to third parties in accordance with the terms of Sections 3.1 to 3.4 inclusive.\n\n3.6. INDEPENDENT MODULES.\nThis License shall not apply to Independent Modules of any Initial Contributor, Subsequent Contributor, Distributor or any Recipient, and such Independent Modules may be licensed or made available under one or more separate license agreements.\n\n3.7. LARGER WORKS.\nAny Distributor or Recipient may create or contribute to a Larger Work by combining any of the Licensed Work with other code not governed by the terms of this License, and may distribute the Larger Work as one or more products. However, in any such case, Distributor or Recipient (as the case may be) must make sure that the requirements of this License are fulfilled for the Licensed Work portion of the Larger Work.\n\n3.8. DESCRIPTION OF DISTRIBUTED MODIFICATIONS.\n\n (a) Each Subsequent Contributor (including the Initial Contributor where the Initial Contributor also qualifies as a Subsequent Contributor) must cause each Subsequent Work created or contributed to by that Subsequent Contributor to contain a file documenting the changes, in accordance with the requirements of Part 1 of the Supplement File, that such Subsequent Contributor made in the creation or contribution to that Subsequent Work. If no Supplement File exists or no requirements are set out in Part 1 of the Supplement File, then there are no requirements for Subsequent Contributors to document changes that they make resulting in Subsequent Works.\n (b) The Initial Contributor may at any time introduce requirements or add to or change earlier requirements (in each case, the \"EARLIER DESCRIPTION REQUIREMENTS\") for documenting changes resulting in Subsequent Works by revising Part 1 of each copy of the Supplement File distributed by the Initial Contributor with future copies of the Licensed Work so that Part 1 then contains new requirements (the \"NEW DESCRIPTION REQUIREMENTS\") for documenting such changes.\n (c) Any Recipient receiving at any time any copy of an Initial Work or any Subsequent Work under a copy of this License (in each case, an \"Earlier LICENSED COPY\") having the Earlier Description Requirements may choose, with respect to each such Earlier Licensed Copy, to comply with the Earlier Description Requirements or the New Description Requirements. Where a Recipient chooses to comply with the New Description Requirements, that Recipient will, when thereafter distributing any copies of any such Earlier Licensed Copy, include a Supplement File having a section entitled Part 1 that contains a copy of the New Description Requirements.\n (d) For greater certainty, the intent of Part 1 of the Supplement File is to provide a mechanism (if any) by which Subsequent Contributors must document changes that they make to the Licensed Work resulting in Subsequent Works. Part 1 of any Supplement File shall not be used to increase or reduce the scope of the license granted in Article 2 of this License or in any other way increase or decrease the rights and obligations of any Recipient, and shall at no time serve as the basis for terminating the License. Further, a Recipient can be required to correct and change its documentation procedures to comply with Part 1 of the Supplement File, but cannot be penalised with damages. Part 1 of any Supplement File is only binding on each Recipient of any Licensed Work to the extent Part 1 sets out the requirements for documenting changes to the Initial Work or any Subsequent Work.\n (e) An example of a set of requirements for documenting changes and contributions made by Subsequent Contributor is set out in Part 7 of Exhibit A of this License. Part 7 is a sample only and is not binding on Recipients, unless (subject to the earlier paragraphs of this Section 3.8) those are the requirements that the Initial Contributor includes in Part 1 of the Supplement File with the copies of the Initial Work distributed under this License.\n\n3.9. USE OF DISTRIBUTOR NAME.\nThe name of a Distributor may not be used by any other Distributor to endorse or promote the Licensed Work or products derived from the Licensed Work, without prior written permission.\n\n3.10. LIMITED RECOGNITION OF INITIAL CONTRIBUTOR.\n\n (a) As a modest attribution to the Initial Contributor, in the hope that its promotional value may help justify the time, money and effort invested in writing the Initial Work, the Initial Contributor may include in Part 2 of the Supplement File a requirement that each time an executable program resulting from the Initial Work or any Subsequent Work, or a program dependent thereon, is launched or run, a prominent display of the Initial Contributor's attribution information must occur (the \"ATTRIBUTION INFORMATION\"). The Attribution Information must be included at the beginning of each Source Code file. For greater certainty, the Initial Contributor may specify in the Supplement File that the above attribution requirement only applies to an executable program resulting from the Initial Work or any Subsequent Work, but not a program dependent thereon. The intent is to provide for reasonably modest attribution, therefore the Initial Contributor may not require Recipients to display, at any time, more than the following Attribution Information: (a) a copyright notice including the name of the Initial Contributor; (b) a word or one phrase (not exceeding 10 words); (c) one digital image or graphic provided with the Initial Work; and (d) a URL (collectively, the \"ATTRIBUTION LIMITS\").\n (b) If no Supplement File exists, or no Attribution Information is set out in Part 2 of the Supplement File, then there are no requirements for Recipients to display any Attribution Information of the Initial Contributor.\n (c) Each Recipient acknowledges that all trademarks, service marks and\/or trade names contained within Part 2 of the Supplement File distributed with the Licensed Work are the exclusive property of the Initial Contributor and may only be used with the permission of the Initial Contributor, or under circumstances otherwise permitted by law, or as expressly set out in this License.\n3.11. For greater certainty, any description or attribution provisions contained within a Supplement File may only be used to specify the nature of the description or attribution requirements, as the case may be. Any provision in a Supplement File that otherwise purports to modify, vary, nullify or amend any right, obligation or representation contained herein shall be deemed void to that extent, and shall be of no force or effect.\n\n4. COMMERCIAL USE AND INDEMNITY.\n\n4.1. COMMERCIAL SERVICES.\nA Recipient (\"COMMERCIAL RECIPIENT\") may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations (collectively, \"SERVICES\") to one or more other Recipients or Distributors. However, such Commercial Recipient may do so only on that Commercial Recipient's own behalf, and not on behalf of any other Distributor or Recipient, and Commercial Recipient must make it clear than any such warranty, support, indemnity or liability obligation(s) is\/are offered by Commercial Recipient alone. At no time may Commercial Recipient use any Services to deny any party the Licensed Work in Source Code or Executable form when so required under any of the other terms of this License. For greater certainty, this Section 4.1 does not diminish any of the other terms of this License, including without limitation the obligation of the Commercial Recipient as a Distributor, when distributing any of the Licensed Work in Source Code or Executable form, to make such distribution royalty-free (subject to the right to charge a fee of no more than the cost of physically performing Source Code or Executable distribution (as the case may be)).\n\n4.2. INDEMNITY.\nCommercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this License is intended to facilitate the commercial use of the Licensed Work, the Distributor who includes any of the Licensed Work in a commercial product offering should do so in a manner which does not create potential liability for other Distributors. Therefore, if a Distributor includes the Licensed Work in a commercial product offering or offers any Services, such Distributor (\"COMMERCIAL DISTRIBUTOR\") hereby agrees to defend and indemnify every other Distributor or Subsequent Contributor (in each case an \"INDEMNIFIED PARTY\") against any losses, damages and costs (collectively \"LOSSES\") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Party to the extent caused by the acts or omissions of such Commercial Distributor in connection with its distribution of any of the Licensed Work in a commercial product offering or in connection with any Services. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Party must: (a) promptly notify the Commercial Distributor in writing of such claim; and (b) allow the Commercial Distributor to control, and co-operate with the Commercial Distributor in, the defense and any related settlement negotiations. The Indemnified Party may participate in any such claim at its own expense.\n\n5. VERSIONS OF THE LICENSE.\n\n5.1. NEW VERSIONS.\nThe Initial Contributor may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n5.2. EFFECT OF NEW VERSIONS.\nOnce the Licensed Work or any portion thereof has been published by Initial Contributor under a particular version of the License, Recipient may choose to continue to use it under the terms of that version. However, if a Recipient chooses to use the Licensed Work under the terms of any subsequent version of the License published by the Initial Contributor, then from the date of making this choice, the Recipient must comply with the terms of that subsequent version with respect to all further reproduction, preparation of derivative works, public display of, public performance of, distribution and sublicensing by the Recipient in connection with the Licensed Work. No one other than the Initial Contributor has the right to modify the terms applicable to the Licensed Work\n\n6. DISCLAIMER OF WARRANTY.\n\n6.1. GENERAL DISCLAIMER.\nEXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE LICENSED WORK IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT ANY REPRESENTATION, WARRANTY, GUARANTEE, ASSURANCE OR CONDITION OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED WORK IS WITH RECIPIENT. SHOULD ANY LICENSED WORK PROVE DEFECTIVE IN ANY RESPECT, RECIPIENT (NOT THE INITIAL CONTRIBUTOR OR ANY SUBSEQUENT CONTRIBUTOR) ASSUMES THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS CLAUSE CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS LICENSE INCLUDING WITHOUT LIMITATION THIS DISCLAIMER.\n\n6.2. RESPONSIBILITY OF RECIPIENTS.\nEach Recipient is solely responsible for determining the appropriateness of using and distributing the Licensed Work and assumes all risks associated with its exercise of rights under this License, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n\n7. TERMINATION.\n\n7.1. This License shall continue until terminated in accordance with the express terms herein.\n\n7.2. Recipient may choose to terminate this License automatically at any time.\n\n7.3. This License, including without limitation the rights granted hereunder to a particular Recipient, will terminate automatically if such Recipient is in material breach of any of the terms of this License and fails to cure such breach within sixty (60) days of becoming aware of the breach. Without limiting the foregoing, any material breach by such Recipient of any term of any other License under which such Recipient is granted any rights to the Licensed Work shall constitute a material breach of this License.\n\n7.4. Upon termination of this License by or with respect to a particular Recipient for any reason, all rights granted hereunder and under any other License to that Recipient shall terminate. However, all sublicenses to the Licensed Work which were previously properly granted by such Recipient under a copy of this License (in each case, an \"Other License\" and in plural, \"Other Licenses\") shall survive any such termination of this License, including without limitation the rights and obligations under such Other Licenses as set out in their respective Sections 2, 3, 4, 5, 6, 7 and 8, mutatis mutandis, for so long as the respective sublicensees (i.e. other Recipients) remain in compliance with the terms of the copy of this License under which such sublicensees received rights to the Licensed Work. Any termination of such Other Licenses shall be pursuant to their respective Section 7, mutatis mutandis. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n7.5. Upon any termination of this License by or with respect to a particular Recipient, Sections 4.1, 4.2, 6.1, 6.2, 7.4, 7.5, 8.1, and 8.2, together with all provisions of this License necessary for the interpretation and enforcement of same, shall expressly survive such termination.\n\n8. LIMITATION OF LIABILITY.\n\n8.1. IN NO EVENT SHALL ANY OF INITIAL CONTRIBUTOR, ITS SUBSIDIARIES, OR AFFILIATES, OR ANY OF ITS OR THEIR RESPECTIVE OFFICERS, DIRECTORS, EMPLOYEES, AND\/OR AGENTS (AS THE CASE MAY BE), HAVE ANY LIABILITY FOR ANY DIRECT DAMAGES, INDIRECT DAMAGES, PUNITIVE DAMAGES, INCIDENTAL DAMAGES, SPECIAL DAMAGES, EXEMPLARY DAMAGES, CONSEQUENTIAL DAMAGES OR ANY OTHER DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION LOSS OF USE, DATA OR PROFITS, OR ANY OTHER LOSS ARISING OUT OF OR IN ANY WAY RELATED TO THE USE, INABILITY TO USE, UNAUTHORIZED USE, PERFORMANCE, OR NON-PERFORMANCE OF THE LICENSED WORK OR ANY PART THEREOF OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, OR THAT RESULT FROM ERRORS, DEFECTS, OMISSIONS, DELAYS IN OPERATION OR TRANSMISSION, OR ANY OTHER FAILURE OF PERFORMANCE), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) IN RELATION TO OR ARISING IN ANY WAY OUT OF THIS LICENSE OR THE USE OR DISTRIBUTION OF THE LICENSED WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. THIS CLAUSE CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS LICENSE INCLUDING WITHOUT LIMITATION THE LIMITATIONS SET FORTH IN THIS SECTION 8.1.\n\n8.2. EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, EACH RECIPIENT SHALL NOT HAVE ANY LIABILITY FOR ANY 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 LICENSED WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION.\n\n9. GOVERNING LAW AND LEGAL ACTION.\n\n9.1. This License shall be governed by and construed in accordance with the laws of the Governing Jurisdiction assigned in Part 3 of Exhibit A, without regard to its conflict of law provisions. No party may bring a legal action under this License more than one year after the cause of the action arose. Each party waives its rights (if any) to a jury trial in any litigation arising under this License. Note that if the Governing Jurisdiction is not assigned in Part 3 of Exhibit A, then the Governing Jurisdiction shall be the State of New York.\n\n9.2. The courts of the Governing Jurisdiction shall have jurisdiction, but not exclusive jurisdiction, to entertain and determine all disputes and claims, whether for specific performance, injunction, damages or otherwise, both at law and in equity, arising out of or in any way relating to this License, including without limitation, the legality, validity, existence and enforceability of this License. Each party to this License hereby irrevocably attorns to and accepts the jurisdiction of the courts of the Governing Jurisdiction for such purposes.\n\n9.3. Except as expressly set forth elsewhere herein, in the event of any action or proceeding brought by any party against another under this License the prevailing party shall be entitled to recover all costs and expenses including the fees of its attorneys in such action or proceeding in such amount as the court may adjudge reasonable.\n\n10. MISCELLANEOUS.\n\n10.1. The obligations imposed by this License are for the benefit of the Initial Contributor and any Recipient, and each Recipient acknowledges and agrees that the Initial Contributor and\/or any other Recipient may enforce the terms and conditions of this License against any Recipient.\n\n10.2. This License represents the complete agreement concerning subject matter hereof, and supersedes and cancels all previous oral and written communications, representations, agreements and understandings between the parties with respect to the subject matter hereof.\n\n10.3. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.\n\n10.4. The language in all parts of this License shall be in all cases construed simply according to its fair meaning, and not strictly for or against any of the parties hereto. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n10.5. If any provision of this License is invalid or unenforceable under the laws of the Governing Jurisdiction, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\n\n10.6. The paragraph headings of this License are for reference and convenience only and are not a part of this License, and they shall have no effect upon the construction or interpretation of any part hereof.\n\n10.7. Each of the terms \"including\", \"include\" and \"includes\", when used in this License, is not limiting whether or not non-limiting language (such as \"without limitation\" or \"but not limited to\" or words of similar import) is used with reference thereto.\n\n10.8. The parties hereto acknowledge they have expressly required that this License and notices relating thereto be drafted in the English language.\n\n\/\/***THE LICENSE TERMS END HERE (OTHER THAN AS SET OUT IN EXHIBIT A).***\/\/\n\nEXHIBIT A (to the Adaptive Public License)\n\nPART 1: INITIAL CONTRIBUTOR AND DESIGNATED WEB SITE\n\nThe Initial Contributor is:\n____________________________________________________\n\u00a0\n[Enter full name of Initial Contributor]\n\nAddress of Initial Contributor:\n________________________________________________\n\u00a0\n________________________________________________\n\u00a0\n________________________________________________\n\u00a0\n[Enter address above]\n\nThe Designated Web Site is:\n__________________________________________________\n\u00a0\n[Enter URL for Designated Web Site of Initial Contributor]\n\nNOTE: The Initial Contributor is to complete this Part 1, along with Parts 2, 3, and 5, and, if applicable, Parts 4 and 6.\n\nPART 2: INITIAL WORK\n\nThe Initial Work comprises the computer program(s) distributed by the Initial Contributor having the following title(s): _______________________________________________.\n\nThe date on which the Initial Work was first available under this License: _________________\n\nPART 3: GOVERNING JURISDICTION\n\nFor the purposes of this License, the Governing Jurisdiction is _________________________________________________. \u2028[Initial Contributor to Enter Governing Jurisdiction here]\n\nPART 4: THIRD PARTIES\n\nFor the purposes of this License, \"Third Party\" has the definition set forth below in the ONE paragraph selected by the Initial Contributor from paragraphs A, B, C, D and E when the Initial Work is distributed or otherwise made available by the Initial Contributor. To select one of the following paragraphs, the Initial Contributor must place an \"X\" or \"x\" in the selection box alongside the one respective paragraph selected.\nSELECTION\n\u00a0\nBOX PARAGRAPH\n[\u00a0\u00a0] A. \"THIRD PARTY\" means any third party.\n\u00a0\n\u00a0\n[\u00a0\u00a0] B. \"THIRD PARTY\" means any third party except for any of the following: (a) a wholly owned subsidiary of the Subsequent Contributor in question; (b) a legal entity (the \"PARENT\") that wholly owns the Subsequent Contributor in question; or (c) a wholly owned subsidiary of the wholly owned subsidiary in (a) or of the Parent in (b).\n\u00a0\n\u00a0\n[\u00a0\u00a0] C. \"THIRD PARTY\" means any third party except for any of the following: (a) any Person directly or indirectly owning a majority of the voting interest in the Subsequent Contributor or (b) any Person in which the Subsequent Contributor directly or indirectly owns a majority voting interest.\n\u00a0\n\u00a0\n[\u00a0\u00a0] D. \"THIRD PARTY\" means any third party except for any Person directly or indirectly controlled by the Subsequent Contributor. For purposes of this definition, \"control\" shall mean the power to direct or cause the direction of, the management and policies of such Person whether through the ownership of voting interests, by contract, or otherwise.\n\u00a0\n\u00a0\n[\u00a0\u00a0] E. \"THIRD PARTY\" means any third party except for any Person directly or indirectly controlling, controlled by, or under common control with the Subsequent Contributor. For purposes of this definition, \"control\" shall mean the power to direct or cause the direction of, the management and policies of such Person whether through the ownership of voting interests, by contract, or otherwise.\nThe default definition of \"THIRD PARTY\" is the definition set forth in paragraph A, if NONE OR MORE THAN ONE of paragraphs A, B, C, D or E in this Part 4 are selected by the Initial Contributor.\n\nPART 5: NOTICE\n\nTHE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THE ADAPTIVE PUBLIC LICENSE (\"LICENSE\") AS FIRST COMPLETED BY: ______________________ [Insert the name of the Initial Contributor here]. ANY USE, PUBLIC DISPLAY, PUBLIC PERFORMANCE, REPRODUCTION OR DISTRIBUTION OF, OR PREPARATION OF DERIVATIVE WORKS BASED ON, THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THE LICENSE. \"LICENSED WORK\" AND \"RECIPIENT\" ARE DEFINED IN THE LICENSE. A COPY OF THE LICENSE IS LOCATED IN THE TEXT FILE ENTITLED \"LICENSE.TXT\" ACCOMPANYING THE CONTENTS OF THIS FILE. IF A COPY OF THE LICENSE DOES NOT ACCOMPANY THIS FILE, A COPY OF THE LICENSE MAY ALSO BE OBTAINED AT THE FOLLOWING WEB SITE: ___________________________________________________[Insert Initial Contributor's Designated Web Site here]\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\n\nPART 6: PATENT LICENSING TERMS\n\nFor the purposes of this License, paragraphs A, B, C, D and E of this Part 6 of Exhibit A are only incorporated and form part of the terms of the License if the Initial Contributor places an \"X\" or \"x\" in the selection box alongside the YES answer to the question immediately below.\n\nIs this a Patents-Included License pursuant to Section 2.2 of the License?\nYES [\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0]\nNO [\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0]\n\nBy default, if YES is not selected by the Initial Contributor, the answer is NO.\n\nA. For the purposes of the paragraphs in this Part 6 of Exhibit A, \"LICENSABLE\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights granted herein.\n\nB. The Initial Contributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by the Initial Contributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of such Initial Work or any portion thereof. Notwithstanding the foregoing, no patent license is granted under this Paragraph B by the Initial Contributor: (1) for any code that the Initial Contributor deletes from the Initial Work (or any portion thereof) distributed by the Initial Contributor prior to such distribution; (2) for any Modifications made to the Initial Work (or any portion thereof) by any other Person; or (3) separate from the Initial Work (or portions thereof) distributed or made available by the Initial Contributor.\n\nC. Effective upon distribution by a Subsequent Contributor to a Third Party of any Modifications made by that Subsequent Contributor, such Subsequent Contributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by such Subsequent Contributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of any such Modifications made by that Subsequent Contributor alone and\/or in combination with its Subsequent Work (or portions of such combination) to make, use, sell, offer for sale, have made, import, export, transfer and otherwise dispose of:\n(1) Modifications made by that Subsequent Contributor (or portions thereof); and\n(2) the combination of Modifications made by that Subsequent Contributor with its Subsequent Work (or portions of such combination);\n(collectively and in each case, the \"SUBSEQUENT CONTRIBUTOR VERSION\").\nNotwithstanding the foregoing, no patent license is granted under this Paragraph C by such Subsequent Contributor: (1) for any code that such Subsequent Contributor deletes from the Subsequent Contributor Version (or any portion thereof) distributed by the Subsequent Contributor prior to such distribution; (2) for any Modifications made to the Subsequent Contributor Version (or any portion thereof) by any other Person; or (3) separate from the Subsequent Contributor Version (or portions thereof) distributed or made available by the Subsequent Contributor.\n\nD. Effective upon distribution of any Licensed Work by a Distributor to a Third Party, such Distributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by such Distributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of any such Licensed Work distributed by such Distributor, to make, use, sell, offer for sale, have made, import, export, transfer and otherwise dispose of such Licensed Work or portions thereof (collectively and in each case, the \"DISTRIBUTOR VERSION\"). Notwithstanding the foregoing, no patent license is granted under this Paragraph D by such Distributor: (1) for any code that such Distributor deletes from the Distributor Version (or any portion thereof) distributed by the Distributor prior to such distribution; (2) for any Modifications made to the Distributor Version (or any portion thereof) by any other Person; or (3) separate from the Distributor Version (or portions thereof) distributed or made available by the Distributor.\n\nE. If Recipient institutes patent litigation against another Recipient (a \"USER\") with respect to a patent applicable to a computer program or software (including a cross-claim or counterclaim in a lawsuit, and whether or not any of the patent claims are directed to a system, method, process, apparatus, device, product, article of manufacture or any other form of patent claim), then any patent or copyright license granted by that User to such Recipient under this License or any other copy of this License shall terminate. The termination shall be effective ninety (90) days after notice of termination from User to Recipient, unless the Recipient withdraws the patent litigation claim before the end of the ninety (90) day period. To be effective, any such notice of license termination must include a specific list of applicable patents and\/or a copy of the copyrighted work of User that User alleges will be infringed by Recipient upon License termination. License termination is only effective with respect to patents and\/or copyrights for which proper notice has been given.\n\nPART 7: SAMPLE REQUIREMENTS FOR THE DESCRIPTION OF DISTRIBUTED MODIFICATIONS\n\nEach Subsequent Contributor (including the Initial Contributor where the Initial Contributor qualifies as a Subsequent Contributor) is invited (but not required) to cause each Subsequent Work created or contributed to by that Subsequent Contributor to contain a file documenting the changes such Subsequent Contributor made to create that Subsequent Work and the date of any change. \/\/***EXHIBIT A ENDS HERE.***\/\/\n", + "rf_text": "ADAPTIVE PUBLIC LICENSE\n\nVersion 1.0\n\nTHE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THIS ADAPTIVE PUBLIC LICENSE (\"LICENSE\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THIS LICENSE. \"LICENSED WORK\" AND \"RECIPIENT\" ARE DEFINED BELOW.\n\nIMPORTANT NOTE: This License is \"adaptive\", and the generic version or another version of an Adaptive Public License should not be relied upon to determine your rights and obligations under this License. You must read the specific Adaptive Public License that you receive with the Licensed Work, as certain terms are defined at the outset by the Initial Contributor.\n\nSee Section 2.2 below, Exhibit A attached, and any Suppfile.txt accompanying this License to determine the specific adaptive features applicable to this License. For example, without limiting the foregoing, (a) for selected choice of law and jurisdiction see Part 3 of Exhibit A; (b) for the selected definition of Third Party see Part 4 of Exhibit A; and (c) for selected patent licensing terms (if any) see Section 2.2 below and Part 6 of Exhibit A.\n\n 1. DEFINITIONS.\n\n 1.1. \"CONTRIBUTION\" means:\n\n (a) In the case of the Initial Contributor, the Initial Work distributed under this License by the Initial Contributor; and\n\n (b) In the case of each Subsequent Contributor, the Subsequent Work originating from and distributed by such Subsequent Contributor.\n\n 1.2. \"DESIGNATED WEB SITE\" means the web site having the URL identified in Part 1 of Exhibit A, which URL may be changed by the Initial Contributor by posting on the current Designated Web Site the new URL for at least sixty (60) days.\n\n 1.3. \"DISTRIBUTOR\" means any Person that distributes the Licensed Work or any portion thereof to at least one Third Party.\n\n 1.4. \"ELECTRONIC DISTRIBUTION MECHANISM\" means any mechanism generally accepted in the software development community for the electronic transfer of data.\n\n 1.5. \"EXECUTABLE\" means the Licensed Work in any form other than Source Code.\n\n 1.6. \"GOVERNING JURISDICTION\" means the state, province or other legal jurisdiction identified in Part 3 of Exhibit A.\n\n 1.7. \"INDEPENDENT MODULE\" means a separate module of software and\/or data that is not a derivative work of or copied from the Licensed Work or any portion thereof. In addition, a module does not qualify as an Independent Module but instead forms part of the Licensed Work if the module: (a) is embedded in the Licensed Work; (b) is included by reference in the Licensed Work other than by a function call or a class reference; or (c) must be included or contained, in whole or in part, within a file directory or subdirectory actually containing files making up the Licensed Work.\n\n 1.8. \"INITIAL CONTRIBUTOR\" means the Person or entity identified as the Initial Contributor in the notice required by Part 1 of Exhibit A.\n\n 1.9. \"INITIAL WORK\" means the initial Source Code, object code (if any) and documentation for the computer program identified in Part 2 of Exhibit A, as such Source Code, object code and documentation is distributed under this License by the Initial Contributor.\n\n 1.10. \"LARGER WORK\" means a work that combines the Licensed Work or portions thereof with code not governed by this License.\n\n 1.11. \"LICENSED WORK\" means the Initial Work and\/or any Subsequent Work, in each case including portions thereof.\n\n 1.12. \"LICENSE NOTICE\" has the meaning assigned in Part 5 of Exhibit A.\n\n 1.13. \"MODIFICATION\" or \"MODIFICATIONS\" means any change to and\/or addition to the Licensed Work.\n\n 1.14. \"PERSON\" means an individual or other legal entity, including a corporation, partnership or other body.\n\n 1.15. \"RECIPIENT\" means any Person who receives or obtains the Licensed Work under this License (by way of example, without limiting the foregoing, any Subsequent Contributor or Distributor).\n\n 1.16. \"SOURCE CODE\" means the source code for a computer program, including the source code for all modules and components of the computer program, plus any associated interface definition files, and scripts used to control compilation and installation of an executable.\n\n 1.17. \"SUBSEQUENT CONTRIBUTOR\" means any Person that makes or contributes to the making of any Subsequent Work and that distributes that Subsequent Work to at least one Third Party.\n\n 1.18. \"SUBSEQUENT WORK\" means a work that has resulted or arises from changes to and\/or additions to:\n\n (a) the Initial Work;\n\n (b) any other Subsequent Work; or\n\n (c) to any combination of the Initial Work and any such other Subsequent Work;\n\n where such changes and\/or additions originate from a Subsequent Contributor. A Subsequent Work will \"originate\" from a Subsequent Contributor if the Subsequent Work was a result of efforts by such Subsequent Contributor (or anyone acting on such Subsequent Contributor's behalf, such as, a contractor or other entity that is engaged by or under the direction of the Subsequent Contributor). For greater certainty, a Subsequent Work expressly excludes and shall not capture within its meaning any Independent Module.\n\n 1.19. \"SUPPLEMENT FILE\" means a file distributed with the Licensed Work having a file name \"suppfile.txt\".\n\n 1.20. \"THIRD PARTY\" has the meaning assigned in Part 4 of Exhibit A.\n\n 2. LICENSE.\n\n 2.1. COPYRIGHT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.\n\n (a) Subject to the terms of this License, the Initial Contributor hereby grants each Recipient a world-wide, royalty-free, non-exclusive copyright license to:\n\n (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Initial Work; and\n\n (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any derivative works (if any) prepared by Recipient;\n\n in Source Code and Executable form, either with other Modifications, on an unmodified basis, or as part of a Larger Work.\n\n (b) Subject to the terms of this License, each Subsequent Contributor hereby grants each Recipient a world-wide, royalty-free, non-exclusive copyright license to:\n\n (i) reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Subsequent Work of such Subsequent Contributor; and\n\n (ii) reproduce, publicly display, publicly perform, distribute, and sublicense any derivative works (if any) prepared by Recipient;\n\n in Source Code and Executable form, either with other Modifications, on an unmodified basis, or as part of a Larger Work.\n\n 2.2. PATENT LICENSE FROM INITIAL AND SUBSEQUENT CONTRIBUTORS.\n\n (a) This License does not include or grant any patent license whatsoever from the Initial Contributor, Subsequent Contributor, or any Distributor unless, at the time the Initial Work is first distributed or made available under this License (as the case may be), the Initial Contributor has selected pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A. If this is not done then the Initial Work and any other Subsequent Work is made available under the License without any patent license (the \"PATENTS-EXCLUDED LICENSE\").\n\n (b) However, the Initial Contributor may subsequently distribute or make available (as the case may be) future copies of: (1) the Initial Work; or (2) any Licensed Work distributed by the Initial Contributor which includes the Initial Work (or any portion thereof) and\/or any Modification made by the Initial Contributor; available under a License which includes a patent license (the \"PATENTS-INCLUDED LICENSE\") by selecting pursuant to Part 6 of Exhibit A the patent terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A, when the Initial Contributor distributes or makes available (as the case may be) such future copies under this License.\n\n (c) If any Recipient receives or obtains one or more copies of the Initial Work or any other portion of the Licensed Work under the Patents-Included License, then all licensing of such copies under this License shall include the terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A and that Recipient shall not be able to rely upon the Patents-Excluded License for any such copies. However, all Recipients that receive one or more copies of the Initial Work or any other portion of the Licensed Work under a copy of the License which includes the Patents-Excluded License shall have no patent license with respect to such copies received under the Patents-Excluded License and availability and distribution of such copies, including Modifications made by such Recipient to such copies, shall be under a copy of the License without any patent license.\n\n (d) Where a Recipient uses in combination or combines any copy of the Licensed Work (or portion thereof) licensed under a copy of the License having a Patents-Excluded License with any copy of the Licensed Work (or portion thereof) licensed under a copy of the License having a Patents-Included License, the combination (and any portion thereof) shall, from the first time such Recipient uses, makes available or distributes the combination (as the case may be), be subject to only the terms of the License having the Patents-Included License which shall include the terms in paragraphs A, B, C, D and E from Part 6 of Exhibit A.\n\n 2.3. ACKNOWLEDGEMENT AND DISCLAIMER.\n\n Recipient understands and agrees that although Initial Contributor and each Subsequent Contributor grants the licenses to its Contributions set forth herein, no representation, warranty, guarantee or assurance is provided by any Initial Contributor, Subsequent Contributor, or Distributor that the Licensed Work does not infringe the patent or other intellectual property rights of any other entity. Initial Contributor, Subsequent Contributor, and each Distributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise, in relation to the Licensed Works. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, without limiting the foregoing disclaimers, if a third party patent license is required to allow Recipient to distribute the Licensed Work, it is Recipient's responsibility to acquire that license before distributing the Licensed Work.\n\n 2.4. RESERVATION.\n\n Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Initial Contributor, Subsequent Contributor, or Distributor except as expressly stated herein.\n\n 3. DISTRIBUTION OBLIGATIONS.\n\n 3.1. DISTRIBUTION GENERALLY.\n\n (a) A Subsequent Contributor shall make that Subsequent Contributor's Subsequent Work(s) available to the public via an Electronic Distribution Mechanism for a period of at least twelve (12) months. The aforesaid twelve (12) month period shall begin within a reasonable time after the creation of the Subsequent Work and no later than sixty (60) days after first distribution of that Subsequent Contributor's Subsequent Work.\n\n (b) All Distributors must distribute the Licensed Work in accordance with the terms of the License, and must include a copy of this License (including without limitation Exhibit A and the accompanying Supplement File) with each copy of the Licensed Work distributed. In particular, this License must be prominently distributed with the Licensed Work in a file called \"license.txt.\" In addition, the License Notice in Part 5 of Exhibit A must be included at the beginning of all Source Code files, and viewable to a user in any executable such that the License Notice is reasonably brought to the attention of any party using the Licensed Work.\n\n 3.2. EXECUTABLE DISTRIBUTIONS OF THE LICENSED WORK.\n\n A Distributor may choose to distribute the Licensed Work, or any portion thereof, in Executable form (an \"EXECUTABLE DISTRIBUTION\") to any third party, under the terms of Section 2 of this License, provided the Executable Distribution is made available under and accompanied by a copy of this License, AND provided at least ONE of the following conditions is fulfilled:\n\n (a) The Executable Distribution must be accompanied by the Source Code for the Licensed Work making up the Executable Distribution, and the Source Code must be distributed on the same media as the Executable Distribution or using an Electronic Distribution Mechanism; or\n\n (b) The Executable Distribution must be accompanied with a written offer, valid for at least thirty six (36) months, to give any third party under the terms of this License, for a charge no more than the cost of physically performing source distribution, a complete machine-readable copy of the Source Code for the Licensed Work making up the Executable Distribution, to be available and distributed using an Electronic Distribution Mechanism, and such Executable Distribution must remain available in Source Code form to any third party via the Electronic Distribution Mechanism (or any replacement Electronic Distribution Mechanism the particular Distributor may reasonably need to turn to as a substitute) for said at least thirty six (36) months.\n\n For greater certainty, the above-noted requirements apply to any Licensed Work or portion thereof distributed to any third party in Executable form, whether such distribution is made alone, in combination with a Larger Work or Independent Modules, or in some other combination.\n\n 3.3. SOURCE CODE DISTRIBUTIONS.\n\n When a Distributor makes the Licensed Work, or any portion thereof, available to any Person in Source Code form, it must be made available under this License and a copy of this License must be included with each copy of the Source Code, situated so that the copy of the License is conspicuously brought to the attention of that Person. For greater clarification, this Section 3.3 applies to all distribution of the Licensed Work in any Source Code form. A Distributor may charge a fee for the physical act of transferring a copy, which charge shall be no more than the cost of physically performing source distribution.\n\n 3.4. REQUIRED NOTICES IN SOURCE CODE.\n\n Each Subsequent Contributor must ensure that the notice set out in Part 5 of Exhibit A is included in each file of the Source Code for each Subsequent Work originating from that particular Subsequent Contributor, if such notice is not already included in each such file. If it is not possible to put such notice in a particular Source Code file due to its structure, then the Subsequent Contributor must include such notice in a location (such as a relevant directory in which the file is stored) where a user would be likely to look for such a notice.\n\n 3.5. NO DISTRIBUTION REQUIREMENTS FOR INTERNALLY USED MODIFICATIONS.\n\n Notwithstanding Sections 3.2, 3.3 and 3.4, Recipient may, internally within its own corporation or organization use the Licensed Work, including the Initial Work and Subsequent Works, and make Modifications for internal use within Recipient's own corporation or organization (collectively, \"INTERNAL USE MODIFICATIONS\"). The Recipient shall have no obligation to distribute, in either Source Code or Executable form, any such Internal Use Modifications made by Recipient in the course of such internal use, except where required below in this Section 3.5. All Internal Use Modifications distributed to any Person, whether or not a Third Party, shall be distributed pursuant to and be accompanied by the terms of this License. If the Recipient chooses to distribute any such Internal Use Modifications to any Third Party, then the Recipient shall be deemed a Subsequent Contributor, and any such Internal Use Modifications distributed to any Third Party shall be deemed a Subsequent Work originating from that Subsequent Contributor, and shall from the first such instance become part of the Licensed Work that must thereafter be distributed and made available to third parties in accordance with the terms of Sections 3.1 to 3.4 inclusive.\n\n 3.6. INDEPENDENT MODULES.\n\n This License shall not apply to Independent Modules of any Initial Contributor, Subsequent Contributor, Distributor or any Recipient, and such Independent Modules may be licensed or made available under one or more separate license agreements.\n\n 3.7. LARGER WORKS.\n\n Any Distributor or Recipient may create or contribute to a Larger Work by combining any of the Licensed Work with other code not governed by the terms of this License, and may distribute the Larger Work as one or more products. However, in any such case, Distributor or Recipient (as the case may be) must make sure that the requirements of this License are fulfilled for the Licensed Work portion of the Larger Work.\n\n 3.8. DESCRIPTION OF DISTRIBUTED MODIFICATIONS.\n\n (a) Each Subsequent Contributor (including the Initial Contributor where the Initial Contributor also qualifies as a Subsequent Contributor) must cause each Subsequent Work created or contributed to by that Subsequent Contributor to contain a file documenting the changes, in accordance with the requirements of Part 1 of the Supplement File, that such Subsequent Contributor made in the creation or contribution to that Subsequent Work. If no Supplement File exists or no requirements are set out in Part 1 of the Supplement File, then there are no requirements for Subsequent Contributors to document changes that they make resulting in Subsequent Works.\n\n (b) The Initial Contributor may at any time introduce requirements or add to or change earlier requirements (in each case, the \"EARLIER DESCRIPTION REQUIREMENTS\") for documenting changes resulting in Subsequent Works by revising Part 1 of each copy of the Supplement File distributed by the Initial Contributor with future copies of the Licensed Work so that Part 1 then contains new requirements (the \"NEW DESCRIPTION REQUIREMENTS\") for documenting such changes.\n\n (c) Any Recipient receiving at any time any copy of an Initial Work or any Subsequent Work under a copy of this License (in each case, an \"Earlier LICENSED COPY\") having the Earlier Description Requirements may choose, with respect to each such Earlier Licensed Copy, to comply with the Earlier Description Requirements or the New Description Requirements. Where a Recipient chooses to comply with the New Description Requirements, that Recipient will, when thereafter distributing any copies of any such Earlier Licensed Copy, include a Supplement File having a section entitled Part 1 that contains a copy of the New Description Requirements.\n\n (d) For greater certainty, the intent of Part 1 of the Supplement File is to provide a mechanism (if any) by which Subsequent Contributors must document changes that they make to the Licensed Work resulting in Subsequent Works. Part 1 of any Supplement File shall not be used to increase or reduce the scope of the license granted in Article 2 of this License or in any other way increase or decrease the rights and obligations of any Recipient, and shall at no time serve as the basis for terminating the License. Further, a Recipient can be required to correct and change its documentation procedures to comply with Part 1 of the Supplement File, but cannot be penalised with damages. Part 1 of any Supplement File is only binding on each Recipient of any Licensed Work to the extent Part 1 sets out the requirements for documenting changes to the Initial Work or any Subsequent Work.\n\n (e) An example of a set of requirements for documenting changes and contributions made by Subsequent Contributor is set out in Part 7 of Exhibit A of this License. Part 7 is a sample only and is not binding on Recipients, unless (subject to the earlier paragraphs of this Section 3.8) those are the requirements that the Initial Contributor includes in Part 1 of the Supplement File with the copies of the Initial Work distributed under this License.\n\n 3.9. USE OF DISTRIBUTOR NAME.\n\n The name of a Distributor may not be used by any other Distributor to endorse or promote the Licensed Work or products derived from the Licensed Work, without prior written permission.\n\n 3.10. LIMITED RECOGNITION OF INITIAL CONTRIBUTOR.\n\n (a) As a modest attribution to the Initial Contributor, in the hope that its promotional value may help justify the time, money and effort invested in writing the Initial Work, the Initial Contributor may include in Part 2 of the Supplement File a requirement that each time an executable program resulting from the Initial Work or any Subsequent Work, or a program dependent thereon, is launched or run, a prominent display of the Initial Contributor's attribution information must occur (the \"ATTRIBUTION INFORMATION\"). The Attribution Information must be included at the beginning of each Source Code file. For greater certainty, the Initial Contributor may specify in the Supplement File that the above attribution requirement only applies to an executable program resulting from the Initial Work or any Subsequent Work, but not a program dependent thereon. The intent is to provide for reasonably modest attribution, therefore the Initial Contributor may not require Recipients to display, at any time, more than the following Attribution Information: (a) a copyright notice including the name of the Initial Contributor; (b) a word or one phrase (not exceeding 10 words); (c) one digital image or graphic provided with the Initial Work; and (d) a URL (collectively, the \"ATTRIBUTION LIMITS\").\n\n (b) If no Supplement File exists, or no Attribution Information is set out in Part 2 of the Supplement File, then there are no requirements for Recipients to display any Attribution Information of the Initial Contributor.\n\n (c) Each Recipient acknowledges that all trademarks, service marks and\/or trade names contained within Part 2 of the Supplement File distributed with the Licensed Work are the exclusive property of the Initial Contributor and may only be used with the permission of the Initial Contributor, or under circumstances otherwise permitted by law, or as expressly set out in this License.\n\n 3.11. For greater certainty, any description or attribution provisions contained within a Supplement File may only be used to specify the nature of the description or attribution requirements, as the case may be. Any provision in a Supplement File that otherwise purports to modify, vary, nullify or amend any right, obligation or representation contained herein shall be deemed void to that extent, and shall be of no force or effect.\n\n 4. COMMERCIAL USE AND INDEMNITY.\n\n 4.1. COMMERCIAL SERVICES.\n\n A Recipient (\"COMMERCIAL RECIPIENT\") may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations (collectively, \"SERVICES\") to one or more other Recipients or Distributors. However, such Commercial Recipient may do so only on that Commercial Recipient's own behalf, and not on behalf of any other Distributor or Recipient, and Commercial Recipient must make it clear than any such warranty, support, indemnity or liability obligation(s) is\/are offered by Commercial Recipient alone. At no time may Commercial Recipient use any Services to deny any party the Licensed Work in Source Code or Executable form when so required under any of the other terms of this License. For greater certainty, this Section 4.1 does not diminish any of the other terms of this License, including without limitation the obligation of the Commercial Recipient as a Distributor, when distributing any of the Licensed Work in Source Code or Executable form, to make such distribution royalty-free (subject to the right to charge a fee of no more than the cost of physically performing Source Code or Executable distribution (as the case may be)).\n\n 4.2. INDEMNITY.\n\n Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this License is intended to facilitate the commercial use of the Licensed Work, the Distributor who includes any of the Licensed Work in a commercial product offering should do so in a manner which does not create potential liability for other Distributors. Therefore, if a Distributor includes the Licensed Work in a commercial product offering or offers any Services, such Distributor (\"COMMERCIAL DISTRIBUTOR\") hereby agrees to defend and indemnify every other Distributor or Subsequent Contributor (in each case an \"INDEMNIFIED PARTY\") against any losses, damages and costs (collectively \"LOSSES\") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Party to the extent caused by the acts or omissions of such Commercial Distributor in connection with its distribution of any of the Licensed Work in a commercial product offering or in connection with any Services. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Party must: (a) promptly notify the Commercial Distributor in writing of such claim; and (b) allow the Commercial Distributor to control, and co-operate with the Commercial Distributor in, the defense and any related settlement negotiations. The Indemnified Party may participate in any such claim at its own expense.\n\n 5. VERSIONS OF THE LICENSE.\n\n 5.1. NEW VERSIONS.\n\n The Initial Contributor may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 5.2. EFFECT OF NEW VERSIONS.\n\n Once the Licensed Work or any portion thereof has been published by Initial Contributor under a particular version of the License, Recipient may choose to continue to use it under the terms of that version. However, if a Recipient chooses to use the Licensed Work under the terms of any subsequent version of the License published by the Initial Contributor, then from the date of making this choice, the Recipient must comply with the terms of that subsequent version with respect to all further reproduction, preparation of derivative works, public display of, public performance of, distribution and sublicensing by the Recipient in connection with the Licensed Work. No one other than the Initial Contributor has the right to modify the terms applicable to the Licensed Work\n\n 6. DISCLAIMER OF WARRANTY.\n\n 6.1. GENERAL DISCLAIMER.\n\n EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, THE LICENSED WORK IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT ANY REPRESENTATION, WARRANTY, GUARANTEE, ASSURANCE OR CONDITION OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LICENSED WORK IS WITH RECIPIENT. SHOULD ANY LICENSED WORK PROVE DEFECTIVE IN ANY RESPECT, RECIPIENT (NOT THE INITIAL CONTRIBUTOR OR ANY SUBSEQUENT CONTRIBUTOR) ASSUMES THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS CLAUSE CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS LICENSE INCLUDING WITHOUT LIMITATION THIS DISCLAIMER.\n\n 6.2. RESPONSIBILITY OF RECIPIENTS.\n\n Each Recipient is solely responsible for determining the appropriateness of using and distributing the Licensed Work and assumes all risks associated with its exercise of rights under this License, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n\n 7. TERMINATION.\n\n 7.1. This License shall continue until terminated in accordance with the express terms herein.\n\n 7.2. Recipient may choose to terminate this License automatically at any time.\n\n 7.3. This License, including without limitation the rights granted hereunder to a particular Recipient, will terminate automatically if such Recipient is in material breach of any of the terms of this License and fails to cure such breach within sixty (60) days of becoming aware of the breach. Without limiting the foregoing, any material breach by such Recipient of any term of any other License under which such Recipient is granted any rights to the Licensed Work shall constitute a material breach of this License.\n\n 7.4. Upon termination of this License by or with respect to a particular Recipient for any reason, all rights granted hereunder and under any other License to that Recipient shall terminate. However, all sublicenses to the Licensed Work which were previously properly granted by such Recipient under a copy of this License (in each case, an \"Other License\" and in plural, \"Other Licenses\") shall survive any such termination of this License, including without limitation the rights and obligations under such Other Licenses as set out in their respective Sections 2, 3, 4, 5, 6, 7 and 8, mutatis mutandis, for so long as the respective sublicensees (i.e. other Recipients) remain in compliance with the terms of the copy of this License under which such sublicensees received rights to the Licensed Work. Any termination of such Other Licenses shall be pursuant to their respective Section 7, mutatis mutandis. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n 7.5. Upon any termination of this License by or with respect to a particular Recipient, Sections 4.1, 4.2, 6.1, 6.2, 7.4, 7.5, 8.1, and 8.2, together with all provisions of this License necessary for the interpretation and enforcement of same, shall expressly survive such termination.\n\n 8. LIMITATION OF LIABILITY.\n\n 8.1. IN NO EVENT SHALL ANY OF INITIAL CONTRIBUTOR, ITS SUBSIDIARIES, OR AFFILIATES, OR ANY OF ITS OR THEIR RESPECTIVE OFFICERS, DIRECTORS, EMPLOYEES, AND\/OR AGENTS (AS THE CASE MAY BE), HAVE ANY LIABILITY FOR ANY DIRECT DAMAGES, INDIRECT DAMAGES, PUNITIVE DAMAGES, INCIDENTAL DAMAGES, SPECIAL DAMAGES, EXEMPLARY DAMAGES, CONSEQUENTIAL DAMAGES OR ANY OTHER DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION LOSS OF USE, DATA OR PROFITS, OR ANY OTHER LOSS ARISING OUT OF OR IN ANY WAY RELATED TO THE USE, INABILITY TO USE, UNAUTHORIZED USE, PERFORMANCE, OR NON-PERFORMANCE OF THE LICENSED WORK OR ANY PART THEREOF OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, OR THAT RESULT FROM ERRORS, DEFECTS, OMISSIONS, DELAYS IN OPERATION OR TRANSMISSION, OR ANY OTHER FAILURE OF PERFORMANCE), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) IN RELATION TO OR ARISING IN ANY WAY OUT OF THIS LICENSE OR THE USE OR DISTRIBUTION OF THE LICENSED WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. THIS CLAUSE CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY LICENSED WORK IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS LICENSE INCLUDING WITHOUT LIMITATION THE LIMITATIONS SET FORTH IN THIS SECTION 8.1.\n\n 8.2. EXCEPT AS EXPRESSLY SET FORTH IN THIS LICENSE, EACH RECIPIENT SHALL NOT HAVE ANY LIABILITY FOR ANY 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 LICENSED WORK OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION.\n\n 9. GOVERNING LAW AND LEGAL ACTION.\n\n 9.1. This License shall be governed by and construed in accordance with the laws of the Governing Jurisdiction assigned in Part 3 of Exhibit A, without regard to its conflict of law provisions. No party may bring a legal action under this License more than one year after the cause of the action arose. Each party waives its rights (if any) to a jury trial in any litigation arising under this License. Note that if the Governing Jurisdiction is not assigned in Part 3 of Exhibit A, then the Governing Jurisdiction shall be the State of New York.\n\n 9.2. The courts of the Governing Jurisdiction shall have jurisdiction, but not exclusive jurisdiction, to entertain and determine all disputes and claims, whether for specific performance, injunction, damages or otherwise, both at law and in equity, arising out of or in any way relating to this License, including without limitation, the legality, validity, existence and enforceability of this License. Each party to this License hereby irrevocably attorns to and accepts the jurisdiction of the courts of the Governing Jurisdiction for such purposes.\n\n 9.3. Except as expressly set forth elsewhere herein, in the event of any action or proceeding brought by any party against another under this License the prevailing party shall be entitled to recover all costs and expenses including the fees of its attorneys in such action or proceeding in such amount as the court may adjudge reasonable.\n\n 10. MISCELLANEOUS.\n\n 10.1. The obligations imposed by this License are for the benefit of the Initial Contributor and any Recipient, and each Recipient acknowledges and agrees that the Initial Contributor and\/or any other Recipient may enforce the terms and conditions of this License against any Recipient.\n\n 10.2. This License represents the complete agreement concerning subject matter hereof, and supersedes and cancels all previous oral and written communications, representations, agreements and understandings between the parties with respect to the subject matter hereof.\n\n 10.3. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded.\n\n 10.4. The language in all parts of this License shall be in all cases construed simply according to its fair meaning, and not strictly for or against any of the parties hereto. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n 10.5. If any provision of this License is invalid or unenforceable under the laws of the Governing Jurisdiction, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\n\n 10.6. The paragraph headings of this License are for reference and convenience only and are not a part of this License, and they shall have no effect upon the construction or interpretation of any part hereof.\n\n 10.7. Each of the terms \"including\", \"include\" and \"includes\", when used in this License, is not limiting whether or not non-limiting language (such as \"without limitation\" or \"but not limited to\" or words of similar import) is used with reference thereto.\n\n 10.8. The parties hereto acknowledge they have expressly required that this License and notices relating thereto be drafted in the English language. \/\/***THE LICENSE TERMS END HERE (OTHER THAN AS SET OUT IN EXHIBIT A).***\/\/\n\nEXHIBIT A (to the Adaptive Public License)\n\n PART 1: INITIAL CONTRIBUTOR AND DESIGNATED WEB SITE\n\n The Initial Contributor is:\n\n ________________________________________________\n\n [Enter full name of Initial Contributor]\n\n \n\n Address of Initial Contributor:\n\n ________________________________________________\n\n ________________________________________________\n\n ________________________________________________\n\n [Enter address above]\n\n \n\n The Designated Web Site is:\n\n ________________________________________________\n\n [Enter URL for Designated Web Site of Initial Contributor]\n\n \n\n NOTE: The Initial Contributor is to complete this Part 1, along with Parts 2, 3, and 5, and, if applicable, Parts 4 and 6.\n\n PART 2: INITIAL WORK\n\n The Initial Work comprises the computer program(s) distributed by the Initial Contributor having the following title(s): _______________________________________________.\n\n The date on which the Initial Work was first available under this License: _________________\n\n PART 3: GOVERNING JURISDICTION\n\n For the purposes of this License, the Governing Jurisdiction is _________________________________________________. [Initial Contributor to Enter Governing Jurisdiction here]\n\n PART 4: THIRD PARTIES\n\n For the purposes of this License, \"Third Party\" has the definition set forth below in the ONE paragraph selected by the Initial Contributor from paragraphs A, B, C, D and E when the Initial Work is distributed or otherwise made available by the Initial Contributor. To select one of the following paragraphs, the Initial Contributor must place an \"X\" or \"x\" in the selection box alongside the one respective paragraph selected.\n\n SELECTION\n\n BOX PARAGRAPH\n\n \n\n [ ] A. \"THIRD PARTY\" means any third party.\n\n \n\n [ ] B. \"THIRD PARTY\" means any third party except for any of the following: (a) a wholly owned subsidiary of the Subsequent Contributor in question; (b) a legal entity (the \"PARENT\") that wholly owns the Subsequent Contributor in question; or (c) a wholly owned subsidiary of the wholly owned subsidiary in (a) or of the Parent in (b).\n\n \n\n [ ] C. \"THIRD PARTY\" means any third party except for any of the following: (a) any Person directly or indirectly owning a majority of the voting interest in the Subsequent Contributor or (b) any Person in which the Subsequent Contributor directly or indirectly owns a majority voting interest.\n\n \n\n [ ] D. \"THIRD PARTY\" means any third party except for any Person directly or indirectly controlled by the Subsequent Contributor. For purposes of this definition, \"control\" shall mean the power to direct or cause the direction of, the management and policies of such Person whether through the ownership of voting interests, by contract, or otherwise.\n\n \n\n [ ] E. \"THIRD PARTY\" means any third party except for any Person directly or indirectly controlling, controlled by, or under common control with the Subsequent Contributor. For purposes of this definition, \"control\" shall mean the power to direct or cause the direction of, the management and policies of such Person whether through the ownership of voting interests, by contract, or otherwise.\n\n The default definition of \"THIRD PARTY\" is the definition set forth in paragraph A, if NONE OR MORE THAN ONE of paragraphs A, B, C, D or E in this Part 4 are selected by the Initial Contributor.\n\n PART 5: NOTICE\n\n THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THE ADAPTIVE PUBLIC LICENSE (\"LICENSE\") AS FIRST COMPLETED BY: ______________________ [Insert the name of the Initial Contributor here]. ANY USE, PUBLIC DISPLAY, PUBLIC PERFORMANCE, REPRODUCTION OR DISTRIBUTION OF, OR PREPARATION OF DERIVATIVE WORKS BASED ON, THE LICENSED WORK CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHETHER OR NOT SUCH RECIPIENT READS THE TERMS OF THE LICENSE. \"LICENSED WORK\" AND \"RECIPIENT\" ARE DEFINED IN THE LICENSE. A COPY OF THE LICENSE IS LOCATED IN THE TEXT FILE ENTITLED \"LICENSE.TXT\" ACCOMPANYING THE CONTENTS OF THIS FILE. IF A COPY OF THE LICENSE DOES NOT ACCOMPANY THIS FILE, A COPY OF THE LICENSE MAY ALSO BE OBTAINED AT THE FOLLOWING WEB SITE: ___________________________________________________[Insert Initial Contributor's Designated Web Site here]\n\n Software distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\n\n PART 6: PATENT LICENSING TERMS\n\n For the purposes of this License, paragraphs A, B, C, D and E of this Part 6 of Exhibit A are only incorporated and form part of the terms of the License if the Initial Contributor places an \"X\" or \"x\" in the selection box alongside the YES answer to the question immediately below.\n\n Is this a Patents-Included License pursuant to Section 2.2 of the License?\n\n \n\n YES [ ]\n\n \n\n NO [ ]\n\n By default, if YES is not selected by the Initial Contributor, the answer is NO.\n\n A. For the purposes of the paragraphs in this Part 6 of Exhibit A, \"LICENSABLE\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights granted herein.\n\n B. The Initial Contributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by the Initial Contributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of such Initial Work or any portion thereof. Notwithstanding the foregoing, no patent license is granted under this Paragraph B by the Initial Contributor: (1) for any code that the Initial Contributor deletes from the Initial Work (or any portion thereof) distributed by the Initial Contributor prior to such distribution; (2) for any Modifications made to the Initial Work (or any portion thereof) by any other Person; or (3) separate from the Initial Work (or portions thereof) distributed or made available by the Initial Contributor.\n\n C. Effective upon distribution by a Subsequent Contributor to a Third Party of any Modifications made by that Subsequent Contributor, such Subsequent Contributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by such Subsequent Contributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of any such Modifications made by that Subsequent Contributor alone and\/or in combination with its Subsequent Work (or portions of such combination) to make, use, sell, offer for sale, have made, import, export, transfer and otherwise dispose of:\n\n (1) Modifications made by that Subsequent Contributor (or portions thereof); and\n\n (2) the combination of Modifications made by that Subsequent Contributor with its Subsequent Work (or portions of such combination);\n\n (collectively and in each case, the \"SUBSEQUENT CONTRIBUTOR VERSION\").\n\n Notwithstanding the foregoing, no patent license is granted under this Paragraph C by such Subsequent Contributor: (1) for any code that such Subsequent Contributor deletes from the Subsequent Contributor Version (or any portion thereof) distributed by the Subsequent Contributor prior to such distribution; (2) for any Modifications made to the Subsequent Contributor Version (or any portion thereof) by any other Person; or (3) separate from the Subsequent Contributor Version (or portions thereof) distributed or made available by the Subsequent Contributor.\n\n D. Effective upon distribution of any Licensed Work by a Distributor to a Third Party, such Distributor hereby grants all Recipients a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims, under patent claim(s) Licensable by such Distributor that are or would be infringed by the making, using, selling, offering for sale, having made, importing, exporting, transfer or disposal of any such Licensed Work distributed by such Distributor, to make, use, sell, offer for sale, have made, import, export, transfer and otherwise dispose of such Licensed Work or portions thereof (collectively and in each case, the \"DISTRIBUTOR VERSION\"). Notwithstanding the foregoing, no patent license is granted under this Paragraph D by such Distributor: (1) for any code that such Distributor deletes from the Distributor Version (or any portion thereof) distributed by the Distributor prior to such distribution; (2) for any Modifications made to the Distributor Version (or any portion thereof) by any other Person; or (3) separate from the Distributor Version (or portions thereof) distributed or made available by the Distributor.\n\n E. If Recipient institutes patent litigation against another Recipient (a \"USER\") with respect to a patent applicable to a computer program or software (including a cross-claim or counterclaim in a lawsuit, and whether or not any of the patent claims are directed to a system, method, process, apparatus, device, product, article of manufacture or any other form of patent claim), then any patent or copyright license granted by that User to such Recipient under this License or any other copy of this License shall terminate. The termination shall be effective ninety (90) days after notice of termination from User to Recipient, unless the Recipient withdraws the patent litigation claim before the end of the ninety (90) day period. To be effective, any such notice of license termination must include a specific list of applicable patents and\/or a copy of the copyrighted work of User that User alleges will be infringed by Recipient upon License termination. License termination is only effective with respect to patents and\/or copyrights for which proper notice has been given.\n\n PART 7: SAMPLE REQUIREMENTS FOR THE DESCRIPTION OF DISTRIBUTED MODIFICATIONS\n\n Each Subsequent Contributor (including the Initial Contributor where the Initial Contributor qualifies as a Subsequent Contributor) is invited (but not required) to cause each Subsequent Work created or contributed to by that Subsequent Contributor to contain a file documenting the changes such Subsequent Contributor made to create that Subsequent Work and the date of any change.\n\n\/\/***EXHIBIT A ENDS HERE.***\/\/", "rf_url": "https:\/\/opensource.org\/licenses\/APL-1.0", "rf_add_date": null, "rf_copyleft": null, @@ -441,7 +441,7 @@ }, { "rf_shortname": "AFL-3.0", - "rf_text": "Academic Free License (\u201cAFL\u201d) v. 3.0\n\nThis Academic Free License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\n Licensed under the Academic Free License version 3.0\n\n1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n a) to reproduce the Original Work in copies, either alone or as part of a collective work;\n b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n c) to distribute or communicate copies of the Original Work and Derivative Works to the public, under any license of your choice that does not contradict the terms and conditions, including Licensor\u2019s reserved rights and remedies, in this Academic Free License;\n d) to perform the Original Work publicly; and\n e) to display the Original Work publicly.\n\n2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n3) Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor\u2019s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n5) External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including \u201cfair use\u201d or \u201cfair dealing\u201d). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n12) Attorneys\u2019 Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n14) Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n16) Modification of This License. This License is Copyright \u00a9 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Academic Free License\" or \"AFL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under \" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.\n", + "rf_text": "Academic Free License (\"AFL\") v. 3.0\n\nThis Academic Free License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\n Licensed under the Academic Free License version 3.0\n\n1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n a) to reproduce the Original Work in copies, either alone or as part of a collective work;\n b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n c) to distribute or communicate copies of the Original Work and Derivative Works to the public, under any license of your choice that does not contradict the terms and conditions, including Licensor's reserved rights and remedies, in this Academic Free License;\n d) to perform the Original Work publicly; and\n e) to display the Original Work publicly.\n\n2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n3) Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n5) External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including \"fair use\" or \"fair dealing\"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n12) Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n14) Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n16) Modification of This License. This License is Copyright \u00a9 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Academic Free License\" or \"AFL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under \" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.\n", "rf_url": "http:\/\/www.rosenlaw.com\/AFL3.0.htm", "rf_add_date": null, "rf_copyleft": null, @@ -859,7 +859,7 @@ }, { "rf_shortname": "EUDatagrid", - "rf_text": "EU DataGrid Software License\n\nCopyright (c) 2001 EU DataGrid. All rights reserved.\n\nThis software includes voluntary contributions made to the EU DataGrid. For more information on the EU DataGrid, please see http:\/\/www.eu-datagrid.org\/.\n\nInstallation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted. Any exercise of rights under this license by you or your sub-licensees is subject to the following conditions:\n\n1. Redistributions of this software, with or without modification, must reproduce the above copyright notice and the above license statement as well as this list of conditions, in the software, the user documentation and any other materials provided with the software.\n\n2. The user documentation, if any, included with a redistribution, must include the following notice:\n \"This product includes software developed by the EU DataGrid (http:\/\/www.eu-datagrid.org\/).\"\n\nAlternatively, if that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the software itself.\n\n3. The names \"EDG\", \"EDG Toolkit\", \u201cEU DataGrid\u201d and \"EU DataGrid Project\" may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by hep-project-grid-edg-license@cern.ch.\n\n4. You are under no obligation to provide anyone with any bug fixes, patches, upgrades or other modifications, enhancements or derivatives of the features,functionality or performance of this software that you may develop. However, if you publish or distribute your modifications, enhancements or derivative works without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted participants in the EU DataGrid a worldwide, non-exclusive, royalty-free, perpetual license to install, use, reproduce, display, modify, redistribute and sub-license your modifications, enhancements or derivative works, whether in binary or source code form, under the license conditions stated in this list of conditions.\n\n5. DISCLAIMER\nTHIS SOFTWARE IS PROVIDED BY THE EU DATAGRID AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE EU DATAGRID AND CONTRIBUTORS MAKE NO REPRESENTATION THAT THE SOFTWARE, MODIFICATIONS, ENHANCEMENTS OR DERIVATIVE WORKS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT.\n\n6. LIMITATION OF LIABILITY\nTHE EU DATAGRID AND CONTRIBUTORS SHALL HAVE NO LIABILITY TO LICENSEE OR OTHER PERSONS FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n", + "rf_text": "EU DataGrid Software License\n\nCopyright (c) 2001 EU DataGrid. All rights reserved.\n\nThis software includes voluntary contributions made to the EU DataGrid. For more information on the EU DataGrid, please see http:\/\/www.eu-datagrid.org\/.\n\nInstallation, use, reproduction, display, modification and redistribution of this software, with or without modification, in source and binary forms, are permitted. Any exercise of rights under this license by you or your sub-licensees is subject to the following conditions:\n\n1. Redistributions of this software, with or without modification, must reproduce the above copyright notice and the above license statement as well as this list of conditions, in the software, the user documentation and any other materials provided with the software.\n\n2. The user documentation, if any, included with a redistribution, must include the following notice:\n \"This product includes software developed by the EU DataGrid (http:\/\/www.eu-datagrid.org\/).\"\n\nAlternatively, if that is where third-party acknowledgments normally appear, this acknowledgment must be reproduced in the software itself.\n\n3. The names \"EDG\", \"EDG Toolkit\", \"EU DataGrid\" and \"EU DataGrid Project\" may not be used to endorse or promote software, or products derived therefrom, except with prior written permission by hep-project-grid-edg-license@cern.ch.\n\n4. You are under no obligation to provide anyone with any bug fixes, patches, upgrades or other modifications, enhancements or derivatives of the features,functionality or performance of this software that you may develop. However, if you publish or distribute your modifications, enhancements or derivative works without contemporaneously requiring users to enter into a separate written license agreement, then you are deemed to have granted participants in the EU DataGrid a worldwide, non-exclusive, royalty-free, perpetual license to install, use, reproduce, display, modify, redistribute and sub-license your modifications, enhancements or derivative works, whether in binary or source code form, under the license conditions stated in this list of conditions.\n\n5. DISCLAIMER\nTHIS SOFTWARE IS PROVIDED BY THE EU DATAGRID AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, OF SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE ARE DISCLAIMED. THE EU DATAGRID AND CONTRIBUTORS MAKE NO REPRESENTATION THAT THE SOFTWARE, MODIFICATIONS, ENHANCEMENTS OR DERIVATIVE WORKS THEREOF, WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADE SECRET OR OTHER PROPRIETARY RIGHT.\n\n6. LIMITATION OF LIABILITY\nTHE EU DATAGRID AND CONTRIBUTORS SHALL HAVE NO LIABILITY TO LICENSEE OR OTHER PERSONS FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, LOSS OF USE, DATA OR PROFITS, OR BUSINESS INTERRUPTION, HOWEVER CAUSED AND ON ANY THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR OTHERWISE, ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n", "rf_url": "http:\/\/eu-datagrid.web.cern.ch\/eu-datagrid\/license.html", "rf_add_date": null, "rf_copyleft": null, @@ -1123,7 +1123,7 @@ }, { "rf_shortname": "CDDL-1.0", - "rf_text": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)\nVersion 1.0\n\n1. Definitions.\n\n1.1. \u201cContributor\u201d means each individual or entity that creates or contributes to the creation of Modifications.\n\n1.2. \u201cContributor Version\u201d means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.\n\n1.3. \u201cCovered Software\u201d means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.\n\n1.4. \u201cExecutable\u201d means the Covered Software in any form other than Source Code.\n\n1.5. \u201cInitial Developer\u201d means the individual or entity that first makes Original Software available under this License.\n\n1.6. \u201cLarger Work\u201d means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.\n\n1.7. \u201cLicense\u201d means this document.\n\n1.8. \u201cLicensable\u201d means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n1.9. \u201cModifications\u201d means the Source Code and Executable form of any of the following:\n\n A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;\n\n B. Any new file that contains any part of the Original Software or previous Modification; or\n\n C. Any new file that is contributed or otherwise made available under the terms of this License.\n\n1.10. \u201cOriginal Software\u201d means the Source Code and Executable form of computer software code that is originally released under this License.\n\n1.11. \u201cPatent Claims\u201d means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n1.12. \u201cSource Code\u201d means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.\n\n1.13. \u201cYou\u201d (or \u201cYour\u201d) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \u201cYou\u201d includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \u201ccontrol\u201d means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. License Grants.\n\n2.1. The Initial Developer Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.\n\n2.2. Contributor Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n3.1. Availability of Source Code.\nAny Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.\n\n3.2. Modifications.\nThe Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and\/or You have sufficient rights to grant the rights conveyed by this License.\n\n3.3. Required Notices.\nYou must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.\n\n3.4. Application of Additional Terms.\nYou may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients\u2019 rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n3.5. Distribution of Executable Versions.\nYou may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient\u2019s rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n\n3.6. Larger Works.\nYou may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.\n\n4. Versions of the License.\n\n4.1. New Versions.\nSun Microsystems, Inc. is the initial license steward and may publish revised and\/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.\n\n4.2. Effect of New Versions.\nYou may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.\n\n4.3. Modified Versions.\nWhen You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\n\nCOVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \u201cAS IS\u201d BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n6. TERMINATION.\n\n6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as \u201cParticipant\u201d) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.\n\n6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY\u2019S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\nThe Covered Software is a \u201ccommercial item,\u201d as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \u201ccommercial computer software\u201d (as that term is defined at 48 C.F.R. \u00a7 252.227-7014(a)(1)) and \u201ccommercial computer software documentation\u201d as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.\n\n9. MISCELLANEOUS.\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction\u2019s conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys\u2019 fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\nAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n", + "rf_text": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)\nVersion 1.0\n\n1. Definitions.\n\n1.1. \"Contributor\" means each individual or entity that creates or contributes to the creation of Modifications.\n\n1.2. \"Contributor Version\" means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.\n\n1.3. \"Covered Software\" means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.\n\n1.4. \"Executable\" means the Covered Software in any form other than Source Code.\n\n1.5. \"Initial Developer\" means the individual or entity that first makes Original Software available under this License.\n\n1.6. \"Larger Work\" means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.\n\n1.7. \"License\" means this document.\n\n1.8. \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n1.9. \"Modifications\" means the Source Code and Executable form of any of the following:\n\n A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;\n\n B. Any new file that contains any part of the Original Software or previous Modification; or\n\n C. Any new file that is contributed or otherwise made available under the terms of this License.\n\n1.10. \"Original Software\" means the Source Code and Executable form of computer software code that is originally released under this License.\n\n1.11. \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n1.12. \"Source Code\" means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.\n\n1.13. \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control\" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. License Grants.\n\n2.1. The Initial Developer Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.\n\n2.2. Contributor Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n3.1. Availability of Source Code.\nAny Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.\n\n3.2. Modifications.\nThe Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and\/or You have sufficient rights to grant the rights conveyed by this License.\n\n3.3. Required Notices.\nYou must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.\n\n3.4. Application of Additional Terms.\nYou may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients' rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n3.5. Distribution of Executable Versions.\nYou may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient's rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n\n3.6. Larger Works.\nYou may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.\n\n4. Versions of the License.\n\n4.1. New Versions.\nSun Microsystems, Inc. is the initial license steward and may publish revised and\/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.\n\n4.2. Effect of New Versions.\nYou may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.\n\n4.3. Modified Versions.\nWhen You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\n\nCOVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n6. TERMINATION.\n\n6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as \"Participant\") alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.\n\n6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\nThe Covered Software is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" (as that term is defined at 48 C.F.R. \u00a7 252.227-7014(a)(1)) and \"commercial computer software documentation\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.\n\n9. MISCELLANEOUS.\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction's conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\nAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n", "rf_url": "https:\/\/opensource.org\/licenses\/cddl1", "rf_add_date": null, "rf_copyleft": null, @@ -1563,7 +1563,7 @@ }, { "rf_shortname": "QT.Commercial", - "rf_text": "Qt COMMERCIAL LICENSE AGREEMENT\nAgreement version 3.8\nThis Qt Commercial License Agreement (\u201cAgreement\u201d) is a legal agreement between Nokia\nInc. (\"Nokia\"), with its registered office at 102 Corporate Park Drive, White Plains, NY\n10604 U.S.A. and you (either an individual or a legal entity) (\u201cLicensee\u201d) for the Licensed\nSoftware (as defined below).\n1. DEFINITIONS\n\u201cAffiliate\u201d of a Party shall mean an entity (i) which is directly or indirectly\ncontrolling such Party; (ii) which is under the same direct or indirect ownership or\ncontrol as such Party; or (iii) which is directly or indirectly owned or controlled by\nsuch Party. For these purposes, an entity shall be treated as being controlled by\nanother if that other entity has fifty percent (50 %) or more of the votes in such entity,\nis able to direct its affairs and\/or to control the composition of its board of directors\nor equivalent body.\n\u201cApplications\u201d shall mean Licensee\u2019s software products created using the Licensed\nSoftware which may include portions of the Licensed Software.\n\u201cDesignated User(s)\u201d shall mean the employee(s) of Licensee acting within the scope\nof their employment or Licensee\u2019s consultant(s) or contractor(s) acting within the\nscope of their services for Licensee and on behalf of Licensee.\n\u201cInitial Term\u201d shall mean the period of time one (1) year from the later of (a) the\nEffective Date; or (b) the date the Licensed Software was initially delivered to\nLicensee by Nokia. If no specific Effective Date is set forth in the Agreement, the\nEffective Date shall be deemed to be the date the Licensed Software was initially\ndelivered to Licensee.\n\u201cLicense Certificate\u201d shall mean the document accompanying the Licensed Software\nwhich specifies the modules which are licensed under the Agreement, Platforms and\nDesignated Users.\n\u201cLicensed Software\u201d shall mean the computer software, \u201conline\u201d or electronic\ndocumentation, associated media and printed materials, including the source code,\nexample programs and the documentation delivered by Nokia to Licensee in\nconjunction with this Agreement. Licensed Software does not include Third Party\nSoftware (as defined in Section 7).\n\u201cModified Software\u201d shall mean modifications made to the Licensed Software by\nLicensee.\n\u201cParty or Parties\u201d shall mean Licensee and\/or Nokia.\n\u201cPlatforms\u201d shall mean the operating systems listed in the License Certificate.\n\u201cRedistributables\u201d shall mean the portions of the Licensed Software set forth in\nAppendix 1, Section 1 that may be distributed with or as part of Applications in\nobject code form.\n\u201cSupport\u201d shall mean standard developer support that is provided by Nokia to assist\neligible Designated Users in using the Licensed Software in accordance with its\n2\nestablished standard support procedures listed at: http:\/\/qt.nokia.com\/supportservices\/\nfiles\/standardsupport-TermsandConditions.pdf.\n\u201cUpdates\u201d shall mean a release or version of the Licensed Software containing\nenhancement, new features, bug fixes, error corrections and other changes that are\ngenerally made available to users of the Licensed Software that have contracted for\nmaintenance and support.\n2. OWNERSHIP\nThe Licensed Software is protected by copyright laws and international copyright\ntreaties, as well as other intellectual property laws and treaties. The Licensed\nSoftware is licensed, not sold.\nNokia shall own all right, title and interest including the intellectual property rights in\nand to the information on bug fixes or error corrections relating to the Licensed\nSoftware that are submitted by Licensee to Nokia as well as any intellectual property\nrights to the correction of any errors, if any. To the extent any rights do not\nautomatically vest in Nokia, Licensee assigns, and shall ensure that all of its\nAffiliates, agents, subcontractors and employees assign, all such rights to Nokia. All\nNokia\u2019s and\/or its licensors\u2019 trademarks, service marks, trade names, logos or other\nwords or symbols are and shall remain the exclusive property of Nokia or its licensors\nrespectively.\n3. MODULES\nSome of the files in the Licensed Software have been grouped into Modules. These\nfiles contain specific notices defining the Module of which they are a part. The\nModules licensed to Licensee are specified in the License Certificate. The terms of\nthe License Certificate are considered part of the Agreement. In the event of\ninconsistency or conflict between the language of this Agreement and the License\nCertificate, the provisions of this Agreement shall govern.\n4. VALIDITY OF THE AGREEMENT\nBy installing, copying, or otherwise using the Licensed Software, Licensee agrees to\nbe bound by the terms of this Agreement. If Licensee does not agree to the terms of\nthis Agreement, Licensee may not install, copy, or otherwise use the Licensed\nSoftware. In addition, by installing, copying, or otherwise using any Updates or other\ncomponents of the Licensed Software that Licensee receives separately as part of the\nLicensed Software, Licensee agrees to be bound by any additional license terms that\naccompany such Updates, if any. If Licensee does not agree to the additional license\nterms that accompany such Updates, Licensee may not install, copy, or otherwise use\nsuch Updates.\nUpon Licensee's acceptance of the terms and conditions of this Agreement, Nokia\ngrants Licensee the right to use the Licensed Software in the manner provided below.\n5. LICENSES\n5.1 Using, modifying and copying\nNokia grants to Licensee a non-exclusive, non-transferable, perpetual license to use,\nmodify and copy the Licensed Software for the Designated User(s) specified in the\nLicense Certificate for the sole purposes of designing, developing, and testing\nApplication(s).\n3\nLicensee may install copies of the Licensed Software on an unlimited number of\ncomputers provided that only the Designated Users use the Licensed Software.\nLicensee may at any time designate another Designated User to replace a then-current\nDesignated User by notifying Nokia, provided that a) the then-current Designated\nUser has not been designated as a replacement during the last six (6) months; and b)\nthere is no more than the specified number of Designated Users at any given time.\n5.2 Redistribution\na) Nokia grants Licensee a non-exclusive, royalty-free right to reproduce and\ndistribute the object code form of Redistributables for execution on the specified\nPlatforms. Copies of Redistributables may only be distributed with and for the sole\npurpose of executing Applications permitted under this Agreement that Licensee has\ncreated using the Licensed Software. Under no circumstances may any copies of\nRedistributables be distributed separately. This Agreement does not give Licensee\nany rights to distribute any of the parts of the Licensed Software listed in Appendix 1,\nSection 2, neither as a whole nor as parts or snippets of code.\nb) Licensee may not distribute, transfer, assign or otherwise dispose of Applications\nand\/or Redistributables, in binary\/compiled form, or in any other form, if such action\nis part of a joint software and hardware distribution, except as provided by a separate\nruntime distribution license with Nokia or one of its authorized distributors. A joint\nhardware and software distribution shall be defined as either:\n(i) distribution of a hardware device where, in its final end user\nconfiguration, the main user interface of the device is provided by\nApplication(s) created by Licensee or others, using a commercial\nversion of Qt or a Qt-based product, and depends on the Licensed\nSoftware or an open source version of any Qt or Qt-based software\nproduct; or\n(ii) distribution of the Licensed Software with a device designed to\nfacilitate the installation of the Licensed Software onto the same\ndevice where the main user interface of such device is provided by\nApplication(s) created by Licensee or others, using a commercial\nversion of Qt or a Qt-based product, and depends on the Licensed\nSoftware.\n5.3 Further Requirements\nThe licenses granted in this Section 5 by Nokia to Licensee are subject to Licensee\u2019s\ncompliance with Section 8 of this Agreement.\n6. VERIFICATION\nNokia or a certified auditor on Nokia\u2019s behalf, may, upon its reasonable request and\nat its expense, audit Licensee with respect to the use of the Licensed Software. Such\naudit may be conducted by mail, electronic means or through an in-person visit to\nLicensee\u2019s place of business. Any such in-person audit shall be conducted during\nregular business hours at Licensee's facilities and shall not unreasonably interfere\nwith Licensee's business activities. Nokia shall not remove, copy, or redistribute any\nelectronic material during the course of an audit. If an audit reveals that Licensee is\nusing the Licensed Software in a way that is in material violation of the terms of the\nAgreement, then Licensee shall pay Nokia's reasonable costs of conducting the audit.\nIn the case of a material violation, Licensee agrees to pay Nokia any amounts owing\n4\nthat are attributable to the unauthorized use. In the alternative, Nokia reserves the\nright, at Nokia's sole option, to terminate the licenses for the Licensed Software.\n7. THIRD PARTY SOFTWARE\nThe Licensed Software may provide links to third party libraries or code (collectively\n\"Third Party Software\") to implement various functions. Third Party Software does\nnot comprise part of the Licensed Software. In some cases, access to Third Party\nSoftware may be included along with the Licensed Software delivery as a\nconvenience for development and testing only. Such source code and libraries may be\nlisted in the \"...\/src\/3rdparty\" source tree delivered with the Licensed Software or\ndocumented in the Licensed Software where the Third Party Software is used, as may\nbe amended from time to time, do not comprise the Licensed Software. Licensee\nacknowledges (1) that some part of Third Party Software may require additional\nlicensing of copyright and patents from the owners of such, and (2) that distribution\nof any of the Licensed Software referencing any portion of a Third Party Software\nmay require appropriate licensing from such third parties.\n8. CONDITIONS FOR CREATING APPLICATIONS AND DISTRIBUTING\nREDISTRIBUTABLES\nThe licenses granted in this Agreement for Licensee to create Applications and\ndistribute them and the Redistributables (if any) to Licensee's customers is subject to\nall of the following conditions: (i) all copies of the Applications which Licensee\ncreates must bear a valid copyright notice, either Licensee's own or the copyright\nnotice that appears on the Licensed Software; (ii) Licensee may not remove or alter\nany copyright, trademark or other proprietary rights notice contained in any portion of\nthe Licensed Software, including but not limited to the About Boxes in \u201cQt Assistant\u201d\nand \u201cQt Linguist\u201d as defined in Appendix 1; (iii) Redistributables, if any, shall be\nlicensed to Licensee's customer \"as is\"; (iv) Licensee shall indemnify and hold Nokia,\nits Affiliates, contractors, and its suppliers, harmless from and against any claims or\nliabilities arising out of the use, reproduction or distribution of Applications; (v)\nApplications must be developed using a licensed, registered copy of the Licensed\nSoftware; (vi) Applications must add primary and substantial functionality to the\nLicensed Software; (vii) Applications may not pass on functionality which in any way\nmakes it possible for others to create software with the Licensed Software, however\nLicensee may use the Licensed Software\u2019s scripting functionality solely in order to\nenable scripting that augments the functionality of the Application(s) without adding\nprimary and substantial functionality to the Application(s); (viii) Applications may\nnot compete with the Licensed Software; (ix) Licensee may not use Nokia's or any of\nits suppliers' names, logos, or trademarks to market Application(s), except to state\nthat Application was developed using the Licensed Software.\nNOTE: The Open Source Editions of Nokia\u2019s Qt products and the Qt, Qtopia and Qt\nExtended versions previously licensed by Trolltech (collectively referred to as\n\u201cProducts\u201d) are licensed under the terms of the GNU Lesser General Public License\nversion 2.1 (\u201cLGPL\u201d) and\/or the GNU General Public License versions 2.0 and 3.0\n(\u201cGPL\u201d) (as applicable) and not under this Agreement. If Licensee, or another third\nparty, has, at any time, developed all (or any portions of) the Application(s) using a\nversion of one of these Products licensed under the LGPL or the GPL, Licensee may\nnot combine such development work with the Licensed Software and must license\nsuch Application(s) (or any portions derived there from) under the terms of the GNU\nLesser General Public License version 2.1 (Qt only) or GNU General Public License\nversion 2.0 (Qt, Qtopia and Qt Extended) or version 3 (Qt only) copies of which are\nlocated at http:\/\/www.gnu.org\/licenses\/old-licenses\/lgpl-2.1.html,\n5\nhttp:\/\/www.fsf.org\/licensing\/licenses\/info\/GPLv2.html, and\nhttp:\/\/www.gnu.org\/copyleft\/gpl.html.\n9. LIMITED WARRANTY AND WARRANTY DISCLAIMER\nNokia hereby represents and warrants with respect to the Licensed Software that it\nhas the power and authority to grant the rights and licenses granted to Licensee under\nthis Agreement. Except as set forth above, the Licensed Software is licensed to\nLicensee \"as is\". To the maximum extent permitted by applicable law, Nokia on\nbehalf of itself and its suppliers, disclaims all warranties and conditions, either\nexpress or implied, including, but not limited to, implied warranties of\nmerchantability, fitness for a particular purpose, title and non-infringement with\nregard to the Licensed Software.\n10. LIMITATION OF LIABILITY\nIf, Nokia's warranty disclaimer notwithstanding, Nokia is held liable to Licensee,\nwhether in contract, tort or any other legal theory, based on the Licensed Software,\nNokia's entire liability to Licensee and Licensee's exclusive remedy shall be, at\nNokia's option, either (A) return of the price Licensee paid for the Licensed Software,\nor (B) repair or replacement of the Licensed Software, provided Licensee returns to\nNokia all copies of the Licensed Software as originally delivered to Licensee. Nokia\nshall not under any circumstances be liable to Licensee based on failure of the\nLicensed Software if the failure resulted from accident, abuse or misapplication, nor\nshall Nokia under any circumstances be liable for special damages, punitive or\nexemplary damages, damages for loss of profits or interruption of business or for loss\nor corruption of data. Any award of damages from Nokia to Licensee shall not exceed\nthe total amount Licensee has paid to Nokia in connection with this Agreement.\n11. SUPPORT AND UPDATES\nLicensee shall be eligible to receive Support and Updates during the Initial Term, in\naccordance with Nokia's then current policies and procedures, if any. Such policies\nand procedures may be changed from time to time. Following the Initial Term, Nokia\nshall no longer make the Licensed Software available to Licensee unless Licensee\npurchases additional Support and Updates according to this Section 11 below.\nLicensee may purchase additional Support and Updates following the Initial Term at\nNokia's terms and conditions applicable at the time of renewal.\n12. CONFIDENTIALITY\nEach party acknowledges that during the Initial Term of this Agreement it shall have\naccess to information about the other party's business, business methods, business\nplans, customers, business relations, technology, and other information, including the\nterms of this Agreement, that is confidential and of great value to the other party, and\nthe value of which would be significantly reduced if disclosed to third parties (the\n\"Confidential Information\"). Accordingly, when a party (the \"Receiving Party\")\nreceives Confidential Information from another party (the \"Disclosing Party\"), the\nReceiving Party shall, and shall obligate its employees and agents and employees and\nagents of its affiliates to: (i) maintain the Confidential Information in strict\nconfidence; (ii) not disclose the Confidential Information to a third party without the\nDisclosing Party's prior written approval; and (iii) not, directly or indirectly, use the\nConfidential Information for any purpose other than for exercising its rights and\nfulfilling its responsibilities pursuant to this Agreement. Each party shall take\n6\nreasonable measures to protect the Confidential Information of the other party, which\nmeasures shall not be less than the measures taken by such party to protect its own\nconfidential and proprietary information.\n\"Confidential Information\" shall not include information that (a) is or becomes\ngenerally known to the public through no act or omission of the Receiving Party; (b)\nwas in the Receiving Party's lawful possession prior to the disclosure hereunder and\nwas not subject to limitations on disclosure or use; (c) is developed by the Receiving\nParty without access to the Confidential Information of the Disclosing Party or by\npersons who have not had access to the Confidential Information of the Disclosing\nParty as proven by the written records of the Receiving Party; (d) is lawfully\ndisclosed to the Receiving Party without restrictions, by a third party not under an\nobligation of confidentiality; or (e) the Receiving Party is legally compelled to\ndisclose the information, in which case the Receiving Party shall assert the privileged\nand confidential nature of the information and cooperate fully with the Disclosing\nParty to protect against and prevent disclosure of any Confidential Information and to\nlimit the scope of disclosure and the dissemination of disclosed Confidential\nInformation by all legally available means.\nThe obligations of the Receiving Party under this Section shall continue during the\nInitial Term and for a period of five (5) years after expiration or termination of this\nAgreement. To the extent that the terms of the Non-Disclosure Agreement between\nNokia and Licensee conflict with the terms of this Section 12, this Section 12 shall be\ncontrolling over the terms of the Non-Disclosure Agreement.\n13. GENERAL PROVISIONS\n13.1 Marketing\nNokia may include Licensee's company name and logo in a publicly available list of\nNokia customers and in its public communications.\n13.2 No Assignment\nLicensee shall not be entitled to assign or transfer all or any of its rights, benefits and\nobligations under this Agreement without the prior written consent of Nokia, which\nshall not be unreasonably withheld.\n13.3 Termination\nNokia may terminate the Agreement at any time immediately upon written notice by\nNokia to Licensee if Licensee breaches this Agreement.\nEither party shall have the right to terminate this Agreement immediately upon\nwritten notice in the event that the other party becomes insolvent, files for any form\nof bankruptcy, makes any assignment for the benefit of creditors, has a receiver,\nadministrative receiver or officer appointed over the whole or a substantial part of its\nassets, ceases to conduct business, or an act equivalent to any of the above occurs\nunder the laws of the jurisdiction of the other party.\nUpon termination of this Agreement, Licensee shall return to Nokia all copies of\nLicensed Software that were supplied by Nokia. All other copies of Licensed\nSoftware in the possession or control of Licensee must be erased or destroyed. An\nofficer of Licensee must promptly deliver to Nokia a written confirmation that this\nhas occurred.\n7\n13.4 Surviving Sections\nAny terms and conditions that by their nature or otherwise reasonably should survive\na cancellation or termination of this Agreement shall also be deemed to survive. Such\nterms and conditions include, but are not limited to the following Sections: 2, 5.1, 6,\n7, 8(iv), 10, 12, 13.5, 13.6, 13.9, 13.10 and 13.11 of this Agreement.\nNotwithstanding the foregoing, Section 5.1 shall not survive if the Agreement is\nterminated for material breach.\n13.5 Entire Agreement\nThis Agreement constitutes the complete agreement between the parties and\nsupersedes all prior or contemporaneous discussions, representations, and proposals,\nwritten or oral, with respect to the subject matters discussed herein, with the\nexception of the non-disclosure agreement executed by the parties in connection with\nthis Agreement (\u201cNon-Disclosure Agreement\u201d), if any, shall be subject to Section 12.\nNo modification of this Agreement shall be effective unless contained in a writing\nexecuted by an authorized representative of each party. No term or condition\ncontained in Licensee's purchase order shall apply unless expressly accepted by\nNokia in writing. If any provision of the Agreement is found void or unenforceable,\nthe remainder shall remain valid and enforceable according to its terms. If any\nremedy provided is determined to have failed for its essential purpose, all limitations\nof liability and exclusions of damages set forth in this Agreement shall remain in\neffect.\n13.6 Payment and Taxes\nIf credit has been extended to Licensee by Nokia, all payments under this Agreement\nare due within thirty (30) days of the date Nokia mails its invoice to Licensee. If\nNokia has not extended credit to Licensee, Licensee shall be required to make\npayment concurrent with the delivery of the Licensed Software by Nokia. All\namounts payable are gross amounts but exclusive of any value added tax, use tax,\nsales tax or similar tax. Licensee shall be entitled to withhold from payments any\napplicable withholding taxes and comply with all applicable tax and employment\nlegislation. Each party shall pay all taxes (including, but not limited to, taxes based\nupon its income) or levies imposed on it under applicable laws, regulations and tax\ntreaties as a result of this Agreement and any payments made hereunder (including\nthose required to be withheld or deducted from payments). Each party shall furnish\nevidence of such paid taxes as is sufficient to enable the other party to obtain any\ncredits available to it, including original withholding tax certificates.\n13.7 Force Majeure\nNeither party shall be liable to the other for any delay or non-performance of its\nobligations hereunder other than the obligation of paying the license fees in the event\nand to the extent that such delay or non-performance is due to an event of Force\nMajeure (as defined below). If any event of Force Majeure results in a delay or nonperformance\nof a party for a period of three (3) months or longer, then either party\nshall have the right to terminate this Agreement with immediate effect without any\nliability (except for the obligations of payment arising prior to the event of Force\nMajeure) towards the other party. A \u201cForce Majeure\u201d event shall mean an act of\n8\nGod, terrorist attack or other catastrophic event of nature that prevents either party for\nfulfilling its obligations under this Agreement.\n13.8 Notices\nAny notice given by one party to the other shall be deemed properly given and\ndeemed received if specifically acknowledged by the receiving party in writing or\nwhen successfully delivered to the recipient by hand, fax, or special courier during\nnormal business hours on a business day to the addresses specified below. Each\ncommunication and document made or delivered by one party to the other party\npursuant to this Agreement shall be in the English language or accompanied by a\ntranslation thereof.\nNotices to Nokia shall be given to:\nNokia, Inc.\n555 Twin Dolphin Drive, Suite 280\nRedwood City, CA 94065 U.S.A.\nFax: +1 650 551 1851\n13.9 Export Control\nLicensee acknowledges that the Licensed Software may be subject to export control\nrestrictions of various countries. Licensee shall fully comply with all applicable\nexport license restrictions and requirements as well as with all laws and regulations\nrelating to the importation of the Licensed Software and\/or Modified Software and\/or\nApplications and shall procure all necessary governmental authorizations, including\nwithout limitation, all necessary licenses, approvals, permissions or consents, where\nnecessary for the re-exportation of the Licensed Software, Modified Software or\nApplications.\n13.10 Governing Law and Legal Venue\nThis Agreement shall be governed by and construed in accordance with the federal\nlaws of the United States of America and the internal laws of the State of New York\nwithout given effect to any choice of law rule that would result in the application of\nthe laws of any other jurisdiction. The United Nations Convention on Contracts for\nthe International Sale of Goods (CISG) shall not apply. Each Party (a) hereby\nirrevocably submits itself to and consents to the jurisdiction of the United States\nDistrict Court for the Southern District of New York (or if such court lacks\njurisdiction, the state courts of the State of New York) for the purposes of any action,\nclaim, suit or proceeding between the Parties in connection with any controversy,\nclaim, or dispute arising out of or relating to this Agreement; and (b) hereby waives,\nand agrees not to assert by way of motion, as a defense or otherwise, in any such\naction, claim, suit or proceeding, any claim that is not personally subject to the\njurisdiction of such court(s), that the action, claim, suit or proceeding is brought in an\ninconvenient forum or that the venue of the action, claim, suit or proceeding is\nimproper. Notwithstanding the foregoing, nothing in this Section 13.10 is intended\nto, or shall be deemed to, constitute a submission or consent to, or selection of,\njurisdiction, forum or venue for any action for patent infringement, whether or not\nsuch action relates to this Agreement.\n13.11 No Implied License\n9\nThere are no implied licenses or other implied rights granted under this Agreement,\nand all rights, save for those expressly granted hereunder, shall remain with Nokia\nand its licensors. In addition, no licenses or immunities are granted to the\ncombination of the Licensed Software and\/ Modified Software, as applicable, with\nany other software or hardware not delivered by Nokia under this Agreement.\n13.12 Government End Users\nA \"U.S. Government End User\" shall mean any agency or entity of the government of\nthe United States. The following shall apply if Licensee is a U.S. Government End\nUser. The Licensed Software is a \"commercial item,\" as that term is defined in 48\nC.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and\n\"commercial computer software documentation,\" as such terms are used in 48 C.F.R.\n12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1\nthrough 227.7202-4 (June 1995), all U.S. Government End Users acquire the\nLicensed Software with only those rights set forth herein. The Licensed Software\n(including related documentation) is provided to U.S. Government End Users: (a)\nonly as a commercial end item; and (b) only pursuant to this Agreement.\n10\nAppendix 1\n1. Parts of the Licensed Software that are permitted for distribution (\u201cRedistributables\u201d):\n- The Licensed Software\u2019s main and plug-in libraries in object code form\n- The Licensed Software\u2019s configuration tool (\u201cqtconfig\u201d)\n- The Licensed Software\u2019s help tool in object code\/executable form (\u201cQt Assistant\u201d)\n- The Licensed Software\u2019s internationalization tools in object code\/executable form (\u201cQt\nLinguist\u201d, \u201clupdate\u201d, \u201clrelease\u201d)\n- The Licensed Software\u2019s designer tool (\u201cQt Designer\u201d)\n- The Licensed Software\u2019s IDE tool (\u201cQt Creator\u201d)\n2. Parts of the Licensed Software that are not permitted for distribution include, but are\nnot limited to:\n- The Licensed Software\u2019s source code and header files\n- The Licensed Software\u2019s documentation\n- The Licensed Software\u2019s tool for writing makefiles (\u201cqmake\u201d)\n- The Licensed Software\u2019s Meta Object Compiler (\u201cmoc\u201d)\n- The Licensed Software\u2019s User Interface Compiler (\u201cuic\u201d or in the case of Qt Jambi: \u201cjuic\u201d)\n- The Licensed Software\u2019s Resource Compiler (\u201crcc\u201d)\n- The Licensed Software\u2019s generator (only in the case of Qt Jambi)\n- The License Software\u2019s Qt SDK", + "rf_text": "Qt COMMERCIAL LICENSE AGREEMENT\nAgreement version 3.8\nThis Qt Commercial License Agreement (\"Agreement\") is a legal agreement between Nokia\nInc. (\"Nokia\"), with its registered office at 102 Corporate Park Drive, White Plains, NY\n10604 U.S.A. and you (either an individual or a legal entity) (\"Licensee\") for the Licensed\nSoftware (as defined below).\n1. DEFINITIONS\n\"Affiliate\" of a Party shall mean an entity (i) which is directly or indirectly\ncontrolling such Party; (ii) which is under the same direct or indirect ownership or\ncontrol as such Party; or (iii) which is directly or indirectly owned or controlled by\nsuch Party. For these purposes, an entity shall be treated as being controlled by\nanother if that other entity has fifty percent (50 %) or more of the votes in such entity,\nis able to direct its affairs and\/or to control the composition of its board of directors\nor equivalent body.\n\"Applications\" shall mean Licensee's software products created using the Licensed\nSoftware which may include portions of the Licensed Software.\n\"Designated User(s)\" shall mean the employee(s) of Licensee acting within the scope\nof their employment or Licensee's consultant(s) or contractor(s) acting within the\nscope of their services for Licensee and on behalf of Licensee.\n\"Initial Term\" shall mean the period of time one (1) year from the later of (a) the\nEffective Date; or (b) the date the Licensed Software was initially delivered to\nLicensee by Nokia. If no specific Effective Date is set forth in the Agreement, the\nEffective Date shall be deemed to be the date the Licensed Software was initially\ndelivered to Licensee.\n\"License Certificate\" shall mean the document accompanying the Licensed Software\nwhich specifies the modules which are licensed under the Agreement, Platforms and\nDesignated Users.\n\"Licensed Software\" shall mean the computer software, \"online\" or electronic\ndocumentation, associated media and printed materials, including the source code,\nexample programs and the documentation delivered by Nokia to Licensee in\nconjunction with this Agreement. Licensed Software does not include Third Party\nSoftware (as defined in Section 7).\n\"Modified Software\" shall mean modifications made to the Licensed Software by\nLicensee.\n\"Party or Parties\" shall mean Licensee and\/or Nokia.\n\"Platforms\" shall mean the operating systems listed in the License Certificate.\n\"Redistributables\" shall mean the portions of the Licensed Software set forth in\nAppendix 1, Section 1 that may be distributed with or as part of Applications in\nobject code form.\n\"Support\" shall mean standard developer support that is provided by Nokia to assist\neligible Designated Users in using the Licensed Software in accordance with its\n2\nestablished standard support procedures listed at: http:\/\/qt.nokia.com\/supportservices\/\nfiles\/standardsupport-TermsandConditions.pdf.\n\"Updates\" shall mean a release or version of the Licensed Software containing\nenhancement, new features, bug fixes, error corrections and other changes that are\ngenerally made available to users of the Licensed Software that have contracted for\nmaintenance and support.\n2. OWNERSHIP\nThe Licensed Software is protected by copyright laws and international copyright\ntreaties, as well as other intellectual property laws and treaties. The Licensed\nSoftware is licensed, not sold.\nNokia shall own all right, title and interest including the intellectual property rights in\nand to the information on bug fixes or error corrections relating to the Licensed\nSoftware that are submitted by Licensee to Nokia as well as any intellectual property\nrights to the correction of any errors, if any. To the extent any rights do not\nautomatically vest in Nokia, Licensee assigns, and shall ensure that all of its\nAffiliates, agents, subcontractors and employees assign, all such rights to Nokia. All\nNokia's and\/or its licensors' trademarks, service marks, trade names, logos or other\nwords or symbols are and shall remain the exclusive property of Nokia or its licensors\nrespectively.\n3. MODULES\nSome of the files in the Licensed Software have been grouped into Modules. These\nfiles contain specific notices defining the Module of which they are a part. The\nModules licensed to Licensee are specified in the License Certificate. The terms of\nthe License Certificate are considered part of the Agreement. In the event of\ninconsistency or conflict between the language of this Agreement and the License\nCertificate, the provisions of this Agreement shall govern.\n4. VALIDITY OF THE AGREEMENT\nBy installing, copying, or otherwise using the Licensed Software, Licensee agrees to\nbe bound by the terms of this Agreement. If Licensee does not agree to the terms of\nthis Agreement, Licensee may not install, copy, or otherwise use the Licensed\nSoftware. In addition, by installing, copying, or otherwise using any Updates or other\ncomponents of the Licensed Software that Licensee receives separately as part of the\nLicensed Software, Licensee agrees to be bound by any additional license terms that\naccompany such Updates, if any. If Licensee does not agree to the additional license\nterms that accompany such Updates, Licensee may not install, copy, or otherwise use\nsuch Updates.\nUpon Licensee's acceptance of the terms and conditions of this Agreement, Nokia\ngrants Licensee the right to use the Licensed Software in the manner provided below.\n5. LICENSES\n5.1 Using, modifying and copying\nNokia grants to Licensee a non-exclusive, non-transferable, perpetual license to use,\nmodify and copy the Licensed Software for the Designated User(s) specified in the\nLicense Certificate for the sole purposes of designing, developing, and testing\nApplication(s).\n3\nLicensee may install copies of the Licensed Software on an unlimited number of\ncomputers provided that only the Designated Users use the Licensed Software.\nLicensee may at any time designate another Designated User to replace a then-current\nDesignated User by notifying Nokia, provided that a) the then-current Designated\nUser has not been designated as a replacement during the last six (6) months; and b)\nthere is no more than the specified number of Designated Users at any given time.\n5.2 Redistribution\na) Nokia grants Licensee a non-exclusive, royalty-free right to reproduce and\ndistribute the object code form of Redistributables for execution on the specified\nPlatforms. Copies of Redistributables may only be distributed with and for the sole\npurpose of executing Applications permitted under this Agreement that Licensee has\ncreated using the Licensed Software. Under no circumstances may any copies of\nRedistributables be distributed separately. This Agreement does not give Licensee\nany rights to distribute any of the parts of the Licensed Software listed in Appendix 1,\nSection 2, neither as a whole nor as parts or snippets of code.\nb) Licensee may not distribute, transfer, assign or otherwise dispose of Applications\nand\/or Redistributables, in binary\/compiled form, or in any other form, if such action\nis part of a joint software and hardware distribution, except as provided by a separate\nruntime distribution license with Nokia or one of its authorized distributors. A joint\nhardware and software distribution shall be defined as either:\n(i) distribution of a hardware device where, in its final end user\nconfiguration, the main user interface of the device is provided by\nApplication(s) created by Licensee or others, using a commercial\nversion of Qt or a Qt-based product, and depends on the Licensed\nSoftware or an open source version of any Qt or Qt-based software\nproduct; or\n(ii) distribution of the Licensed Software with a device designed to\nfacilitate the installation of the Licensed Software onto the same\ndevice where the main user interface of such device is provided by\nApplication(s) created by Licensee or others, using a commercial\nversion of Qt or a Qt-based product, and depends on the Licensed\nSoftware.\n5.3 Further Requirements\nThe licenses granted in this Section 5 by Nokia to Licensee are subject to Licensee's\ncompliance with Section 8 of this Agreement.\n6. VERIFICATION\nNokia or a certified auditor on Nokia's behalf, may, upon its reasonable request and\nat its expense, audit Licensee with respect to the use of the Licensed Software. Such\naudit may be conducted by mail, electronic means or through an in-person visit to\nLicensee's place of business. Any such in-person audit shall be conducted during\nregular business hours at Licensee's facilities and shall not unreasonably interfere\nwith Licensee's business activities. Nokia shall not remove, copy, or redistribute any\nelectronic material during the course of an audit. If an audit reveals that Licensee is\nusing the Licensed Software in a way that is in material violation of the terms of the\nAgreement, then Licensee shall pay Nokia's reasonable costs of conducting the audit.\nIn the case of a material violation, Licensee agrees to pay Nokia any amounts owing\n4\nthat are attributable to the unauthorized use. In the alternative, Nokia reserves the\nright, at Nokia's sole option, to terminate the licenses for the Licensed Software.\n7. THIRD PARTY SOFTWARE\nThe Licensed Software may provide links to third party libraries or code (collectively\n\"Third Party Software\") to implement various functions. Third Party Software does\nnot comprise part of the Licensed Software. In some cases, access to Third Party\nSoftware may be included along with the Licensed Software delivery as a\nconvenience for development and testing only. Such source code and libraries may be\nlisted in the \"...\/src\/3rdparty\" source tree delivered with the Licensed Software or\ndocumented in the Licensed Software where the Third Party Software is used, as may\nbe amended from time to time, do not comprise the Licensed Software. Licensee\nacknowledges (1) that some part of Third Party Software may require additional\nlicensing of copyright and patents from the owners of such, and (2) that distribution\nof any of the Licensed Software referencing any portion of a Third Party Software\nmay require appropriate licensing from such third parties.\n8. CONDITIONS FOR CREATING APPLICATIONS AND DISTRIBUTING\nREDISTRIBUTABLES\nThe licenses granted in this Agreement for Licensee to create Applications and\ndistribute them and the Redistributables (if any) to Licensee's customers is subject to\nall of the following conditions: (i) all copies of the Applications which Licensee\ncreates must bear a valid copyright notice, either Licensee's own or the copyright\nnotice that appears on the Licensed Software; (ii) Licensee may not remove or alter\nany copyright, trademark or other proprietary rights notice contained in any portion of\nthe Licensed Software, including but not limited to the About Boxes in \"Qt Assistant\"\nand \"Qt Linguist\" as defined in Appendix 1; (iii) Redistributables, if any, shall be\nlicensed to Licensee's customer \"as is\"; (iv) Licensee shall indemnify and hold Nokia,\nits Affiliates, contractors, and its suppliers, harmless from and against any claims or\nliabilities arising out of the use, reproduction or distribution of Applications; (v)\nApplications must be developed using a licensed, registered copy of the Licensed\nSoftware; (vi) Applications must add primary and substantial functionality to the\nLicensed Software; (vii) Applications may not pass on functionality which in any way\nmakes it possible for others to create software with the Licensed Software, however\nLicensee may use the Licensed Software's scripting functionality solely in order to\nenable scripting that augments the functionality of the Application(s) without adding\nprimary and substantial functionality to the Application(s); (viii) Applications may\nnot compete with the Licensed Software; (ix) Licensee may not use Nokia's or any of\nits suppliers' names, logos, or trademarks to market Application(s), except to state\nthat Application was developed using the Licensed Software.\nNOTE: The Open Source Editions of Nokia's Qt products and the Qt, Qtopia and Qt\nExtended versions previously licensed by Trolltech (collectively referred to as\n\"Products\") are licensed under the terms of the GNU Lesser General Public License\nversion 2.1 (\"LGPL\") and\/or the GNU General Public License versions 2.0 and 3.0\n(\"GPL\") (as applicable) and not under this Agreement. If Licensee, or another third\nparty, has, at any time, developed all (or any portions of) the Application(s) using a\nversion of one of these Products licensed under the LGPL or the GPL, Licensee may\nnot combine such development work with the Licensed Software and must license\nsuch Application(s) (or any portions derived there from) under the terms of the GNU\nLesser General Public License version 2.1 (Qt only) or GNU General Public License\nversion 2.0 (Qt, Qtopia and Qt Extended) or version 3 (Qt only) copies of which are\nlocated at http:\/\/www.gnu.org\/licenses\/old-licenses\/lgpl-2.1.html,\n5\nhttp:\/\/www.fsf.org\/licensing\/licenses\/info\/GPLv2.html, and\nhttp:\/\/www.gnu.org\/copyleft\/gpl.html.\n9. LIMITED WARRANTY AND WARRANTY DISCLAIMER\nNokia hereby represents and warrants with respect to the Licensed Software that it\nhas the power and authority to grant the rights and licenses granted to Licensee under\nthis Agreement. Except as set forth above, the Licensed Software is licensed to\nLicensee \"as is\". To the maximum extent permitted by applicable law, Nokia on\nbehalf of itself and its suppliers, disclaims all warranties and conditions, either\nexpress or implied, including, but not limited to, implied warranties of\nmerchantability, fitness for a particular purpose, title and non-infringement with\nregard to the Licensed Software.\n10. LIMITATION OF LIABILITY\nIf, Nokia's warranty disclaimer notwithstanding, Nokia is held liable to Licensee,\nwhether in contract, tort or any other legal theory, based on the Licensed Software,\nNokia's entire liability to Licensee and Licensee's exclusive remedy shall be, at\nNokia's option, either (A) return of the price Licensee paid for the Licensed Software,\nor (B) repair or replacement of the Licensed Software, provided Licensee returns to\nNokia all copies of the Licensed Software as originally delivered to Licensee. Nokia\nshall not under any circumstances be liable to Licensee based on failure of the\nLicensed Software if the failure resulted from accident, abuse or misapplication, nor\nshall Nokia under any circumstances be liable for special damages, punitive or\nexemplary damages, damages for loss of profits or interruption of business or for loss\nor corruption of data. Any award of damages from Nokia to Licensee shall not exceed\nthe total amount Licensee has paid to Nokia in connection with this Agreement.\n11. SUPPORT AND UPDATES\nLicensee shall be eligible to receive Support and Updates during the Initial Term, in\naccordance with Nokia's then current policies and procedures, if any. Such policies\nand procedures may be changed from time to time. Following the Initial Term, Nokia\nshall no longer make the Licensed Software available to Licensee unless Licensee\npurchases additional Support and Updates according to this Section 11 below.\nLicensee may purchase additional Support and Updates following the Initial Term at\nNokia's terms and conditions applicable at the time of renewal.\n12. CONFIDENTIALITY\nEach party acknowledges that during the Initial Term of this Agreement it shall have\naccess to information about the other party's business, business methods, business\nplans, customers, business relations, technology, and other information, including the\nterms of this Agreement, that is confidential and of great value to the other party, and\nthe value of which would be significantly reduced if disclosed to third parties (the\n\"Confidential Information\"). Accordingly, when a party (the \"Receiving Party\")\nreceives Confidential Information from another party (the \"Disclosing Party\"), the\nReceiving Party shall, and shall obligate its employees and agents and employees and\nagents of its affiliates to: (i) maintain the Confidential Information in strict\nconfidence; (ii) not disclose the Confidential Information to a third party without the\nDisclosing Party's prior written approval; and (iii) not, directly or indirectly, use the\nConfidential Information for any purpose other than for exercising its rights and\nfulfilling its responsibilities pursuant to this Agreement. Each party shall take\n6\nreasonable measures to protect the Confidential Information of the other party, which\nmeasures shall not be less than the measures taken by such party to protect its own\nconfidential and proprietary information.\n\"Confidential Information\" shall not include information that (a) is or becomes\ngenerally known to the public through no act or omission of the Receiving Party; (b)\nwas in the Receiving Party's lawful possession prior to the disclosure hereunder and\nwas not subject to limitations on disclosure or use; (c) is developed by the Receiving\nParty without access to the Confidential Information of the Disclosing Party or by\npersons who have not had access to the Confidential Information of the Disclosing\nParty as proven by the written records of the Receiving Party; (d) is lawfully\ndisclosed to the Receiving Party without restrictions, by a third party not under an\nobligation of confidentiality; or (e) the Receiving Party is legally compelled to\ndisclose the information, in which case the Receiving Party shall assert the privileged\nand confidential nature of the information and cooperate fully with the Disclosing\nParty to protect against and prevent disclosure of any Confidential Information and to\nlimit the scope of disclosure and the dissemination of disclosed Confidential\nInformation by all legally available means.\nThe obligations of the Receiving Party under this Section shall continue during the\nInitial Term and for a period of five (5) years after expiration or termination of this\nAgreement. To the extent that the terms of the Non-Disclosure Agreement between\nNokia and Licensee conflict with the terms of this Section 12, this Section 12 shall be\ncontrolling over the terms of the Non-Disclosure Agreement.\n13. GENERAL PROVISIONS\n13.1 Marketing\nNokia may include Licensee's company name and logo in a publicly available list of\nNokia customers and in its public communications.\n13.2 No Assignment\nLicensee shall not be entitled to assign or transfer all or any of its rights, benefits and\nobligations under this Agreement without the prior written consent of Nokia, which\nshall not be unreasonably withheld.\n13.3 Termination\nNokia may terminate the Agreement at any time immediately upon written notice by\nNokia to Licensee if Licensee breaches this Agreement.\nEither party shall have the right to terminate this Agreement immediately upon\nwritten notice in the event that the other party becomes insolvent, files for any form\nof bankruptcy, makes any assignment for the benefit of creditors, has a receiver,\nadministrative receiver or officer appointed over the whole or a substantial part of its\nassets, ceases to conduct business, or an act equivalent to any of the above occurs\nunder the laws of the jurisdiction of the other party.\nUpon termination of this Agreement, Licensee shall return to Nokia all copies of\nLicensed Software that were supplied by Nokia. All other copies of Licensed\nSoftware in the possession or control of Licensee must be erased or destroyed. An\nofficer of Licensee must promptly deliver to Nokia a written confirmation that this\nhas occurred.\n7\n13.4 Surviving Sections\nAny terms and conditions that by their nature or otherwise reasonably should survive\na cancellation or termination of this Agreement shall also be deemed to survive. Such\nterms and conditions include, but are not limited to the following Sections: 2, 5.1, 6,\n7, 8(iv), 10, 12, 13.5, 13.6, 13.9, 13.10 and 13.11 of this Agreement.\nNotwithstanding the foregoing, Section 5.1 shall not survive if the Agreement is\nterminated for material breach.\n13.5 Entire Agreement\nThis Agreement constitutes the complete agreement between the parties and\nsupersedes all prior or contemporaneous discussions, representations, and proposals,\nwritten or oral, with respect to the subject matters discussed herein, with the\nexception of the non-disclosure agreement executed by the parties in connection with\nthis Agreement (\"Non-Disclosure Agreement\"), if any, shall be subject to Section 12.\nNo modification of this Agreement shall be effective unless contained in a writing\nexecuted by an authorized representative of each party. No term or condition\ncontained in Licensee's purchase order shall apply unless expressly accepted by\nNokia in writing. If any provision of the Agreement is found void or unenforceable,\nthe remainder shall remain valid and enforceable according to its terms. If any\nremedy provided is determined to have failed for its essential purpose, all limitations\nof liability and exclusions of damages set forth in this Agreement shall remain in\neffect.\n13.6 Payment and Taxes\nIf credit has been extended to Licensee by Nokia, all payments under this Agreement\nare due within thirty (30) days of the date Nokia mails its invoice to Licensee. If\nNokia has not extended credit to Licensee, Licensee shall be required to make\npayment concurrent with the delivery of the Licensed Software by Nokia. All\namounts payable are gross amounts but exclusive of any value added tax, use tax,\nsales tax or similar tax. Licensee shall be entitled to withhold from payments any\napplicable withholding taxes and comply with all applicable tax and employment\nlegislation. Each party shall pay all taxes (including, but not limited to, taxes based\nupon its income) or levies imposed on it under applicable laws, regulations and tax\ntreaties as a result of this Agreement and any payments made hereunder (including\nthose required to be withheld or deducted from payments). Each party shall furnish\nevidence of such paid taxes as is sufficient to enable the other party to obtain any\ncredits available to it, including original withholding tax certificates.\n13.7 Force Majeure\nNeither party shall be liable to the other for any delay or non-performance of its\nobligations hereunder other than the obligation of paying the license fees in the event\nand to the extent that such delay or non-performance is due to an event of Force\nMajeure (as defined below). If any event of Force Majeure results in a delay or nonperformance\nof a party for a period of three (3) months or longer, then either party\nshall have the right to terminate this Agreement with immediate effect without any\nliability (except for the obligations of payment arising prior to the event of Force\nMajeure) towards the other party. A \"Force Majeure\" event shall mean an act of\n8\nGod, terrorist attack or other catastrophic event of nature that prevents either party for\nfulfilling its obligations under this Agreement.\n13.8 Notices\nAny notice given by one party to the other shall be deemed properly given and\ndeemed received if specifically acknowledged by the receiving party in writing or\nwhen successfully delivered to the recipient by hand, fax, or special courier during\nnormal business hours on a business day to the addresses specified below. Each\ncommunication and document made or delivered by one party to the other party\npursuant to this Agreement shall be in the English language or accompanied by a\ntranslation thereof.\nNotices to Nokia shall be given to:\nNokia, Inc.\n555 Twin Dolphin Drive, Suite 280\nRedwood City, CA 94065 U.S.A.\nFax: +1 650 551 1851\n13.9 Export Control\nLicensee acknowledges that the Licensed Software may be subject to export control\nrestrictions of various countries. Licensee shall fully comply with all applicable\nexport license restrictions and requirements as well as with all laws and regulations\nrelating to the importation of the Licensed Software and\/or Modified Software and\/or\nApplications and shall procure all necessary governmental authorizations, including\nwithout limitation, all necessary licenses, approvals, permissions or consents, where\nnecessary for the re-exportation of the Licensed Software, Modified Software or\nApplications.\n13.10 Governing Law and Legal Venue\nThis Agreement shall be governed by and construed in accordance with the federal\nlaws of the United States of America and the internal laws of the State of New York\nwithout given effect to any choice of law rule that would result in the application of\nthe laws of any other jurisdiction. The United Nations Convention on Contracts for\nthe International Sale of Goods (CISG) shall not apply. Each Party (a) hereby\nirrevocably submits itself to and consents to the jurisdiction of the United States\nDistrict Court for the Southern District of New York (or if such court lacks\njurisdiction, the state courts of the State of New York) for the purposes of any action,\nclaim, suit or proceeding between the Parties in connection with any controversy,\nclaim, or dispute arising out of or relating to this Agreement; and (b) hereby waives,\nand agrees not to assert by way of motion, as a defense or otherwise, in any such\naction, claim, suit or proceeding, any claim that is not personally subject to the\njurisdiction of such court(s), that the action, claim, suit or proceeding is brought in an\ninconvenient forum or that the venue of the action, claim, suit or proceeding is\nimproper. Notwithstanding the foregoing, nothing in this Section 13.10 is intended\nto, or shall be deemed to, constitute a submission or consent to, or selection of,\njurisdiction, forum or venue for any action for patent infringement, whether or not\nsuch action relates to this Agreement.\n13.11 No Implied License\n9\nThere are no implied licenses or other implied rights granted under this Agreement,\nand all rights, save for those expressly granted hereunder, shall remain with Nokia\nand its licensors. In addition, no licenses or immunities are granted to the\ncombination of the Licensed Software and\/ Modified Software, as applicable, with\nany other software or hardware not delivered by Nokia under this Agreement.\n13.12 Government End Users\nA \"U.S. Government End User\" shall mean any agency or entity of the government of\nthe United States. The following shall apply if Licensee is a U.S. Government End\nUser. The Licensed Software is a \"commercial item,\" as that term is defined in 48\nC.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and\n\"commercial computer software documentation,\" as such terms are used in 48 C.F.R.\n12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1\nthrough 227.7202-4 (June 1995), all U.S. Government End Users acquire the\nLicensed Software with only those rights set forth herein. The Licensed Software\n(including related documentation) is provided to U.S. Government End Users: (a)\nonly as a commercial end item; and (b) only pursuant to this Agreement.\n10\nAppendix 1\n1. Parts of the Licensed Software that are permitted for distribution (\"Redistributables\"):\n- The Licensed Software's main and plug-in libraries in object code form\n- The Licensed Software's configuration tool (\"qtconfig\")\n- The Licensed Software's help tool in object code\/executable form (\"Qt Assistant\")\n- The Licensed Software's internationalization tools in object code\/executable form (\"Qt\nLinguist\", \"lupdate\", \"lrelease\")\n- The Licensed Software's designer tool (\"Qt Designer\")\n- The Licensed Software's IDE tool (\"Qt Creator\")\n2. Parts of the Licensed Software that are not permitted for distribution include, but are\nnot limited to:\n- The Licensed Software's source code and header files\n- The Licensed Software's documentation\n- The Licensed Software's tool for writing makefiles (\"qmake\")\n- The Licensed Software's Meta Object Compiler (\"moc\")\n- The Licensed Software's User Interface Compiler (\"uic\" or in the case of Qt Jambi: \"juic\")\n- The Licensed Software's Resource Compiler (\"rcc\")\n- The Licensed Software's generator (only in the case of Qt Jambi)\n- The License Software's Qt SDK", "rf_url": "http:\/\/qt.nokia.com\/files\/pdf\/licenses\/qtdesktop_us_v3_8.pdf", "rf_add_date": null, "rf_copyleft": null, @@ -1585,7 +1585,7 @@ }, { "rf_shortname": "SGI-B-1.1", - "rf_text": "SGI FREE SOFTWARE LICENSE B\n(Version 1.1 02\/22\/2000)\n\n1. Definitions.\n\n 1.1 \"Additional Notice Provisions\" means such additional provisions as appear in the Notice in Original Code under the heading \"Additional Notice Provisions.\"\n\n 1.2 \"Covered Code\" means the Original Code or Modifications, or any combination thereof.\n\n 1.3 \"Hardware\" means any physical device that accepts input, processes input, stores the results of processing, and\/or provides output.\n\n 1.4 \"Larger Work\" means a work that combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n 1.5 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.6 \"License\" means this document.\n\n 1.7 \"Licensed Patents\" means patent claims Licensable by SGI that are infringed by the use or sale of Original Code or any Modifications provided by SGI, or any combination thereof.\n\n 1.8 \"Modifications\" means any addition to or deletion from the substance or structure of the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\n\n A. Any addition to the contents of a file containing Original Code and\/or addition to or deletion from the contents of a file containing previous Modifications.\n\n B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.9 \"Notice\" means any notice in Original Code or Covered Code, as required by and in compliance with this License.\n\n 1.10 \"Original Code\" means source code of computer software code that is described in the source code Notice required by Exhibit A as Original Code, and updates and error corrections specifically thereto.\n\n 1.11 \"Recipient\" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 8. For legal entities, \"Recipient\" includes any entity that controls, is controlled by, or is under common control with Recipient. For purposes of this definition, \"control\" of an entity means (a) the power, direct or indirect, to direct or manage such entity, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.\n\n 1.12 \"Recipient Patents\" means patent claims Licensable by a Recipient that are infringed by the use or sale of Original Code or any Modifications provided by SGI, or any combination thereof.\n\n 1.13 \"SGI\" means Silicon Graphics, Inc.\n\n 1.14 \"SGI Patents\" means patent claims Licensable by SGI other than the Licensed Patents.\n\n2. License Grant and Restrictions.\n\n 2.1 SGI License Grant. Subject to the terms of this License and any third party intellectual property claims, for the duration of intellectual property protections inherent in the Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following: (i) under copyrights Licensable by SGI, to reproduce, distribute, create derivative works from, and, to the extent applicable, display and perform the Original Code and\/or any Modifications provided by SGI alone and\/or as part of a Larger Work; and (ii) under any Licensable Patents, to make, have made, use, sell, offer for sale, import and\/or otherwise transfer the Original Code and\/or any Modifications provided by SGI. Recipient accepts the terms and conditions of this License by undertaking any of the aforementioned actions. The patent license shall apply to the Covered Code if, at the time any related Modification is added, such addition of the Modification causes such combination to be covered by the Licensed Patents. The patent license in Section 2.1(ii) shall not apply to any other combinations that include the Modification. No patent license is provided under SGI Patents for infringements of SGI Patents by Modifications not provided by SGI or combinations of Original Code and Modifications not provided by SGI.\n\n 2.2 Recipient License Grant. Subject to the terms of this License and any third party intellectual property claims, Recipient hereby grants SGI and any other Recipients a worldwide, royalty-free, non-exclusive license, under any Recipient Patents, to make, have made, use, sell, offer for sale, import and\/or otherwise transfer the Original Code and\/or any Modifications provided by SGI.\n\n 2.3 No License For Hardware Implementations. The licenses granted in Section 2.1 and 2.2 are not applicable to implementation in Hardware of the algorithms embodied in the Original Code or any Modifications provided by SGI .\n\n3. Redistributions.\n\n 3.1 Retention of Notice\/Copy of License. The Notice set forth in Exhibit A, below, must be conspicuously retained or included in any and all redistributions of Covered Code. For distributions of the Covered Code in source code form, the Notice must appear in every file that can include a text comments field; in executable form, the Notice and a copy of this License must appear in related documentation or collateral where the Recipient\u2019s rights relating to Covered Code are described. Any Additional Notice Provisions which actually appears in the Original Code must also be retained or included in any and all redistributions of Covered Code.\n\n 3.2 Alternative License. Provided that Recipient is in compliance with the terms of this License, Recipient may, so long as without derogation of any of SGI\u2019s rights in and to the Original Code, distribute the source code and\/or executable version(s) of Covered Code under (1) this License; (2) a license identical to this License but for only such changes as are necessary in order to clarify Recipient\u2019s role as licensor of Modifications; and\/or (3) a license of Recipient\u2019s choosing, containing terms different from this License, provided that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which terms may not be modified or superseded by any other terms of such license. If Recipient elects to use any license other than this License, Recipient must make it absolutely clear that any of its terms which differ from this License are offered by Recipient alone, and not by SGI. It is emphasized that this License is a limited license, and, regardless of the license form employed by Recipient in accordance with this Section 3.2, Recipient may relicense only such rights, in Original Code and Modifications by SGI, as it has actually been granted by SGI in this License.\n\n 3.3 Indemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a result of any such alternative license terms Recipient offers.\n\n4. Termination. This License and the rights granted hereunder will terminate automatically if Recipient breaches any term herein and fails to cure such breach within 30 days thereof. Any sublicense to the Covered Code that is properly granted shall survive any termination of this License, absent termination by the terms of such sublicense. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.\n\n5. No Trademark Or Other Rights. This License does not grant any rights to: (i) any software apart from the Covered Code, nor shall any other rights or licenses not expressly granted hereunder arise by implication, estoppel or otherwise with respect to the Covered Code; (ii) any trade name, trademark or service mark whatsoever, including without limitation any related right for purposes of endorsement or promotion of products derived from the Covered Code, without prior written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall at all times remains with SGI. All rights in the Original Code not expressly granted under this License are reserved.\n\n6. Compliance with Laws; Non-Infringement. There are various worldwide laws, regulations, and executive orders applicable to dispositions of Covered Code, including without limitation export, re-export, and import control laws, regulations, and executive orders, of the U.S. government and other countries, and Recipient is reminded it is obliged to obey such laws, regulations, and executive orders. Recipient may not distribute Covered Code that (i) in any way infringes (directly or contributorily) any intellectual property rights of any kind of any other person or entity or (ii) breaches any representation or warranty, express, implied or statutory, to which, under any applicable law, it might be deemed to have been subject.\n\n7. Claims of Infringement. If Recipient learns of any third party claim that any disposition of Covered Code and\/or functionality wholly or partially infringes the third party's intellectual property rights, Recipient will promptly notify SGI of such claim.\n\n8. Versions of the License. SGI may publish revised and\/or new versions of the License from time to time, each with a distinguishing version number. Once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the license, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions of Sections 3 and 4 of this License, only SGI may modify the terms applicable to Covered Code created under this License.\n\n9. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED \"AS IS.\" ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.\n\n10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.\n\n11. Indemnity. Recipient shall be solely responsible for damages arising, directly or indirectly, out of its utilization of rights under this License. Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any loss, liability, damages, costs or expenses (including the payment of reasonable attorneys fees) arising out of Recipient's use, modification, reproduction and distribution of the Covered Code or out of any representation or warranty made by Recipient.\n\n12. U.S. Government End Users. The Covered Code is a \"commercial item\" consisting of \"commercial computer software\" as such terms are defined in title 48 of the Code of Federal Regulations and all U.S. Government End Users acquire only the rights set forth in this License and are subject to the terms of this License.\n\n13. Miscellaneous. This License represents the complete agreement concerning the its subject matter. If any provision of this License is held to be unenforceable, such provision shall be reformed so as to achieve as nearly as possible the same legal and economic effect as the original provision and the remainder of this License will remain in effect. This License shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to this License shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation that provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\nExhibit A\n\nLicense Applicability. Except to the extent portions of this file are made subject to an alternative license as permitted in the SGI Free Software License B, Version 1.1 (the \"License\"), the contents of this file are subject only to the provisions of the License. You may not use this file except in compliance with the License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n\nhttp:\/\/oss.sgi.com\/projects\/FreeB\n\nNote that, as provided in the License, the Software is distributed on an \"AS IS\" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\nOriginal Code. The Original Code is: [name of software, version number, and release date], developed by Silicon Graphics, Inc. The Original Code is Copyright (c) [dates of first publication, as appearing in the Notice in the Original Code] Silicon Graphics, Inc. Copyright in any portions created by third parties is as indicated elsewhere herein. All Rights Reserved.\n\nAdditional Notice Provisions: [such additional provisions, if any, as appear in the Notice in the Original Code under the heading \"Additional Notice Provisions\"]\n", + "rf_text": "SGI FREE SOFTWARE LICENSE B\n(Version 1.1 02\/22\/2000)\n\n1. Definitions.\n\n 1.1 \"Additional Notice Provisions\" means such additional provisions as appear in the Notice in Original Code under the heading \"Additional Notice Provisions.\"\n\n 1.2 \"Covered Code\" means the Original Code or Modifications, or any combination thereof.\n\n 1.3 \"Hardware\" means any physical device that accepts input, processes input, stores the results of processing, and\/or provides output.\n\n 1.4 \"Larger Work\" means a work that combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n 1.5 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.6 \"License\" means this document.\n\n 1.7 \"Licensed Patents\" means patent claims Licensable by SGI that are infringed by the use or sale of Original Code or any Modifications provided by SGI, or any combination thereof.\n\n 1.8 \"Modifications\" means any addition to or deletion from the substance or structure of the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\n\n A. Any addition to the contents of a file containing Original Code and\/or addition to or deletion from the contents of a file containing previous Modifications.\n\n B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.9 \"Notice\" means any notice in Original Code or Covered Code, as required by and in compliance with this License.\n\n 1.10 \"Original Code\" means source code of computer software code that is described in the source code Notice required by Exhibit A as Original Code, and updates and error corrections specifically thereto.\n\n 1.11 \"Recipient\" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 8. For legal entities, \"Recipient\" includes any entity that controls, is controlled by, or is under common control with Recipient. For purposes of this definition, \"control\" of an entity means (a) the power, direct or indirect, to direct or manage such entity, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.\n\n 1.12 \"Recipient Patents\" means patent claims Licensable by a Recipient that are infringed by the use or sale of Original Code or any Modifications provided by SGI, or any combination thereof.\n\n 1.13 \"SGI\" means Silicon Graphics, Inc.\n\n 1.14 \"SGI Patents\" means patent claims Licensable by SGI other than the Licensed Patents.\n\n2. License Grant and Restrictions.\n\n 2.1 SGI License Grant. Subject to the terms of this License and any third party intellectual property claims, for the duration of intellectual property protections inherent in the Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following: (i) under copyrights Licensable by SGI, to reproduce, distribute, create derivative works from, and, to the extent applicable, display and perform the Original Code and\/or any Modifications provided by SGI alone and\/or as part of a Larger Work; and (ii) under any Licensable Patents, to make, have made, use, sell, offer for sale, import and\/or otherwise transfer the Original Code and\/or any Modifications provided by SGI. Recipient accepts the terms and conditions of this License by undertaking any of the aforementioned actions. The patent license shall apply to the Covered Code if, at the time any related Modification is added, such addition of the Modification causes such combination to be covered by the Licensed Patents. The patent license in Section 2.1(ii) shall not apply to any other combinations that include the Modification. No patent license is provided under SGI Patents for infringements of SGI Patents by Modifications not provided by SGI or combinations of Original Code and Modifications not provided by SGI.\n\n 2.2 Recipient License Grant. Subject to the terms of this License and any third party intellectual property claims, Recipient hereby grants SGI and any other Recipients a worldwide, royalty-free, non-exclusive license, under any Recipient Patents, to make, have made, use, sell, offer for sale, import and\/or otherwise transfer the Original Code and\/or any Modifications provided by SGI.\n\n 2.3 No License For Hardware Implementations. The licenses granted in Section 2.1 and 2.2 are not applicable to implementation in Hardware of the algorithms embodied in the Original Code or any Modifications provided by SGI .\n\n3. Redistributions.\n\n 3.1 Retention of Notice\/Copy of License. The Notice set forth in Exhibit A, below, must be conspicuously retained or included in any and all redistributions of Covered Code. For distributions of the Covered Code in source code form, the Notice must appear in every file that can include a text comments field; in executable form, the Notice and a copy of this License must appear in related documentation or collateral where the Recipient's rights relating to Covered Code are described. Any Additional Notice Provisions which actually appears in the Original Code must also be retained or included in any and all redistributions of Covered Code.\n\n 3.2 Alternative License. Provided that Recipient is in compliance with the terms of this License, Recipient may, so long as without derogation of any of SGI's rights in and to the Original Code, distribute the source code and\/or executable version(s) of Covered Code under (1) this License; (2) a license identical to this License but for only such changes as are necessary in order to clarify Recipient's role as licensor of Modifications; and\/or (3) a license of Recipient's choosing, containing terms different from this License, provided that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which terms may not be modified or superseded by any other terms of such license. If Recipient elects to use any license other than this License, Recipient must make it absolutely clear that any of its terms which differ from this License are offered by Recipient alone, and not by SGI. It is emphasized that this License is a limited license, and, regardless of the license form employed by Recipient in accordance with this Section 3.2, Recipient may relicense only such rights, in Original Code and Modifications by SGI, as it has actually been granted by SGI in this License.\n\n 3.3 Indemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a result of any such alternative license terms Recipient offers.\n\n4. Termination. This License and the rights granted hereunder will terminate automatically if Recipient breaches any term herein and fails to cure such breach within 30 days thereof. Any sublicense to the Covered Code that is properly granted shall survive any termination of this License, absent termination by the terms of such sublicense. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.\n\n5. No Trademark Or Other Rights. This License does not grant any rights to: (i) any software apart from the Covered Code, nor shall any other rights or licenses not expressly granted hereunder arise by implication, estoppel or otherwise with respect to the Covered Code; (ii) any trade name, trademark or service mark whatsoever, including without limitation any related right for purposes of endorsement or promotion of products derived from the Covered Code, without prior written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall at all times remains with SGI. All rights in the Original Code not expressly granted under this License are reserved.\n\n6. Compliance with Laws; Non-Infringement. There are various worldwide laws, regulations, and executive orders applicable to dispositions of Covered Code, including without limitation export, re-export, and import control laws, regulations, and executive orders, of the U.S. government and other countries, and Recipient is reminded it is obliged to obey such laws, regulations, and executive orders. Recipient may not distribute Covered Code that (i) in any way infringes (directly or contributorily) any intellectual property rights of any kind of any other person or entity or (ii) breaches any representation or warranty, express, implied or statutory, to which, under any applicable law, it might be deemed to have been subject.\n\n7. Claims of Infringement. If Recipient learns of any third party claim that any disposition of Covered Code and\/or functionality wholly or partially infringes the third party's intellectual property rights, Recipient will promptly notify SGI of such claim.\n\n8. Versions of the License. SGI may publish revised and\/or new versions of the License from time to time, each with a distinguishing version number. Once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the license, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions of Sections 3 and 4 of this License, only SGI may modify the terms applicable to Covered Code created under this License.\n\n9. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED \"AS IS.\" ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.\n\n10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.\n\n11. Indemnity. Recipient shall be solely responsible for damages arising, directly or indirectly, out of its utilization of rights under this License. Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any loss, liability, damages, costs or expenses (including the payment of reasonable attorneys fees) arising out of Recipient's use, modification, reproduction and distribution of the Covered Code or out of any representation or warranty made by Recipient.\n\n12. U.S. Government End Users. The Covered Code is a \"commercial item\" consisting of \"commercial computer software\" as such terms are defined in title 48 of the Code of Federal Regulations and all U.S. Government End Users acquire only the rights set forth in this License and are subject to the terms of this License.\n\n13. Miscellaneous. This License represents the complete agreement concerning the its subject matter. If any provision of this License is held to be unenforceable, such provision shall be reformed so as to achieve as nearly as possible the same legal and economic effect as the original provision and the remainder of this License will remain in effect. This License shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to this License shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation that provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\nExhibit A\n\nLicense Applicability. Except to the extent portions of this file are made subject to an alternative license as permitted in the SGI Free Software License B, Version 1.1 (the \"License\"), the contents of this file are subject only to the provisions of the License. You may not use this file except in compliance with the License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n\nhttp:\/\/oss.sgi.com\/projects\/FreeB\n\nNote that, as provided in the License, the Software is distributed on an \"AS IS\" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\nOriginal Code. The Original Code is: [name of software, version number, and release date], developed by Silicon Graphics, Inc. The Original Code is Copyright (c) [dates of first publication, as appearing in the Notice in the Original Code] Silicon Graphics, Inc. Copyright in any portions created by third parties is as indicated elsewhere herein. All Rights Reserved.\n\nAdditional Notice Provisions: [such additional provisions, if any, as appear in the Notice in the Original Code under the heading \"Additional Notice Provisions\"]\n", "rf_url": "http:\/\/oss.sgi.com\/projects\/FreeB\/", "rf_add_date": null, "rf_copyleft": null, @@ -1673,7 +1673,7 @@ }, { "rf_shortname": "CMU", - "rf_text": "CMU License\n\n Mach Operating System\n Copyright \u00a9 1991,1990,1989 Carnegie Mellon University\n All Rights Reserved.\nPermission to use, copy, modify and distribute this software and its documentation is hereby granted, provided that both the copyright notice and this permission notice appear in all copies of the software, derivative works or modified versions, and any portions thereof, and that both notices appear in supporting documentation.\n\ncarnegie mellon allows free use of this software in its \u201cas is\u201d condition. carnegie mellon disclaims any liability of any kind for any damages whatsoever resulting from the use of this software.\n\nCarnegie Mellon requests users of this software to return to\n\n Software Distribution Coordinator\n School of Computer Science\n Carnegie Mellon University\n Pittsburgh PA 15213-3890\nor Software.Distribution@CS.CMU.EDU any improvements or extensions that they make and grant Carnegie Mellon the rights to redistribute these changes.", + "rf_text": "CMU License\n\n Mach Operating System\n Copyright \u00a9 1991,1990,1989 Carnegie Mellon University\n All Rights Reserved.\nPermission to use, copy, modify and distribute this software and its documentation is hereby granted, provided that both the copyright notice and this permission notice appear in all copies of the software, derivative works or modified versions, and any portions thereof, and that both notices appear in supporting documentation.\n\ncarnegie mellon allows free use of this software in its \"as is\" condition. carnegie mellon disclaims any liability of any kind for any damages whatsoever resulting from the use of this software.\n\nCarnegie Mellon requests users of this software to return to\n\n Software Distribution Coordinator\n School of Computer Science\n Carnegie Mellon University\n Pittsburgh PA 15213-3890\nor Software.Distribution@CS.CMU.EDU any improvements or extensions that they make and grant Carnegie Mellon the rights to redistribute these changes.", "rf_url": "http:\/\/www.gnu.org\/software\/hurd\/gnumach-doc\/CMU-License.html", "rf_add_date": null, "rf_copyleft": null, @@ -1805,7 +1805,7 @@ }, { "rf_shortname": "VMWare-EULA", - "rf_text": "VMWARE MASTER END USER LICENSE AGREEMENT\n\nNOTICE: BY DOWNLOADING AND INSTALLING, COPYING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS VMWARE MASTER END USER LICENSE AGREEMENT (\"EULA\"). IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE THE SOFTWARE, AND YOU MAY RETURN THE UNUSED SOFTWARE TO THE VENDORFROM WHICH YOU ACQUIRED IT WITHIN THIRTY (30) DAYS AND REQUEST A REFUND OF THE LICENSE FEE, IF ANY, ALREADY PAID UPON SHOWING PROOF OF PAYMENT. \"YOU\" MEANS THE NATURAL PERSON OR THE ENTITY THAT IS AGREEING TO BE BOUND BY THIS EULA, THEIR EMPLOYEES AND THIRD PARTY CONTRACTORS THAT PROVIDE SERVICES TO YOU.YOU SHALL BE LIABLE FOR ANY FAILURE BY SUCH EMPLOYEES AND THIRD PARTY CONTRACTORS TO COMPLY WITH THE TERMS OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\n1.1 \"Designated Administrative Access\" means that access to the standard user interfaces of a given instance of the Software (designated in this section) that you may grant to a designated third party (a) for which you have provided advance written notice to VMware that you are providing outsourced services and (b) for whose dedicated benefit you have licensed such instance of the Software. Designated Administrative Access is applicable only where you are 1) an IT outsourcing company that is providing outsourced IT services to a client company and 2) applicable only to the following Software: ESX, VMware Server and vCenter Server.\n\n1.2 \"Guest Operating Systems\" means\n\ninstances of third-party operating systems licensed by you and installed in a\n\nVirtual Machine and run using the Software.\n\n1.3 \"Licensed Additional Module\" means additional modules that may be provided with and\/or used in conjunction with the Software for which you have paid the applicable license fee and accepted any applicable additional license terms.\n\n1.4 \"Open Source Software\" means various open source software components licensed under the terms of applicable open source license agreements included in the materials relating to such software. Open Source Software is composed of individual software components, each of which has its own copyright and its own applicable license conditions. The Open Source Software licenses can be found in the open_source_licenses.txt file, other materials accompanying the software package, the documentation or corresponding source files available at www.vmware.com\/download\/open_source.html.\n\n1.5 \"Processor\" means a single, physical chip that houses no more than the number of processor cores as defined by the description of the Software licensed, and set forth in the license portal or applicable documentation for the Software.\n\n1.6 \"Sample Programs\" means sample client management programs or scripts that may be distributed with the Software.\n\n1.7 \"Server\" means a single physical computer of a type that meets the specifications as set forth in the applicable product documentation posted at www.vmware.com\/support\/pubs\/. Multiple computers that share processing power or operate in a networked configuration as a single logical computer, such as a \"server farm\" or similar arrangement, constitute multiple Servers for the purpose of this EULA.\n\n1.8 \"Software\" means software products that are licensed to you under this EULA, including, but not limited to, any related components purchased or provided with the Software, application programming interfaces, associated media, printed materials, online or electronic documentation, and any updates and maintenance releases thereto.\n\n1.9 \"Software License Key\" means, if applicable, a serial number issued to you by VMware to activate and use the Software. A separate, additional Software License Key may be required to activate and use each Licensed Additional Module.\n\n1.10 \"VMware Tools\" means a suite of utilities and drivers that can be installed in Guest Operating System to enhance the performance and functionality of your Guest Operating System when running in a VMware virtual machine.\n\n1.11 \"Virtual Machine\" means an instance of a Guest Operating System and any application programs installed thereon, running on a computing device on which the Software is installed, or suspended to disk or any other storage media accessible by the computing device.\n\n2. EVALUATION LICENSES\n\n2.1 General. If available, the Software and each Licensed Additional Module may be activated with no-cost evaluation Software License Key(s). You acknowledge that Evaluation Software License Keys have an expiration date (\"Expiration Date\") and that VMware is not obligated to permit further use of the Software.\n\n2.2 Evaluation License. If you activate the Software or any Licensed Additional Module with an evaluation Software License Key (\"Evaluation Product\") you may use the Evaluation Product until the Expiration Date only to evaluate the suitability of the Evaluation Product for licensing on a for-fee basis. You may acquire evaluation Software License Key(s) for Licensed Additional Modules. In such case, the Licensed Additional Modules are licensed to you subject to the terms of this \"EVALUATION LICENSES\" section.\n\n2.3 Evaluation Product Warranty Disclaimer. During the use of the Evaluation Product, the limited 90-day warranty referenced in Section 7.1 below is not applicable to you. the EVALUATION PRODUCT is provided to you \"as is\" without warranty of any kind, whether express, implied, statutory, or otherwise. VMWARE AND ITS LICENSORS BEAR NO LIABILITY FOR ANY DAMAGES RESULTING FROM USE (OR ATTEMPTED USE) OF THE EVALUATION PRODUCT THROUGH AND AFTER THE EXPIRATION DATE.\n\n2.4 No Support. VMware has no duty to provide support to you during your use of the Evaluation Product.\n\n3. GRANT AND USE RIGHTS FOR SOFTWARE.\n\n3.1 License. The Software is licensed, not sold. Subject to the terms of this EULA, VMware hereby grants you a non-exclusive, non-transferable license, without rights to sublicense, to use the object code of the Software for the purpose as set forth in the applicable documentation for the Software and to the extent permitted by your payment of applicable license fees, if any, under a VMware approved licensing model and\/or your Software License Key subject to the software product specific terms specified in this EULA, the technical restrictions of the Software and\/or any additional licensing terms specified by VMware via product documentation, notification and\/or policy change posted at www.vmware.com. Your use of the Software is limited to the country where you\u2019ve been invoiced for purchase of the Software. However, if you\u2019ve been invoiced within any of the European Union member states, you may deploy the Software in any of the member states without restriction, subject to the terms of the approved licensing model and the terms of this EULA. Depending upon the model utilized to compute the applicable license fees paid by you to use the Software (whether per Processor, per Virtual Machine, per user, or any other VMware approved licensing model), an applicable Software License Key may limit your usage of the Software accordingly. You may use the documentation accompanying the Software in connection with permitted uses of the Software. If the Software is a version that you have converted or exchanged from a valid licensed prior version, you agree that by using the Software you will no longer use the prior version. VMware reserves the right to require the certification of the destruction of such previous version of the Software.\n\n3.2 License Limitations. You may not copy the Software except for a reasonable number of machine-readable copies of the Software for backup or archival purposes and except as expressly permitted in this EULA. You may not remove any titles, trademarks or trade names, copyright notices, legends, or other propri etary markings on the Software. You are not granted any rights to any trademarks or service marks of VMware. VMware retains all rights not expressly granted to you in this EULA.\n\n3.3 Restrictions. You may not (i) sell, lease, license, sublicense, distribute or otherwise transfer in whole or in part the Software or the Software License Key to another party; (ii) provide, disclose, divulge or make available to, or permit use of the Software in whole or in part by, any third party (except Designated Administrative Access) without VMware\u2019s prior written consent; (iii) modify or create derivative works based upon the Software; or (iv) create, develop, license, install, use, or deploy any third party software or services to circumvent, enable, modify or provide access, permissions or rights which violate the technical restrictions of the Software, any additional licensing terms provided by VMware via product documentation, notification, and\/or policy change posted at www.vmware.com, and the terms of this EULA. Except to the extent expressly permitted by applicable law, and to the extent that VMware is not permitted by that applicable law to exclude or limit the following rights, you may not decompile, disassemble, reverse engineer, or otherwise attempt to derive source code from the Software, in whole or in part. Before you exercise any rights that you believe to be entitled to based on mandatory law, you provide VMware with 30 days prior written notice at info@vmware.com and provide all reasonably requested information to allow VMware to assess your claim and, at VMware\u2019s sole discretion, to provide alternatives that reduce any adverse impact on VMware\u2019s intellectual property or other rights. You may use the Software to conduct internal performance testing and benchmarking studies, the results of which you (and not unauthorized third parties) may publish or publicly disseminate; provided that VMware has reviewed and approved of the methodology, assumptions and other parameters of the study. Please contact VMware at benchmark@vmware.com to request such review.\n\n3.4 VMware Tools. You may distribute the VMware Tools to any third party provided that (i) you only distribute the VMware Tools as a whole in object code format whether or not as part of, the Virtual Machine you create with the Software; (ii) you do not use VMware\u2019s name, logo or trademarks to market the VMware Tools, except you may refer to VMware names, logos or trademarks to indicate that the VMware Tools are compatible with or designed for use with the Software and (iii) you agree to indemnify, hold harmless, and defend VMware from and against any claims or lawsuits, including attorneys\u2019 fees, that arise or result from your use or distribution of VMware Tools. Notwithstanding the foregoing, you may distribute and modify the Open Source Software of VMware Tools; however, VMware may not provide any support, pursuant to Section 5, for such modified VMware Tools.\n\n3.5 Licenses required for third-party software. The Software enables you to run multiple instances of third-party guest operating systems and application programs. You are responsible for obtaining and complying with any licenses necessary to operate any such third-party software, including Guest Operating Systems and\/or application programs.\n\n3.6 Sample Programs. The Software may include Sample Programs. You may use and distribute Sample Programs under the terms set forth in the applicable Sample Programs files. VMware does not provide support services for Sample Programs.\n\n3.7 VMware License Programs. VMware makes available VMware License programs (for e.g., VMware Academic License). If you have received the Software pursuant to these VMware License programs, the then-current terms and conditions posted on www.vmware.com\/download\/eula\/vmtn.html\n\nfor that program shall apply for use of the products under such VMware License programs.\n\n3.8 Audit Rights. You will maintain accurate records as to your use of the Software as authorized by this EULA, for at least two (2) years from the last day on which support and subscription services (\"Services\") expired for the applicable Software. VMware, or persons designated by VMware, will, at any time during the period when you are obliged to maintain such records, be entitled to inspect such records and your computing devices, in order to verify that the Software is used by you in accordance with the terms of this EULA and that you have paid the applicable license fees and Services fees for the Software; provided that VMware may conduct no more than one (1) audit in any twelve (12) month period. You shall promptly pay to VMware any underpayments revealed by any such audit. Any such audit will be performed at VMware\u2019s expense during normal business hours, provided that you shall promptly reimburse VMware for the cost of such audit and any applicable fees if such audit reveals an underpayment by you of more than five percent (5%) of the amounts payable by you to VMware for the period audited.\n\n4. TITLE. VMware retains all right, title, and interest in and to the Software and the Software License Key and in all related copyrights, trade secrets, patents, trademarks, and any other intellectual and industrial property and proprietary rights, including registrations, applications, renewals, and extensions of such rights.\n\n5. SUPPORT AND SUBSCRIPTION SERVICES NOT INCLUDED\n\nVMware will not provide any support services under this EULA. This EULA does not give you any rights to any updates or upgrades to the Software or to any extensions or enhancements to the Software developed by VMware at any time in the future. VMware may offer support and subscription services separately. If you have purchased VMware support and subscription services with the Software, these services are provided to you under the Support Contract Terms and Conditions posted on VMware\u2019s Web site at www.vmware.com\/support\/ and by accepting the terms of this EULA you are accepting these Support Contract Terms and Conditions. Any supplemental software code or related materials that VMware provides to you as part of any support and subscription services are to be considered part of the Software and are subject to the terms and conditions of this EULA. VMware may use any technical information you provide to VMware for any VMware business purposes without restriction, including for product support and development. VMware will not use information in a form that personally identifies you.\n\n6. TERMINATION\n\n6.1 Termination. VMware may terminate this EULA immediately and without notice if you fail to comply with any term of this EULA.\n\n6.2 Effect of Termination. In the event of termination, you must destroy all copies of the Software and Software License Key. In addition you must remove all copies of the Software, including all backup copies, from the Server and all computers and terminals on which it is installed. From time to time, VMware may change the terms of this EULA. VMware will notify you of such change. Your continued use of the Software will indicate your agreement to the change.\n\n7. LIMITED WARRANTY AND LIMITATION OF LIABILITY\n\n7.1 Limited Warranty. VMware warrants that the media, if any, on which the Software is delivered will be free of defects and that the Software will substantially conform to the description contained in the applicable end user documentation with respect to the particular Software licensed under this EULA in each case for a period of 90 days after the date of shipment of the Software License Key to you (\"Warranty Period\"). If during the Warranty Period the media is defective and the version of that Software is still commercially available, your sole remedy will be that VMware shall, at its option, repair or replace the defective media returned to VMware within the Warranty Period. If you are returning a defective media, please email VMware at sales@vmware.com to request a Return Authorization number (RMA) and further instructions. If during the Warranty Period the Software does not substantially conform to the description contained in the applicable end user documentation, your sole remedy will be that VMware shall, at it option, correct the defects in the Software or refund the license fees you paid, if any, related to the Software provided that (a) the Software has been properly installed and used at all times and in accordance with the instructions in the applicable end user documentation; (b) no modification, alteration or addition has been made to the Software product by persons other than VMware or VMware\u2019s authorized representative; and (c) VMware receives written notice of the non-conformity within ninety (90) days following shipment. EXCEPT FOR THE PRECEDING EXPRESS LIMITED WARRANTY, TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE MANDATORY LAW, VMWARE AND ITS LICENSORS PROVIDE THE SOFTWARE WITHOUT ANY WARRANTIES OF ANY KIND, EXPRESS, IMPLIED, STATUTORY, OR IN ANY OTHER PROVISION OF THIS EULA OR COMMUNICATION WITH YOU, AND VMWARE AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\n7.2 LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE MANDATORY LAW, IN NO EVENT WILL VMWARE AND ITS LICENSORS BE LIABLE FOR ANY LOST PROFITS OR BUSINESS OPPORTUNITIES, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, OR ANY OTHER INDIRECT, SPECIAL, INCIDENTAL, OR CONSE QUEN TIAL DAMAGES UNDER ANY THEORY OF LIABILITY, WHETHER BASED IN CONTRACT, TORT, NEGLIGENCE, PRODUCT LIABILITY, OR OTHERWISE. BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE PRECEDING LIMITATION MAY NOT APPLY TO YOU. VMWARE AND ITS LICENSORS\u2019 LIABILITY UNDER THIS EULA WILL NOT, IN ANY EVENT, EXCEED THE LICENSE FEES, IF ANY, PAID BY YOU FOR THE SOFTWARE LICENSED TO YOU UNDER THIS EULA. THE FOREGOING LIMITATIONS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, REGARDLESS OF WHETHER VMWARE OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF WHETHER ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE.\n\n8. GENERAL\n\nEntire Agreement. This Agreement sets forth VMware\u2019s entire liability and your exclusive remedy with respect to the Software and supersedes the terms of any purchase orders and any other communications or advertising with respect to the Software. You acknowledge that this Agreement is a complete statement of the agreement between you and VMware with respect to the Software, and that there are no other prior or contemporaneous understandings, promises, representations, or descriptions with respect to the Software.\n\n8.2 Headings. Headings under this EULA are intended only for convenience and shall not affect the interpretation of this EULA.\n\n8.3 Waiver and Modification. No failure of either party to exercise or enforce any of its rights under this EULA will act as a waiver of those rights. This EULA may only be modified, or any rights under it waived, by a written document executed by the party against which it is asserted.\n\n8.4 Severability. If any provision of this EULA is found illegal or unenforceable, it will be enforced to the maximum extent permissible, and the legality and enforceability of the other provisions of this EULA will not be affected.\n\n8.5 Governing Law. This EULA will be governed by California law and the United States of America, without regard to its choice of law principles. The United Nations Convention for the International Sale of Goods shall not apply.\n\n8.6 Government Restrictions. You may not export or re-export the Soft ware except in compliance with the United States Export Administration Act and the related rules and regulations and similar non-U.S. government restrictions, if applicable. The Software and accompanying documentation are deemed to be \"commercial computer software\" and \"commercial computer software documentation,\" respectively, pursuant to DFAR Section 227.7202 and FAR Section 12.212(b), as applicable. Any use, modification, reproduction, release, performing, displaying, or disclosing of the Software by the U.S. Government shall be governed solely by the terms of this EULA.\n\n8.7 Contact Information. If you have any questions about this EULA, or if you want to contact VMware for any reason, please direct all correspondence to: VMware, Inc., 3401 Hillview Avenue, Palo Alto, CA 94304, United States of America or email info@vmware.com.\n\n8.8 Other. VMware and VMTN are trademarks and\/or registered trademarks of VMware, Inc. in the United States and\/or various jurisdictions.", + "rf_text": "VMWARE MASTER END USER LICENSE AGREEMENT\n\nNOTICE: BY DOWNLOADING AND INSTALLING, COPYING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS VMWARE MASTER END USER LICENSE AGREEMENT (\"EULA\"). IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE THE SOFTWARE, AND YOU MAY RETURN THE UNUSED SOFTWARE TO THE VENDORFROM WHICH YOU ACQUIRED IT WITHIN THIRTY (30) DAYS AND REQUEST A REFUND OF THE LICENSE FEE, IF ANY, ALREADY PAID UPON SHOWING PROOF OF PAYMENT. \"YOU\" MEANS THE NATURAL PERSON OR THE ENTITY THAT IS AGREEING TO BE BOUND BY THIS EULA, THEIR EMPLOYEES AND THIRD PARTY CONTRACTORS THAT PROVIDE SERVICES TO YOU.YOU SHALL BE LIABLE FOR ANY FAILURE BY SUCH EMPLOYEES AND THIRD PARTY CONTRACTORS TO COMPLY WITH THE TERMS OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\n1.1 \"Designated Administrative Access\" means that access to the standard user interfaces of a given instance of the Software (designated in this section) that you may grant to a designated third party (a) for which you have provided advance written notice to VMware that you are providing outsourced services and (b) for whose dedicated benefit you have licensed such instance of the Software. Designated Administrative Access is applicable only where you are 1) an IT outsourcing company that is providing outsourced IT services to a client company and 2) applicable only to the following Software: ESX, VMware Server and vCenter Server.\n\n1.2 \"Guest Operating Systems\" means\n\ninstances of third-party operating systems licensed by you and installed in a\n\nVirtual Machine and run using the Software.\n\n1.3 \"Licensed Additional Module\" means additional modules that may be provided with and\/or used in conjunction with the Software for which you have paid the applicable license fee and accepted any applicable additional license terms.\n\n1.4 \"Open Source Software\" means various open source software components licensed under the terms of applicable open source license agreements included in the materials relating to such software. Open Source Software is composed of individual software components, each of which has its own copyright and its own applicable license conditions. The Open Source Software licenses can be found in the open_source_licenses.txt file, other materials accompanying the software package, the documentation or corresponding source files available at www.vmware.com\/download\/open_source.html.\n\n1.5 \"Processor\" means a single, physical chip that houses no more than the number of processor cores as defined by the description of the Software licensed, and set forth in the license portal or applicable documentation for the Software.\n\n1.6 \"Sample Programs\" means sample client management programs or scripts that may be distributed with the Software.\n\n1.7 \"Server\" means a single physical computer of a type that meets the specifications as set forth in the applicable product documentation posted at www.vmware.com\/support\/pubs\/. Multiple computers that share processing power or operate in a networked configuration as a single logical computer, such as a \"server farm\" or similar arrangement, constitute multiple Servers for the purpose of this EULA.\n\n1.8 \"Software\" means software products that are licensed to you under this EULA, including, but not limited to, any related components purchased or provided with the Software, application programming interfaces, associated media, printed materials, online or electronic documentation, and any updates and maintenance releases thereto.\n\n1.9 \"Software License Key\" means, if applicable, a serial number issued to you by VMware to activate and use the Software. A separate, additional Software License Key may be required to activate and use each Licensed Additional Module.\n\n1.10 \"VMware Tools\" means a suite of utilities and drivers that can be installed in Guest Operating System to enhance the performance and functionality of your Guest Operating System when running in a VMware virtual machine.\n\n1.11 \"Virtual Machine\" means an instance of a Guest Operating System and any application programs installed thereon, running on a computing device on which the Software is installed, or suspended to disk or any other storage media accessible by the computing device.\n\n2. EVALUATION LICENSES\n\n2.1 General. If available, the Software and each Licensed Additional Module may be activated with no-cost evaluation Software License Key(s). You acknowledge that Evaluation Software License Keys have an expiration date (\"Expiration Date\") and that VMware is not obligated to permit further use of the Software.\n\n2.2 Evaluation License. If you activate the Software or any Licensed Additional Module with an evaluation Software License Key (\"Evaluation Product\") you may use the Evaluation Product until the Expiration Date only to evaluate the suitability of the Evaluation Product for licensing on a for-fee basis. You may acquire evaluation Software License Key(s) for Licensed Additional Modules. In such case, the Licensed Additional Modules are licensed to you subject to the terms of this \"EVALUATION LICENSES\" section.\n\n2.3 Evaluation Product Warranty Disclaimer. During the use of the Evaluation Product, the limited 90-day warranty referenced in Section 7.1 below is not applicable to you. the EVALUATION PRODUCT is provided to you \"as is\" without warranty of any kind, whether express, implied, statutory, or otherwise. VMWARE AND ITS LICENSORS BEAR NO LIABILITY FOR ANY DAMAGES RESULTING FROM USE (OR ATTEMPTED USE) OF THE EVALUATION PRODUCT THROUGH AND AFTER THE EXPIRATION DATE.\n\n2.4 No Support. VMware has no duty to provide support to you during your use of the Evaluation Product.\n\n3. GRANT AND USE RIGHTS FOR SOFTWARE.\n\n3.1 License. The Software is licensed, not sold. Subject to the terms of this EULA, VMware hereby grants you a non-exclusive, non-transferable license, without rights to sublicense, to use the object code of the Software for the purpose as set forth in the applicable documentation for the Software and to the extent permitted by your payment of applicable license fees, if any, under a VMware approved licensing model and\/or your Software License Key subject to the software product specific terms specified in this EULA, the technical restrictions of the Software and\/or any additional licensing terms specified by VMware via product documentation, notification and\/or policy change posted at www.vmware.com. Your use of the Software is limited to the country where you've been invoiced for purchase of the Software. However, if you've been invoiced within any of the European Union member states, you may deploy the Software in any of the member states without restriction, subject to the terms of the approved licensing model and the terms of this EULA. Depending upon the model utilized to compute the applicable license fees paid by you to use the Software (whether per Processor, per Virtual Machine, per user, or any other VMware approved licensing model), an applicable Software License Key may limit your usage of the Software accordingly. You may use the documentation accompanying the Software in connection with permitted uses of the Software. If the Software is a version that you have converted or exchanged from a valid licensed prior version, you agree that by using the Software you will no longer use the prior version. VMware reserves the right to require the certification of the destruction of such previous version of the Software.\n\n3.2 License Limitations. You may not copy the Software except for a reasonable number of machine-readable copies of the Software for backup or archival purposes and except as expressly permitted in this EULA. You may not remove any titles, trademarks or trade names, copyright notices, legends, or other propri etary markings on the Software. You are not granted any rights to any trademarks or service marks of VMware. VMware retains all rights not expressly granted to you in this EULA.\n\n3.3 Restrictions. You may not (i) sell, lease, license, sublicense, distribute or otherwise transfer in whole or in part the Software or the Software License Key to another party; (ii) provide, disclose, divulge or make available to, or permit use of the Software in whole or in part by, any third party (except Designated Administrative Access) without VMware's prior written consent; (iii) modify or create derivative works based upon the Software; or (iv) create, develop, license, install, use, or deploy any third party software or services to circumvent, enable, modify or provide access, permissions or rights which violate the technical restrictions of the Software, any additional licensing terms provided by VMware via product documentation, notification, and\/or policy change posted at www.vmware.com, and the terms of this EULA. Except to the extent expressly permitted by applicable law, and to the extent that VMware is not permitted by that applicable law to exclude or limit the following rights, you may not decompile, disassemble, reverse engineer, or otherwise attempt to derive source code from the Software, in whole or in part. Before you exercise any rights that you believe to be entitled to based on mandatory law, you provide VMware with 30 days prior written notice at info@vmware.com and provide all reasonably requested information to allow VMware to assess your claim and, at VMware's sole discretion, to provide alternatives that reduce any adverse impact on VMware's intellectual property or other rights. You may use the Software to conduct internal performance testing and benchmarking studies, the results of which you (and not unauthorized third parties) may publish or publicly disseminate; provided that VMware has reviewed and approved of the methodology, assumptions and other parameters of the study. Please contact VMware at benchmark@vmware.com to request such review.\n\n3.4 VMware Tools. You may distribute the VMware Tools to any third party provided that (i) you only distribute the VMware Tools as a whole in object code format whether or not as part of, the Virtual Machine you create with the Software; (ii) you do not use VMware's name, logo or trademarks to market the VMware Tools, except you may refer to VMware names, logos or trademarks to indicate that the VMware Tools are compatible with or designed for use with the Software and (iii) you agree to indemnify, hold harmless, and defend VMware from and against any claims or lawsuits, including attorneys' fees, that arise or result from your use or distribution of VMware Tools. Notwithstanding the foregoing, you may distribute and modify the Open Source Software of VMware Tools; however, VMware may not provide any support, pursuant to Section 5, for such modified VMware Tools.\n\n3.5 Licenses required for third-party software. The Software enables you to run multiple instances of third-party guest operating systems and application programs. You are responsible for obtaining and complying with any licenses necessary to operate any such third-party software, including Guest Operating Systems and\/or application programs.\n\n3.6 Sample Programs. The Software may include Sample Programs. You may use and distribute Sample Programs under the terms set forth in the applicable Sample Programs files. VMware does not provide support services for Sample Programs.\n\n3.7 VMware License Programs. VMware makes available VMware License programs (for e.g., VMware Academic License). If you have received the Software pursuant to these VMware License programs, the then-current terms and conditions posted on www.vmware.com\/download\/eula\/vmtn.html\n\nfor that program shall apply for use of the products under such VMware License programs.\n\n3.8 Audit Rights. You will maintain accurate records as to your use of the Software as authorized by this EULA, for at least two (2) years from the last day on which support and subscription services (\"Services\") expired for the applicable Software. VMware, or persons designated by VMware, will, at any time during the period when you are obliged to maintain such records, be entitled to inspect such records and your computing devices, in order to verify that the Software is used by you in accordance with the terms of this EULA and that you have paid the applicable license fees and Services fees for the Software; provided that VMware may conduct no more than one (1) audit in any twelve (12) month period. You shall promptly pay to VMware any underpayments revealed by any such audit. Any such audit will be performed at VMware's expense during normal business hours, provided that you shall promptly reimburse VMware for the cost of such audit and any applicable fees if such audit reveals an underpayment by you of more than five percent (5%) of the amounts payable by you to VMware for the period audited.\n\n4. TITLE. VMware retains all right, title, and interest in and to the Software and the Software License Key and in all related copyrights, trade secrets, patents, trademarks, and any other intellectual and industrial property and proprietary rights, including registrations, applications, renewals, and extensions of such rights.\n\n5. SUPPORT AND SUBSCRIPTION SERVICES NOT INCLUDED\n\nVMware will not provide any support services under this EULA. This EULA does not give you any rights to any updates or upgrades to the Software or to any extensions or enhancements to the Software developed by VMware at any time in the future. VMware may offer support and subscription services separately. If you have purchased VMware support and subscription services with the Software, these services are provided to you under the Support Contract Terms and Conditions posted on VMware's Web site at www.vmware.com\/support\/ and by accepting the terms of this EULA you are accepting these Support Contract Terms and Conditions. Any supplemental software code or related materials that VMware provides to you as part of any support and subscription services are to be considered part of the Software and are subject to the terms and conditions of this EULA. VMware may use any technical information you provide to VMware for any VMware business purposes without restriction, including for product support and development. VMware will not use information in a form that personally identifies you.\n\n6. TERMINATION\n\n6.1 Termination. VMware may terminate this EULA immediately and without notice if you fail to comply with any term of this EULA.\n\n6.2 Effect of Termination. In the event of termination, you must destroy all copies of the Software and Software License Key. In addition you must remove all copies of the Software, including all backup copies, from the Server and all computers and terminals on which it is installed. From time to time, VMware may change the terms of this EULA. VMware will notify you of such change. Your continued use of the Software will indicate your agreement to the change.\n\n7. LIMITED WARRANTY AND LIMITATION OF LIABILITY\n\n7.1 Limited Warranty. VMware warrants that the media, if any, on which the Software is delivered will be free of defects and that the Software will substantially conform to the description contained in the applicable end user documentation with respect to the particular Software licensed under this EULA in each case for a period of 90 days after the date of shipment of the Software License Key to you (\"Warranty Period\"). If during the Warranty Period the media is defective and the version of that Software is still commercially available, your sole remedy will be that VMware shall, at its option, repair or replace the defective media returned to VMware within the Warranty Period. If you are returning a defective media, please email VMware at sales@vmware.com to request a Return Authorization number (RMA) and further instructions. If during the Warranty Period the Software does not substantially conform to the description contained in the applicable end user documentation, your sole remedy will be that VMware shall, at it option, correct the defects in the Software or refund the license fees you paid, if any, related to the Software provided that (a) the Software has been properly installed and used at all times and in accordance with the instructions in the applicable end user documentation; (b) no modification, alteration or addition has been made to the Software product by persons other than VMware or VMware's authorized representative; and (c) VMware receives written notice of the non-conformity within ninety (90) days following shipment. EXCEPT FOR THE PRECEDING EXPRESS LIMITED WARRANTY, TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE MANDATORY LAW, VMWARE AND ITS LICENSORS PROVIDE THE SOFTWARE WITHOUT ANY WARRANTIES OF ANY KIND, EXPRESS, IMPLIED, STATUTORY, OR IN ANY OTHER PROVISION OF THIS EULA OR COMMUNICATION WITH YOU, AND VMWARE AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\n7.2 LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE MANDATORY LAW, IN NO EVENT WILL VMWARE AND ITS LICENSORS BE LIABLE FOR ANY LOST PROFITS OR BUSINESS OPPORTUNITIES, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, OR ANY OTHER INDIRECT, SPECIAL, INCIDENTAL, OR CONSE QUEN TIAL DAMAGES UNDER ANY THEORY OF LIABILITY, WHETHER BASED IN CONTRACT, TORT, NEGLIGENCE, PRODUCT LIABILITY, OR OTHERWISE. BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE PRECEDING LIMITATION MAY NOT APPLY TO YOU. VMWARE AND ITS LICENSORS' LIABILITY UNDER THIS EULA WILL NOT, IN ANY EVENT, EXCEED THE LICENSE FEES, IF ANY, PAID BY YOU FOR THE SOFTWARE LICENSED TO YOU UNDER THIS EULA. THE FOREGOING LIMITATIONS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, REGARDLESS OF WHETHER VMWARE OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF WHETHER ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE.\n\n8. GENERAL\n\nEntire Agreement. This Agreement sets forth VMware's entire liability and your exclusive remedy with respect to the Software and supersedes the terms of any purchase orders and any other communications or advertising with respect to the Software. You acknowledge that this Agreement is a complete statement of the agreement between you and VMware with respect to the Software, and that there are no other prior or contemporaneous understandings, promises, representations, or descriptions with respect to the Software.\n\n8.2 Headings. Headings under this EULA are intended only for convenience and shall not affect the interpretation of this EULA.\n\n8.3 Waiver and Modification. No failure of either party to exercise or enforce any of its rights under this EULA will act as a waiver of those rights. This EULA may only be modified, or any rights under it waived, by a written document executed by the party against which it is asserted.\n\n8.4 Severability. If any provision of this EULA is found illegal or unenforceable, it will be enforced to the maximum extent permissible, and the legality and enforceability of the other provisions of this EULA will not be affected.\n\n8.5 Governing Law. This EULA will be governed by California law and the United States of America, without regard to its choice of law principles. The United Nations Convention for the International Sale of Goods shall not apply.\n\n8.6 Government Restrictions. You may not export or re-export the Soft ware except in compliance with the United States Export Administration Act and the related rules and regulations and similar non-U.S. government restrictions, if applicable. The Software and accompanying documentation are deemed to be \"commercial computer software\" and \"commercial computer software documentation,\" respectively, pursuant to DFAR Section 227.7202 and FAR Section 12.212(b), as applicable. Any use, modification, reproduction, release, performing, displaying, or disclosing of the Software by the U.S. Government shall be governed solely by the terms of this EULA.\n\n8.7 Contact Information. If you have any questions about this EULA, or if you want to contact VMware for any reason, please direct all correspondence to: VMware, Inc., 3401 Hillview Avenue, Palo Alto, CA 94304, United States of America or email info@vmware.com.\n\n8.8 Other. VMware and VMTN are trademarks and\/or registered trademarks of VMware, Inc. in the United States and\/or various jurisdictions.", "rf_url": "http:\/\/www.vmware.com\/download\/eula\/", "rf_add_date": null, "rf_copyleft": null, @@ -1827,7 +1827,7 @@ }, { "rf_shortname": "BSD-2-Clause", - "rf_text": "Copyright (c) All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", + "rf_text": "Copyright (c) . All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "rf_url": "https:\/\/opensource.org\/licenses\/BSD-2-Clause", "rf_add_date": null, "rf_copyleft": null, @@ -2047,7 +2047,7 @@ }, { "rf_shortname": "SGI-B-1.0", - "rf_text": "SGI FREE SOFTWARE LICENSE B\n(Version 1.0 1\/25\/2000)\n\n1. Definitions.\n\n 1.1 \"Additional Notice Provisions\" means such additional provisions as appear in the Notice in Original Code under the heading \"Additional Notice Provisions.\"\n\n 1.2 \"API\" means an application programming interface established by SGI in conjunction with the Original Code.\n\n 1.3 \"Covered Code\" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n\n 1.4 \"Hardware\" means any physical device that accepts input, processes input, stores the results of processing, and\/or provides output.\n\n 1.5 \"Larger Work\" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n 1.6 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.7 \"License\" means this document.\n\n 1.8 \"Modifications\" means any addition to the substance or structure of the Original Code and\/or any addition to or deletion from previous Modifications. When Covered Code is released as a series of files, a Modification is:\n\n A. Any addition to the contents of a file containing Original Code and\/or any addition to or deletion from previous Modifications.\n\n B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.9 \"Notice\" means any notice in Original Code or Covered Code, as required by and in compliance with this License.\n\n 1.10 \"Original Code\" means source code of computer software code which is described in the source code Notice required by Exhibit A as Original Code, and updates and error corrections specifically thereto.\n\n 1.11 \"Recipient\" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 8. For legal entities, \"Recipient\" includes any entity which controls, is controlled by, or is under common control with Recipient. For purposes of this definition, \"control\" of an entity means (a) the power, direct or indirect, to direct or manage such entity, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.\n\n 1.12 SGI\" means Silicon Graphics, Inc.\n\n2. License Grant and Restrictions.\n\n 2.1v License Grant. Subject to the provisions of this License and any third party intellectual property claims, for the duration of intellectual property protections inherent in the Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following: (i) under copyrights Licensable by SGI, to reproduce, distribute, create derivative works from, and, to the extent applicable, display and perform the Original Code alone and\/or as part of a Larger Work; and (ii) under any patent claims Licensable by SGI and embodied in the Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code. Recipient accepts the terms and conditions of this License by undertaking any of the aforementioned actions.\n\n 2.2 Restriction on Patent License. Notwithstanding the provisions of Section 2.1(ii), no patent license is granted: 1) separate from the Original Code; nor 2) for infringements caused by (i) modification of the Original Code, or (ii) the combination of the Original Code with other software or Hardware.\n\n 2.3 No License For Hardware Implementations. The licenses granted in Section 2.1 are not applicable to implementation in Hardware of the algorithms embodied in the Original Code.\n\n 2.4 Modifications License and API Compliance. Modifications are only licensed under Section 2.1(i) to the extent such Modifications are fully compliant with any API as may be identified in Additional Notice Provisions as appear in the Original Code.\n\n3. Redistributions.\n\n A.\tRetention of Notice\/Copy of License. The Notice set forth in Exhibit A, below, must be conspicuously retained or included in any and all redistributions of Covered Code. For distributions of the Covered Code in source code form, the Notice must appear in every file that can include a text comments field; in executable form, the Notice and a copy of this License must appear in related documentation or collateral where the Recipient\u2019s rights relating to Covered Code are described. Any Additional Notice Provisions which actually appears in the Original Code must also be retained or included in any and all redistributions of Covered Code.\n\n B.\tAlternative License. Provided that Recipient is in compliance with the terms of this License, Recipient may distribute the source code and\/or executable version(s) of Covered Code under (1) this License; (2) a license identical to this License but for only such changes as are necessary in order to clarify Recipient\u2019s role as licensor of Modifications, without derogation of any of SGI\u2019s rights; and\/or (3) a license of Recipient\u2019s choosing, containing terms different from this License, provided that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which terms may not be modified or superseded by any other terms of such license. If Recipient elects to use any license other than this License, Recipient must make it absolutely clear that any of its terms which differ from this License are offered by Recipient alone, and not by SGI.\n\n C.\tIndemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a result of any such alternative license terms Recipient offers.\n\n4. Termination. This License and the rights granted hereunder will terminate automatically if Recipient breaches any term herein and fails to cure such breach within 30 days thereof. Any sublicense to the Covered Code that is properly granted shall survive any termination of this License, absent termination by the terms of such sublicense. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.\n\n5. No Trademark Or Other Rights. This License does not grant any rights to: (i) any software apart from the Covered Code, nor shall any other rights or licenses not expressly granted hereunder arise by implication, estoppel or otherwise with respect to the Covered Code; (ii) any trade name, trademark or service mark whatsoever, including without limitation any related right for purposes of endorsement or promotion of products derived from the Covered Code, without prior written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall at all times remains with SGI. All rights in the Original Code not expressly granted under this License are reserved.\n\n6. Compliance with Laws; Non-Infringement. Recipient hereby assures that it shall comply with all applicable laws, regulations, and executive orders, in connection with any and all dispositions of Covered Code, including but not limited to, all export, re-export, and import control laws, regulations, and executive orders, of the U.S. government and other countries. Recipient may not distribute Covered Code that (i) in any way infringes (directly or contributorily) the rights (including patent, copyright, trade secret, trademark or other intellectual property rights of any kind) of any other person or entity or (ii) breaches any representation or warranty, express, implied or statutory, to which, under any applicable law, it might be deemed to have been subject.\n\n7. Claims of Infringement. If Recipient learns of any third party claim that any disposition of Covered Code and\/or functionality wholly or partially infringes the third party's intellectual property rights, Recipient will promptly notify SGI of such claim.\n\n8. Versions of the License. SGI may publish revised and\/or new versions of the License from time to time, each with a distinguishing version number. Once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the license, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions of Sections 3 and 4 of this License, only SGI may modify the terms applicable to Covered Code created under this License.\n\n9. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED \"AS IS.\" ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.\n\n10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.\n\n11. Indemnity. Recipient shall be solely responsible for damages arising, directly or indirectly, out of its utilization of rights under this License. Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any loss, liability, damages, costs or expenses (including the payment of reasonable attorneys fees) arising out of Recipient's use, modification, reproduction and distribution of the Covered Code or out of any representation or warranty made by Recipient.\n\n12. U.S. Government End Users. The Covered Code is a \"commercial item\" consisting of \"commercial computer software\" as such terms are defined in title 48 of the Code of Federal Regulations and all U.S. Government End Users acquire only the rights set forth in this License and are subject to the terms of this License.\n\n13. Miscellaneous. This License represents the complete agreement concerning the its subject matter. If any provision of this License is held to be unenforceable, such provision shall be reformed so as to achieve as nearly as possible the same legal and economic effect as the original provision and the remainder of this License will remain in effect. This License shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to this License shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\nExhibit A\n\nLicense Applicability. Except to the extent portions of this file are made subject to an alternative license as permitted in the SGI Free Software License B, Version 1.0 (the \"License\"), the contents of this file are subject only to the provisions of the License. You may not use this file except in compliance with the License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 Ampitheatre Parkway, Mountain View, CA 94043-1351, or at:\n\nhttp:\/\/oss.sgi.com\/projects\/FreeB\n\nNote that, as provided in the License, the Software is distributed on an \"AS IS\" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\nOriginal Code. The Original Code is: [name of software, version number, and release date], developed by Silicon Graphics, Inc. The Original Code is Copyright (c) [dates of first publication, as appearing in the Notice in the Original Code] Silicon Graphics, Inc. Copyright in any portions created by third parties is as indicated elsewhere herein. All Rights Reserved.\n\nAdditional Notice Provisions: [such additional provisions, if any, as appear in the Notice in the Original Code under the heading \"Additional Notice Provisions\"]\n", + "rf_text": "SGI FREE SOFTWARE LICENSE B\n(Version 1.0 1\/25\/2000)\n\n1. Definitions.\n\n 1.1 \"Additional Notice Provisions\" means such additional provisions as appear in the Notice in Original Code under the heading \"Additional Notice Provisions.\"\n\n 1.2 \"API\" means an application programming interface established by SGI in conjunction with the Original Code.\n\n 1.3 \"Covered Code\" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n\n 1.4 \"Hardware\" means any physical device that accepts input, processes input, stores the results of processing, and\/or provides output.\n\n 1.5 \"Larger Work\" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n 1.6 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.7 \"License\" means this document.\n\n 1.8 \"Modifications\" means any addition to the substance or structure of the Original Code and\/or any addition to or deletion from previous Modifications. When Covered Code is released as a series of files, a Modification is:\n\n A. Any addition to the contents of a file containing Original Code and\/or any addition to or deletion from previous Modifications.\n\n B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.9 \"Notice\" means any notice in Original Code or Covered Code, as required by and in compliance with this License.\n\n 1.10 \"Original Code\" means source code of computer software code which is described in the source code Notice required by Exhibit A as Original Code, and updates and error corrections specifically thereto.\n\n 1.11 \"Recipient\" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 8. For legal entities, \"Recipient\" includes any entity which controls, is controlled by, or is under common control with Recipient. For purposes of this definition, \"control\" of an entity means (a) the power, direct or indirect, to direct or manage such entity, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.\n\n 1.12 SGI\" means Silicon Graphics, Inc.\n\n2. License Grant and Restrictions.\n\n 2.1v License Grant. Subject to the provisions of this License and any third party intellectual property claims, for the duration of intellectual property protections inherent in the Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following: (i) under copyrights Licensable by SGI, to reproduce, distribute, create derivative works from, and, to the extent applicable, display and perform the Original Code alone and\/or as part of a Larger Work; and (ii) under any patent claims Licensable by SGI and embodied in the Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code. Recipient accepts the terms and conditions of this License by undertaking any of the aforementioned actions.\n\n 2.2 Restriction on Patent License. Notwithstanding the provisions of Section 2.1(ii), no patent license is granted: 1) separate from the Original Code; nor 2) for infringements caused by (i) modification of the Original Code, or (ii) the combination of the Original Code with other software or Hardware.\n\n 2.3 No License For Hardware Implementations. The licenses granted in Section 2.1 are not applicable to implementation in Hardware of the algorithms embodied in the Original Code.\n\n 2.4 Modifications License and API Compliance. Modifications are only licensed under Section 2.1(i) to the extent such Modifications are fully compliant with any API as may be identified in Additional Notice Provisions as appear in the Original Code.\n\n3. Redistributions.\n\n A.\tRetention of Notice\/Copy of License. The Notice set forth in Exhibit A, below, must be conspicuously retained or included in any and all redistributions of Covered Code. For distributions of the Covered Code in source code form, the Notice must appear in every file that can include a text comments field; in executable form, the Notice and a copy of this License must appear in related documentation or collateral where the Recipient's rights relating to Covered Code are described. Any Additional Notice Provisions which actually appears in the Original Code must also be retained or included in any and all redistributions of Covered Code.\n\n B.\tAlternative License. Provided that Recipient is in compliance with the terms of this License, Recipient may distribute the source code and\/or executable version(s) of Covered Code under (1) this License; (2) a license identical to this License but for only such changes as are necessary in order to clarify Recipient's role as licensor of Modifications, without derogation of any of SGI's rights; and\/or (3) a license of Recipient's choosing, containing terms different from this License, provided that the license terms include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which terms may not be modified or superseded by any other terms of such license. If Recipient elects to use any license other than this License, Recipient must make it absolutely clear that any of its terms which differ from this License are offered by Recipient alone, and not by SGI.\n\n C.\tIndemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a result of any such alternative license terms Recipient offers.\n\n4. Termination. This License and the rights granted hereunder will terminate automatically if Recipient breaches any term herein and fails to cure such breach within 30 days thereof. Any sublicense to the Covered Code that is properly granted shall survive any termination of this License, absent termination by the terms of such sublicense. Provisions that, by their nature, must remain in effect beyond the termination of this License, shall survive.\n\n5. No Trademark Or Other Rights. This License does not grant any rights to: (i) any software apart from the Covered Code, nor shall any other rights or licenses not expressly granted hereunder arise by implication, estoppel or otherwise with respect to the Covered Code; (ii) any trade name, trademark or service mark whatsoever, including without limitation any related right for purposes of endorsement or promotion of products derived from the Covered Code, without prior written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall at all times remains with SGI. All rights in the Original Code not expressly granted under this License are reserved.\n\n6. Compliance with Laws; Non-Infringement. Recipient hereby assures that it shall comply with all applicable laws, regulations, and executive orders, in connection with any and all dispositions of Covered Code, including but not limited to, all export, re-export, and import control laws, regulations, and executive orders, of the U.S. government and other countries. Recipient may not distribute Covered Code that (i) in any way infringes (directly or contributorily) the rights (including patent, copyright, trade secret, trademark or other intellectual property rights of any kind) of any other person or entity or (ii) breaches any representation or warranty, express, implied or statutory, to which, under any applicable law, it might be deemed to have been subject.\n\n7. Claims of Infringement. If Recipient learns of any third party claim that any disposition of Covered Code and\/or functionality wholly or partially infringes the third party's intellectual property rights, Recipient will promptly notify SGI of such claim.\n\n8. Versions of the License. SGI may publish revised and\/or new versions of the License from time to time, each with a distinguishing version number. Once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the license, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions of Sections 3 and 4 of this License, only SGI may modify the terms applicable to Covered Code created under this License.\n\n9. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED \"AS IS.\" ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.\n\n10. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO RECIPIENT.\n\n11. Indemnity. Recipient shall be solely responsible for damages arising, directly or indirectly, out of its utilization of rights under this License. Recipient will defend, indemnify and hold harmless Silicon Graphics, Inc. from and against any loss, liability, damages, costs or expenses (including the payment of reasonable attorneys fees) arising out of Recipient's use, modification, reproduction and distribution of the Covered Code or out of any representation or warranty made by Recipient.\n\n12. U.S. Government End Users. The Covered Code is a \"commercial item\" consisting of \"commercial computer software\" as such terms are defined in title 48 of the Code of Federal Regulations and all U.S. Government End Users acquire only the rights set forth in this License and are subject to the terms of this License.\n\n13. Miscellaneous. This License represents the complete agreement concerning the its subject matter. If any provision of this License is held to be unenforceable, such provision shall be reformed so as to achieve as nearly as possible the same legal and economic effect as the original provision and the remainder of this License will remain in effect. This License shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to this License shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\nExhibit A\n\nLicense Applicability. Except to the extent portions of this file are made subject to an alternative license as permitted in the SGI Free Software License B, Version 1.0 (the \"License\"), the contents of this file are subject only to the provisions of the License. You may not use this file except in compliance with the License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 Ampitheatre Parkway, Mountain View, CA 94043-1351, or at:\n\nhttp:\/\/oss.sgi.com\/projects\/FreeB\n\nNote that, as provided in the License, the Software is distributed on an \"AS IS\" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\nOriginal Code. The Original Code is: [name of software, version number, and release date], developed by Silicon Graphics, Inc. The Original Code is Copyright (c) [dates of first publication, as appearing in the Notice in the Original Code] Silicon Graphics, Inc. Copyright in any portions created by third parties is as indicated elsewhere herein. All Rights Reserved.\n\nAdditional Notice Provisions: [such additional provisions, if any, as appear in the Notice in the Original Code under the heading \"Additional Notice Provisions\"]\n", "rf_url": "http:\/\/oss.sgi.com\/projects\/FreeB\/SGIFreeSWLicB.1.0.html", "rf_add_date": null, "rf_copyleft": null, @@ -2069,7 +2069,7 @@ }, { "rf_shortname": "SISSL", - "rf_text": "Sun Industry Standards Source License - Version 1.1\n\n1.0 DEFINITIONS\n\n 1.1 \"Commercial Use\" means distribution or otherwise making the Original Code available to a third party.\n\n 1.2 \"Contributor Version\" means the combination of the Original Code, and the Modifications made by that particular Contributor.\n\n 1.3 \"Electronic Distribution Mechanism\" means a mechanism generally accepted in the software development community for the electronic transfer of data.\n\n 1.4 \"Executable\" means Original Code in any form other than Source Code.\n\n 1.5 \"Initial Developer\" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.\n\n 1.6 \"Larger Work\" means a work which combines Original Code or portions thereof with code not governed by the terms of this License.\n\n 1.7 \"License\" means this document.\n\n 1.8 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.9 \"Modifications\" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. A Modification is:\n\n A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.\n\n B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.10 \"Original Code\" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code.\n\n 1.11 \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n 1.12 \"Source Code\" means the preferred form of the Original Code for making modifications to it, including all modules it contains, plus any associated interface definition files, or scripts used to control compilation and installation of an Executable.\n\n 1.13 \"Standards\" means the standards identified in Exhibit B.\n\n 1.14 \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, \"You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2.0 SOURCE CODE LICENSE\n\n 2.1 The Initial Developer Grant The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\u00a0\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code (or portions thereof).\n (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices, including but not limited to Modifications.\u00a0\n\n3.0 DISTRIBUTION OBLIGATIONS\n\n 3.1 Application of License. The Source Code version of Original Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. Your license for shipment of the Contributor Version is conditioned upon Your full compliance with this Section. The Modifications which You create must comply with all requirements set out by the Standards body in effect one hundred twenty (120) days before You ship the Contributor Version. In the event that the Modifications do not meet such requirements, You agree to publish either (i) any deviation from the Standards protocol resulting from implementation of Your Modifications and a reference implementation of Your Modifications or (ii) Your Modifications in Source Code form, and to make any such deviation and reference implementation or Modifications available to all third parties under the same terms as this license on a royalty free basis within thirty (30) days of Your first customer shipment of Your Modifications.\n\n 3.2 Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add Your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Initial Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Your version of the Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer for any liability incurred by the Initial Developer as a result of warranty, support, indemnity or liability terms You offer.\n\n 3.3 Distribution of Executable Versions. You may distribute Original Code in Executable and Source form only if the requirements of Sections 3.1 and 3.2 have been met for that Original Code, and if You include a notice stating that the Source Code version of the Original Code is available under the terms of this License. The notice must be conspicuously included in any notice in an Executable or Source versions, related documentation or collateral in which You describe recipients' rights relating to the Original Code. You may distribute the Executable and Source versions of Your version of the Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License. If You distribute the Executable and Source versions under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer. You hereby agree to indemnify the Initial Developer for any liability incurred by the Initial Developer as a result of any such terms You offer.\n\n 3.4 Larger Works. You may create a Larger Work by combining Original Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Original Code.\n\n4.0 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION\n\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Original Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.2 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5.0 APPLICATION OF THIS LICENSE\n\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Modifications as set out in Section 3.1.\n\n6.0 VERSIONS OF THE LICENSE\n\n 6.1 New Versions. Sun may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 6.2 Effect of New Versions. Once Original Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of the License published by Sun. No one other than Sun has the right to modify the terms applicable to Original Code.\n\n7.0 DISCLAIMER OF WARRANTY\n\nORIGINAL CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE ORIGINAL CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE ORIGINAL CODE IS WITH YOU. SHOULD ANY ORIGINAL CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY ORIGINAL CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8.0 TERMINATION\n\n 8.1 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Original Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n 8.2 In the event of termination under Section 8.1 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.\n\n9.0 LIMIT OF LIABILITY\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF ORIGINAL CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10.0 U.S. GOVERNMENT END USERS\n\nU.S. Government: If this Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions).\n\n11.0 MISCELLANEOUS\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\nEXHIBIT A - Sun Standards License\n\n\"The contents of this file are subject to the Sun Standards License Version 1.1 (the \"License\"); You may not use this file except in compliance with the\u00a0License. You may obtain a copy of the License at _______________________________.\n\nSoftware distributed under the License is distributed on\u00a0an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either\u00a0\nexpress or implied. See the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is ______________________________________.\n\nThe Initial Developer of the Original Code is:\u00a0\nSun Microsystems, Inc..\n\nPortions created by: _______________________________________\n\nare Copyright (C): _______________________________________\n\nAll Rights Reserved.\n\nContributor(s): _______________________________________\nEXHIBIT B - Standards\n\nThe Standard is defined as the following:\nOpenOffice.org XML File Format Specification, located at http:\/\/xml.openoffice.org\nOpenOffice.org Application Programming Interface Specification, located at http:\/\/api.openoffice.org\n", + "rf_text": "Sun Industry Standards Source License - Version 1.1\n\n1.0 DEFINITIONS\n\n 1.1 \"Commercial Use\" means distribution or otherwise making the Original Code available to a third party.\n\n 1.2 \"Contributor Version\" means the combination of the Original Code, and the Modifications made by that particular Contributor.\n\n 1.3 \"Electronic Distribution Mechanism\" means a mechanism generally accepted in the software development community for the electronic transfer of data.\n\n 1.4 \"Executable\" means Original Code in any form other than Source Code.\n\n 1.5 \"Initial Developer\" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.\n\n 1.6 \"Larger Work\" means a work which combines Original Code or portions thereof with code not governed by the terms of this License.\n\n 1.7 \"License\" means this document.\n\n 1.8 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.9 \"Modifications\" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. A Modification is:\n\n A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.\n\n B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.10 \"Original Code\" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code.\n\n 1.11 \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n 1.12 \"Source Code\" means the preferred form of the Original Code for making modifications to it, including all modules it contains, plus any associated interface definition files, or scripts used to control compilation and installation of an Executable.\n\n 1.13 \"Standards\" means the standards identified in Exhibit B.\n\n 1.14 \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, \"You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2.0 SOURCE CODE LICENSE\n\n 2.1 The Initial Developer Grant The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: \n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code (or portions thereof).\n (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices, including but not limited to Modifications. \n\n3.0 DISTRIBUTION OBLIGATIONS\n\n 3.1 Application of License. The Source Code version of Original Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. Your license for shipment of the Contributor Version is conditioned upon Your full compliance with this Section. The Modifications which You create must comply with all requirements set out by the Standards body in effect one hundred twenty (120) days before You ship the Contributor Version. In the event that the Modifications do not meet such requirements, You agree to publish either (i) any deviation from the Standards protocol resulting from implementation of Your Modifications and a reference implementation of Your Modifications or (ii) Your Modifications in Source Code form, and to make any such deviation and reference implementation or Modifications available to all third parties under the same terms as this license on a royalty free basis within thirty (30) days of Your first customer shipment of Your Modifications.\n\n 3.2 Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add Your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Initial Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Your version of the Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer for any liability incurred by the Initial Developer as a result of warranty, support, indemnity or liability terms You offer.\n\n 3.3 Distribution of Executable Versions. You may distribute Original Code in Executable and Source form only if the requirements of Sections 3.1 and 3.2 have been met for that Original Code, and if You include a notice stating that the Source Code version of the Original Code is available under the terms of this License. The notice must be conspicuously included in any notice in an Executable or Source versions, related documentation or collateral in which You describe recipients' rights relating to the Original Code. You may distribute the Executable and Source versions of Your version of the Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License. If You distribute the Executable and Source versions under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer. You hereby agree to indemnify the Initial Developer for any liability incurred by the Initial Developer as a result of any such terms You offer.\n\n 3.4 Larger Works. You may create a Larger Work by combining Original Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Original Code.\n\n4.0 INABILITY TO COMPLY DUE TO STATUTE OR REGULATION\n\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Original Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.2 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5.0 APPLICATION OF THIS LICENSE\n\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Modifications as set out in Section 3.1.\n\n6.0 VERSIONS OF THE LICENSE\n\n 6.1 New Versions. Sun may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 6.2 Effect of New Versions. Once Original Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of the License published by Sun. No one other than Sun has the right to modify the terms applicable to Original Code.\n\n7.0 DISCLAIMER OF WARRANTY\n\nORIGINAL CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE ORIGINAL CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE ORIGINAL CODE IS WITH YOU. SHOULD ANY ORIGINAL CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY ORIGINAL CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8.0 TERMINATION\n\n 8.1 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Original Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n 8.2 In the event of termination under Section 8.1 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.\n\n9.0 LIMIT OF LIABILITY\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF ORIGINAL CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10.0 U.S. GOVERNMENT END USERS\n\nU.S. Government: If this Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions).\n\n11.0 MISCELLANEOUS\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\nEXHIBIT A - Sun Standards License\n\n\"The contents of this file are subject to the Sun Standards License Version 1.1 (the \"License\"); You may not use this file except in compliance with the License. You may obtain a copy of the License at _______________________________.\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either \nexpress or implied. See the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is ______________________________________.\n\nThe Initial Developer of the Original Code is: \nSun Microsystems, Inc..\n\nPortions created by: _______________________________________\n\nare Copyright (C): _______________________________________\n\nAll Rights Reserved.\n\nContributor(s): _______________________________________\nEXHIBIT B - Standards\n\nThe Standard is defined as the following:\nOpenOffice.org XML File Format Specification, located at http:\/\/xml.openoffice.org\nOpenOffice.org Application Programming Interface Specification, located at http:\/\/api.openoffice.org\n", "rf_url": "http:\/\/www.openoffice.org\/licenses\/sissl_license.html", "rf_add_date": null, "rf_copyleft": null, @@ -2091,7 +2091,7 @@ }, { "rf_shortname": "Skype-EULA", - "rf_text": "Skype End User License Agreement\nIMPORTANT \u2013 PLEASE READ CAREFULLY\nPlease note the following preliminary terms, which use some of the definitions set out in paragraph 1 below:\n\nNo Access To Emergency Services: Skype is not a replacement for Your ordinary mobile or fixed line telephone. In particular, apart from in the very limited circumstances set out in paragraph 3.5 of the Terms of Service, Skype does not allow You to make emergency calls to emergency services. You must make alternative communications arrangements to ensure that You can make emergency calls if needed. Please also see paragraphs 3.6 and 6.2 below.\n\nThis Agreement: This Agreement, and any new versions, between Skype and You, covers all Your use of Skype Software from any terminals where Skype Software has been installed, by You or by third parties. You can accept this Agreement by clicking on the ACCEPT button or similar buttons or links as may be designated by Skype.\n\nAdditional Terms: Your agreement with Skype will also include the Additional Terms (as defined below). The Additional Terms shall include, but are not limited to, the terms and policies set out in paragraph 7 below. In order to use the Skype Software, Skype Website and Products, You must accept the Additional Terms. You can accept the Additional Terms by (i) clicking to accept or agree where this option is made available to You, or (ii) by actually using the Skype Software, Skype Website and Products, in which case You acknowledge and agree that Skype will treat such use as acceptance of the applicable terms. You acknowledge and agree that by accepting this Agreement and the Additional Terms you are entering into a legally binding contract, which collectively is referred to below as the \u201cTerms\u201d. If there is any contradiction between the Additional Terms and this Agreement, then the Additional Terms shall take precedence in relation to the relevant Skype Service. You should print off or save a copy of the Terms for your records.\n\nElectronic Signature(s): You hereby agree to the use of electronic communication in order to enter into contracts, place orders and create other records and to the electronic delivery of notices, policies and records of transactions initiated or completed through the Skype Software. Furthermore, You hereby waive any rights or requirements under any laws or regulations in any jurisdiction which require an original (non-electronic) signature or delivery or retention of non-electronic records, to the extent permitted under applicable mandatory law.\n\nJurisdiction\u2019s Restrictions: If the law of Your country prohibits You from downloading or using Skype Software because You are under the age limit or because the Skype Software is not allowed in Your country, please don\u2019t use it.\n\nTable of contents\nDefinitions\nLicense and Restrictions\nWhat You should and should not expect from Skype\nWhat we expect from You\nTerm, Termination, Updates\nDisclaimer of Warranties and Limitation of Liability\nAdditional Terms\nMiscellaneous\n1. Definitions\n1.1 The following terms and expressions shall have the following meanings:\n\nAdditional Terms: the terms and conditions and policies applicable to Your use of the Skype Software, the Skype Website and the Products, in addition to this Agreement.\n\nAffiliate: any corporation, company or other entity that directly or indirectly controls, is controlled by, or is under common control with, Skype. For the purpose of this definition, the word \"control\" shall mean the direct or indirect ownership of more than fifty percent (50%) of the outstanding voting stock of the corporation, company, or other entity.\n\nAgreement: this End User License Agreement, as may be renewed and\/or amended from time to time.\n\nBroadcast TOS: has the meaning given to it in paragraph 2.9.\n\nContent: means any and all content consisting of text, sounds, pictures, photos, video and\/or any type of information or communications.\n\nDocumentation: any online or otherwise enclosed documentation provided by Skype.\n\nEffective Date: the date on which this Agreement is entered into by clicking on the ACCEPT button as stated above or upon installation or use of the Skype Software by You, whichever occurs earlier.\n\nEmergency Service(s): means services that connect a user to emergency services personnel or public safety answering points pursuant to applicable local and or national regulatory requirements.\n\nIP Rights: means (i) patents, pending patent applications, designs, trade marks and trade names (whether registered or unregistered), copyright and related rights, database rights, knowhow, trade secrets and confidential information; (ii) all other intellectual property rights and similar or equivalent rights anywhere in the world which currently exist or are recognised in the future; and (iii) applications, extensions and renewals in relation to any such rights.\n\nPassword: refers to a code You select, which, in combination with the User ID, gives You access to Your User Account.\n\nProduct(s): shall have the meaning given in the Terms of Service at http:\/\/www.skype.com\/legal\/terms\/voip\/.\n\nSkype: refers to the company established under the laws of Luxembourg, Skype Software S.a.r.l, with its address at 22\/24 Boulevard Royal L-2449 Luxembourg (B100467), VAT no. (LU20180239).\n\nSkype API: application program interface consisting of the set of routines utilized by the Skype Software to provide the Skype Software functionality for a given platform or operating system, Skype API being included in or linked to the Skype Software as well as any future versions, improvements, developments, programming fixes, updates and upgrades thereof.\n\nSkype Online Material: the Skype buttons and widgets available for download on the Skype Website at http:\/\/www.skype.com\/share\/buttons\/, as such may be changed from time to time by Skype in its sole discretion.\n\nSkype Promotional Materials: any and all trademarks, names, signs, logos, banners, and any other materials, in whatever form, owned and\/or used by Skype for the promotion of its company, its products and activities, other than the Skype Online Material.\n\nSkype Software: the software distributed by Skype for internet communication applications, including without limitation the Skype API, UI and Documentation, as well as any future versions, improvements, developments, programming fixes, updates and upgrades thereof.\n\nSkype Staff: the officers, directors, employees and agents of Skype or its Affiliates, or any other persons hired by Skype or its Affiliates.\n\nSkype Website: any and all elements, contents and the \u2018look and feel\u2019 of the website available under the URL, www.skype.com, \u2013 among other URL\u2019s \u2013, from which website the Skype Software can be downloaded.\n\nTerms: has the meaning given in the \u201cAdditional Terms\u201d preliminary term above.\n\nUI: the user interface of the Skype Software.\n\nUser Account: refers to the account with User ID and Password that You create for Your use of the Skype Software.\n\nUser ID: refers to an identification code You selected, which in combination with the Password, gives access to Your User Account.\n\nYou: You, the end user of the Skype Software, also used in the form \u201cYour\u201d where applicable.\n\n1.2 References to the singular include the plural and vice versa, and references to one gender include the other gender.\n\n1.3 Any phrase introduced by the expressions \u201cincluding\u201d, \u201cinclude\u201d, \u201cin particular\u201d or any similar expression shall be construed as illustrative and shall not limit the sense of the words preceding those terms.\n\n2. License and Restrictions\n2.1 License: Subject to the terms of this Agreement, Skype hereby grants You a limited, personal, non-commercial, non-exclusive, non-sublicensable, non-assignable, free of charge license to download, install and use the Skype Software on Your computer, phone or PDA for the sole purpose of personally using the internet communication applications provided by Skype and any other applications that may be explicitly provided by Skype. You are allowed to use the Skype Software at university or any other educational institution, subject to paragraph 4.4 below and in accordance with this Agreement and any applicable Additional Terms. You are allowed to use the Skype Software at work to make communications relating to Your business in accordance with this Agreement and any applicable Additional Terms (such as the Terms of Service referred to in paragraph 7 below if You use the Products and\/or are a Member or an Administrator of a Business Control Panel).\n\n2.2 No Granting of Rights to Third Parties: You will not sell, assign, rent, lease, distribute, export, import, act as an intermediary or provider, or otherwise grant rights to third parties with regard to the Skype Software or any part thereof.\n\n2.3 No Modifications: You will not undertake, cause, permit or authorize the modification, creation of derivative works, translation, reverse engineering, decompiling, disassembling or hacking of the Skype Software or any part thereof except to the extent permitted by law.\n\n2.4 Third Parties: The Skype Software may be incorporated into, and may incorporate itself, software and other technology owned and controlled by third parties. Any such third party software or technology that is incorporated in the Skype Software falls under the scope of this Agreement. Any and all other third party software or technology that may be distributed together with the Skype Software will be subject to You explicitly accepting a license agreement with that third party. You acknowledge and agree that You will not enter into a contractual relationship with Skype or its Affiliates regarding such third party software or technology and you will look solely to the applicable third party and not to Skype or its Affiliates to enforce any of your rights.\n\n2.5 Exclusive Ownership: Any and all IP Rights in the Skype Software, the Skype Website, the Skype Online Material and the Skype Promotional Materials are and shall remain the exclusive property of Skype and\/or its licensors. Nothing in this Agreement intends to transfer any such IP Rights to, or to vest any such IP Rights in, You. You are only entitled to the limited use of the IP Rights granted to You in this Agreement. You will not take any action to jeopardize, limit or interfere with Skype\u2019s IP Rights. Any unauthorized use of Skype\u2019s IP Rights is a violation of this Agreement as well as a violation of intellectual property laws and treaties, including without limitation copyright laws and trademark laws. All title and IP Rights in and to any third party content that is not contained in the Skype Software, but may be accessed through use of the Skype Software, is the property of the respective content owners and may be protected by applicable copyright or other intellectual property laws and treaties.\n\n2.6 No Removal of Notices: You agree that You will not remove, obscure, make illegible or alter any notices or indications of the IP Rights and\/or Skype\u2019s rights and ownership thereof, whether such notice or indications are affixed on, contained in or otherwise connected to any materials.\n\n2.7 Use of Skype API.\n\n2.7.1 You may make use of the Skype API provided that:\n\n(i) You comply with the Skype API Terms of Use at http:\/\/www.skype.com\/legal\/terms\/api\/ ;\n\n(ii) Your use of the Skype API is for legitimate purposes only and shall not adversely affect the functionality or performance of the Skype Software or services provided by Skype; and\n\n(iii) You will monitor the Skype Website in order to ensure that You are aware of any changes in the Skype API Terms of Use. If such changes are not acceptable to You, You will immediately stop using the Skype API and, where applicable, the Skype Software.\n\n2.7.2 If You are interested in using the Skype API for a purpose which is not permitted under this Agreement or the Skype API Terms of Use, You will have to obtain Skype\u2019s prior written consent and explicitly agree upon any further commercial terms.\n\n2.8 Skype Promotional Materials: Nothing in this Agreement will give You any right to use the Skype Promotional Materials.\n\n2.9 Broadcasts Using Skype Software. Except as expressly permitted in the Broadcast Terms and Conditions at http:\/\/www.skype.com\/legal\/terms\/broadcast\/ (\" Broadcast TOS\"), You are not allowed to use the Skype Software in connection with any Broadcasts (as defined in such Broadcast TOS).\n\n3. What You should and should not expect from Skype\n3.1 No Warranties: Installing Skype Software enables You to communicate with other people. Skype cannot guarantee that You will always be able to communicate with other people, nor can Skype guarantee that You can communicate without disruptions, delays or communication-related flaws or that all Your communications shall always be delivered to other people.\n\n3.2 Content\n\n3.2.1 Content of Communications: The content of the communication spread by the use of the Skype Software is entirely the responsibility of the person from whom such content originated. You understand, therefore, that by using the Skype Software, the Products and the Skype Website You may be exposed to content that is offensive, harmful to minors, indecent or otherwise objectionable, and that You use the Skype Software, the Products and the Skype Website at Your own risk.\n\n3.2.2 You acknowledge and agree that You are solely responsible for any Content that You upload, submit, post, transmit or display through the Skype Software and\/or the Skype Website -(\u201c Use\u201d or \u201cUsed\u201d) and that Skype is not responsible to You or any third party for any Content that is Used by You or any other Skype Software user.\n\n3.2.3 Third Party IP Rights: You agree that You shall not Use any Content that is subject to any third party IP Rights, unless you have a licence or specific permission from the owner to Use such third party content, and to grant Skype the licence set out in paragraph 3.2.4 below.\n\n3.2.4 Licence: You hereby grant to Skype a non-exclusive, worldwide, perpetual, irrevocable, royalty-free, sublicensable and transferable licence to: (i) reproduce, modify and publish any Content that you Use on the publicly accessible areas of the Skype Website (e.g. Skype forum, blogs) for the purpose of displaying and distributing such Content on the Skype Website for such time as You continue to Use such Content on the Skype Website; and (ii) distribute and\/or display through the Skype Software any Content that You provide or make available using the Skype Software for the sole purposes of making the Skype Software and the Products available to You.\n\n3.2.5 Removal of Content: Skype reserves the right (but shall have no obligation) to decide whether any Content that You Use complies with this Agreement and any Additional Terms. Skype may in its sole discretion remove such Content and\/or terminate this Agreement and Your User Account if You Use any Content that is in breach of this Agreement and\/or any Additional Terms at any time and without prior notice to You.\n\n3.3 Utilization of Your Computer: Skype Software may utilize the processor and bandwidth of the computer (or other applicable device) You are utilizing, for the limited purpose of facilitating the communication between Skype Software users. Skype will use its commercially reasonable efforts to protect the privacy and integrity of the computer resources (or other applicable device) You are utilizing and of Your communication, however Skype cannot give any warranties in this respect.\n\n3.4 New Versions of the Skype Software: Skype, in its sole discretion, reserves the right to add additional features or functions, or to provide programming fixes, updates and upgrades, to the Skype Software. Skype has no obligation to make available to You any subsequent versions of the Skype Software. You may have to enter into a renewed version of this Agreement, in the event you want to download, install or use a new version of the Skype Software.\n\n3.5 Suspension: Skype may, in its sole discretion and to the maximum extent permitted within Your jurisdiction, modify or discontinue or suspend Your ability to use any version of the Skype Software, and\/or disable any Skype Software You may already have accessed or installed without any notice to You, for the repair, improvement, and\/or upgrade of the underlying technology or for any other justifiable reason, including but not limited to, circumstances where You, at Skype\u2019s discretion, are in breach of the Terms, creating problems, possible legal liabilities, or engaging in fraudulent, immoral or illegal activities, or for other similar reasons.\n\n3.6 No Access to Emergency Services: The Skype Software is not intended to support or carry emergency calls to any type of hospitals, law enforcement agencies, medical care unit or any other kind of Emergency Service, except in the very limited circumstances described in paragraph 3.5 of the Terms of Service. There are important differences between traditional telephone services and the Skype Software. You acknowledge and agree that: (i) Skype is not required to offer access to Emergency Services under any applicable local and\/or national rules, regulations or law; (ii) it is Your responsibility to purchase, separately from the Skype Software, traditional wireless (mobile) or fixed line telephone services that offer access to Emergency Services, and (iii) Skype is not a replacement for Your primary telephone service.\n\n4. What we expect from You\n4.1 Lawful purposes: You will use the Skype Software solely for lawful purposes. In this respect You may not, without limitation (a) intercept or monitor, damage or modify any communication which is not intended for You; (b) use any type of spider, virus, worm, trojan-horse, time bomb or any other codes or instructions that are designed to distort, delete, damage or disassemble the Skype Software or the communication; (c) send any unsolicited communication not permitted by applicable law (d) expose any third party to material which is offensive, harmful to minors, indecent or otherwise objectionable in any way; (e) use the Skype Software to cause or intend to cause embarrassment or distress to, or to threaten, harass or invade the privacy of, any third party; or (f) use (including as part of your user name) any material or content that is subject to any third party proprietary rights, unless you have a licence or permission from the owner of such rights;\n\n4.2 Representations: You represent and warrant that You are authorized to enter into and comply with the Terms. Furthermore, You represent and warrant that You will at any and all times meet with Your obligations under the Terms, as well as any and all laws, regulations and policies that may apply to the use of the Skype Software, the Products and\/or the Skype Website.\n\n4.3 Indemnification: YOU AGREE TO INDEMNIFY, DEFEND AND HOLD SKYPE AND ITS AFFILIATES HARMLESS FROM AND AGAINST ANY AND ALL LIABILITY AND COSTS, INCLUDING REASONABLE ATTORNEYS\u2019 FEES INCURRED BY SUCH PARTIES, IN CONNECTION WITH OR ARISING OUT OF YOUR (A) VIOLATION OR BREACH OF ANY TERM OF THIS AGREEMENT OR ANY APPLICABLE LAW OR REGULATION, WHETHER OR NOT REFERENCED HEREIN, OR (B) VIOLATION OF ANY RIGHTS OF ANY THIRD PARTY, OR (C) USE OR MISUSE OF THE SKYPE SOFTWARE, OR (D) COMMUNICATION SPREAD BY MEANS OF THE SKYPE SOFTWARE.\n\n4.4 Utilization of Your Computer: If Your use of the Skype Software is dependent upon the use of a processor and bandwidth owned or controlled by a third party, You acknowledge and agree that Your licence to use the Skype Software is subject to You obtaining consent from the relevant third party for such use. You represent and warrant that by accepting this Agreement and using the Skype Software, You have obtained such consent.\n\n4.5 Export Restrictions: Skype Software may be subject to international rules that govern the export of software. You shall comply with all applicable international and national laws that apply to the Skype Software as well as end-user, end-use and destination restrictions issued by national governments. This software is controlled under ECCN 5D992.b.1 of the Export Administration Regulations (\u201cEAR\u201d) per CCATS # G047973 and thus may not be exported or re exported to or downloaded by any person in any countries controlled for anti terrorism reasons under the EAR, which include Iran, North Korea, Cuba, Syria and Sudan. EAR 742.15(a), Title 15 Code of Federal Regulations. Moreover, the software may not be exported or re exported to or downloaded by any person or entity subject to US sanctions regardless of location. See http:\/\/www.bis.doc.gov\/ComplianceAndEnforcement\/ListsToCheck.htm and EAR Part 736. Skype is making this software available to You for download only on the condition that You certify that You are not such a person or entity and that the download is not otherwise in violation of US export control and sanctions regulations.\n\n4.6 Government Users. The Skype Software and Documentation are \u201ccommercial computer software\u201d and \u201ccommercial computer software documentation,\u201d respectively, as such terms are used in United States Federal Acquisition Regulations Section 12.212. Any use, duplication or disclosure of the Skype Software or the Documentation by or on behalf of the U.S. Government is subject to restrictions as set forth in this Agreement.\n\n5. Term, Termination, Updates\n5.1 Term: This Agreement will be effective as of the Effective Date and will remain effective until terminated by either Skype or You as set out below. The Additional Terms will be effective as of the date upon which they are accepted by You or You use the relevant Skype Service (as applicable), and will remain effective until terminated by either Skype or You as set out below and\/or in the applicable terms.\n\n5.2 Termination: You may terminate the Terms with immediate effect at any time. Without limiting other remedies, Skype may limit, suspend, or terminate this license and Your use of Skype Software, prohibit access to the Skype Website and delete Your User Account and\/or User ID, with immediate effect, automatically and without recourse to the courts, if we think that You are in breach of the Terms, creating problems, legal liabilities (actual or potential), infringing someone else\u2019s intellectual property rights, engaging in fraudulent, immoral or illegal activities, or for other similar reasons. Skype shall effect such termination by providing notice to You to the email address You have provided, and\/or by preventing Your access to Your User Account. We reserve the right to cancel User Accounts that have been inactive for more than one (1) year.\n\n5.3 Consequences of Termination: Upon termination of this Agreement and the Additional Terms: (a) all licenses and rights to use the Skype Software shall immediately terminate; (b) You will immediately cease any and all use of the Skype Software; and (c) You will immediately remove the Skype Software from all hard drives, networks and other storage media and destroy all copies of the Skype Software in Your possession or under Your control.\n\n5.4 New Versions: Skype reserves the right to change this Agreement at any time by publishing the revised Agreement on the Skype Website. The revised Agreement shall become effective within thirty (30) days of such publication, unless You expressly accept the revised Agreement earlier by clicking on the accept button. Your express acceptance or Your continued use of the Skype Software after expiry of the notice period of thirty (30) days, shall constitute Your acceptance to be bound by the terms and conditions of the revised Agreement. You can find the latest version of this Agreement at http:\/\/www.skype.com\/company\/legal\/eula. Skype reserves the right to change any of the Additional Terms from time to time and such changes shall become effective either within thirty (30) days of publication of the revised version on the Skype Website (unless You expressly accept the revised terms earlier by clicking on the accept button if this option is made available), or within the timeframe set out in the applicable terms if different.\n\n6. Disclaimer of Warranties and Limitation of Liability\n6.1 No Warranties: THE SKYPE SOFTWARE IS PROVIDED \u201cAS IS\u201d WITH NO WARRANTIES WHATSOEVER; SKYPE DOES NOT, EITHER EXPRESSED, IMPLIED OR STATUTORY, MAKE ANY WARRANTIES, CLAIMS OR REPRESENTATIONS WITH RESPECT TO THE SKYPE SOFTWARE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF QUALITY, PERFORMANCE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR USE FOR A PARTICULAR PURPOSE. SKYPE FURTHER DOES NOT REPRESENT OR WARRANT THAT THE SKYPE SOFTWARE WILL ALWAYS BE AVAILABLE, ACCESSIBLE, UNINTERRUPTED, TIMELY, SECURE, ACCURATE, COMPLETE AND ERROR-FREE OR WILL OPERATE WITHOUT PACKET LOSS, NOR DOES SKYPE WARRANT ANY CONNECTION TO OR TRANSMISSION FROM THE INTERNET, OR ANY QUALITY OF CALLS MADE THROUGH THE SKYPE SOFTWARE.\n\n6.2 Specific Disclaimer Of Liability For Emergency Services: EXCEPT AS PROVIDED FOR IN THE LIMITED CIRCUMSTANCES SET OUT IN PARAGRAPH 3.5 OF THE TERMS OF SERVICE, SKYPE DOES NOT PROVIDE CONNECTIONS TO EMERGENCY SERVICES VIA THE SKYPE SOFTWARE. YOU SHOULD BE AWARE THAT FURTHER DISCLAIMERS OF LIABILITY APPLY IN THE TERMS OF SERVICE, TO THE EXTENT THAT LIMITED EMERGENCY CALLING IS PROVIDED. SKYPE SHALL NOT BE LIABLE (WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), OR ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT THE POSSIBILITY OF SUCH DAMAGES OR LOSS HAS BEEN NOTIFIED TO SKYPE) FOR ANY CLAIM, DAMAGE, OR LOSS, ARISING FROM OR RELATING TO:\n\n(I) YOUR INABILITY TO USE THE SKYPE SOFTWARE TO CONTACT EMERGENCY SERVICES, OR\n\n(II) YOUR FAILURE TO MAKE ADDITIONAL ARRANGEMENTS TO ACCESS EMERGENCY SERVICES IN ACCORDANCE WITH PARAGRAPH 3.6 ABOVE.\n\n6.3 Your own Risk: You acknowledge and agree that the entire risk arising out of Your use of the Skype Software remains with You, to the maximum extent permitted by law.\n\n6.4 No Liability: The Skype Software is being provided to You free of charge. ACCORDINGLY, YOU ACKNOWLEDGE AND AGREE THAT SKYPE, ITS AFFILIATES, ITS LICENSORS AND THE SKYPE STAFF WILL HAVE NO LIABILITY IN CONNECTION WITH OR ARISING FROM YOUR USE OF THE SKYPE SOFTWARE, AS SET FORTH BELOW. YOUR ONLY RIGHT OR REMEDY WITH RESPECT TO ANY PROBLEMS OR DISSATISFACTION WITH THE SKYPE SOFTWARE IS TO IMMEDIATELY DEINSTALL AND CEASE USE OF SUCH SKYPE SOFTWARE.\n\n6.5 Limitation of Liability: IN NO EVENT SHALL SKYPE, ITS AFFILIATES, ITS LICENSORS OR THE SKYPE STAFF BE LIABLE, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER FORM OF LIABILITY, FOR:\n\n6.5.1 ANY INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION ANY LOSS OF OR CORRUPTION TO DATA, INTERRUPTION, COMPUTER FAILURE OR PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SKYPE SOFTWARE; AND\n\n6.5.2 ANY LOSS OF INCOME, BUSINESS OR PROFITS (WHETHER DIRECT OR INDIRECT) ARISING OUT OF THE USE OR INABILITY TO USE THE SKYPE SOFTWARE;\n\n6.5.3 ANY LOSS OR DAMAGE WHICH MAY BE INCURRED BY YOU AS A RESULT OF;\n\n(I) ANY DISRUPTIONS OR DELAYS IN ANY COMMUNICATION WHEN USING THE SKYPE SOFTWARE;\n\n(II) THE SUSPENSION OR TERMINATION OF THIS AGREEMENT BY YOU OR BY SKYPE FOR ANY REASON; AND\n\n(III) THE RELEASE OR THE DECISION NOT TO RELEASE NEW VERSIONS OF THE SKYPE SOFTWARE TO YOU.\n\n6.6 THE LIMITATIONS ON SKYPE\u2019S LIABILITY TO YOU IN PARAGRAPH 6.5 ABOVE SHALL APPLY WHETHER OR NOT SKYPE, ITS AFFILIATES OR THE SKYPE STAFF HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES OR DAMAGES ARISING.\n\n6.7 NOTHING IN THIS AGREEMENT IS INTENDED TO EXCLUDE OR RESTRICT OR SHALL BE CONSTRUED AS EXCLUDING OR RESTRICTING THE LIABILITY OF SKYPE FOR (I) THE DEATH OR PERSONAL INJURY CAUSED BY THE NEGLIGENCE OF SKYPE, THE SKYPE STAFF OR ITS AGENTS, OR (II) ANY LIABILITY WHICH CANNOT BE LIMITED OR EXCLUDED BY LAW.\n\n6.8 Jurisdiction\u2019s Limitations: As some jurisdictions do not allow some of the exclusions or limitations as set forth above, some of these exclusions or limitations may not apply to You. In such event the liability will be limited to the maximum extent possible within the applicable legislation.\n\n7. Additional Terms\n7.1 In addition to this Agreement, You have to comply with the following Additional Terms when using the Skype Software, the Products and the Skype Website. We expect You to read these Additional Terms carefully, all of which are made part of this Agreement:\n\nThe Skype Etiquette http:\/\/www.skype.com\/legal\/terms\/etiquette provides guidelines to treat properly and respectfully the other members of Skype\u2019s\nSkype API. You are not allowed to use the Skype API unless You comply with the API Terms at http:\/\/www.skype.com\/legal\/terms\/api\/\nSkype Online Material. You are not allowed to use the Skype Online Material unless You comply with the Online Material Terms at http:\/\/www.skype.com\/company\/legal\/promote\/materials\/\nSkype payable internet communications products are provided by Skype Communications S.a.r.l. and are subject to the Terms of Service at http:\/\/www.skype.com\/legal\/terms\/voip\/\nThe use of http:\/\/www.skype.com\/ website is subject to the Terms of Use with Skype Technologies SA at http:\/\/www.skype.com\/legal\/terms\/web\/\nIf You want to provide chargeable services to other Skype Software users through the Skype Software as a service provider, You will need to comply with the Service Provider Agreement with Skype Communications Sa.r.l. at http:\/\/www.skype.com\/legal\/terms\/callserviceprovider .\nIf you want to use Skype Premium Call Service then You will need to comply with the Terms of Service for Skype Premium Call (Beta) at http:\/\/www.skype.com\/legal\/terms\/callservices\/\nYou will need to comply with the Broadcast TOS at http:\/\/www.skype.com\/legal\/terms\/broadcast if You want to use the Skype Software in connection with any Broadcast (as defined in such Broadcast TOS).\n7.2 Any other exceptions: If You are interested in doing anything which is not permitted under this Agreement or by one of the above Additional Terms, You will have to obtain Skype\u2019s prior written consent and explicitly agree upon any further terms.\n\n7.3 Your Confidential Information and Your Privacy: Skype is committed to respecting Your privacy and the confidentiality of Your personal data. The Privacy Policy at http:\/\/www.skype.com\/go\/privacy sets out how Skype may use Your personal data, the traffic data and the content contained in Your communication(s). If You object to Your information being used in the way set out in the Privacy Policy then please do not use the Skype Software or the Products.\n\n8. Miscellaneous\n8.1 Entire Agreement: The terms and conditions of the Terms constitute the entire agreement between You and Skype with respect to the subject matter hereof and will supersede and replace all prior understandings and agreements, in whatever form, regarding the subject matter. Nothing in this clause shall exclude or restrict the liability of either You or Skype arising out of fraud or fraudulent misrepresentation.\n\n8.2 Partial Invalidity: If any provision of the Terms, or any part of a provision, is found by any court or administrative body of competent jurisdiction to be illegal, invalid or unenforceable, and the provision (or part-provision) in question is not of a fundamental nature to the Terms as a whole, the legality, validity or enforceability of the remainder of the Terms (including the remainder of the term which contains the relevant provision) shall not be affected.\n\n8.3 No waiver:The failure to exercise, or delay in exercising, a right, power or remedy provided by the Terms or by law shall not constitute a waiver of that right, power or remedy. If Skype waives a breach of any provision of the Terms this shall not operate as a waiver of a subsequent breach of that provision, or as a waiver of a breach of any other provision.\n\n8.4 Assignment: You are not allowed to assign the Terms or any rights hereunder. Skype is allowed at its sole discretion to assign the Terms or any rights hereunder to any third party, without giving prior notice.\n\n8.5 Applicable Law and Competent Court: The Terms shall be governed by and interpreted in accordance with the laws of Luxembourg and shall be subject to the jurisdiction of the courts of the district of Luxembourg.\n\n8.6 Language: The original English version of the Terms may have been translated into other languages. In the event of inconsistency or discrepancy between the English version and any other language version, the English language version shall prevail.\n\n8.7 Survival: The terms of paragraphs 2.5, 5 and 6 of this Agreement, and any other provision of the Additional Terms which is expressed to survive or operate in the event of termination, shall survive termination of this Agreement and the applicable Additional Terms for whatever reason.\n\n8.8 AVC\/H.264 Notice. IfIf the Skype Software is used to make video calls (i) between Your personal computer and a device that is not a personal computer or (ii) between devices that are not personal computers, the AVC\/H.264 codec may be used to facilitate video functionality in which case the following notice applies: THE AVC VIDEO FUNCTIONALITY IN THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND NONCOMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (\u201cAVC VIDEO\u201d) AND\/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL ACTIVITY AND\/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP:\/\/WWW.MPEGLA.COM\/.\n\nYOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT AND UNDERSTAND THE RIGHTS, OBLIGATIONS, TERMS AND CONDITIONS SET FORTH HEREIN. BY CLICKING ON THE ACCEPT BUTTON AND\/OR CONTINUING TO INSTALL THE SKYPE SOFTWARE, YOU EXPRESSLY CONSENT TO BE BOUND BY ITS TERMS AND CONDITIONS AND GRANT TO SKYPE THE RIGHTS SET FORTH HEREIN.\n\n\u00a9 Skype \u2013 Last revised: August 2009", + "rf_text": "Skype End User License Agreement\nIMPORTANT - PLEASE READ CAREFULLY\nPlease note the following preliminary terms, which use some of the definitions set out in paragraph 1 below:\n\nNo Access To Emergency Services: Skype is not a replacement for Your ordinary mobile or fixed line telephone. In particular, apart from in the very limited circumstances set out in paragraph 3.5 of the Terms of Service, Skype does not allow You to make emergency calls to emergency services. You must make alternative communications arrangements to ensure that You can make emergency calls if needed. Please also see paragraphs 3.6 and 6.2 below.\n\nThis Agreement: This Agreement, and any new versions, between Skype and You, covers all Your use of Skype Software from any terminals where Skype Software has been installed, by You or by third parties. You can accept this Agreement by clicking on the ACCEPT button or similar buttons or links as may be designated by Skype.\n\nAdditional Terms: Your agreement with Skype will also include the Additional Terms (as defined below). The Additional Terms shall include, but are not limited to, the terms and policies set out in paragraph 7 below. In order to use the Skype Software, Skype Website and Products, You must accept the Additional Terms. You can accept the Additional Terms by (i) clicking to accept or agree where this option is made available to You, or (ii) by actually using the Skype Software, Skype Website and Products, in which case You acknowledge and agree that Skype will treat such use as acceptance of the applicable terms. You acknowledge and agree that by accepting this Agreement and the Additional Terms you are entering into a legally binding contract, which collectively is referred to below as the \"Terms\". If there is any contradiction between the Additional Terms and this Agreement, then the Additional Terms shall take precedence in relation to the relevant Skype Service. You should print off or save a copy of the Terms for your records.\n\nElectronic Signature(s): You hereby agree to the use of electronic communication in order to enter into contracts, place orders and create other records and to the electronic delivery of notices, policies and records of transactions initiated or completed through the Skype Software. Furthermore, You hereby waive any rights or requirements under any laws or regulations in any jurisdiction which require an original (non-electronic) signature or delivery or retention of non-electronic records, to the extent permitted under applicable mandatory law.\n\nJurisdiction's Restrictions: If the law of Your country prohibits You from downloading or using Skype Software because You are under the age limit or because the Skype Software is not allowed in Your country, please don't use it.\n\nTable of contents\nDefinitions\nLicense and Restrictions\nWhat You should and should not expect from Skype\nWhat we expect from You\nTerm, Termination, Updates\nDisclaimer of Warranties and Limitation of Liability\nAdditional Terms\nMiscellaneous\n1. Definitions\n1.1 The following terms and expressions shall have the following meanings:\n\nAdditional Terms: the terms and conditions and policies applicable to Your use of the Skype Software, the Skype Website and the Products, in addition to this Agreement.\n\nAffiliate: any corporation, company or other entity that directly or indirectly controls, is controlled by, or is under common control with, Skype. For the purpose of this definition, the word \"control\" shall mean the direct or indirect ownership of more than fifty percent (50%) of the outstanding voting stock of the corporation, company, or other entity.\n\nAgreement: this End User License Agreement, as may be renewed and\/or amended from time to time.\n\nBroadcast TOS: has the meaning given to it in paragraph 2.9.\n\nContent: means any and all content consisting of text, sounds, pictures, photos, video and\/or any type of information or communications.\n\nDocumentation: any online or otherwise enclosed documentation provided by Skype.\n\nEffective Date: the date on which this Agreement is entered into by clicking on the ACCEPT button as stated above or upon installation or use of the Skype Software by You, whichever occurs earlier.\n\nEmergency Service(s): means services that connect a user to emergency services personnel or public safety answering points pursuant to applicable local and or national regulatory requirements.\n\nIP Rights: means (i) patents, pending patent applications, designs, trade marks and trade names (whether registered or unregistered), copyright and related rights, database rights, knowhow, trade secrets and confidential information; (ii) all other intellectual property rights and similar or equivalent rights anywhere in the world which currently exist or are recognised in the future; and (iii) applications, extensions and renewals in relation to any such rights.\n\nPassword: refers to a code You select, which, in combination with the User ID, gives You access to Your User Account.\n\nProduct(s): shall have the meaning given in the Terms of Service at http:\/\/www.skype.com\/legal\/terms\/voip\/.\n\nSkype: refers to the company established under the laws of Luxembourg, Skype Software S.a.r.l, with its address at 22\/24 Boulevard Royal L-2449 Luxembourg (B100467), VAT no. (LU20180239).\n\nSkype API: application program interface consisting of the set of routines utilized by the Skype Software to provide the Skype Software functionality for a given platform or operating system, Skype API being included in or linked to the Skype Software as well as any future versions, improvements, developments, programming fixes, updates and upgrades thereof.\n\nSkype Online Material: the Skype buttons and widgets available for download on the Skype Website at http:\/\/www.skype.com\/share\/buttons\/, as such may be changed from time to time by Skype in its sole discretion.\n\nSkype Promotional Materials: any and all trademarks, names, signs, logos, banners, and any other materials, in whatever form, owned and\/or used by Skype for the promotion of its company, its products and activities, other than the Skype Online Material.\n\nSkype Software: the software distributed by Skype for internet communication applications, including without limitation the Skype API, UI and Documentation, as well as any future versions, improvements, developments, programming fixes, updates and upgrades thereof.\n\nSkype Staff: the officers, directors, employees and agents of Skype or its Affiliates, or any other persons hired by Skype or its Affiliates.\n\nSkype Website: any and all elements, contents and the 'look and feel' of the website available under the URL, www.skype.com, - among other URL's -, from which website the Skype Software can be downloaded.\n\nTerms: has the meaning given in the \"Additional Terms\" preliminary term above.\n\nUI: the user interface of the Skype Software.\n\nUser Account: refers to the account with User ID and Password that You create for Your use of the Skype Software.\n\nUser ID: refers to an identification code You selected, which in combination with the Password, gives access to Your User Account.\n\nYou: You, the end user of the Skype Software, also used in the form \"Your\" where applicable.\n\n1.2 References to the singular include the plural and vice versa, and references to one gender include the other gender.\n\n1.3 Any phrase introduced by the expressions \"including\", \"include\", \"in particular\" or any similar expression shall be construed as illustrative and shall not limit the sense of the words preceding those terms.\n\n2. License and Restrictions\n2.1 License: Subject to the terms of this Agreement, Skype hereby grants You a limited, personal, non-commercial, non-exclusive, non-sublicensable, non-assignable, free of charge license to download, install and use the Skype Software on Your computer, phone or PDA for the sole purpose of personally using the internet communication applications provided by Skype and any other applications that may be explicitly provided by Skype. You are allowed to use the Skype Software at university or any other educational institution, subject to paragraph 4.4 below and in accordance with this Agreement and any applicable Additional Terms. You are allowed to use the Skype Software at work to make communications relating to Your business in accordance with this Agreement and any applicable Additional Terms (such as the Terms of Service referred to in paragraph 7 below if You use the Products and\/or are a Member or an Administrator of a Business Control Panel).\n\n2.2 No Granting of Rights to Third Parties: You will not sell, assign, rent, lease, distribute, export, import, act as an intermediary or provider, or otherwise grant rights to third parties with regard to the Skype Software or any part thereof.\n\n2.3 No Modifications: You will not undertake, cause, permit or authorize the modification, creation of derivative works, translation, reverse engineering, decompiling, disassembling or hacking of the Skype Software or any part thereof except to the extent permitted by law.\n\n2.4 Third Parties: The Skype Software may be incorporated into, and may incorporate itself, software and other technology owned and controlled by third parties. Any such third party software or technology that is incorporated in the Skype Software falls under the scope of this Agreement. Any and all other third party software or technology that may be distributed together with the Skype Software will be subject to You explicitly accepting a license agreement with that third party. You acknowledge and agree that You will not enter into a contractual relationship with Skype or its Affiliates regarding such third party software or technology and you will look solely to the applicable third party and not to Skype or its Affiliates to enforce any of your rights.\n\n2.5 Exclusive Ownership: Any and all IP Rights in the Skype Software, the Skype Website, the Skype Online Material and the Skype Promotional Materials are and shall remain the exclusive property of Skype and\/or its licensors. Nothing in this Agreement intends to transfer any such IP Rights to, or to vest any such IP Rights in, You. You are only entitled to the limited use of the IP Rights granted to You in this Agreement. You will not take any action to jeopardize, limit or interfere with Skype's IP Rights. Any unauthorized use of Skype's IP Rights is a violation of this Agreement as well as a violation of intellectual property laws and treaties, including without limitation copyright laws and trademark laws. All title and IP Rights in and to any third party content that is not contained in the Skype Software, but may be accessed through use of the Skype Software, is the property of the respective content owners and may be protected by applicable copyright or other intellectual property laws and treaties.\n\n2.6 No Removal of Notices: You agree that You will not remove, obscure, make illegible or alter any notices or indications of the IP Rights and\/or Skype's rights and ownership thereof, whether such notice or indications are affixed on, contained in or otherwise connected to any materials.\n\n2.7 Use of Skype API.\n\n2.7.1 You may make use of the Skype API provided that:\n\n(i) You comply with the Skype API Terms of Use at http:\/\/www.skype.com\/legal\/terms\/api\/ ;\n\n(ii) Your use of the Skype API is for legitimate purposes only and shall not adversely affect the functionality or performance of the Skype Software or services provided by Skype; and\n\n(iii) You will monitor the Skype Website in order to ensure that You are aware of any changes in the Skype API Terms of Use. If such changes are not acceptable to You, You will immediately stop using the Skype API and, where applicable, the Skype Software.\n\n2.7.2 If You are interested in using the Skype API for a purpose which is not permitted under this Agreement or the Skype API Terms of Use, You will have to obtain Skype's prior written consent and explicitly agree upon any further commercial terms.\n\n2.8 Skype Promotional Materials: Nothing in this Agreement will give You any right to use the Skype Promotional Materials.\n\n2.9 Broadcasts Using Skype Software. Except as expressly permitted in the Broadcast Terms and Conditions at http:\/\/www.skype.com\/legal\/terms\/broadcast\/ (\" Broadcast TOS\"), You are not allowed to use the Skype Software in connection with any Broadcasts (as defined in such Broadcast TOS).\n\n3. What You should and should not expect from Skype\n3.1 No Warranties: Installing Skype Software enables You to communicate with other people. Skype cannot guarantee that You will always be able to communicate with other people, nor can Skype guarantee that You can communicate without disruptions, delays or communication-related flaws or that all Your communications shall always be delivered to other people.\n\n3.2 Content\n\n3.2.1 Content of Communications: The content of the communication spread by the use of the Skype Software is entirely the responsibility of the person from whom such content originated. You understand, therefore, that by using the Skype Software, the Products and the Skype Website You may be exposed to content that is offensive, harmful to minors, indecent or otherwise objectionable, and that You use the Skype Software, the Products and the Skype Website at Your own risk.\n\n3.2.2 You acknowledge and agree that You are solely responsible for any Content that You upload, submit, post, transmit or display through the Skype Software and\/or the Skype Website -(\" Use\" or \"Used\") and that Skype is not responsible to You or any third party for any Content that is Used by You or any other Skype Software user.\n\n3.2.3 Third Party IP Rights: You agree that You shall not Use any Content that is subject to any third party IP Rights, unless you have a licence or specific permission from the owner to Use such third party content, and to grant Skype the licence set out in paragraph 3.2.4 below.\n\n3.2.4 Licence: You hereby grant to Skype a non-exclusive, worldwide, perpetual, irrevocable, royalty-free, sublicensable and transferable licence to: (i) reproduce, modify and publish any Content that you Use on the publicly accessible areas of the Skype Website (e.g. Skype forum, blogs) for the purpose of displaying and distributing such Content on the Skype Website for such time as You continue to Use such Content on the Skype Website; and (ii) distribute and\/or display through the Skype Software any Content that You provide or make available using the Skype Software for the sole purposes of making the Skype Software and the Products available to You.\n\n3.2.5 Removal of Content: Skype reserves the right (but shall have no obligation) to decide whether any Content that You Use complies with this Agreement and any Additional Terms. Skype may in its sole discretion remove such Content and\/or terminate this Agreement and Your User Account if You Use any Content that is in breach of this Agreement and\/or any Additional Terms at any time and without prior notice to You.\n\n3.3 Utilization of Your Computer: Skype Software may utilize the processor and bandwidth of the computer (or other applicable device) You are utilizing, for the limited purpose of facilitating the communication between Skype Software users. Skype will use its commercially reasonable efforts to protect the privacy and integrity of the computer resources (or other applicable device) You are utilizing and of Your communication, however Skype cannot give any warranties in this respect.\n\n3.4 New Versions of the Skype Software: Skype, in its sole discretion, reserves the right to add additional features or functions, or to provide programming fixes, updates and upgrades, to the Skype Software. Skype has no obligation to make available to You any subsequent versions of the Skype Software. You may have to enter into a renewed version of this Agreement, in the event you want to download, install or use a new version of the Skype Software.\n\n3.5 Suspension: Skype may, in its sole discretion and to the maximum extent permitted within Your jurisdiction, modify or discontinue or suspend Your ability to use any version of the Skype Software, and\/or disable any Skype Software You may already have accessed or installed without any notice to You, for the repair, improvement, and\/or upgrade of the underlying technology or for any other justifiable reason, including but not limited to, circumstances where You, at Skype's discretion, are in breach of the Terms, creating problems, possible legal liabilities, or engaging in fraudulent, immoral or illegal activities, or for other similar reasons.\n\n3.6 No Access to Emergency Services: The Skype Software is not intended to support or carry emergency calls to any type of hospitals, law enforcement agencies, medical care unit or any other kind of Emergency Service, except in the very limited circumstances described in paragraph 3.5 of the Terms of Service. There are important differences between traditional telephone services and the Skype Software. You acknowledge and agree that: (i) Skype is not required to offer access to Emergency Services under any applicable local and\/or national rules, regulations or law; (ii) it is Your responsibility to purchase, separately from the Skype Software, traditional wireless (mobile) or fixed line telephone services that offer access to Emergency Services, and (iii) Skype is not a replacement for Your primary telephone service.\n\n4. What we expect from You\n4.1 Lawful purposes: You will use the Skype Software solely for lawful purposes. In this respect You may not, without limitation (a) intercept or monitor, damage or modify any communication which is not intended for You; (b) use any type of spider, virus, worm, trojan-horse, time bomb or any other codes or instructions that are designed to distort, delete, damage or disassemble the Skype Software or the communication; (c) send any unsolicited communication not permitted by applicable law (d) expose any third party to material which is offensive, harmful to minors, indecent or otherwise objectionable in any way; (e) use the Skype Software to cause or intend to cause embarrassment or distress to, or to threaten, harass or invade the privacy of, any third party; or (f) use (including as part of your user name) any material or content that is subject to any third party proprietary rights, unless you have a licence or permission from the owner of such rights;\n\n4.2 Representations: You represent and warrant that You are authorized to enter into and comply with the Terms. Furthermore, You represent and warrant that You will at any and all times meet with Your obligations under the Terms, as well as any and all laws, regulations and policies that may apply to the use of the Skype Software, the Products and\/or the Skype Website.\n\n4.3 Indemnification: YOU AGREE TO INDEMNIFY, DEFEND AND HOLD SKYPE AND ITS AFFILIATES HARMLESS FROM AND AGAINST ANY AND ALL LIABILITY AND COSTS, INCLUDING REASONABLE ATTORNEYS' FEES INCURRED BY SUCH PARTIES, IN CONNECTION WITH OR ARISING OUT OF YOUR (A) VIOLATION OR BREACH OF ANY TERM OF THIS AGREEMENT OR ANY APPLICABLE LAW OR REGULATION, WHETHER OR NOT REFERENCED HEREIN, OR (B) VIOLATION OF ANY RIGHTS OF ANY THIRD PARTY, OR (C) USE OR MISUSE OF THE SKYPE SOFTWARE, OR (D) COMMUNICATION SPREAD BY MEANS OF THE SKYPE SOFTWARE.\n\n4.4 Utilization of Your Computer: If Your use of the Skype Software is dependent upon the use of a processor and bandwidth owned or controlled by a third party, You acknowledge and agree that Your licence to use the Skype Software is subject to You obtaining consent from the relevant third party for such use. You represent and warrant that by accepting this Agreement and using the Skype Software, You have obtained such consent.\n\n4.5 Export Restrictions: Skype Software may be subject to international rules that govern the export of software. You shall comply with all applicable international and national laws that apply to the Skype Software as well as end-user, end-use and destination restrictions issued by national governments. This software is controlled under ECCN 5D992.b.1 of the Export Administration Regulations (\"EAR\") per CCATS # G047973 and thus may not be exported or re exported to or downloaded by any person in any countries controlled for anti terrorism reasons under the EAR, which include Iran, North Korea, Cuba, Syria and Sudan. EAR 742.15(a), Title 15 Code of Federal Regulations. Moreover, the software may not be exported or re exported to or downloaded by any person or entity subject to US sanctions regardless of location. See http:\/\/www.bis.doc.gov\/ComplianceAndEnforcement\/ListsToCheck.htm and EAR Part 736. Skype is making this software available to You for download only on the condition that You certify that You are not such a person or entity and that the download is not otherwise in violation of US export control and sanctions regulations.\n\n4.6 Government Users. The Skype Software and Documentation are \"commercial computer software\" and \"commercial computer software documentation,\" respectively, as such terms are used in United States Federal Acquisition Regulations Section 12.212. Any use, duplication or disclosure of the Skype Software or the Documentation by or on behalf of the U.S. Government is subject to restrictions as set forth in this Agreement.\n\n5. Term, Termination, Updates\n5.1 Term: This Agreement will be effective as of the Effective Date and will remain effective until terminated by either Skype or You as set out below. The Additional Terms will be effective as of the date upon which they are accepted by You or You use the relevant Skype Service (as applicable), and will remain effective until terminated by either Skype or You as set out below and\/or in the applicable terms.\n\n5.2 Termination: You may terminate the Terms with immediate effect at any time. Without limiting other remedies, Skype may limit, suspend, or terminate this license and Your use of Skype Software, prohibit access to the Skype Website and delete Your User Account and\/or User ID, with immediate effect, automatically and without recourse to the courts, if we think that You are in breach of the Terms, creating problems, legal liabilities (actual or potential), infringing someone else's intellectual property rights, engaging in fraudulent, immoral or illegal activities, or for other similar reasons. Skype shall effect such termination by providing notice to You to the email address You have provided, and\/or by preventing Your access to Your User Account. We reserve the right to cancel User Accounts that have been inactive for more than one (1) year.\n\n5.3 Consequences of Termination: Upon termination of this Agreement and the Additional Terms: (a) all licenses and rights to use the Skype Software shall immediately terminate; (b) You will immediately cease any and all use of the Skype Software; and (c) You will immediately remove the Skype Software from all hard drives, networks and other storage media and destroy all copies of the Skype Software in Your possession or under Your control.\n\n5.4 New Versions: Skype reserves the right to change this Agreement at any time by publishing the revised Agreement on the Skype Website. The revised Agreement shall become effective within thirty (30) days of such publication, unless You expressly accept the revised Agreement earlier by clicking on the accept button. Your express acceptance or Your continued use of the Skype Software after expiry of the notice period of thirty (30) days, shall constitute Your acceptance to be bound by the terms and conditions of the revised Agreement. You can find the latest version of this Agreement at http:\/\/www.skype.com\/company\/legal\/eula. Skype reserves the right to change any of the Additional Terms from time to time and such changes shall become effective either within thirty (30) days of publication of the revised version on the Skype Website (unless You expressly accept the revised terms earlier by clicking on the accept button if this option is made available), or within the timeframe set out in the applicable terms if different.\n\n6. Disclaimer of Warranties and Limitation of Liability\n6.1 No Warranties: THE SKYPE SOFTWARE IS PROVIDED \"AS IS\" WITH NO WARRANTIES WHATSOEVER; SKYPE DOES NOT, EITHER EXPRESSED, IMPLIED OR STATUTORY, MAKE ANY WARRANTIES, CLAIMS OR REPRESENTATIONS WITH RESPECT TO THE SKYPE SOFTWARE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF QUALITY, PERFORMANCE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR USE FOR A PARTICULAR PURPOSE. SKYPE FURTHER DOES NOT REPRESENT OR WARRANT THAT THE SKYPE SOFTWARE WILL ALWAYS BE AVAILABLE, ACCESSIBLE, UNINTERRUPTED, TIMELY, SECURE, ACCURATE, COMPLETE AND ERROR-FREE OR WILL OPERATE WITHOUT PACKET LOSS, NOR DOES SKYPE WARRANT ANY CONNECTION TO OR TRANSMISSION FROM THE INTERNET, OR ANY QUALITY OF CALLS MADE THROUGH THE SKYPE SOFTWARE.\n\n6.2 Specific Disclaimer Of Liability For Emergency Services: EXCEPT AS PROVIDED FOR IN THE LIMITED CIRCUMSTANCES SET OUT IN PARAGRAPH 3.5 OF THE TERMS OF SERVICE, SKYPE DOES NOT PROVIDE CONNECTIONS TO EMERGENCY SERVICES VIA THE SKYPE SOFTWARE. YOU SHOULD BE AWARE THAT FURTHER DISCLAIMERS OF LIABILITY APPLY IN THE TERMS OF SERVICE, TO THE EXTENT THAT LIMITED EMERGENCY CALLING IS PROVIDED. SKYPE SHALL NOT BE LIABLE (WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), OR ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT THE POSSIBILITY OF SUCH DAMAGES OR LOSS HAS BEEN NOTIFIED TO SKYPE) FOR ANY CLAIM, DAMAGE, OR LOSS, ARISING FROM OR RELATING TO:\n\n(I) YOUR INABILITY TO USE THE SKYPE SOFTWARE TO CONTACT EMERGENCY SERVICES, OR\n\n(II) YOUR FAILURE TO MAKE ADDITIONAL ARRANGEMENTS TO ACCESS EMERGENCY SERVICES IN ACCORDANCE WITH PARAGRAPH 3.6 ABOVE.\n\n6.3 Your own Risk: You acknowledge and agree that the entire risk arising out of Your use of the Skype Software remains with You, to the maximum extent permitted by law.\n\n6.4 No Liability: The Skype Software is being provided to You free of charge. ACCORDINGLY, YOU ACKNOWLEDGE AND AGREE THAT SKYPE, ITS AFFILIATES, ITS LICENSORS AND THE SKYPE STAFF WILL HAVE NO LIABILITY IN CONNECTION WITH OR ARISING FROM YOUR USE OF THE SKYPE SOFTWARE, AS SET FORTH BELOW. YOUR ONLY RIGHT OR REMEDY WITH RESPECT TO ANY PROBLEMS OR DISSATISFACTION WITH THE SKYPE SOFTWARE IS TO IMMEDIATELY DEINSTALL AND CEASE USE OF SUCH SKYPE SOFTWARE.\n\n6.5 Limitation of Liability: IN NO EVENT SHALL SKYPE, ITS AFFILIATES, ITS LICENSORS OR THE SKYPE STAFF BE LIABLE, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER FORM OF LIABILITY, FOR:\n\n6.5.1 ANY INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION ANY LOSS OF OR CORRUPTION TO DATA, INTERRUPTION, COMPUTER FAILURE OR PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE SKYPE SOFTWARE; AND\n\n6.5.2 ANY LOSS OF INCOME, BUSINESS OR PROFITS (WHETHER DIRECT OR INDIRECT) ARISING OUT OF THE USE OR INABILITY TO USE THE SKYPE SOFTWARE;\n\n6.5.3 ANY LOSS OR DAMAGE WHICH MAY BE INCURRED BY YOU AS A RESULT OF;\n\n(I) ANY DISRUPTIONS OR DELAYS IN ANY COMMUNICATION WHEN USING THE SKYPE SOFTWARE;\n\n(II) THE SUSPENSION OR TERMINATION OF THIS AGREEMENT BY YOU OR BY SKYPE FOR ANY REASON; AND\n\n(III) THE RELEASE OR THE DECISION NOT TO RELEASE NEW VERSIONS OF THE SKYPE SOFTWARE TO YOU.\n\n6.6 THE LIMITATIONS ON SKYPE'S LIABILITY TO YOU IN PARAGRAPH 6.5 ABOVE SHALL APPLY WHETHER OR NOT SKYPE, ITS AFFILIATES OR THE SKYPE STAFF HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES OR DAMAGES ARISING.\n\n6.7 NOTHING IN THIS AGREEMENT IS INTENDED TO EXCLUDE OR RESTRICT OR SHALL BE CONSTRUED AS EXCLUDING OR RESTRICTING THE LIABILITY OF SKYPE FOR (I) THE DEATH OR PERSONAL INJURY CAUSED BY THE NEGLIGENCE OF SKYPE, THE SKYPE STAFF OR ITS AGENTS, OR (II) ANY LIABILITY WHICH CANNOT BE LIMITED OR EXCLUDED BY LAW.\n\n6.8 Jurisdiction's Limitations: As some jurisdictions do not allow some of the exclusions or limitations as set forth above, some of these exclusions or limitations may not apply to You. In such event the liability will be limited to the maximum extent possible within the applicable legislation.\n\n7. Additional Terms\n7.1 In addition to this Agreement, You have to comply with the following Additional Terms when using the Skype Software, the Products and the Skype Website. We expect You to read these Additional Terms carefully, all of which are made part of this Agreement:\n\nThe Skype Etiquette http:\/\/www.skype.com\/legal\/terms\/etiquette provides guidelines to treat properly and respectfully the other members of Skype's\nSkype API. You are not allowed to use the Skype API unless You comply with the API Terms at http:\/\/www.skype.com\/legal\/terms\/api\/\nSkype Online Material. You are not allowed to use the Skype Online Material unless You comply with the Online Material Terms at http:\/\/www.skype.com\/company\/legal\/promote\/materials\/\nSkype payable internet communications products are provided by Skype Communications S.a.r.l. and are subject to the Terms of Service at http:\/\/www.skype.com\/legal\/terms\/voip\/\nThe use of http:\/\/www.skype.com\/ website is subject to the Terms of Use with Skype Technologies SA at http:\/\/www.skype.com\/legal\/terms\/web\/\nIf You want to provide chargeable services to other Skype Software users through the Skype Software as a service provider, You will need to comply with the Service Provider Agreement with Skype Communications Sa.r.l. at http:\/\/www.skype.com\/legal\/terms\/callserviceprovider .\nIf you want to use Skype Premium Call Service then You will need to comply with the Terms of Service for Skype Premium Call (Beta) at http:\/\/www.skype.com\/legal\/terms\/callservices\/\nYou will need to comply with the Broadcast TOS at http:\/\/www.skype.com\/legal\/terms\/broadcast if You want to use the Skype Software in connection with any Broadcast (as defined in such Broadcast TOS).\n7.2 Any other exceptions: If You are interested in doing anything which is not permitted under this Agreement or by one of the above Additional Terms, You will have to obtain Skype's prior written consent and explicitly agree upon any further terms.\n\n7.3 Your Confidential Information and Your Privacy: Skype is committed to respecting Your privacy and the confidentiality of Your personal data. The Privacy Policy at http:\/\/www.skype.com\/go\/privacy sets out how Skype may use Your personal data, the traffic data and the content contained in Your communication(s). If You object to Your information being used in the way set out in the Privacy Policy then please do not use the Skype Software or the Products.\n\n8. Miscellaneous\n8.1 Entire Agreement: The terms and conditions of the Terms constitute the entire agreement between You and Skype with respect to the subject matter hereof and will supersede and replace all prior understandings and agreements, in whatever form, regarding the subject matter. Nothing in this clause shall exclude or restrict the liability of either You or Skype arising out of fraud or fraudulent misrepresentation.\n\n8.2 Partial Invalidity: If any provision of the Terms, or any part of a provision, is found by any court or administrative body of competent jurisdiction to be illegal, invalid or unenforceable, and the provision (or part-provision) in question is not of a fundamental nature to the Terms as a whole, the legality, validity or enforceability of the remainder of the Terms (including the remainder of the term which contains the relevant provision) shall not be affected.\n\n8.3 No waiver:The failure to exercise, or delay in exercising, a right, power or remedy provided by the Terms or by law shall not constitute a waiver of that right, power or remedy. If Skype waives a breach of any provision of the Terms this shall not operate as a waiver of a subsequent breach of that provision, or as a waiver of a breach of any other provision.\n\n8.4 Assignment: You are not allowed to assign the Terms or any rights hereunder. Skype is allowed at its sole discretion to assign the Terms or any rights hereunder to any third party, without giving prior notice.\n\n8.5 Applicable Law and Competent Court: The Terms shall be governed by and interpreted in accordance with the laws of Luxembourg and shall be subject to the jurisdiction of the courts of the district of Luxembourg.\n\n8.6 Language: The original English version of the Terms may have been translated into other languages. In the event of inconsistency or discrepancy between the English version and any other language version, the English language version shall prevail.\n\n8.7 Survival: The terms of paragraphs 2.5, 5 and 6 of this Agreement, and any other provision of the Additional Terms which is expressed to survive or operate in the event of termination, shall survive termination of this Agreement and the applicable Additional Terms for whatever reason.\n\n8.8 AVC\/H.264 Notice. IfIf the Skype Software is used to make video calls (i) between Your personal computer and a device that is not a personal computer or (ii) between devices that are not personal computers, the AVC\/H.264 codec may be used to facilitate video functionality in which case the following notice applies: THE AVC VIDEO FUNCTIONALITY IN THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND NONCOMMERCIAL USE OF A CONSUMER TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (\"AVC VIDEO\") AND\/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL ACTIVITY AND\/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP:\/\/WWW.MPEGLA.COM\/.\n\nYOU EXPRESSLY ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT AND UNDERSTAND THE RIGHTS, OBLIGATIONS, TERMS AND CONDITIONS SET FORTH HEREIN. BY CLICKING ON THE ACCEPT BUTTON AND\/OR CONTINUING TO INSTALL THE SKYPE SOFTWARE, YOU EXPRESSLY CONSENT TO BE BOUND BY ITS TERMS AND CONDITIONS AND GRANT TO SKYPE THE RIGHTS SET FORTH HEREIN.\n\n\u00a9 Skype - Last revised: August 2009", "rf_url": "http:\/\/www.skype.com\/intl\/en-us\/legal\/eula\/", "rf_add_date": null, "rf_copyleft": null, @@ -2113,7 +2113,7 @@ }, { "rf_shortname": "Unicode", - "rf_text": "Unicode Terms of Use\nFor the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode Consortium\u00ae Trademarks and Logo Policy.\n\nNotice to End User: Terms of Use\nCarefully read the following legal agreement (\"Agreement\"). Use or copying of the software and\/or codes provided with this agreement (The \"Software\") constitutes your acceptance of these terms. If you have any questions about these terms of use, please contact the Unicode Consortium.\nUnicode Copyright.\nCopyright \u00a9 1991-2010 Unicode, Inc. All rights reserved.\nCertain documents and files on this website contain a legend indicating that \"Modification is permitted.\" Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode\u00ae Standard, subject to Terms and Conditions herein.\nAny person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein.\nFurther specifications of rights and restrictions pertaining to the use of the particular set of data files known as the \"Unicode Character Database\" can be found in Exhibit 1.\nEach version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files are covered under these general Terms of Use. To request a permission to reproduce any part of the Unicode Standard, please contact the Unicode Consortium.\nNo license is granted to \"mirror\" the Unicode website where a fee is charged for access to the \"mirror\" site.\nModification is not permitted with respect to this document. All copies of this document must be verbatim.\nRestricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and\/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.\nWarranties and Disclaimers.\nThis publication and\/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and\/or website. Unicode may make improvements and\/or changes in the product(s) and\/or program(s) described in this publication and\/or website at any time.\nIf this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.\nEXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND\/OR SOFTWARE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND\/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.\nWaiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.\nTrademarks.\nUnicode and the Unicode logo are registered trademarks of Unicode, Inc. \nThis site contains product names and corporate names of other companies. All product names and company names and logos mentioned herein are the trademarks or registered trademarks of their respective owners. Other products and corporate names mentioned herein which are trademarks of a third party are used only for explanation and for the owners' benefit and with no intent to infringe.\nUse of third party products or information referred to herein is at the user\u2019s risk.\nMiscellaneous.\nJurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.\nModification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode\u2019s prior written consent.\nTaxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode\u2019s net income.\nSeverability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.\nEntire Agreement. This Agreement constitutes the entire agreement between the parties. \nEXHIBIT 1\nUNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\n\nUnicode Data Files include all data files under the directories http:\/\/www.unicode.org\/Public\/, http:\/\/www.unicode.org\/reports\/, and http:\/\/www.unicode.org\/cldr\/data\/ . Unicode Software includes any source code published in the Unicode Standard or under the directories http:\/\/www.unicode.org\/Public\/, http:\/\/www.unicode.org\/reports\/, and http:\/\/www.unicode.org\/cldr\/data\/.\n\nNOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND\/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright \u00a9 1991-2010 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http:\/\/www.unicode.org\/copyright.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and\/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.\n\nTHE DATA FILES AND SOFTWARE ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.\n\nUnicode and the Unicode logo are trademarks of Unicode, Inc., and may be registered in some jurisdictions. All other trademarks and registered trademarks mentioned herein are the property of their respective owners.", + "rf_text": "Unicode Terms of Use\nFor the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode Consortium\u00ae Trademarks and Logo Policy.\n\nNotice to End User: Terms of Use\nCarefully read the following legal agreement (\"Agreement\"). Use or copying of the software and\/or codes provided with this agreement (The \"Software\") constitutes your acceptance of these terms. If you have any questions about these terms of use, please contact the Unicode Consortium.\nUnicode Copyright.\nCopyright \u00a9 1991-2010 Unicode, Inc. All rights reserved.\nCertain documents and files on this website contain a legend indicating that \"Modification is permitted.\" Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode\u00ae Standard, subject to Terms and Conditions herein.\nAny person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein.\nFurther specifications of rights and restrictions pertaining to the use of the particular set of data files known as the \"Unicode Character Database\" can be found in Exhibit 1.\nEach version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files are covered under these general Terms of Use. To request a permission to reproduce any part of the Unicode Standard, please contact the Unicode Consortium.\nNo license is granted to \"mirror\" the Unicode website where a fee is charged for access to the \"mirror\" site.\nModification is not permitted with respect to this document. All copies of this document must be verbatim.\nRestricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and\/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.\nWarranties and Disclaimers.\nThis publication and\/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and\/or website. Unicode may make improvements and\/or changes in the product(s) and\/or program(s) described in this publication and\/or website at any time.\nIf this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.\nEXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND\/OR SOFTWARE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND\/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.\nWaiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.\nTrademarks.\nUnicode and the Unicode logo are registered trademarks of Unicode, Inc. \nThis site contains product names and corporate names of other companies. All product names and company names and logos mentioned herein are the trademarks or registered trademarks of their respective owners. Other products and corporate names mentioned herein which are trademarks of a third party are used only for explanation and for the owners' benefit and with no intent to infringe.\nUse of third party products or information referred to herein is at the user's risk.\nMiscellaneous.\nJurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.\nModification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode's prior written consent.\nTaxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode's net income.\nSeverability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.\nEntire Agreement. This Agreement constitutes the entire agreement between the parties. \nEXHIBIT 1\nUNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\n\nUnicode Data Files include all data files under the directories http:\/\/www.unicode.org\/Public\/, http:\/\/www.unicode.org\/reports\/, and http:\/\/www.unicode.org\/cldr\/data\/ . Unicode Software includes any source code published in the Unicode Standard or under the directories http:\/\/www.unicode.org\/Public\/, http:\/\/www.unicode.org\/reports\/, and http:\/\/www.unicode.org\/cldr\/data\/.\n\nNOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND\/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright \u00a9 1991-2010 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http:\/\/www.unicode.org\/copyright.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and\/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.\n\nTHE DATA FILES AND SOFTWARE ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.\n\nUnicode and the Unicode logo are trademarks of Unicode, Inc., and may be registered in some jurisdictions. All other trademarks and registered trademarks mentioned herein are the property of their respective owners.", "rf_url": "http:\/\/unicode.org\/copyright.html", "rf_add_date": null, "rf_copyleft": null, @@ -2179,7 +2179,7 @@ }, { "rf_shortname": "Mindterm", - "rf_text": "MINDTERM END-USER LICENSE AGREEMENT \n(LIMITED COMMERCIAL USE) \n\nPLEASE REVIEW THE FOLLOWING TERMS AND CONDITIONS PRIOR TO ACCESSING, DOWNLOADING AND\/OR OTHERWISE USING ANY OF THE LICENSED PRODUCTS, AS HEREIN AFTER DEFINED. \n\nTHE USE OF THE LICENSED PRODUCTS AS WELL AS ANY UPDATES THERETO IS SUBJECT TO THE TERMS AND CONDITIONS OF THE THIS LICENSE AGREEMENT (THE AGREEMENT). BY OPENING THE RELEVANT SOFTWARE PACKAGE, BY SELECTING THE [AGREED AND\/OR ACCEPT] BUTTON, DOWNLOADING AND\/OR OTHERWISE USING THE SOFTWARE OR ANY PORTION THEREOF, LICENSEE (THE FIRM, COMPANY OR OTHER PERSON HAVING RECEIVED THE LICENSED SOFTWARE PURSUANT TO AN ORDER ON THE APPGATE WEB SITE OR OTHERWISE) ARE AGREEING TO THE BOUND BY THE TERMS AND CONDITIONS OF THE AGREEMENT AND ARE ENTERING INTO THE AGREEMENT WITH APPGATE NETWORK SECURITY AB (LICENSOR or APPGATE). \n\n1. DEFINITIONS \n\nAs used in this Agreement, the following terms shall have the \nfollowing meanings: \n\n1.1 \"Designated Use\" means the uses described in Section 2.3. \n\n1.2 \"Documentation\" means the materials and documents relevant to the \nLicensed Products and provided by AppGate \n\n1.3 \"Event of Default\" means any event specified in Section 7.1. \n\n1.4 \"License\" means the license to use the Licensed Products as defined \nin Section 2.1. \n\n1.5 \"Licensed Products\" means the software product MindTerm in object \ncode form only. (Use of source code is subject to the conditions set \nforth in the MindTerm Public Source license agreement.) \n\n1.7 \"Usage, Use or Used\" includes the act of transferring, transmitting, \ncompiling, executing, interpreting, processing or storing the \nLicensed Products through the use of computer equipment, or \ntransferring, transmitting, compiling, executing, interpreting, \nprocessing or storing any data or information using the Licensed \nProducts; and\/or displaying any portion of the Licensed Products or \ndata or information in connection with any of these activities. \n\n2. GRANT OF LICENSE \n\n2.1 Nonexclusive License \n\nSubject to Licensee's compliance with the terms and conditions of \nthis Agreement Licensee is hereby granted a nonexclusive, \nnon-transferable, non assignable and royalty-free license to Use the \nLicensed Products for purposes of the Designated Use; provided, \nhowever, that this Agreement does not grant to Licensee any title or \nright of ownership in or to the Licensed Products. \n\n2.2 Right to Utilize the Documentation \n\nSubject to the term and conditions of this Agreement, AppGate hereby \ngrants to Licensee, and Licensee hereby accepts from AppGate, a \nnonexclusive, non-transferable, non assignable and royalty-free \nright to utilize the Documentation in connection with the Designated \nUse of the Licensed Products; provided, however, that this Agreement \ndoes not grant to Licensee any title or right of ownership in or to \nthe Documentation. Licensee shall not copy any Documentation, but \nmay obtain additional copies from AppGate for the applicable charges \nspecified by AppGate from time to time. \n\n2.3 Use \n\nThe Licensed Products may be Used only for Licensee's own internal \ncomputing requirements in accordance with the terms and conditions \nset forth herein and strictly limited to the number of users as \ndefined here. The Licensed Products are free to use by Licensor in \nany organization, commercial or non-commercial, according to this \nLicense Agreement for up to, but not exceeding, 25 (twenty five) \ndistinct users. Any other use requires a Commercial License \nAgreement which AppGate may grant in its sole discretion. \n\nLicensors with a Commercial License agreement can subscribe to \nMaintenance and Support services to periodically receive updated \nversions of the Licensed Products, get access to support services \n(web, e-mail and telephone) and receive updated signed versions of \nthe MindTerm applet. These services are not available under this \nlimited Agreement. \n\nLicensee is allowed to use the MindTerm source code according to the \nMindTerm Public Source license agreement. Licensee is allowed to use \nany derivative works of the Licensed Products for its own internal \ncomputing requirements according to the terms and conditions of this \nAgreement. \n\n3. TERM OF LICENSE \n\nThe License granted hereunder shall commence upon Licensee's \nacceptance of the terms and conditions herein contained and shall \ncontinue in effect unless terminated earlier pursuant hereto. \n\n4. NO COPYING AND RESTRICTED USE \n\n4.1 Restricted Use \n\nLicensee shall not Use the Licensed Products or the Documentation \nfor any purposes other than the Designated Use specified in Section \n2 hereof. \n\n4.2 No Copying \n\nLicensee may make, free of charge, copies of the Licensed Products \nfor the Designated Use, archival or back-up purposes. Licensee shall \nnot make any copy of the Licensed Products for a use that AppGate \nhas not expressly approved under this Agreement. Licensee shall not \nUse or allow the Licensed Products to be Used, directly or \nindirectly, in any manner that would enable its customers or any \nother person or entity to copy or Use any of the Licensed Products. \nCopying or reproduction of the Licensed Products to any other server \nor location or media for further reproduction or redistribution is \nexpressly prohibited. \n\n4.3 No Transfer of License; No Sublicense \n\nLicensee shall not assign or transfer this License, or license or \nsublicense the Use of all or any portion of the Licensed Products, \nto any other party. \n\n4.4 No Modification or Decompilation \n\nLicensee shall not modify, disassemble, decompile, recreate or \ngenerate any Licensed Products or any portion or version thereof \nunless and to the extent permitted under applicable mandatory law. \n\n4.5 Export \n\nLicensee shall not export or re-export the Licensed Products or \npermit transshipment thereof, directly on indirectly, to any country \nto the extent such country requires an export license or other \ngovernmental approval, without first obtaining such license or \napproval. \n\n4.6 Proprietary Markings \n\nLicensee shall not remove, erase or hide from view any copyright, \ntrademark, confidentiality notice, mark or legend appearing on any \nof the Licensed Products or any form of output produced by the \nLicensed Products. \n\n5. NO WARRANTY \n\nBecause the Licensed Products are licensed free of charge, there is \nno warranty for the Licensed Program, to the extent permitted by \napplicable law. AppGate provides the Licensed Products \u201cas is\u201d \nwithout warranty of any kind, either expressed or implied, \nincluding, but not limited to, the implied warranties of \nmerchantability and fitness for a particular purpose. Licensee alone \naccepts the entire risk as to the quality and performance of the \nLicensed Products. Should the Licensed Products prove defective, \nLicensee assumes the cost of all necessary servicing, repair or \ncorrection. \n\n6. LIMITATION OF LIABILITY AND REMEDIES \n\nIn no event shall AppGate be liable for any loss of or damage to \nrevenues, profits or goodwill or other special, incidental, indirect \nor consequential damages of any kind, resulting from its performance \nor failure to perform pursuant to the terms of this Agreement or any \nexhibits hereto, or resulting from the furnishing, performance, or \nuse or loss of use, loss of data or loss of any licensed products or \nother materials delivered, including, without limitation, any \ninterruption of business, whether resulting from breach of contract \nor breach of warranty, even if licensee has been advised of the \npossibility of such damages. \n\n7. DEFAULT AND TERMINATION \n\n7.1 Termination in Advance Upon Default \n\nThis Agreement may be terminated with immediate effect upon the \noccurrence of any of the following Events of Default: \n\n(a) Covenants \n\nThe failure or neglect of Licensee to observe, keep or perform any \nof the covenants, terms and conditions of this Agreement, where such \nnon-performance is not fully cured by Licensee within thirty (30) \ndays after written notice from AppGate; or \n\n(b) Bankruptcy \n\nThe filing of a petition for Licensee's bankruptcy, whether \nvoluntary or involuntary, or if an assignment of Licensee's assets \nis made for the benefit of creditors, or a trustee or receiver is \nappointed to take charge of the business of Licensee for any reason, \nor if Licensee becomes insolvent or voluntarily or involuntarily \ndissolved. \n\n7.2 Obligations on Termination \n\nEffective with the date of expiration or other termination of this \nAgreement, all Usage of the Licensed Products shall terminate, and \nall rights of Licensee under this Agreement shall cease, \nspecifically including, but without limitation, the License and all \nother rights granted to Licensee under this Agreement. \n\n7.3 No Waiver \n\nTermination of the Agreement under this Section shall be in addition \nto, and not a waiver of, any remedy at law or in equity available to \nAppGate arising from Licensee's breach of this Agreement. \n\n8. MISCELLANEOUS \n\n8.1 Notices \n\nAll notices, requests and demands given to or made upon the parties \nshall be in writing and shall be mailed properly addressed, postage \nprepaid, registered or a certified, or personally delivered to \neither party at the addresses specified by either party, upon not \nless than ten (10) days notice. Such notice shall be deemed received \nby the close of business on the date shown on the certified or \nregistered mail receipt, or when it is actually received, whichever \nis sooner. \n\n8.2 Governing Law and Jurisdiction \n\nThis Agreement shall be governed by and construed in accordance with \nthe laws of Sweden, without reference to its conflicts of law \nprovisions. The exclusive jurisdiction and venue for all legal \nactions relating to this Agreement shall be in courts of competent \nsubject matter jurisdiction located in Sweden. \n\n8.3 Severability \n\nIf any provision of this Agreement is held invalid or unenforceable \nby any agency of competent jurisdiction, the remaining provisions \nshall nevertheless remain valid. \n", + "rf_text": "MINDTERM END-USER LICENSE AGREEMENT \n(LIMITED COMMERCIAL USE) \n\nPLEASE REVIEW THE FOLLOWING TERMS AND CONDITIONS PRIOR TO ACCESSING, DOWNLOADING AND\/OR OTHERWISE USING ANY OF THE LICENSED PRODUCTS, AS HEREIN AFTER DEFINED. \n\nTHE USE OF THE LICENSED PRODUCTS AS WELL AS ANY UPDATES THERETO IS SUBJECT TO THE TERMS AND CONDITIONS OF THE THIS LICENSE AGREEMENT (THE AGREEMENT). BY OPENING THE RELEVANT SOFTWARE PACKAGE, BY SELECTING THE [AGREED AND\/OR ACCEPT] BUTTON, DOWNLOADING AND\/OR OTHERWISE USING THE SOFTWARE OR ANY PORTION THEREOF, LICENSEE (THE FIRM, COMPANY OR OTHER PERSON HAVING RECEIVED THE LICENSED SOFTWARE PURSUANT TO AN ORDER ON THE APPGATE WEB SITE OR OTHERWISE) ARE AGREEING TO THE BOUND BY THE TERMS AND CONDITIONS OF THE AGREEMENT AND ARE ENTERING INTO THE AGREEMENT WITH APPGATE NETWORK SECURITY AB (LICENSOR or APPGATE). \n\n1. DEFINITIONS \n\nAs used in this Agreement, the following terms shall have the \nfollowing meanings: \n\n1.1 \"Designated Use\" means the uses described in Section 2.3. \n\n1.2 \"Documentation\" means the materials and documents relevant to the \nLicensed Products and provided by AppGate \n\n1.3 \"Event of Default\" means any event specified in Section 7.1. \n\n1.4 \"License\" means the license to use the Licensed Products as defined \nin Section 2.1. \n\n1.5 \"Licensed Products\" means the software product MindTerm in object \ncode form only. (Use of source code is subject to the conditions set \nforth in the MindTerm Public Source license agreement.) \n\n1.7 \"Usage, Use or Used\" includes the act of transferring, transmitting, \ncompiling, executing, interpreting, processing or storing the \nLicensed Products through the use of computer equipment, or \ntransferring, transmitting, compiling, executing, interpreting, \nprocessing or storing any data or information using the Licensed \nProducts; and\/or displaying any portion of the Licensed Products or \ndata or information in connection with any of these activities. \n\n2. GRANT OF LICENSE \n\n2.1 Nonexclusive License \n\nSubject to Licensee's compliance with the terms and conditions of \nthis Agreement Licensee is hereby granted a nonexclusive, \nnon-transferable, non assignable and royalty-free license to Use the \nLicensed Products for purposes of the Designated Use; provided, \nhowever, that this Agreement does not grant to Licensee any title or \nright of ownership in or to the Licensed Products. \n\n2.2 Right to Utilize the Documentation \n\nSubject to the term and conditions of this Agreement, AppGate hereby \ngrants to Licensee, and Licensee hereby accepts from AppGate, a \nnonexclusive, non-transferable, non assignable and royalty-free \nright to utilize the Documentation in connection with the Designated \nUse of the Licensed Products; provided, however, that this Agreement \ndoes not grant to Licensee any title or right of ownership in or to \nthe Documentation. Licensee shall not copy any Documentation, but \nmay obtain additional copies from AppGate for the applicable charges \nspecified by AppGate from time to time. \n\n2.3 Use \n\nThe Licensed Products may be Used only for Licensee's own internal \ncomputing requirements in accordance with the terms and conditions \nset forth herein and strictly limited to the number of users as \ndefined here. The Licensed Products are free to use by Licensor in \nany organization, commercial or non-commercial, according to this \nLicense Agreement for up to, but not exceeding, 25 (twenty five) \ndistinct users. Any other use requires a Commercial License \nAgreement which AppGate may grant in its sole discretion. \n\nLicensors with a Commercial License agreement can subscribe to \nMaintenance and Support services to periodically receive updated \nversions of the Licensed Products, get access to support services \n(web, e-mail and telephone) and receive updated signed versions of \nthe MindTerm applet. These services are not available under this \nlimited Agreement. \n\nLicensee is allowed to use the MindTerm source code according to the \nMindTerm Public Source license agreement. Licensee is allowed to use \nany derivative works of the Licensed Products for its own internal \ncomputing requirements according to the terms and conditions of this \nAgreement. \n\n3. TERM OF LICENSE \n\nThe License granted hereunder shall commence upon Licensee's \nacceptance of the terms and conditions herein contained and shall \ncontinue in effect unless terminated earlier pursuant hereto. \n\n4. NO COPYING AND RESTRICTED USE \n\n4.1 Restricted Use \n\nLicensee shall not Use the Licensed Products or the Documentation \nfor any purposes other than the Designated Use specified in Section \n2 hereof. \n\n4.2 No Copying \n\nLicensee may make, free of charge, copies of the Licensed Products \nfor the Designated Use, archival or back-up purposes. Licensee shall \nnot make any copy of the Licensed Products for a use that AppGate \nhas not expressly approved under this Agreement. Licensee shall not \nUse or allow the Licensed Products to be Used, directly or \nindirectly, in any manner that would enable its customers or any \nother person or entity to copy or Use any of the Licensed Products. \nCopying or reproduction of the Licensed Products to any other server \nor location or media for further reproduction or redistribution is \nexpressly prohibited. \n\n4.3 No Transfer of License; No Sublicense \n\nLicensee shall not assign or transfer this License, or license or \nsublicense the Use of all or any portion of the Licensed Products, \nto any other party. \n\n4.4 No Modification or Decompilation \n\nLicensee shall not modify, disassemble, decompile, recreate or \ngenerate any Licensed Products or any portion or version thereof \nunless and to the extent permitted under applicable mandatory law. \n\n4.5 Export \n\nLicensee shall not export or re-export the Licensed Products or \npermit transshipment thereof, directly on indirectly, to any country \nto the extent such country requires an export license or other \ngovernmental approval, without first obtaining such license or \napproval. \n\n4.6 Proprietary Markings \n\nLicensee shall not remove, erase or hide from view any copyright, \ntrademark, confidentiality notice, mark or legend appearing on any \nof the Licensed Products or any form of output produced by the \nLicensed Products. \n\n5. NO WARRANTY \n\nBecause the Licensed Products are licensed free of charge, there is \nno warranty for the Licensed Program, to the extent permitted by \napplicable law. AppGate provides the Licensed Products \"as is\" \nwithout warranty of any kind, either expressed or implied, \nincluding, but not limited to, the implied warranties of \nmerchantability and fitness for a particular purpose. Licensee alone \naccepts the entire risk as to the quality and performance of the \nLicensed Products. Should the Licensed Products prove defective, \nLicensee assumes the cost of all necessary servicing, repair or \ncorrection. \n\n6. LIMITATION OF LIABILITY AND REMEDIES \n\nIn no event shall AppGate be liable for any loss of or damage to \nrevenues, profits or goodwill or other special, incidental, indirect \nor consequential damages of any kind, resulting from its performance \nor failure to perform pursuant to the terms of this Agreement or any \nexhibits hereto, or resulting from the furnishing, performance, or \nuse or loss of use, loss of data or loss of any licensed products or \nother materials delivered, including, without limitation, any \ninterruption of business, whether resulting from breach of contract \nor breach of warranty, even if licensee has been advised of the \npossibility of such damages. \n\n7. DEFAULT AND TERMINATION \n\n7.1 Termination in Advance Upon Default \n\nThis Agreement may be terminated with immediate effect upon the \noccurrence of any of the following Events of Default: \n\n(a) Covenants \n\nThe failure or neglect of Licensee to observe, keep or perform any \nof the covenants, terms and conditions of this Agreement, where such \nnon-performance is not fully cured by Licensee within thirty (30) \ndays after written notice from AppGate; or \n\n(b) Bankruptcy \n\nThe filing of a petition for Licensee's bankruptcy, whether \nvoluntary or involuntary, or if an assignment of Licensee's assets \nis made for the benefit of creditors, or a trustee or receiver is \nappointed to take charge of the business of Licensee for any reason, \nor if Licensee becomes insolvent or voluntarily or involuntarily \ndissolved. \n\n7.2 Obligations on Termination \n\nEffective with the date of expiration or other termination of this \nAgreement, all Usage of the Licensed Products shall terminate, and \nall rights of Licensee under this Agreement shall cease, \nspecifically including, but without limitation, the License and all \nother rights granted to Licensee under this Agreement. \n\n7.3 No Waiver \n\nTermination of the Agreement under this Section shall be in addition \nto, and not a waiver of, any remedy at law or in equity available to \nAppGate arising from Licensee's breach of this Agreement. \n\n8. MISCELLANEOUS \n\n8.1 Notices \n\nAll notices, requests and demands given to or made upon the parties \nshall be in writing and shall be mailed properly addressed, postage \nprepaid, registered or a certified, or personally delivered to \neither party at the addresses specified by either party, upon not \nless than ten (10) days notice. Such notice shall be deemed received \nby the close of business on the date shown on the certified or \nregistered mail receipt, or when it is actually received, whichever \nis sooner. \n\n8.2 Governing Law and Jurisdiction \n\nThis Agreement shall be governed by and construed in accordance with \nthe laws of Sweden, without reference to its conflicts of law \nprovisions. The exclusive jurisdiction and venue for all legal \nactions relating to this Agreement shall be in courts of competent \nsubject matter jurisdiction located in Sweden. \n\n8.3 Severability \n\nIf any provision of this Agreement is held invalid or unenforceable \nby any agency of competent jurisdiction, the remaining provisions \nshall nevertheless remain valid. \n", "rf_url": "http:\/\/www.appgate.com\/index\/products\/mindterm\/mindterm_end_user_lic.html", "rf_add_date": null, "rf_copyleft": null, @@ -2333,7 +2333,7 @@ }, { "rf_shortname": "CPAL-1.0", - "rf_text": "Common Public Attribution License Version 1.0 (CPAL)\n\n1. \u201cDefinitions\u201d\n\n1.0.1 \u201cCommercial Use\u201d means distribution or otherwise making the Covered Code available to a third party.\n\n1.1 \u201cContributor\u201d means each entity that creates or contributes to the creation of Modifications.\n\n1.2 \u201cContributor Version\u201d means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.\n\n1.3 \u201cCovered Code\u201d means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n\n1.4 \u201cElectronic Distribution Mechanism\u201d means a mechanism generally accepted in the software development community for the electronic transfer of data.\n\n1.5 \u201cExecutable\u201d means Covered Code in any form other than Source Code.\n\n1.6 \u201cInitial Developer\u201d means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.\n\n1.7 \u201cLarger Work\u201d means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n1.8 \u201cLicense\u201d means this document.\n\n1.8.1 \u201cLicensable\u201d means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n1.9 \u201cModifications\u201d means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\n\nA. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.\n\nB. Any new file that contains any part of the Original Code or previous Modifications.\n\n1.10 \u201cOriginal Code\u201d means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.\n\n1.10.1 \u201cPatent Claims\u201d means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n1.11 \u201cSource Code\u201d means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor\u2019s choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.\n\n1.12 \u201cYou\u201d (or \u201cYour\u201d) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, \u201cYou\u201d includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \u201ccontrol\u201d means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. Source Code License.\n\n2.1 The Initial Developer Grant.\nThe Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code (or portions thereof).\n\n (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.\n\n2.2 Contributor Grant.\nSubject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n\n (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n3.1 Application of License.\nThe Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients\u2019 rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.\n\n3.2 Availability of Source Code.\nAny Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.\n\n3.3 Description of Modifications.\nYou must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.\n\n3.4 Intellectual Property Matters\n\n (a) Third Party Claims. If Contributor has knowledge that a license under a third party\u2019s intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled \u201cLEGAL\u201d which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.\n\n (b) Contributor APIs. If Contributor\u2019s Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.\n\n (c) Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor\u2019s Modifications are Contributor\u2019s original creation(s) and\/or Contributor has sufficient rights to grant the rights conveyed by this License.\n\n3.5 Required Notices.\nYou must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients\u2019 rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n3.6 Distribution of Executable Versions.\nYou may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients\u2019 rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient\u2019s rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer, Original Developer or any Contributor. You hereby agree to indemnify the Initial Developer, Original Developer and every Contributor for any liability incurred by the Initial Developer, Original Developer or such Contributor as a result of any such terms You offer.\n\n3.7 Larger Works.\nYou may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Application of this License.\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.\n\n6. Versions of the License.\n\n6.1 New Versions.\nSocialtext, Inc. (\u201cSocialtext\u201d) may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n6.2 Effect of New Versions.\nOnce Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Socialtext. No one other than Socialtext has the right to modify the terms applicable to Covered Code created under this License.\n\n6.3 Derivative Works.\nIf You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases \u201cSocialtext\u201d, \u201cCPAL\u201d or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the CPAL. (Filling in the name of the Initial Developer, Original Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY.\nCOVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN \u201cAS IS\u201d BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER, ORIGINAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\n8.1 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n8.2 If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer, Original Developer or a Contributor (the Initial Developer, Original Developer or Contributor against whom You file such action is referred to as \u201cParticipant\u201d) alleging that:\n\n (a) such Participant\u2019s Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and\/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.\n\n (b) any software, hardware, or device, other than such Participant\u2019s Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.\n\n8.3 If You assert a patent infringement claim against Participant alleging that such Participant\u2019s Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.\n\n8.4 In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.\n\n9. LIMITATION OF LIABILITY.\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ORIGINAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY\u2019S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\nThe Covered Code is a \u201ccommercial item,\u201d as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \u201ccommercial computer software\u201d and \u201ccommercial computer software documentation,\u201d as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.\n\n11. MISCELLANEOUS.\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys\u2019 fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n12. RESPONSIBILITY FOR CLAIMS.\nAs between Initial Developer, Original Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer, Original Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n\n13. MULTIPLE-LICENSED CODE.\nInitial Developer may designate portions of the Covered Code as Multiple-Licensed. Multiple-Licensed means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the CPAL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.\n\n14. ADDITIONAL TERM: ATTRIBUTION\n\n (a) As a modest attribution to the organizer of the development of the Original Code (\u201cOriginal Developer\u201d), in the hope that its promotional value may help justify the time, money and effort invested in writing the Original Code, the Original Developer may include in Exhibit B (\u201cAttribution Information\u201d) a requirement that each time an Executable and Source Code or a Larger Work is launched or initially run (which includes initiating a session), a prominent display of the Original Developer\u2019s Attribution Information (as defined below) must occur on the graphic user interface employed by the end user to access such Covered Code (which may include display on a splash screen), if any. The size of the graphic image should be consistent with the size of the other elements of the Attribution Information. If the access by the end user to the Executable and Source Code does not create a graphic user interface for access to the Covered Code, this obligation shall not apply. If the Original Code displays such Attribution Information in a particular form (such as in the form of a splash screen, notice at login, an \u201cabout\u201d display, or dedicated attribution area on user interface screens), continued use of such form for that Attribution Information is one way of meeting this requirement for notice.\n\n (b) Attribution information may only include a copyright notice, a brief phrase, graphic image and a URL (\u201cAttribution Information\u201d) and is subject to the Attribution Limits as defined below. For these purposes, prominent shall mean display for sufficient duration to give reasonable notice to the user of the identity of the Original Developer and that if You include Attribution Information or similar information for other parties, You must ensure that the Attribution Information for the Original Developer shall be no less prominent than such Attribution Information or similar information for the other party. For greater certainty, the Original Developer may choose to specify in Exhibit B below that the above attribution requirement only applies to an Executable and Source Code resulting from the Original Code or any Modification, but not a Larger Work. The intent is to provide for reasonably modest attribution, therefore the Original Developer cannot require that You display, at any time, more than the following information as Attribution Information: (a) a copyright notice including the name of the Original Developer; (b) a word or one phrase (not exceeding 10 words); (c) one graphic image provided by the Original Developer; and (d) a URL (collectively, the \u201cAttribution Limits\u201d).\n\n (c) If Exhibit B does not include any Attribution Information, then there are no requirements for You to display any Attribution Information of the Original Developer.\n\n (d) You acknowledge that all trademarks, service marks and\/or trade names contained within the Attribution Information distributed with the Covered Code are the exclusive property of their owners and may only be used with the permission of their owners, or under circumstances otherwise permitted by law or as expressly set out in this License.\n\n15. ADDITIONAL TERM: NETWORK USE.\nThe term \u201cExternal Deployment\u201d means the use, distribution, or communication of the Original Code or Modifications in any way such that the Original Code or Modifications may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Code or Modifications as a distribution under section 3.1 and make Source Code available under Section 3.2.\n\nEXHIBIT A. Common Public Attribution License Version 1.0.\n\n\u201cThe contents of this file are subject to the Common Public Attribution License Version 1.0 (the \u201cLicense\u201d); you may not use this file except in compliance with the License. You may obtain a copy of the License at _____________. The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 have been added to cover use of software over a computer network and provide for limited attribution for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B.\nSoftware distributed under the License is distributed on an \u201cAS IS\u201d basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\nThe Original Code is______________________.\nThe Original Developer is not the Initial Developer and is __________. If left blank, the Original Developer is the Initial Developer.\nThe Initial Developer of the Original Code is ____________. All portions of the code written by ___________ are Copyright (c) _____. All Rights Reserved.\nContributor ______________________.\nAlternatively, the contents of this file may be used under the terms of the _____ license (the [___] License), in which case the provisions of [______] License are applicable instead of those above.\nIf you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the CPAL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the CPAL or the [___] License.\u201d\n\n[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]\n\nEXHIBIT B. Attribution Information\n\nAttribution Copyright Notice: _______________________\nAttribution Phrase (not exceeding 10 words): _______________________\nAttribution URL: _______________________\nGraphic Image as provided in the Covered Code, if any.\nDisplay of Attribution Information is [required\/not required] in Larger Works which are defined in the CPAL as a work which combines Covered Code or portions thereof with code not governed by the terms of the CPAL.\n", + "rf_text": "Common Public Attribution License Version 1.0 (CPAL)\n\n1. \"Definitions\"\n\n1.0.1 \"Commercial Use\" means distribution or otherwise making the Covered Code available to a third party.\n\n1.1 \"Contributor\" means each entity that creates or contributes to the creation of Modifications.\n\n1.2 \"Contributor Version\" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.\n\n1.3 \"Covered Code\" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n\n1.4 \"Electronic Distribution Mechanism\" means a mechanism generally accepted in the software development community for the electronic transfer of data.\n\n1.5 \"Executable\" means Covered Code in any form other than Source Code.\n\n1.6 \"Initial Developer\" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.\n\n1.7 \"Larger Work\" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n1.8 \"License\" means this document.\n\n1.8.1 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n1.9 \"Modifications\" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\n\nA. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.\n\nB. Any new file that contains any part of the Original Code or previous Modifications.\n\n1.10 \"Original Code\" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.\n\n1.10.1 \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n1.11 \"Source Code\" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.\n\n1.12 \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, \"You\" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control\" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. Source Code License.\n\n2.1 The Initial Developer Grant.\nThe Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code (or portions thereof).\n\n (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.\n\n2.2 Contributor Grant.\nSubject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n\n (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n3.1 Application of License.\nThe Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.\n\n3.2 Availability of Source Code.\nAny Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.\n\n3.3 Description of Modifications.\nYou must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.\n\n3.4 Intellectual Property Matters\n\n (a) Third Party Claims. If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled \"LEGAL\" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.\n\n (b) Contributor APIs. If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.\n\n (c) Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and\/or Contributor has sufficient rights to grant the rights conveyed by this License.\n\n3.5 Required Notices.\nYou must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n3.6 Distribution of Executable Versions.\nYou may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer, Original Developer or any Contributor. You hereby agree to indemnify the Initial Developer, Original Developer and every Contributor for any liability incurred by the Initial Developer, Original Developer or such Contributor as a result of any such terms You offer.\n\n3.7 Larger Works.\nYou may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Application of this License.\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.\n\n6. Versions of the License.\n\n6.1 New Versions.\nSocialtext, Inc. (\"Socialtext\") may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n6.2 Effect of New Versions.\nOnce Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Socialtext. No one other than Socialtext has the right to modify the terms applicable to Covered Code created under this License.\n\n6.3 Derivative Works.\nIf You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases \"Socialtext\", \"CPAL\" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the CPAL. (Filling in the name of the Initial Developer, Original Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY.\nCOVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER, ORIGINAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\n8.1 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n8.2 If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer, Original Developer or a Contributor (the Initial Developer, Original Developer or Contributor against whom You file such action is referred to as \"Participant\") alleging that:\n\n (a) such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and\/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.\n\n (b) any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.\n\n8.3 If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.\n\n8.4 In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.\n\n9. LIMITATION OF LIABILITY.\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ORIGINAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\nThe Covered Code is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and \"commercial computer software documentation,\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.\n\n11. MISCELLANEOUS.\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n12. RESPONSIBILITY FOR CLAIMS.\nAs between Initial Developer, Original Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer, Original Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n\n13. MULTIPLE-LICENSED CODE.\nInitial Developer may designate portions of the Covered Code as Multiple-Licensed. Multiple-Licensed means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the CPAL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.\n\n14. ADDITIONAL TERM: ATTRIBUTION\n\n (a) As a modest attribution to the organizer of the development of the Original Code (\"Original Developer\"), in the hope that its promotional value may help justify the time, money and effort invested in writing the Original Code, the Original Developer may include in Exhibit B (\"Attribution Information\") a requirement that each time an Executable and Source Code or a Larger Work is launched or initially run (which includes initiating a session), a prominent display of the Original Developer's Attribution Information (as defined below) must occur on the graphic user interface employed by the end user to access such Covered Code (which may include display on a splash screen), if any. The size of the graphic image should be consistent with the size of the other elements of the Attribution Information. If the access by the end user to the Executable and Source Code does not create a graphic user interface for access to the Covered Code, this obligation shall not apply. If the Original Code displays such Attribution Information in a particular form (such as in the form of a splash screen, notice at login, an \"about\" display, or dedicated attribution area on user interface screens), continued use of such form for that Attribution Information is one way of meeting this requirement for notice.\n\n (b) Attribution information may only include a copyright notice, a brief phrase, graphic image and a URL (\"Attribution Information\") and is subject to the Attribution Limits as defined below. For these purposes, prominent shall mean display for sufficient duration to give reasonable notice to the user of the identity of the Original Developer and that if You include Attribution Information or similar information for other parties, You must ensure that the Attribution Information for the Original Developer shall be no less prominent than such Attribution Information or similar information for the other party. For greater certainty, the Original Developer may choose to specify in Exhibit B below that the above attribution requirement only applies to an Executable and Source Code resulting from the Original Code or any Modification, but not a Larger Work. The intent is to provide for reasonably modest attribution, therefore the Original Developer cannot require that You display, at any time, more than the following information as Attribution Information: (a) a copyright notice including the name of the Original Developer; (b) a word or one phrase (not exceeding 10 words); (c) one graphic image provided by the Original Developer; and (d) a URL (collectively, the \"Attribution Limits\").\n\n (c) If Exhibit B does not include any Attribution Information, then there are no requirements for You to display any Attribution Information of the Original Developer.\n\n (d) You acknowledge that all trademarks, service marks and\/or trade names contained within the Attribution Information distributed with the Covered Code are the exclusive property of their owners and may only be used with the permission of their owners, or under circumstances otherwise permitted by law or as expressly set out in this License.\n\n15. ADDITIONAL TERM: NETWORK USE.\nThe term \"External Deployment\" means the use, distribution, or communication of the Original Code or Modifications in any way such that the Original Code or Modifications may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Code or Modifications as a distribution under section 3.1 and make Source Code available under Section 3.2.\n\nEXHIBIT A. Common Public Attribution License Version 1.0.\n\n\"The contents of this file are subject to the Common Public Attribution License Version 1.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at _____________. The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 have been added to cover use of software over a computer network and provide for limited attribution for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B.\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\nThe Original Code is______________________.\nThe Original Developer is not the Initial Developer and is __________. If left blank, the Original Developer is the Initial Developer.\nThe Initial Developer of the Original Code is ____________. All portions of the code written by ___________ are Copyright (c) _____. All Rights Reserved.\nContributor ______________________.\nAlternatively, the contents of this file may be used under the terms of the _____ license (the [___] License), in which case the provisions of [______] License are applicable instead of those above.\nIf you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the CPAL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the CPAL or the [___] License.\"\n\n[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]\n\nEXHIBIT B. Attribution Information\n\nAttribution Copyright Notice: _______________________\nAttribution Phrase (not exceeding 10 words): _______________________\nAttribution URL: _______________________\nGraphic Image as provided in the Covered Code, if any.\nDisplay of Attribution Information is [required\/not required] in Larger Works which are defined in the CPAL as a work which combines Covered Code or portions thereof with code not governed by the terms of the CPAL.\n", "rf_url": "https:\/\/opensource.org\/licenses\/CPAL-1.0", "rf_add_date": null, "rf_copyleft": null, @@ -2817,7 +2817,7 @@ }, { "rf_shortname": "RCSL", - "rf_text": "REALNETWORKS COMMUNITY SOURCE LICENSE\nRESEARCH AND DEVELOPMENT USE\n(RCSL R&D)\nVersion 3.0 (Rev. Date: May 29, 2007)\n \nRECITALS\n \nRealNetworks, Inc. (\u201cRN\u201d) has developed Specifications, Source Code implementations and Executables of the Helix DNA Code, and an associated TCK; and\n \nRN desires to license the Helix DNA Code to a large community to facilitate research, innovation and product development while maintaining compatibility of such products with the Helix DNA Code as delivered by RN;\n \nTherefore, RN makes available the Helix DNA Code, the Specifications, and the TCK available for Research and Development Use only under the following terms: \n \nLICENSE\n \n1. Introduction. \n \nThe RealNetworks Community Source License \u2013 Research and Development Use (\u201cRCSL R&D\u201d or \u201cLicense\u201d) is a license to use the Source Code of certain portions of the Helix DNA Code, Specifications, and the TCK for research and development use only. You (\u201cLicensee,\u201d as more specifically defined below) accept the terms of this License by downloading or using the Helix DNA Code, the Specifications, or the TCK, unless Licensee and RN have signed a license agreement that expressly supersedes this RCSL R&D. \n \nThis License does not include a license to access or modify the Source Code of the Real Format Client Code. If Licensee desires the right to receive access to the Source Code of the Real Format Client Code for the purposes of porting and optimization, Licensee and RN may elect to execute a Real Format Source Code Porting and Optimization Agreement.\n \nThis License does not include a license to make Commercial Use of the Helix DNA Code or Real Format Client Code. If Licensee desires a license for Commercial Use of the Helix DNA Code or Real Format Client Code, Licensee and RN may desire to execute the RealNetworks Community Source License - Commercial Use (\u201cRCSL Commercial\u201d) for the version of the Helix DNA Code or Real Format Client Code of which Licensee would like to make Commercial Use. Once executed by Licensee and RN, the RCSL Commercial would supersede the terms of this License.\n \nCapitalized terms used in this License are defined in the Glossary attached to the end of this License.\n \n 2. License Grants.\n \n 2.1 RN Grant to use Covered Code, Specifications, and TCK. \n \nSubject to Licensee\u2019s compliance with the terms of this License, RN grants to Licensee a worldwide, royalty-free, non-exclusive license, to the extent of RN's Intellectual Property Rights covering the Covered Code, Specifications, and the TCK to do the following:\n \n(a) Research Use License.\n \n(i) use, reproduce and modify the Covered Code and Specifications to create Modifications and Reformatted Specifications for Research Use by Licensee;\n \n(ii) publish and display Covered Code and Specifications with, or as part of Modifications, as permitted under Section 3.1(b) below;\n \n(iii) reproduce and distribute copies of Covered Code to Licensees and students for Research Use by Licensee;\n \n(iv) compile, reproduce and distribute Covered Code in Executable form, and Reformatted Specifications to anyone for Research Use by Licensee; and\n \n(v) use the TCK to develop and test Covered Code.\n \n(b) Reservation of Rights.\n \nOther than the licenses expressly granted in this License, RN retains all right, title, and interest in Covered Code, Specifications and the TCK.\n \n(c) TCK Use Restrictions. \n \n Licensee may not create derivative works of the TCK or use the TCK to test any implementation of the Specifications except for the purpose of creating Compliant Covered Code. Licensee may not publish Licensee\u2019s test results or make claims of comparative compatibility with respect to other implementations of the Specification. \n \n2.2 Licensee\u2019s Grants.\n \n(a) To Other Helix Licensees. Licensee hereby grants to each other Helix Licensee a license to Licensee\u2019s Error Corrections and Shared Modifications, of the same scope and extent as RN's licenses under Section 2.1 (a) above relative to Research Use.\n \n(b) To RN. Licensee hereby grant to RN a worldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to the extent of Licensee\u2019s Intellectual Property Rights covering Licensee\u2019s Error Corrections, Shared Modifications and Reformatted Specifications, to use, reproduce, modify, display and distribute Licensee\u2019s Error Corrections, Shared Modifications and Reformatted Specifications, in any form, including the right to sublicense such rights through multiple tiers of distribution.\n \n(c) Other than the licenses expressly granted in Sections 2.2(a) and (b) above, and the restrictions set forth in Section 3.1 below, Licensee retains all right, title, and interest in Licensee\u2019s Error Corrections, Shared Modifications and Reformatted Specifications.\n \n2.3 Modifications by Helix Licensees. \n \nLicensee may use, reproduce, modify, display and distribute Error Corrections, Shared Modifications and Reformatted Specifications, obtained by Licensee under this License from any other Helix Licensee, to the same scope and extent as with Original Code, Upgraded Code and Specifications.\n \n2.4 Subcontracting. \n \n Licensee may deliver the Source Code of Covered Code to other Helix Licensees for the sole purpose of furnishing development services to Licensee in connection with Licensee\u2019s rights granted in this License, provided that Licensee does not enter a separate agreement with such Licensee that contains provisions inconsistent with the ownership and licensing requirements set forth in this License. \n \n3. Requirements and Responsibilities.\n \n3.1 Research Use License. \n \nAs a condition of exercising the rights granted under Section 2.1(a) above, Licensee must comply with the following:\n \n(a) Licensee\u2019s Contributions. All Error Corrections and Shared Modifications which Licensee creates are automatically subject to the licenses granted under Section 2.2 above. Licensee is encouraged to license all of Licensee\u2019s other Modifications under Section 2.2 as Shared Modifications, but is not required to do so. Licensee must notify RN of any errors in the Specifications.\n \n(b) Source Code Availability. Licensee must provide all of Licensee\u2019s Error Corrections to RN as soon as reasonably practicable and, in any event, no later than when Licensee shares such Error Corrections with any other Helix Licensee. RN may, at its discretion, post Source Code for Licensee\u2019s Error Corrections and Shared Modifications at the Helix Community Website. \n \n(c) Notices. All Error Corrections and Shared Modifications that Licensee creates or contributes to must include a file documenting the additions and changes Licensee made and the date of such additions and changes. Licensee must also include the notice set forth in Attachment A-1 in the file header of any Error Correction or Shared Modification. If it is not possible to put the notice in a particular Source Code file due to its structure, then Licensee must include the notice in a location (such as a relevant directory file), where a recipient would be most likely to look for such a notice.\n \n(d) Redistribution.\n \n(i) Source. Covered Code may be distributed in Source Code form only to another Helix Licensee (except for students as provided below). Licensee may not offer or impose any terms on any Covered Code that alter the rights, requirements, or responsibilities of such Helix Licensee. Licensee may distribute Covered Code to students for use in connection with their course work and research projects undertaken at accredited educational institutions. Such students need not be Helix Licensees, but must be given a copy of the notice set forth in Attachment A-3 and such notice must also be included in a file header or prominent location in the Source Code made available to such students.\n \n(ii) Executable. Licensee may distribute Executable version(s) of Covered Code to Helix Licensees and other third parties only for the purpose of evaluation and comment in connection with Research Use by Licensee and under a license of Licensee\u2019s choice, but that limits use of such Executable version(s) of Covered Code only to that purpose.\n \n(iii) Modified Class, Interface and Package Naming. In connection with Research Use by Licensee only, Licensee may use RN's class, Interface and package names only to accurately reference or invoke the Source Code files that Licensee modifies. RN grants to Licensee a limited license to the extent necessary for such purposes. \n \n(e) Extensions. \n \n(i) Licensee may not include any Source Code of Community Code in any Extensions. Licensee may include the compiled Header Files of Community Code in an Extension provided that Licensee\u2019s use of the Covered Code, including Header Files, complies with the TCK and all other terms of this License. \n \n(ii) Open. Licensee must refrain from enforcing any Intellectual Property Rights Licensee may have covering any Interface(s) of Licensee\u2019s Extension, which would prevent the implementation of such Interface(s) by RN or any Helix Licensee. This obligation does not prevent Licensee from enforcing any Intellectual Property Right Licensee has that would otherwise be infringed by an implementation of Licensee\u2019s Extension.\n \n(iii) Interface Modifications and Naming. Licensee may not modify or add to the GUID space \"xxxxxxxx-0901-11d1-8B06-00A024406D59\" or any other GUID space designated by RN. Licensee may not modify any Interface prefix provided with the Covered Code or any other prefix designated by RN. \n \n(f) Any Specifications provided to Licensee by RN are confidential and proprietary information of RN. Licensee must maintain the confidentiality of the Specifications and may not disclose them to any third party without RN\u2019s prior written consent. Licensee may only use the Specifications under the terms of this License and only for the purpose of implementing the terms of this License with respect to Community Code. Licensee may not use, copy or distribute any such Specifications except as provided in writing by RN.\n \nNo Commercial Use. \n \nLicensee may not make Commercial Use of any Covered Code unless Licensee and RN have executed a copy of the RCSL - Commercial available at the Helix Community Website, or another license agreement expressly granting commercial use rights. \n \n4. Versions of the License.\n \n4.1 License Versions.\n \nRN may publish revised versions of this License from time to time. Each version will be given a distinguishing version number. No one other than RN has the right to promulgate versions of this License.\n \n4.2 Effect of New License Versions.\n \n(a) Once a particular version of Covered Code has been provided under a version of this License, Licensee may always continue to use such Covered Code under the terms of that version of the License. Licensee may also choose to use such Covered Code under the terms of any subsequent version of the License, but not under a prior version of the License. (For example, if a version of Covered Code has been provided under RCSL R&D 2.1, Licensee may not use such Covered Code under RCSL R&D 2.0.) \n \n(b) Version 3.0 of this License (and all subsequent versions) supercedes versions 1.0, 1.1, 1.2, and 2.0 of RCSL R&D plus Attachments A-C.\n \n4.3 Multiple-Licensed Code.\n \nRN may designate portions of the Covered Code as \u201cMultiple-Licensed.\u201d \u201cMultiple-Licensed\u201d means that the RN permits Licensee to utilize those designated portions of the Covered Code under Licensee\u2019s choice of this License or the alternative license(s), if any, specified by the RN at the Helix Community Website or in Header Files for the applicable Covered Code. \n \n5. Disclaimer of Warranty.\n \nCOVERED CODE IS PROVIDED UNDER THIS LICENSE \"AS IS,\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. YOU BEAR THE ENTIRE RISK IN CONNECTION WITH YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.\n \n6. Termination.\n \n6.1 By Licensee.\n \nLicensee may terminate this License at anytime by providing written notice to RN.\n \n6.2 By RN.\n \nThis License and the rights granted hereunder will terminate:\n \n(a) automatically if Licensee fails to comply with the terms of this License and fails to cure such breach within 30 days of receipt of written notice of the breach;\n \n(b) immediately in the event of circumstances specified in Sections 7.1 and 8.4; or\n \n(c) at RN's discretion upon any action initiated by Licensee (including by cross-claim or counter claim) alleging that use or distribution by RN or any Licensee, of any Covered Code, the TCK or Specifications infringe a patent owned or controlled by Licensee.\n \n6.3 Effect of Termination. \n \nUpon termination, Licensee must discontinue use of and destroy all copies of Covered Code in Licensee\u2019s possession. All sublicenses to the Covered Code that Licensee has properly granted shall survive any termination of this License. Provisions that, by their nature, should remain in effect beyond the termination of this License shall survive including, without limitation, Sections 2.2, 3, 5, 7, 8, and the Glossary.\n \n6.4 No Compensation.\n \nEach party waives and releases the other from any claim to compensation or indemnity for permitted or lawful termination of the business relationship established by this License.\n \n7. Liability.\n \n7.1 Infringement. \n \nShould any of the Covered Code, TCK or Specifications (\u201cMaterials\u201d) become the subject of a claim of infringement, RN may, at its sole option, (i) attempt to procure the rights necessary for Licensee to continue using the Materials, (ii) modify the Materials so that they are no longer infringing, or (iii) terminate Licensee\u2019s right to use the Materials, immediately upon written notice. \n \n 7.2 LIMITATION OF LIABILITY. \n \n TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, RN'S LIABILITY TO LICENSEE FOR CLAIMS RELATING TO THIS LICENSE, WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY LICENSEE TO RN FOR ALL COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF ANY, DURING THE TWELVE MONTHS PRECEDING THE CLAIMED BREACH. IN NO EVENT WILL EITHER PARTY BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE (INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR OTHERWISE, WHETHER OR NOT LICENSEE OR RN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY.\n \n8. Miscellaneous.\n \n8.1 No Trademark License. \n \nLicensee is granted no right, title or license to, or any interest in, any trademarks of RN hereunder. \n \n8.2 Integration. \n \nThis License represents the complete agreement concerning the subject matter hereof.\n \n8.3 Assignment. \n \nRN may assign this License, and its rights and obligations hereunder, in its sole discretion. Licensee may assign Licensee\u2019s rights and obligations under this the License to a third party upon prior written notice to RN. \n \n8.4 Severability. \n \nIf any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Notwithstanding the foregoing, if Licensee is prohibited by law from fully and specifically complying with Sections 2.2 or 3, this License will immediately terminate and Licensee must immediately discontinue any use of the Materials.\n \n8.5 Governing Law. \n \nThis License shall be governed by the laws of the United States and the State of Washington, as applied to contracts entered into and to be performed in Washington between Washington residents. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. The state and federal courts located in Seattle, Washington have exclusive jurisdiction over any claim relating to the License, including contract and tort claims.\n \n8.6 Construction. \n \nAny law or regulation, which provides that the language of a contract shall be construed against the drafter, shall not apply to this License.\n \n8.7 U.S. Government End Users. \n \nThe Covered Code is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and \"commercial computer software documentation,\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. \n \n Press Announcements. \n \nLicensee may make press announcements or other public statements regarding this License without the prior written consent of the RN, if Licensee\u2019s statement is limited to announcing the licensing of the Covered Code. All other public announcements regarding this License require the prior written consent of the RN. Consent requests are welcome at press@helixcommunity.org.\n \n8.9 International Use.\n \n(a) Export\/Import laws. Covered Code is subject to U.S. export control laws and may be subject to export or import regulations in other countries. Licensee must comply strictly with all such laws and regulations and must obtain any necessary licenses to export, re-export, or import as may be permitted under this Agreement. \n \n(b) Intellectual Property Protection. Due to limited intellectual property protection and enforcement in certain countries, this License does not permit the redistribution of the Covered Code, TCK and Specifications to any country on the list of restricted countries at the Helix Community Website. \n \n8.10 Language. \n \nThis License is in the English language only, which language shall be controlling in all respects, and all versions of this License in any other language shall be for accommodation only and shall not be binding on the parties to this License. All communications and notices made or given pursuant to this License, and all documentation and support to be provided, unless otherwise noted, shall be in the English language.\n \nGLOSSARY\n \n\u201cApplicable Patent Claims\u201d means: (a) in the case where RN is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to RN and (ii) are necessarily infringed by using or making the Original Code or Upgraded Code, including Modifications provided by RN, alone and not in combination with other software or hardware; and (b) in the case where Licensee is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to Licensee and (ii) are infringed (directly or indirectly) by using or making Licensee Modifications, taken alone or in combination with Covered Code.\n \n\u201cApplication Programming Interfaces (APIs)\u201d means the interfaces, associated header files, service provider interfaces, and protocols that enable a device, application, operating system, or other program to obtain services from or make requests of (or provide services in response to requests from) other programs, and to use, benefit from, or rely on the resources, facilities, and capabilities of the relevant programs using the APIs. APIs includes the technical documentation describing the APIs, the Source Code constituting the API, and any Header Files used with the APIs.\n \n\u201cCommercial Use\u201d means any use (internal or external), copying, sublicensing or distribution (internal or external), directly or indirectly of Covered Code by Licensee other than Licensee\u2019s Research Use of Covered Code within Licensee\u2019s business or organization or in conjunction with other Helix Licensees with equivalent Research Use rights. Commercial Use includes any use of the Covered Code for direct or indirect commercial or strategic gain, advantage or other business purpose. Any Commercial Use requires execution of the RCSL - Commercial Use by Licensee and RN.\n \n\u201cCommunity Code\u201d means the Original Code, Upgraded Code, Error Corrections, Shared Modifications, or any combination thereof.\n \n\u201cCompliant Covered Code\u201d means Covered Code that complies with the requirements of the TCK.\n \n\u201cCovered Code\u201d means the Original Code, Upgraded Code, Modifications, or any combination thereof.\n \n\u201cError Correction\u201d means any change made to Community Code which conforms to the Specification and corrects the adverse effect of a failure of Community Code to perform any function set forth in or required by the Specifications.\n \n\u201cExecutable\u201d means Covered Code that has been converted from Source Code to the preferred form for execution by a computer or digital processor (e.g. binary form). \n \n\u201cExtension(s)\u201d means any additional Interfaces developed by or for Licensee which: (i) are designed for use with the Helix DNA Code; (ii) constitute an API for a library of computing functions or services; and (iii) are disclosed or otherwise made available to third party software developers for the purpose of developing software which invokes such additional Interfaces. The foregoing shall not apply to software developed by Licensee\u2019s subcontractors to be exclusively used by Licensee. \n \n\u201cHelix Community Website\u201d means the website located at www.helixcommunity.org designated by RN for access to the Helix DNA Code, TCK and Specifications, and for posting Modifications.\n \n\u201cHeader File(s)\u201d means that portion of the Source Code that provides the names and types of member functions, data members, class definitions, and interface definitions necessary to implement the APIs for the Covered Code. Header Files include, files specifically designated by RN as Header Files. Header Files do not include the code necessary to implement the functionality underlying the Interface.\n \n\u201cHelix DNA Client\u201d means the software identified on the Helix Community Website as the \u201cHelix DNA Client\u201d and which implements audio and video playback and rendering as defined in the Specifications.\n \n\u201cHelix DNA Code\u201d means the Helix DNA Server, the Helix DNA Client, the Helix DNA Producer, and any other Helix technologies that may be designated by RN from time to time. \n \n\u201cHelix DNA Producer\u201d means the portion of the Covered Code that implements the Helix Producer engine as defined in the Specification.\n \n\u201cHelix DNA Server\u201d means the portion of the Covered Code that implement the Helix Server streaming engine as defined in the Specification.\n \n\u201cHelix Licensee\u201d means any person or entity who has entered into a license agreement with RN providing for both source code development rights to and Commercial Use of the Helix DNA Client.\n \n\u201cIntellectual Property Rights\u201d means worldwide statutory and common law rights associated solely with (i) Applicable Patent Claims; (ii) works of authorship including copyrights, copyright applications, copyright registrations and \u201cmoral rights\u201d; (iii) the protection of trade and industrial secrets and confidential information; and (iv) divisions, continuations, renewals, and re-issuances of the foregoing now existing or acquired in the future.\n \n\u201cLicensee\u201d means the individual, or a legal entity acting by and through an individual or individuals, exercising rights either under this License or under a future version of this License issued pursuant to Section 4.1. For legal entities, \u201cLicensee\u201d includes any entity that by majority voting interest controls, is controlled by, or is under common control with Licensee.\n \n\u201cInterface\u201d means interfaces, functions, properties, class definitions, APIs, Header Files, GUIDs, V-Tables, or protocols allowing one piece of software, firmware or hardware to communicate or interoperate with another piece of software, firmware or hardware.\n \n \n\u201cModification(s)\u201d means (i) any addition to, deletion from or change to the substance or structure of the Covered Code, including Interfaces; (ii) any new file or other representation of computer program statements that contains any portion of Covered Code; or (iii) any new Source Code implementing any portion of the Specifications.\n \n\u201cOriginal Code\u201d means the Source Code for the Helix DNA Code as described on the Helix Community Website.\n \n\u201cRN\u201d means RealNetworks, Inc., its affiliates and its successors and assigns.\n \n\u201cPersonal Use\u201d means use of Covered Code by an individual solely for his or her personal, private and non-commercial purposes. An individual's use of Covered Code in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.\n \n\u201cReal Format Client Code\u201d means the software identified on the Helix Community Website as \u201cReal Format Client Code\u201d and which enables the playing back of content in RealMedia File Formats.\n \n\u201cRealMedia File Format\" means the file format designed and developed by RN for storing multimedia data and used to store RealAudio and RealVideo encoded streams. Valid RealMedia File Format extensions include: .rm, .rmj, .rmc, .rmvb, .rms, .ra, .rv, .rax .rvx.\n \n\u201cReformatted Specifications\u201d means any revision to the Specifications which translates or reformats the Specifications (as for example in connection with Licensee\u2019s documentation) but which does not alter, subset or superset the functional or operational aspects of the Specifications.\n \n\u201cResearch Use\u201d means use and distribution of Covered Code only for Licensee\u2019s Personal Use, research or development use and expressly excludes Commercial Use. Research Use also includes use of Covered Code to teach individuals how to use Covered Code.\n \n\u201cShared Modifications\u201d means Modifications that Licensee distributes or uses for a Commercial Use, in addition to any Modifications provided by Licensee, at Licensee\u2019s option, pursuant to Section 2.2, or received by Licensee from another Helix Licensee pursuant to Section 2.3.\n \n\u201cSource Code\u201d means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable.\n \n\u201cSpecifications\u201d means the specifications for the Helix DNA Code and other documentation, as published by RN from time to time on the Helix Community Website. \n \n\u201cTechnology Compatibility Kit\u201d or \u201cTCK\u201d means the interoperability testing specification, documentation and related testing tools made available to Licensee by RN from time to time for the purpose of testing Licensee\u2019s implementations of the Covered Code. RN may, in its sole discretion and from time to time, revise a TCK to correct errors or omissions and in connection with Upgrades.\n \n \u201cUpgrade(s)\u201d means new versions of Helix DNA Code designated exclusively by RN as an \"Upgrade\" and released by RN from time to time under the terms of this License.\n \n\u201cUpgraded Code\u201d means the Source Code or Executables for Upgrades, possibly including Modifications made by other Helix Licensees.\n \n \n \n\nATTACHMENT A\n \nREQUIRED NOTICES\n \n \nATTACHMENT A-1\n \nREQUIRED IN ALL CASES\n \nNotice to be included in header file of all Error Corrections and Shared Modifications:\n \nPortions Copyright 1994-2007 \u00a9 RealNetworks, Inc. All rights reserved. \n\nThe contents of this file, and the files included with this file, are subject to the current version of RealNetworks Community Source License Version 3.0 (the \"License\"). You may not use this file except in compliance with the License executed by both you and RealNetworks. You may obtain a copy of the License at https:\/\/www.helixcommunity.org\/content\/rcsl. You may also obtain a copy of the License by contacting RealNetworks directly. Please see the License for the rights, obligations and limitations governing use of the contents of the file.\n\nThis file is part of the Helix DNA Code. RealNetworks, Inc., is the developer of the Original Code and owns the copyrights in the portions it created. \n\nThis file, and the files included with this file, are distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.\n\n \n\nContributor(s):\n\n_______________________________________________\n\nTechnology Compatibility Kit Test Suite(s) Location:\n\n________________________________\n\n \n\nATTACHMENT A-2\n \nSAMPLE LICENSEE CERTIFICATION\n \n\"By clicking the `Agree' button below, you certify that you are a Licensee in good standing under the RealNetworks Community Source License \u2013 Research and Development or the RealNetworks Community Source License \u2013 Commercial, (each, a \"License\") and that your access, use and distribution of code and information you may obtain at this site is subject to the License. If you are not a Licensee under the RealNetworks Community Source License you may not download, copy or use the Helix DNA Code.\n \n \n \n\nATTACHMENT A-3\n \nREQUIRED STUDENT NOTIFICATION\n \n\"This software and related documentation has been obtained by your educational institution subject to the RealNetworks Community Source License. You have been provided access to the software and related documentation for use only in connection with your course work and research activities as a matriculated student of your educational institution. Any other use is expressly prohibited.\n \nTHIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF REALNETWORKS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS.\n \nYou may not use this file except in compliance with the License. You may obtain a copy of the License on the web at https:\/\/www.helixcommunity.org\/content\/rcsl. ", + "rf_text": "REALNETWORKS COMMUNITY SOURCE LICENSE\nRESEARCH AND DEVELOPMENT USE\n(RCSL R&D)\nVersion 3.0 (Rev. Date: May 29, 2007)\n \nRECITALS\n \nRealNetworks, Inc. (\"RN\") has developed Specifications, Source Code implementations and Executables of the Helix DNA Code, and an associated TCK; and\n \nRN desires to license the Helix DNA Code to a large community to facilitate research, innovation and product development while maintaining compatibility of such products with the Helix DNA Code as delivered by RN;\n \nTherefore, RN makes available the Helix DNA Code, the Specifications, and the TCK available for Research and Development Use only under the following terms: \n \nLICENSE\n \n1. Introduction. \n \nThe RealNetworks Community Source License - Research and Development Use (\"RCSL R&D\" or \"License\") is a license to use the Source Code of certain portions of the Helix DNA Code, Specifications, and the TCK for research and development use only. You (\"Licensee,\" as more specifically defined below) accept the terms of this License by downloading or using the Helix DNA Code, the Specifications, or the TCK, unless Licensee and RN have signed a license agreement that expressly supersedes this RCSL R&D. \n \nThis License does not include a license to access or modify the Source Code of the Real Format Client Code. If Licensee desires the right to receive access to the Source Code of the Real Format Client Code for the purposes of porting and optimization, Licensee and RN may elect to execute a Real Format Source Code Porting and Optimization Agreement.\n \nThis License does not include a license to make Commercial Use of the Helix DNA Code or Real Format Client Code. If Licensee desires a license for Commercial Use of the Helix DNA Code or Real Format Client Code, Licensee and RN may desire to execute the RealNetworks Community Source License - Commercial Use (\"RCSL Commercial\") for the version of the Helix DNA Code or Real Format Client Code of which Licensee would like to make Commercial Use. Once executed by Licensee and RN, the RCSL Commercial would supersede the terms of this License.\n \nCapitalized terms used in this License are defined in the Glossary attached to the end of this License.\n \n 2. License Grants.\n \n 2.1 RN Grant to use Covered Code, Specifications, and TCK. \n \nSubject to Licensee's compliance with the terms of this License, RN grants to Licensee a worldwide, royalty-free, non-exclusive license, to the extent of RN's Intellectual Property Rights covering the Covered Code, Specifications, and the TCK to do the following:\n \n(a) Research Use License.\n \n(i) use, reproduce and modify the Covered Code and Specifications to create Modifications and Reformatted Specifications for Research Use by Licensee;\n \n(ii) publish and display Covered Code and Specifications with, or as part of Modifications, as permitted under Section 3.1(b) below;\n \n(iii) reproduce and distribute copies of Covered Code to Licensees and students for Research Use by Licensee;\n \n(iv) compile, reproduce and distribute Covered Code in Executable form, and Reformatted Specifications to anyone for Research Use by Licensee; and\n \n(v) use the TCK to develop and test Covered Code.\n \n(b) Reservation of Rights.\n \nOther than the licenses expressly granted in this License, RN retains all right, title, and interest in Covered Code, Specifications and the TCK.\n \n(c) TCK Use Restrictions. \n \n Licensee may not create derivative works of the TCK or use the TCK to test any implementation of the Specifications except for the purpose of creating Compliant Covered Code. Licensee may not publish Licensee's test results or make claims of comparative compatibility with respect to other implementations of the Specification. \n \n2.2 Licensee's Grants.\n \n(a) To Other Helix Licensees. Licensee hereby grants to each other Helix Licensee a license to Licensee's Error Corrections and Shared Modifications, of the same scope and extent as RN's licenses under Section 2.1 (a) above relative to Research Use.\n \n(b) To RN. Licensee hereby grant to RN a worldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to the extent of Licensee's Intellectual Property Rights covering Licensee's Error Corrections, Shared Modifications and Reformatted Specifications, to use, reproduce, modify, display and distribute Licensee's Error Corrections, Shared Modifications and Reformatted Specifications, in any form, including the right to sublicense such rights through multiple tiers of distribution.\n \n(c) Other than the licenses expressly granted in Sections 2.2(a) and (b) above, and the restrictions set forth in Section 3.1 below, Licensee retains all right, title, and interest in Licensee's Error Corrections, Shared Modifications and Reformatted Specifications.\n \n2.3 Modifications by Helix Licensees. \n \nLicensee may use, reproduce, modify, display and distribute Error Corrections, Shared Modifications and Reformatted Specifications, obtained by Licensee under this License from any other Helix Licensee, to the same scope and extent as with Original Code, Upgraded Code and Specifications.\n \n2.4 Subcontracting. \n \n Licensee may deliver the Source Code of Covered Code to other Helix Licensees for the sole purpose of furnishing development services to Licensee in connection with Licensee's rights granted in this License, provided that Licensee does not enter a separate agreement with such Licensee that contains provisions inconsistent with the ownership and licensing requirements set forth in this License. \n \n3. Requirements and Responsibilities.\n \n3.1 Research Use License. \n \nAs a condition of exercising the rights granted under Section 2.1(a) above, Licensee must comply with the following:\n \n(a) Licensee's Contributions. All Error Corrections and Shared Modifications which Licensee creates are automatically subject to the licenses granted under Section 2.2 above. Licensee is encouraged to license all of Licensee's other Modifications under Section 2.2 as Shared Modifications, but is not required to do so. Licensee must notify RN of any errors in the Specifications.\n \n(b) Source Code Availability. Licensee must provide all of Licensee's Error Corrections to RN as soon as reasonably practicable and, in any event, no later than when Licensee shares such Error Corrections with any other Helix Licensee. RN may, at its discretion, post Source Code for Licensee's Error Corrections and Shared Modifications at the Helix Community Website. \n \n(c) Notices. All Error Corrections and Shared Modifications that Licensee creates or contributes to must include a file documenting the additions and changes Licensee made and the date of such additions and changes. Licensee must also include the notice set forth in Attachment A-1 in the file header of any Error Correction or Shared Modification. If it is not possible to put the notice in a particular Source Code file due to its structure, then Licensee must include the notice in a location (such as a relevant directory file), where a recipient would be most likely to look for such a notice.\n \n(d) Redistribution.\n \n(i) Source. Covered Code may be distributed in Source Code form only to another Helix Licensee (except for students as provided below). Licensee may not offer or impose any terms on any Covered Code that alter the rights, requirements, or responsibilities of such Helix Licensee. Licensee may distribute Covered Code to students for use in connection with their course work and research projects undertaken at accredited educational institutions. Such students need not be Helix Licensees, but must be given a copy of the notice set forth in Attachment A-3 and such notice must also be included in a file header or prominent location in the Source Code made available to such students.\n \n(ii) Executable. Licensee may distribute Executable version(s) of Covered Code to Helix Licensees and other third parties only for the purpose of evaluation and comment in connection with Research Use by Licensee and under a license of Licensee's choice, but that limits use of such Executable version(s) of Covered Code only to that purpose.\n \n(iii) Modified Class, Interface and Package Naming. In connection with Research Use by Licensee only, Licensee may use RN's class, Interface and package names only to accurately reference or invoke the Source Code files that Licensee modifies. RN grants to Licensee a limited license to the extent necessary for such purposes. \n \n(e) Extensions. \n \n(i) Licensee may not include any Source Code of Community Code in any Extensions. Licensee may include the compiled Header Files of Community Code in an Extension provided that Licensee's use of the Covered Code, including Header Files, complies with the TCK and all other terms of this License. \n \n(ii) Open. Licensee must refrain from enforcing any Intellectual Property Rights Licensee may have covering any Interface(s) of Licensee's Extension, which would prevent the implementation of such Interface(s) by RN or any Helix Licensee. This obligation does not prevent Licensee from enforcing any Intellectual Property Right Licensee has that would otherwise be infringed by an implementation of Licensee's Extension.\n \n(iii) Interface Modifications and Naming. Licensee may not modify or add to the GUID space \"xxxxxxxx-0901-11d1-8B06-00A024406D59\" or any other GUID space designated by RN. Licensee may not modify any Interface prefix provided with the Covered Code or any other prefix designated by RN. \n \n(f) Any Specifications provided to Licensee by RN are confidential and proprietary information of RN. Licensee must maintain the confidentiality of the Specifications and may not disclose them to any third party without RN's prior written consent. Licensee may only use the Specifications under the terms of this License and only for the purpose of implementing the terms of this License with respect to Community Code. Licensee may not use, copy or distribute any such Specifications except as provided in writing by RN.\n \nNo Commercial Use. \n \nLicensee may not make Commercial Use of any Covered Code unless Licensee and RN have executed a copy of the RCSL - Commercial available at the Helix Community Website, or another license agreement expressly granting commercial use rights. \n \n4. Versions of the License.\n \n4.1 License Versions.\n \nRN may publish revised versions of this License from time to time. Each version will be given a distinguishing version number. No one other than RN has the right to promulgate versions of this License.\n \n4.2 Effect of New License Versions.\n \n(a) Once a particular version of Covered Code has been provided under a version of this License, Licensee may always continue to use such Covered Code under the terms of that version of the License. Licensee may also choose to use such Covered Code under the terms of any subsequent version of the License, but not under a prior version of the License. (For example, if a version of Covered Code has been provided under RCSL R&D 2.1, Licensee may not use such Covered Code under RCSL R&D 2.0.) \n \n(b) Version 3.0 of this License (and all subsequent versions) supercedes versions 1.0, 1.1, 1.2, and 2.0 of RCSL R&D plus Attachments A-C.\n \n4.3 Multiple-Licensed Code.\n \nRN may designate portions of the Covered Code as \"Multiple-Licensed.\" \"Multiple-Licensed\" means that the RN permits Licensee to utilize those designated portions of the Covered Code under Licensee's choice of this License or the alternative license(s), if any, specified by the RN at the Helix Community Website or in Header Files for the applicable Covered Code. \n \n5. Disclaimer of Warranty.\n \nCOVERED CODE IS PROVIDED UNDER THIS LICENSE \"AS IS,\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. YOU BEAR THE ENTIRE RISK IN CONNECTION WITH YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.\n \n6. Termination.\n \n6.1 By Licensee.\n \nLicensee may terminate this License at anytime by providing written notice to RN.\n \n6.2 By RN.\n \nThis License and the rights granted hereunder will terminate:\n \n(a) automatically if Licensee fails to comply with the terms of this License and fails to cure such breach within 30 days of receipt of written notice of the breach;\n \n(b) immediately in the event of circumstances specified in Sections 7.1 and 8.4; or\n \n(c) at RN's discretion upon any action initiated by Licensee (including by cross-claim or counter claim) alleging that use or distribution by RN or any Licensee, of any Covered Code, the TCK or Specifications infringe a patent owned or controlled by Licensee.\n \n6.3 Effect of Termination. \n \nUpon termination, Licensee must discontinue use of and destroy all copies of Covered Code in Licensee's possession. All sublicenses to the Covered Code that Licensee has properly granted shall survive any termination of this License. Provisions that, by their nature, should remain in effect beyond the termination of this License shall survive including, without limitation, Sections 2.2, 3, 5, 7, 8, and the Glossary.\n \n6.4 No Compensation.\n \nEach party waives and releases the other from any claim to compensation or indemnity for permitted or lawful termination of the business relationship established by this License.\n \n7. Liability.\n \n7.1 Infringement. \n \nShould any of the Covered Code, TCK or Specifications (\"Materials\") become the subject of a claim of infringement, RN may, at its sole option, (i) attempt to procure the rights necessary for Licensee to continue using the Materials, (ii) modify the Materials so that they are no longer infringing, or (iii) terminate Licensee's right to use the Materials, immediately upon written notice. \n \n 7.2 LIMITATION OF LIABILITY. \n \n TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, RN'S LIABILITY TO LICENSEE FOR CLAIMS RELATING TO THIS LICENSE, WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY LICENSEE TO RN FOR ALL COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF ANY, DURING THE TWELVE MONTHS PRECEDING THE CLAIMED BREACH. IN NO EVENT WILL EITHER PARTY BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE (INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR OTHERWISE, WHETHER OR NOT LICENSEE OR RN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY.\n \n8. Miscellaneous.\n \n8.1 No Trademark License. \n \nLicensee is granted no right, title or license to, or any interest in, any trademarks of RN hereunder. \n \n8.2 Integration. \n \nThis License represents the complete agreement concerning the subject matter hereof.\n \n8.3 Assignment. \n \nRN may assign this License, and its rights and obligations hereunder, in its sole discretion. Licensee may assign Licensee's rights and obligations under this the License to a third party upon prior written notice to RN. \n \n8.4 Severability. \n \nIf any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Notwithstanding the foregoing, if Licensee is prohibited by law from fully and specifically complying with Sections 2.2 or 3, this License will immediately terminate and Licensee must immediately discontinue any use of the Materials.\n \n8.5 Governing Law. \n \nThis License shall be governed by the laws of the United States and the State of Washington, as applied to contracts entered into and to be performed in Washington between Washington residents. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. The state and federal courts located in Seattle, Washington have exclusive jurisdiction over any claim relating to the License, including contract and tort claims.\n \n8.6 Construction. \n \nAny law or regulation, which provides that the language of a contract shall be construed against the drafter, shall not apply to this License.\n \n8.7 U.S. Government End Users. \n \nThe Covered Code is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and \"commercial computer software documentation,\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. \n \n Press Announcements. \n \nLicensee may make press announcements or other public statements regarding this License without the prior written consent of the RN, if Licensee's statement is limited to announcing the licensing of the Covered Code. All other public announcements regarding this License require the prior written consent of the RN. Consent requests are welcome at press@helixcommunity.org.\n \n8.9 International Use.\n \n(a) Export\/Import laws. Covered Code is subject to U.S. export control laws and may be subject to export or import regulations in other countries. Licensee must comply strictly with all such laws and regulations and must obtain any necessary licenses to export, re-export, or import as may be permitted under this Agreement. \n \n(b) Intellectual Property Protection. Due to limited intellectual property protection and enforcement in certain countries, this License does not permit the redistribution of the Covered Code, TCK and Specifications to any country on the list of restricted countries at the Helix Community Website. \n \n8.10 Language. \n \nThis License is in the English language only, which language shall be controlling in all respects, and all versions of this License in any other language shall be for accommodation only and shall not be binding on the parties to this License. All communications and notices made or given pursuant to this License, and all documentation and support to be provided, unless otherwise noted, shall be in the English language.\n \nGLOSSARY\n \n\"Applicable Patent Claims\" means: (a) in the case where RN is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to RN and (ii) are necessarily infringed by using or making the Original Code or Upgraded Code, including Modifications provided by RN, alone and not in combination with other software or hardware; and (b) in the case where Licensee is the grantor of rights, claims of patents that (i) are now or hereafter acquired, owned by or assigned to Licensee and (ii) are infringed (directly or indirectly) by using or making Licensee Modifications, taken alone or in combination with Covered Code.\n \n\"Application Programming Interfaces (APIs)\" means the interfaces, associated header files, service provider interfaces, and protocols that enable a device, application, operating system, or other program to obtain services from or make requests of (or provide services in response to requests from) other programs, and to use, benefit from, or rely on the resources, facilities, and capabilities of the relevant programs using the APIs. APIs includes the technical documentation describing the APIs, the Source Code constituting the API, and any Header Files used with the APIs.\n \n\"Commercial Use\" means any use (internal or external), copying, sublicensing or distribution (internal or external), directly or indirectly of Covered Code by Licensee other than Licensee's Research Use of Covered Code within Licensee's business or organization or in conjunction with other Helix Licensees with equivalent Research Use rights. Commercial Use includes any use of the Covered Code for direct or indirect commercial or strategic gain, advantage or other business purpose. Any Commercial Use requires execution of the RCSL - Commercial Use by Licensee and RN.\n \n\"Community Code\" means the Original Code, Upgraded Code, Error Corrections, Shared Modifications, or any combination thereof.\n \n\"Compliant Covered Code\" means Covered Code that complies with the requirements of the TCK.\n \n\"Covered Code\" means the Original Code, Upgraded Code, Modifications, or any combination thereof.\n \n\"Error Correction\" means any change made to Community Code which conforms to the Specification and corrects the adverse effect of a failure of Community Code to perform any function set forth in or required by the Specifications.\n \n\"Executable\" means Covered Code that has been converted from Source Code to the preferred form for execution by a computer or digital processor (e.g. binary form). \n \n\"Extension(s)\" means any additional Interfaces developed by or for Licensee which: (i) are designed for use with the Helix DNA Code; (ii) constitute an API for a library of computing functions or services; and (iii) are disclosed or otherwise made available to third party software developers for the purpose of developing software which invokes such additional Interfaces. The foregoing shall not apply to software developed by Licensee's subcontractors to be exclusively used by Licensee. \n \n\"Helix Community Website\" means the website located at www.helixcommunity.org designated by RN for access to the Helix DNA Code, TCK and Specifications, and for posting Modifications.\n \n\"Header File(s)\" means that portion of the Source Code that provides the names and types of member functions, data members, class definitions, and interface definitions necessary to implement the APIs for the Covered Code. Header Files include, files specifically designated by RN as Header Files. Header Files do not include the code necessary to implement the functionality underlying the Interface.\n \n\"Helix DNA Client\" means the software identified on the Helix Community Website as the \"Helix DNA Client\" and which implements audio and video playback and rendering as defined in the Specifications.\n \n\"Helix DNA Code\" means the Helix DNA Server, the Helix DNA Client, the Helix DNA Producer, and any other Helix technologies that may be designated by RN from time to time. \n \n\"Helix DNA Producer\" means the portion of the Covered Code that implements the Helix Producer engine as defined in the Specification.\n \n\"Helix DNA Server\" means the portion of the Covered Code that implement the Helix Server streaming engine as defined in the Specification.\n \n\"Helix Licensee\" means any person or entity who has entered into a license agreement with RN providing for both source code development rights to and Commercial Use of the Helix DNA Client.\n \n\"Intellectual Property Rights\" means worldwide statutory and common law rights associated solely with (i) Applicable Patent Claims; (ii) works of authorship including copyrights, copyright applications, copyright registrations and \"moral rights\"; (iii) the protection of trade and industrial secrets and confidential information; and (iv) divisions, continuations, renewals, and re-issuances of the foregoing now existing or acquired in the future.\n \n\"Licensee\" means the individual, or a legal entity acting by and through an individual or individuals, exercising rights either under this License or under a future version of this License issued pursuant to Section 4.1. For legal entities, \"Licensee\" includes any entity that by majority voting interest controls, is controlled by, or is under common control with Licensee.\n \n\"Interface\" means interfaces, functions, properties, class definitions, APIs, Header Files, GUIDs, V-Tables, or protocols allowing one piece of software, firmware or hardware to communicate or interoperate with another piece of software, firmware or hardware.\n \n \n\"Modification(s)\" means (i) any addition to, deletion from or change to the substance or structure of the Covered Code, including Interfaces; (ii) any new file or other representation of computer program statements that contains any portion of Covered Code; or (iii) any new Source Code implementing any portion of the Specifications.\n \n\"Original Code\" means the Source Code for the Helix DNA Code as described on the Helix Community Website.\n \n\"RN\" means RealNetworks, Inc., its affiliates and its successors and assigns.\n \n\"Personal Use\" means use of Covered Code by an individual solely for his or her personal, private and non-commercial purposes. An individual's use of Covered Code in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization (commercial or non-commercial) does not qualify as Personal Use.\n \n\"Real Format Client Code\" means the software identified on the Helix Community Website as \"Real Format Client Code\" and which enables the playing back of content in RealMedia File Formats.\n \n\"RealMedia File Format\" means the file format designed and developed by RN for storing multimedia data and used to store RealAudio and RealVideo encoded streams. Valid RealMedia File Format extensions include: .rm, .rmj, .rmc, .rmvb, .rms, .ra, .rv, .rax .rvx.\n \n\"Reformatted Specifications\" means any revision to the Specifications which translates or reformats the Specifications (as for example in connection with Licensee's documentation) but which does not alter, subset or superset the functional or operational aspects of the Specifications.\n \n\"Research Use\" means use and distribution of Covered Code only for Licensee's Personal Use, research or development use and expressly excludes Commercial Use. Research Use also includes use of Covered Code to teach individuals how to use Covered Code.\n \n\"Shared Modifications\" means Modifications that Licensee distributes or uses for a Commercial Use, in addition to any Modifications provided by Licensee, at Licensee's option, pursuant to Section 2.2, or received by Licensee from another Helix Licensee pursuant to Section 2.3.\n \n\"Source Code\" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable.\n \n\"Specifications\" means the specifications for the Helix DNA Code and other documentation, as published by RN from time to time on the Helix Community Website. \n \n\"Technology Compatibility Kit\" or \"TCK\" means the interoperability testing specification, documentation and related testing tools made available to Licensee by RN from time to time for the purpose of testing Licensee's implementations of the Covered Code. RN may, in its sole discretion and from time to time, revise a TCK to correct errors or omissions and in connection with Upgrades.\n \n \"Upgrade(s)\" means new versions of Helix DNA Code designated exclusively by RN as an \"Upgrade\" and released by RN from time to time under the terms of this License.\n \n\"Upgraded Code\" means the Source Code or Executables for Upgrades, possibly including Modifications made by other Helix Licensees.\n \n \n \n\nATTACHMENT A\n \nREQUIRED NOTICES\n \n \nATTACHMENT A-1\n \nREQUIRED IN ALL CASES\n \nNotice to be included in header file of all Error Corrections and Shared Modifications:\n \nPortions Copyright 1994-2007 \u00a9 RealNetworks, Inc. All rights reserved. \n\nThe contents of this file, and the files included with this file, are subject to the current version of RealNetworks Community Source License Version 3.0 (the \"License\"). You may not use this file except in compliance with the License executed by both you and RealNetworks. You may obtain a copy of the License at https:\/\/www.helixcommunity.org\/content\/rcsl. You may also obtain a copy of the License by contacting RealNetworks directly. Please see the License for the rights, obligations and limitations governing use of the contents of the file.\n\nThis file is part of the Helix DNA Code. RealNetworks, Inc., is the developer of the Original Code and owns the copyrights in the portions it created. \n\nThis file, and the files included with this file, are distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.\n\n \n\nContributor(s):\n\n_______________________________________________\n\nTechnology Compatibility Kit Test Suite(s) Location:\n\n________________________________\n\n \n\nATTACHMENT A-2\n \nSAMPLE LICENSEE CERTIFICATION\n \n\"By clicking the `Agree' button below, you certify that you are a Licensee in good standing under the RealNetworks Community Source License - Research and Development or the RealNetworks Community Source License - Commercial, (each, a \"License\") and that your access, use and distribution of code and information you may obtain at this site is subject to the License. If you are not a Licensee under the RealNetworks Community Source License you may not download, copy or use the Helix DNA Code.\n \n \n \n\nATTACHMENT A-3\n \nREQUIRED STUDENT NOTIFICATION\n \n\"This software and related documentation has been obtained by your educational institution subject to the RealNetworks Community Source License. You have been provided access to the software and related documentation for use only in connection with your course work and research activities as a matriculated student of your educational institution. Any other use is expressly prohibited.\n \nTHIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF REALNETWORKS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS.\n \nYou may not use this file except in compliance with the License. You may obtain a copy of the License on the web at https:\/\/www.helixcommunity.org\/content\/rcsl. ", "rf_url": "https:\/\/helixcommunity.org\/content\/rcsl", "rf_add_date": null, "rf_copyleft": null, @@ -2883,7 +2883,7 @@ }, { "rf_shortname": "CECILL-1.0", - "rf_text": "CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL\n\nAvertissement\n\nCe contrat est une licence de logiciel libre issue d\u2019une concertation entre ses auteurs afin que le respect de deux grands principes pr\u00e9side \u00e0 sa r\u00e9daction:\n\t\u2022\td\u2019une part, sa conformit\u00e9 au droit fran\u00e7ais, tant au regard du droit de la responsabilit\u00e9 civile que du droit de la propri\u00e9t\u00e9 intellectuelle et de la protection qu\u2019il offre aux auteurs et titulaires des droits patrimoniaux sur un logiciel.\n\t\u2022\td\u2019autre part, le respect des principes de diffusion des logiciels libres: acc\u00e8s au code source, droits \u00e9tendus conf\u00e9r\u00e9s aux utilisateurs.\n\nLes auteurs de la licence CeCILL1 sont:\n\nCommissariat \u00e0 l\u2019Energie Atomique \u2013 CEA, \u00e9tablissement public de caract\u00e8re scientifique technique et industriel, dont le si\u00e8ge est situ\u00e9 31-33 rue de la F\u00e9d\u00e9ration, 75752 PARIS cedex 15.\n\nCentre National de la Recherche Scientifique \u2013 CNRS, \u00e9tablissement public \u00e0 caract\u00e8re scientifique et technologique, dont le si\u00e8ge est situ\u00e9 3 rue Michel-Ange 75794 Paris cedex 16.\n\nInstitut National de Recherche en Informatique et en Automatique \u2013 INRIA, \u00e9tablissement public \u00e0 caract\u00e8re scientifique et technologique, dont le si\u00e8ge est situ\u00e9 Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay cedex.\n\nPREAMBULE\n\nCe contrat est une licence de logiciel libre dont l'objectif est de conf\u00e9rer aux utilisateurs la libert\u00e9 de modification et de redistribution du logiciel r\u00e9gi par cette licence dans le cadre d'un mod\u00e8le de diffusion \u00abopen source\u00bb.\n\nL'exercice de ces libert\u00e9s est assorti de certains devoirs \u00e0 la charge des utilisateurs afin de pr\u00e9server ce statut au cours des redistributions ult\u00e9rieures.\n\nL\u2019accessibilit\u00e9 au code source et les droits de copie, de modification et de redistribution qui en d\u00e9coulent ont pour contrepartie de n\u2019offrir aux utilisateurs qu\u2019une garantie limit\u00e9e et de ne faire peser sur l\u2019auteur du logiciel, le titulaire des droits patrimoniaux et les conc\u00e9dants successifs qu\u2019une responsabilit\u00e9 restreinte.\n\nA cet \u00e9gard l\u2019attention de l\u2019utilisateur est attir\u00e9e sur les risques associ\u00e9s au chargement, \u00e0 l\u2019utilisation, \u00e0 la modification et\/ou au d\u00e9veloppement et \u00e0 la reproduction du logiciel par l\u2019utilisateur \u00e9tant donn\u00e9 sa sp\u00e9cificit\u00e9 de logiciel libre, qui peut le rendre complexe \u00e0 manipuler et qui le r\u00e9serve donc \u00e0 des d\u00e9veloppeurs et des professionnels avertis poss\u00e9dant des connaissances informatiques approfondies. Les utilisateurs sont donc invit\u00e9s \u00e0 charger et tester l\u2019ad\u00e9quation du Logiciel \u00e0 leurs besoins dans des conditions permettant d'assurer la s\u00e9curit\u00e9 de leurs syst\u00e8mes et ou de leurs donn\u00e9es et, plus g\u00e9n\u00e9ralement, \u00e0 l'utiliser et l'exploiter dans les m\u00eame conditions de s\u00e9curit\u00e9. Ce contrat peut \u00eatre reproduit et diffus\u00e9 librement, sous r\u00e9serve de le conserver en l\u2019\u00e9tat, sans ajout ni suppression de clauses.\n\nCe contrat est susceptible de s\u2019appliquer \u00e0 tout logiciel dont le titulaire des droits patrimoniaux d\u00e9cide de soumettre l\u2019exploitation aux dispositions qu\u2019il contient.\n\nArticle 1er - DEFINITIONS\n\nDans ce contrat, les termes suivants, lorsqu\u2019ils seront \u00e9crits avec une lettre capitale, auront la signification suivante:\n\nContrat: d\u00e9signe le pr\u00e9sent contrat de licence, ses \u00e9ventuelles versions post\u00e9rieures et annexes.\n\nLogiciel: d\u00e9signe le logiciel sous sa forme de Code Objet et\/ou de Code Source et le cas \u00e9ch\u00e9ant sa documentation, dans leur \u00e9tat au moment de l\u2019acceptation du\nContrat par le Licenci\u00e9.\n\nLogiciel Initial: d\u00e9signe le Logiciel sous sa forme de Code Source et de Code Objet et le cas \u00e9ch\u00e9ant sa documentation, dans leur \u00e9tat au moment de leur premi\u00e8re diffusion sous les termes du Contrat.\n\nLogiciel Modifi\u00e9: d\u00e9signe le Logiciel modifi\u00e9 par au moins une Contribution.\n\nCode Source: d\u00e9signe l\u2019ensemble des instructions et des lignes de programme du Logiciel et auquel l\u2019acc\u00e8s est n\u00e9cessaire en vue de modifier le Logiciel.\n\nCode Objet: d\u00e9signe les fichiers binaires issus de la compilation du Code Source.\n\nTitulaire : d\u00e9signe le d\u00e9tenteur des droits patrimoniaux d\u2019auteur sur le Logiciel Initial.\n\nLicenci\u00e9(s): d\u00e9signe le ou les utilisateur(s) du Logiciel ayant accept\u00e9 le Contrat.\n\nContributeur: d\u00e9signe le Licenci\u00e9 auteur d\u2019au moins une Contribution.\n\nConc\u00e9dant: d\u00e9signe le Titulaire ou toute personne physique ou morale distribuant le Logiciel sous le Contrat.\n\nContributions: d\u00e9signe l\u2019ensemble des modifications, corrections, traductions, adaptations et\/ou nouvelles fonctionnalit\u00e9s int\u00e9gr\u00e9es dans le Logiciel par tout\n\nContributeur, ainsi que les Modules Statiques.\n\nModule: d\u00e9signe un ensemble de fichiers sources y compris leur documentation qui, une fois compil\u00e9 sous forme ex\u00e9cutable, permet de r\u00e9aliser des fonctionnalit\u00e9s ou\nservices suppl\u00e9mentaires \u00e0 ceux fournis par le Logiciel.\n\nModule Dynamique: d\u00e9signe tout Module, cr\u00e9\u00e9 par le Contributeur, ind\u00e9pendant du Logiciel, tel que ce Module et le Logiciel sont sous forme de deux ex\u00e9cutables ind\u00e9pendants qui s\u2019ex\u00e9cutent dans un espace d\u2019adressage ind\u00e9pendant, l\u2019un appelant l\u2019autre au moment de leur ex\u00e9cution.\n\nModule Statique: d\u00e9signe tout Module cr\u00e9\u00e9 par le Contributeur et li\u00e9 au Logiciel par un lien statique rendant leur code objet d\u00e9pendant l'un de l'autre. Ce Module et le Logiciel auquel il est li\u00e9, sont regroup\u00e9s en un seul ex\u00e9cutable.\n\nParties: d\u00e9signe collectivement le Licenci\u00e9 et le Conc\u00e9dant.\n\nCes termes s\u2019entendent au singulier comme au pluriel.\n\nArticle 2 - OBJET\n\nLe Contrat a pour objet la concession par le Conc\u00e9dant au Licenci\u00e9 d\u2019une Licence non exclusive, transf\u00e9rable et mondiale du Logiciel telle que d\u00e9finie ci-apr\u00e8s \u00e0 l'article 5 pour toute la dur\u00e9e de protection des droits portant sur ce Logiciel.\n\nArticle 3 - ACCEPTATION\n\n3.1. L\u2019acceptation par le Licenci\u00e9 des termes du Contrat est r\u00e9put\u00e9e acquise du fait du premier des faits suivants:\n\t\u2022\t(i) le chargement du Logiciel par tout moyen notamment par t\u00e9l\u00e9chargement \u00e0 partir d\u2019un serveur distant ou par chargement \u00e0 partir d\u2019un support physique;\n\t\u2022\t(ii) le premier exercice par le Licenci\u00e9 de l\u2019un quelconque des droits conc\u00e9d\u00e9s par le Contrat.\n\n3.2. Un exemplaire du Contrat, contenant notamment un avertissement relatif aux sp\u00e9cificit\u00e9s du Logiciel, \u00e0 la restriction de garantie et \u00e0 la limitation \u00e0 un usage par des utilisateurs exp\u00e9riment\u00e9s a \u00e9t\u00e9 mis \u00e0 disposition du Licenci\u00e9 pr\u00e9alablement \u00e0 son acceptation telle que d\u00e9finie \u00e0 l'article 3.1 ci dessus et le Licenci\u00e9 reconna\u00eet en avoir pris connaissances.\n\nArticle 4 - ENTREE EN VIGUEUR ET DUREE\n\n4.1.ENTREE EN VIGUEUR\n\nLe Contrat entre en vigueur \u00e0 la date de son acceptation par le Licenci\u00e9 telle que d\u00e9finie en 3.1.\n\n4.2. DUREE\n\nLe Contrat produira ses effets pendant toute la dur\u00e9e l\u00e9gale de protection des droits patrimoniaux portant sur le Logiciel.\n\nArticle 5 - ETENDUE DES DROITS CONCEDES\n\nLe Conc\u00e9dant conc\u00e8de au Licenci\u00e9, qui accepte, les droits suivants sur le Logiciel pour toutes destinations et pour la dur\u00e9e du Contrat dans les conditions ci-apr\u00e8s d\u00e9taill\u00e9es.\n\nPar ailleurs, le Conc\u00e9dant conc\u00e8de au Licenci\u00e9 \u00e0 titre gracieux les droits d\u2019exploitation du ou des brevets qu\u2019il d\u00e9tient sur tout ou partie des inventions\nimpl\u00e9ment\u00e9es dans le Logiciel.\n\n5.1. DROITS D\u2019UTILISATION\n\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 utiliser le Logiciel, sans restriction quant aux domaines d\u2019application, \u00e9tant ci-apr\u00e8s pr\u00e9cis\u00e9 que cela comporte:\n\t1.\tla reproduction permanente ou provisoire du Logiciel en tout ou partie par tout moyen et sous toute forme.\n\t2.\tle chargement, l\u2019affichage, l\u2019ex\u00e9cution, ou le stockage du Logiciel sur tout support.\n\t3.\tla possibilit\u00e9 d\u2019en observer, d\u2019en \u00e9tudier, ou d\u2019en tester le fonctionnement afin de d\u00e9terminer les id\u00e9es et principes qui sont \u00e0 la base de n\u2019importe quel \u00e9l\u00e9ment de ce Logiciel; et ceci, lorsque le Licenci\u00e9 effectue toute op\u00e9ration de chargement, d\u2019affichage, d\u2019ex\u00e9cution, de transmission ou de stockage du Logiciel qu\u2019il est en droit d\u2019effectuer en vertu du Contrat.\n\n5.2. DROIT D\u2019APPORTER DES CONTRIBUTIONS\n\nLe droit d\u2019apporter des Contributions comporte le droit de traduire, d\u2019adapter, d\u2019arranger ou d\u2019apporter toute autre modification du Logiciel et le droit de reproduire le Logiciel en r\u00e9sultant.\n\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 apporter toute Contribution au Logiciel sous r\u00e9serve de mentionner, de fa\u00e7on explicite, son nom en tant qu\u2019auteur de cette Contribution et la date de cr\u00e9ation de celle-ci.\n\n5.3. DROITS DE DISTRIBUTION ET DE DIFFUSION\n\nLe droit de distribution et de diffusion comporte notamment le droit de transmettre et de communiquer le Logiciel au public sur tout support et par tout moyen ainsi que le droit de mettre sur le march\u00e9 \u00e0 titre on\u00e9reux ou gratuit, un ou des exemplaires du Logiciel par tout proc\u00e9d\u00e9.\n\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer des copies du Logiciel, modifi\u00e9 ou non, \u00e0 des tiers dans les conditions ci-apr\u00e8s d\u00e9taill\u00e9es.\n\n5.3.1. REDISTRIBUTION DU LOGICIEL SANS MODIFICATION\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer des copies conformes du Logiciel, sous forme de Code Source ou de Code Objet, \u00e0 condition que cette redistribution respecte les dispositions du Contrat dans leur totalit\u00e9 et soit accompagn\u00e9e:\n\t1.\td\u2019un exemplaire du Contrat,\n\t2.\td\u2019un avertissement relatif \u00e0 la restriction de garantie et de responsabilit\u00e9 du Conc\u00e9dant telle que pr\u00e9vue aux articles 8 et 9,\net que, dans le cas o\u00f9 seul le Code Objet du Logiciel est redistribu\u00e9, le Licenci\u00e9 permette aux futurs Licenci\u00e9s d\u2019acc\u00e9der facilement au Code Source complet du Logiciel en indiquant les modalit\u00e9s d\u2019acc\u00e8s, \u00e9tant entendu que le co\u00fbt additionnel d\u2019acquisition du Code Source ne devra pas exc\u00e9der le simple co\u00fbt de transfert des donn\u00e9es.\n\n5.3.2. REDISTRIBUTION DU LOGICIEL MODIFIE\nLorsque le Licenci\u00e9 apporte une Contribution au Logiciel, les conditions de redistribution du Logiciel Modifi\u00e9 sont alors soumises \u00e0 l\u2019int\u00e9gralit\u00e9 des dispositions du Contrat.\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer le Logiciel Modifi\u00e9, sous forme de Code Source ou de Code Objet, \u00e0 condition que cette redistribution respecte les dispositions du Contrat dans leur totalit\u00e9 et soit accompagn\u00e9e:\n\t1.\td\u2019un exemplaire du Contrat,\n\t2.\td\u2019un avertissement relatif \u00e0 la restriction de garantie et de responsabilit\u00e9 du conc\u00e9dant telle que pr\u00e9vue aux articles 8 et 9,\net que, dans le cas o\u00f9 seul le Code Objet du Logiciel Modifi\u00e9 est redistribu\u00e9, le Licenci\u00e9 permette aux futurs Licenci\u00e9s d\u2019acc\u00e9der facilement au Code Source complet du Logiciel Modifi\u00e9 en indiquant les modalit\u00e9s d\u2019acc\u00e8s, \u00e9tant entendu que le co\u00fbt additionnel d\u2019acquisition du Code Source ne devra pas exc\u00e9der le simple co\u00fbt de transfert des donn\u00e9es.\n\n5.3.3. REDISTRIBUTION DES MODULES DYNAMIQUES\nLorsque le Licenci\u00e9 a d\u00e9velopp\u00e9 un Module Dynamique les conditions du Contrat ne s\u2019appliquent pas \u00e0 ce Module Dynamique, qui peut \u00eatre distribu\u00e9 sous un contrat de licence diff\u00e9rent.\n\n5.3.4. COMPATIBILITE AVEC LA LICENCE GPL\nDans le cas o\u00f9 le Logiciel, Modifi\u00e9 ou non, est int\u00e9gr\u00e9 \u00e0 un code soumis aux dispositions de la licence GPL, le Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer l\u2019ensemble sous la licence GPL.\nDans le cas o\u00f9 le Logiciel Modifi\u00e9 int\u00e8gre un code soumis aux dispositions de la licence GPL, le Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer le Logiciel Modifi\u00e9 sous la licence GPL.\n\nArticle 6 - PROPRIETE INTELLECTUELLE\n\n6.1. SUR LE LOGICIEL INITIAL\nLe Titulaire est d\u00e9tenteur des droits patrimoniaux sur le Logiciel Initial. Toute utilisation du Logiciel Initial est soumise au respect des conditions dans lesquelles le Titulaire a choisi de diffuser son \u0153uvre et nul autre n\u2019a la facult\u00e9 de modifier les conditions de diffusion de ce Logiciel Initial.\nLe Titulaire s'engage \u00e0 maintenir la diffusion du Logiciel initial sous les conditions du Contrat et ce, pour la dur\u00e9e vis\u00e9e \u00e0 l'article 4.2.\n\n6.2. SUR LES CONTRIBUTIONS\nLes droits de propri\u00e9t\u00e9 intellectuelle sur les Contributions sont attach\u00e9s au titulaire de droits patrimoniaux d\u00e9sign\u00e9 par la l\u00e9gislation applicable.\n\n6.3. SUR LES MODULES DYNAMIQUES\nLe Licenci\u00e9 ayant d\u00e9velopp\u00e9 un Module Dynamique est titulaire des droits de propri\u00e9t\u00e9 intellectuelle sur ce Module Dynamique et reste libre du choix du contrat r\u00e9gissant sa diffusion.\n\n6.4. DISPOSITIONS COMMUNES\n\n6.4.1. Le Licenci\u00e9 s\u2019engage express\u00e9ment:\n\t1.\t\u00e0 ne pas supprimer ou modifier de quelque mani\u00e8re que ce soit les mentions de propri\u00e9t\u00e9 intellectuelle appos\u00e9es sur le Logiciel;\n\t2.\t\u00e0 reproduire \u00e0 l\u2019identique lesdites mentions de propri\u00e9t\u00e9 intellectuelle sur les copies du Logiciel.\n6.4.2. Le Licenci\u00e9 s\u2019engage \u00e0 ne pas porter atteinte, directement ou indirectement, aux droits de propri\u00e9t\u00e9 intellectuelle du Titulaire et\/ou des Contributeurs et \u00e0 prendre, le cas \u00e9ch\u00e9ant, \u00e0 l\u2019\u00e9gard de son personnel toutes les mesures n\u00e9cessaires pour assurer le respect des dits droits de propri\u00e9t\u00e9 intellectuelle du Titulaire et\/ou des Contributeurs.\n\nArticle 7 - SERVICES ASSOCIES\n\n7.1. Le Contrat n\u2019oblige en aucun cas le Conc\u00e9dant \u00e0 la r\u00e9alisation de prestations d\u2019assistance technique ou de maintenance du Logiciel.\nCependant le Conc\u00e9dant reste libre de proposer ce type de services. Les termes et conditions d\u2019une telle assistance technique et\/ou d\u2019une telle maintenance seront alors d\u00e9termin\u00e9s dans un acte s\u00e9par\u00e9. Ces actes de maintenance et\/ou assistance technique n\u2019engageront que la seule responsabilit\u00e9 du Conc\u00e9dant qui les propose.\n\n7.2. De m\u00eame, tout Conc\u00e9dant est libre de proposer, sous sa seule responsabilit\u00e9, \u00e0 ses licenci\u00e9s une garantie, qui n\u2019engagera que lui, lors de la redistribution du Logiciel et\/ou du Logiciel Modifi\u00e9 et ce, dans les conditions qu\u2019il souhaite. Cette garantie et les modalit\u00e9s financi\u00e8res de son application feront l\u2019objet d\u2019un acte s\u00e9par\u00e9 entre le Conc\u00e9dant et le Licenci\u00e9.\n\nArticle 8 - RESPONSABILITE\n\n8.1. Sous r\u00e9serve des dispositions de l\u2019article 8.2, si le Conc\u00e9dant n\u2019ex\u00e9cute pas tout ou partie des obligations mises \u00e0 sa charge par le Contrat, le Licenci\u00e9 a la facult\u00e9, sous r\u00e9serve de prouver la faute du Conc\u00e9dant concern\u00e9, de solliciter la r\u00e9paration du pr\u00e9judice direct qu\u2019il subit et dont il apportera la preuve.\n\n8.2. La responsabilit\u00e9 du Conc\u00e9dant est limit\u00e9e aux engagements pris en application du Contrat et ne saurait \u00eatre engag\u00e9e en raison notamment:(i) des dommages dus \u00e0 l\u2019inex\u00e9cution, totale ou partielle, de ses obligations par le Licenci\u00e9, (ii) des dommages directs ou indirects d\u00e9coulant de l\u2019utilisation ou des performances du Logiciel subis par le Licenci\u00e9 lorsqu\u2019il s\u2019agit d\u2019un professionnel utilisant le Logiciel \u00e0 des fins professionnelles et (iii) des dommages indirects d\u00e9coulant de l\u2019utilisation ou des performances du Logiciel. Les Parties conviennent express\u00e9ment que tout pr\u00e9judice financier ou commercial (par exemple perte de donn\u00e9es, perte de b\u00e9n\u00e9fices, perte d\u2019exploitation, perte de client\u00e8le ou de commandes, manque \u00e0 gagner, trouble commercial quelconque) ou toute action dirig\u00e9e contre le Licenci\u00e9 par un tiers, constitue un dommage indirect et n\u2019ouvre pas droit \u00e0 r\u00e9paration par le Conc\u00e9dant.\n\nArticle 9 - GARANTIE\n\n9.1. Le Licenci\u00e9 reconna\u00eet que l\u2019\u00e9tat actuel des connaissances scientifiques et techniques au moment de la mise en circulation du Logiciel ne permet pas d\u2019en tester et d\u2019en v\u00e9rifier toutes les utilisations ni de d\u00e9tecter l\u2019existence d\u2019\u00e9ventuels d\u00e9fauts. L\u2019attention du Licenci\u00e9 a \u00e9t\u00e9 attir\u00e9e sur ce point sur les risques associ\u00e9s au chargement, \u00e0 l\u2019utilisation, la modification et\/ou au d\u00e9veloppement et \u00e0 la reproduction du Logiciel qui sont r\u00e9serv\u00e9s \u00e0 des utilisateurs avertis.\nIl rel\u00e8ve de la responsabilit\u00e9 du Licenci\u00e9 de contr\u00f4ler, par tous moyens, l\u2019ad\u00e9quation du produit \u00e0 ses besoins, son bon fonctionnement et de s'assurer qu\u2019il ne causera pas de dommages aux personnes et aux biens.\n\n9.2. Le Conc\u00e9dant d\u00e9clare de bonne foi \u00eatre en droit de conc\u00e9der l'ensemble des droits attach\u00e9s au Logiciel (comprenant notamment les droits vis\u00e9s \u00e0 l'article 5).\n\n9.3. Le Licenci\u00e9 reconna\u00eet que le Logiciel est fourni \u00aben l'\u00e9tat\u00bb par le Conc\u00e9dant sans autre garantie, expresse ou tacite, que celle pr\u00e9vue \u00e0 l\u2019article 9.2 et notamment sans aucune garantie sur sa valeur commerciale, son caract\u00e8re s\u00e9curis\u00e9, innovant ou pertinent.\nEn particulier, le Conc\u00e9dant ne garantit pas que le Logiciel est exempt d'erreur, qu\u2019il fonctionnera sans interruption, qu\u2019il sera compatible avec l\u2019\u00e9quipement du Licenci\u00e9 et sa configuration logicielle ni qu\u2019il remplira les besoins du Licenci\u00e9.\n\n9.4. Le Conc\u00e9dant ne garantit pas, de mani\u00e8re expresse ou tacite, que le Logiciel ne porte pas atteinte \u00e0 un quelconque droit de propri\u00e9t\u00e9 intellectuelle d\u2019un tiers portant sur un brevet, un logiciel ou sur tout autre droit de propri\u00e9t\u00e9. Ainsi, le Conc\u00e9dant exclut toute garantie au profit du Licenci\u00e9 contre les actions en contrefa\u00e7on qui pourraient \u00eatre diligent\u00e9es au titre de l\u2019utilisation, de la modification, et de la redistribution du Logiciel. N\u00e9anmoins, si de telles actions sont exerc\u00e9es contre le Licenci\u00e9, le Conc\u00e9dant lui apportera son aide technique et juridique pour sa d\u00e9fense. Cette aide technique et juridique est d\u00e9termin\u00e9e au cas par cas entre le Conc\u00e9dant concern\u00e9 et le Licenci\u00e9 dans le cadre d\u2019un protocole d\u2019accord. Le Conc\u00e9dant d\u00e9gage toute responsabilit\u00e9 quant \u00e0 l\u2019utilisation de la d\u00e9nomination du Logiciel par le Licenci\u00e9. Aucune garantie n\u2019est apport\u00e9e quant \u00e0 l\u2019existence de droits ant\u00e9rieurs sur le nom du Logiciel et sur l\u2019existence d\u2019une marque.\n\nArticle 10 - RESILIATION\n\n10.1. En cas de manquement par le Licenci\u00e9 aux obligations mises \u00e0 sa charge par le Contrat, le Conc\u00e9dant pourra r\u00e9silier de plein droit le Contrat trente (30) jours apr\u00e8s notification adress\u00e9e au Licenci\u00e9 et rest\u00e9e sans effet.\n10.2. Le Licenci\u00e9 dont le Contrat est r\u00e9sili\u00e9 n\u2019est plus autoris\u00e9 \u00e0 utiliser, modifier ou distribuer le Logiciel. Cependant, toutes les licences qu\u2019il aura conc\u00e9d\u00e9es ant\u00e9rieurement \u00e0 la r\u00e9siliation du Contrat resteront valides sous r\u00e9serve qu\u2019elles aient \u00e9t\u00e9 effectu\u00e9es en conformit\u00e9 avec le Contrat.\n\nArticle 11 - DISPOSITIONS DIVERSES\n\n11.1. CAUSE EXTERIEURE\nAucune des Parties ne sera responsable d\u2019un retard ou d\u2019une d\u00e9faillance d\u2019ex\u00e9cution du Contrat qui serait d\u00fb \u00e0 un cas de force majeure, un cas fortuit ou une cause ext\u00e9rieure, telle que, notamment, le mauvais fonctionnement ou les interruptions du r\u00e9seau \u00e9lectrique ou de t\u00e9l\u00e9communication, la paralysie du r\u00e9seau li\u00e9e \u00e0 une attaque informatique, l\u2019intervention des autorit\u00e9s gouvernementales, les catastrophes naturelles, les d\u00e9g\u00e2ts des eaux, les tremblements de terre, le feu, les explosions, les gr\u00e8ves et les conflits sociaux, l\u2019\u00e9tat de guerre\u2026\n\n11.2. Le fait, par l\u2019une ou l\u2019autre des Parties, d\u2019omettre en une ou plusieurs occasions de se pr\u00e9valoir d\u2019une ou plusieurs dispositions du Contrat, ne pourra en aucun cas impliquer renonciation par la Partie int\u00e9ress\u00e9e \u00e0 s\u2019en pr\u00e9valoir ult\u00e9rieurement.\n\n11.3. Le Contrat annule et remplace toute convention ant\u00e9rieure, \u00e9crite ou orale, entre les Parties sur le m\u00eame objet et constitue l\u2019accord entier entre les Parties sur cet objet. Aucune addition ou modification aux termes du Contrat n\u2019aura d\u2019effet \u00e0 l\u2019\u00e9gard des Parties \u00e0 moins d\u2019\u00eatre faite par \u00e9crit et sign\u00e9e par leurs repr\u00e9sentants d\u00fbment habilit\u00e9s.\n\n11.4. Dans l\u2019hypoth\u00e8se o\u00f9 une ou plusieurs des dispositions du Contrat s\u2019av\u00e8rerait contraire \u00e0 une loi ou \u00e0 un texte applicable, existants ou futurs, cette loi ou ce texte pr\u00e9vaudrait, et les Parties feraient les amendements n\u00e9cessaires pour se conformer \u00e0 cette loi ou \u00e0 ce texte. Toutes les autres dispositions resteront en vigueur. De m\u00eame, la nullit\u00e9, pour quelque raison que ce soit, d\u2019une des dispositions du Contrat ne saurait entra\u00eener la nullit\u00e9 de l\u2019ensemble du Contrat.\n\n11.5. LANGUE\nLe Contrat est r\u00e9dig\u00e9 en langue fran\u00e7aise et en langue anglaise. En cas de divergence d\u2019interpr\u00e9tation, seule la version fran\u00e7aise fait foi.\n\nArticle 12 - NOUVELLES VERSIONS DU CONTRAT\n\n12.1. Toute personne est autoris\u00e9e \u00e0 copier et distribuer des copies de ce Contrat.\n\n12.2. Afin d\u2019en pr\u00e9server la coh\u00e9rence, le texte du Contrat est prot\u00e9g\u00e9 et ne peut \u00eatre modifi\u00e9 que par les auteurs de la licence, lesquels se r\u00e9servent le droit de publier p\u00e9riodiquement des mises \u00e0 jour ou de nouvelles versions du Contrat, qui poss\u00e8deront chacune un num\u00e9ro distinct. Ces versions ult\u00e9rieures seront susceptibles de prendre en compte de nouvelles probl\u00e9matiques rencontr\u00e9es par les logiciels libres.\n\n12.3. Tout Logiciel diffus\u00e9 sous une version donn\u00e9e du Contrat ne pourra faire l'objet d'une diffusion ult\u00e9rieure que sous la m\u00eame version du Contrat ou une version post\u00e9rieure, sous r\u00e9serve des dispositions de l'article 5.3.4.\n\nArticle 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE\n\n13.1. Le Contrat est r\u00e9gi par la loi fran\u00e7aise. Les Parties conviennent de tenter de r\u00e9gler \u00e0 l\u2019amiable les diff\u00e9rends ou litiges qui viendraient \u00e0 se produire par suite ou \u00e0 l\u2019occasion du Contrat.\n\n13.2. A d\u00e9faut d\u2019accord amiable dans un d\u00e9lai de deux (2) mois \u00e0 compter de leur survenance et sauf situation relevant d\u2019une proc\u00e9dure d\u2019urgence, les diff\u00e9rends ou litiges seront port\u00e9s par la Partie la plus diligente devant les Tribunaux comp\u00e9tents de Paris.\n\n1 Ce: CEA, C: CNRS, I: INRIA, LL: Logiciel Libre\n\nVersion 1 du 21\/06\/2004\n", + "rf_text": "CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL\n\nAvertissement\n\nCe contrat est une licence de logiciel libre issue d'une concertation entre ses auteurs afin que le respect de deux grands principes pr\u00e9side \u00e0 sa r\u00e9daction:\n\t\u2022\td'une part, sa conformit\u00e9 au droit fran\u00e7ais, tant au regard du droit de la responsabilit\u00e9 civile que du droit de la propri\u00e9t\u00e9 intellectuelle et de la protection qu'il offre aux auteurs et titulaires des droits patrimoniaux sur un logiciel.\n\t\u2022\td'autre part, le respect des principes de diffusion des logiciels libres: acc\u00e8s au code source, droits \u00e9tendus conf\u00e9r\u00e9s aux utilisateurs.\n\nLes auteurs de la licence CeCILL1 sont:\n\nCommissariat \u00e0 l'Energie Atomique - CEA, \u00e9tablissement public de caract\u00e8re scientifique technique et industriel, dont le si\u00e8ge est situ\u00e9 31-33 rue de la F\u00e9d\u00e9ration, 75752 PARIS cedex 15.\n\nCentre National de la Recherche Scientifique - CNRS, \u00e9tablissement public \u00e0 caract\u00e8re scientifique et technologique, dont le si\u00e8ge est situ\u00e9 3 rue Michel-Ange 75794 Paris cedex 16.\n\nInstitut National de Recherche en Informatique et en Automatique - INRIA, \u00e9tablissement public \u00e0 caract\u00e8re scientifique et technologique, dont le si\u00e8ge est situ\u00e9 Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay cedex.\n\nPREAMBULE\n\nCe contrat est une licence de logiciel libre dont l'objectif est de conf\u00e9rer aux utilisateurs la libert\u00e9 de modification et de redistribution du logiciel r\u00e9gi par cette licence dans le cadre d'un mod\u00e8le de diffusion \u00abopen source\u00bb.\n\nL'exercice de ces libert\u00e9s est assorti de certains devoirs \u00e0 la charge des utilisateurs afin de pr\u00e9server ce statut au cours des redistributions ult\u00e9rieures.\n\nL'accessibilit\u00e9 au code source et les droits de copie, de modification et de redistribution qui en d\u00e9coulent ont pour contrepartie de n'offrir aux utilisateurs qu'une garantie limit\u00e9e et de ne faire peser sur l'auteur du logiciel, le titulaire des droits patrimoniaux et les conc\u00e9dants successifs qu'une responsabilit\u00e9 restreinte.\n\nA cet \u00e9gard l'attention de l'utilisateur est attir\u00e9e sur les risques associ\u00e9s au chargement, \u00e0 l'utilisation, \u00e0 la modification et\/ou au d\u00e9veloppement et \u00e0 la reproduction du logiciel par l'utilisateur \u00e9tant donn\u00e9 sa sp\u00e9cificit\u00e9 de logiciel libre, qui peut le rendre complexe \u00e0 manipuler et qui le r\u00e9serve donc \u00e0 des d\u00e9veloppeurs et des professionnels avertis poss\u00e9dant des connaissances informatiques approfondies. Les utilisateurs sont donc invit\u00e9s \u00e0 charger et tester l'ad\u00e9quation du Logiciel \u00e0 leurs besoins dans des conditions permettant d'assurer la s\u00e9curit\u00e9 de leurs syst\u00e8mes et ou de leurs donn\u00e9es et, plus g\u00e9n\u00e9ralement, \u00e0 l'utiliser et l'exploiter dans les m\u00eame conditions de s\u00e9curit\u00e9. Ce contrat peut \u00eatre reproduit et diffus\u00e9 librement, sous r\u00e9serve de le conserver en l'\u00e9tat, sans ajout ni suppression de clauses.\n\nCe contrat est susceptible de s'appliquer \u00e0 tout logiciel dont le titulaire des droits patrimoniaux d\u00e9cide de soumettre l'exploitation aux dispositions qu'il contient.\n\nArticle 1er - DEFINITIONS\n\nDans ce contrat, les termes suivants, lorsqu'ils seront \u00e9crits avec une lettre capitale, auront la signification suivante:\n\nContrat: d\u00e9signe le pr\u00e9sent contrat de licence, ses \u00e9ventuelles versions post\u00e9rieures et annexes.\n\nLogiciel: d\u00e9signe le logiciel sous sa forme de Code Objet et\/ou de Code Source et le cas \u00e9ch\u00e9ant sa documentation, dans leur \u00e9tat au moment de l'acceptation du\nContrat par le Licenci\u00e9.\n\nLogiciel Initial: d\u00e9signe le Logiciel sous sa forme de Code Source et de Code Objet et le cas \u00e9ch\u00e9ant sa documentation, dans leur \u00e9tat au moment de leur premi\u00e8re diffusion sous les termes du Contrat.\n\nLogiciel Modifi\u00e9: d\u00e9signe le Logiciel modifi\u00e9 par au moins une Contribution.\n\nCode Source: d\u00e9signe l'ensemble des instructions et des lignes de programme du Logiciel et auquel l'acc\u00e8s est n\u00e9cessaire en vue de modifier le Logiciel.\n\nCode Objet: d\u00e9signe les fichiers binaires issus de la compilation du Code Source.\n\nTitulaire : d\u00e9signe le d\u00e9tenteur des droits patrimoniaux d'auteur sur le Logiciel Initial.\n\nLicenci\u00e9(s): d\u00e9signe le ou les utilisateur(s) du Logiciel ayant accept\u00e9 le Contrat.\n\nContributeur: d\u00e9signe le Licenci\u00e9 auteur d'au moins une Contribution.\n\nConc\u00e9dant: d\u00e9signe le Titulaire ou toute personne physique ou morale distribuant le Logiciel sous le Contrat.\n\nContributions: d\u00e9signe l'ensemble des modifications, corrections, traductions, adaptations et\/ou nouvelles fonctionnalit\u00e9s int\u00e9gr\u00e9es dans le Logiciel par tout\n\nContributeur, ainsi que les Modules Statiques.\n\nModule: d\u00e9signe un ensemble de fichiers sources y compris leur documentation qui, une fois compil\u00e9 sous forme ex\u00e9cutable, permet de r\u00e9aliser des fonctionnalit\u00e9s ou\nservices suppl\u00e9mentaires \u00e0 ceux fournis par le Logiciel.\n\nModule Dynamique: d\u00e9signe tout Module, cr\u00e9\u00e9 par le Contributeur, ind\u00e9pendant du Logiciel, tel que ce Module et le Logiciel sont sous forme de deux ex\u00e9cutables ind\u00e9pendants qui s'ex\u00e9cutent dans un espace d'adressage ind\u00e9pendant, l'un appelant l'autre au moment de leur ex\u00e9cution.\n\nModule Statique: d\u00e9signe tout Module cr\u00e9\u00e9 par le Contributeur et li\u00e9 au Logiciel par un lien statique rendant leur code objet d\u00e9pendant l'un de l'autre. Ce Module et le Logiciel auquel il est li\u00e9, sont regroup\u00e9s en un seul ex\u00e9cutable.\n\nParties: d\u00e9signe collectivement le Licenci\u00e9 et le Conc\u00e9dant.\n\nCes termes s'entendent au singulier comme au pluriel.\n\nArticle 2 - OBJET\n\nLe Contrat a pour objet la concession par le Conc\u00e9dant au Licenci\u00e9 d'une Licence non exclusive, transf\u00e9rable et mondiale du Logiciel telle que d\u00e9finie ci-apr\u00e8s \u00e0 l'article 5 pour toute la dur\u00e9e de protection des droits portant sur ce Logiciel.\n\nArticle 3 - ACCEPTATION\n\n3.1. L'acceptation par le Licenci\u00e9 des termes du Contrat est r\u00e9put\u00e9e acquise du fait du premier des faits suivants:\n\t\u2022\t(i) le chargement du Logiciel par tout moyen notamment par t\u00e9l\u00e9chargement \u00e0 partir d'un serveur distant ou par chargement \u00e0 partir d'un support physique;\n\t\u2022\t(ii) le premier exercice par le Licenci\u00e9 de l'un quelconque des droits conc\u00e9d\u00e9s par le Contrat.\n\n3.2. Un exemplaire du Contrat, contenant notamment un avertissement relatif aux sp\u00e9cificit\u00e9s du Logiciel, \u00e0 la restriction de garantie et \u00e0 la limitation \u00e0 un usage par des utilisateurs exp\u00e9riment\u00e9s a \u00e9t\u00e9 mis \u00e0 disposition du Licenci\u00e9 pr\u00e9alablement \u00e0 son acceptation telle que d\u00e9finie \u00e0 l'article 3.1 ci dessus et le Licenci\u00e9 reconna\u00eet en avoir pris connaissances.\n\nArticle 4 - ENTREE EN VIGUEUR ET DUREE\n\n4.1.ENTREE EN VIGUEUR\n\nLe Contrat entre en vigueur \u00e0 la date de son acceptation par le Licenci\u00e9 telle que d\u00e9finie en 3.1.\n\n4.2. DUREE\n\nLe Contrat produira ses effets pendant toute la dur\u00e9e l\u00e9gale de protection des droits patrimoniaux portant sur le Logiciel.\n\nArticle 5 - ETENDUE DES DROITS CONCEDES\n\nLe Conc\u00e9dant conc\u00e8de au Licenci\u00e9, qui accepte, les droits suivants sur le Logiciel pour toutes destinations et pour la dur\u00e9e du Contrat dans les conditions ci-apr\u00e8s d\u00e9taill\u00e9es.\n\nPar ailleurs, le Conc\u00e9dant conc\u00e8de au Licenci\u00e9 \u00e0 titre gracieux les droits d'exploitation du ou des brevets qu'il d\u00e9tient sur tout ou partie des inventions\nimpl\u00e9ment\u00e9es dans le Logiciel.\n\n5.1. DROITS D'UTILISATION\n\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 utiliser le Logiciel, sans restriction quant aux domaines d'application, \u00e9tant ci-apr\u00e8s pr\u00e9cis\u00e9 que cela comporte:\n\t1.\tla reproduction permanente ou provisoire du Logiciel en tout ou partie par tout moyen et sous toute forme.\n\t2.\tle chargement, l'affichage, l'ex\u00e9cution, ou le stockage du Logiciel sur tout support.\n\t3.\tla possibilit\u00e9 d'en observer, d'en \u00e9tudier, ou d'en tester le fonctionnement afin de d\u00e9terminer les id\u00e9es et principes qui sont \u00e0 la base de n'importe quel \u00e9l\u00e9ment de ce Logiciel; et ceci, lorsque le Licenci\u00e9 effectue toute op\u00e9ration de chargement, d'affichage, d'ex\u00e9cution, de transmission ou de stockage du Logiciel qu'il est en droit d'effectuer en vertu du Contrat.\n\n5.2. DROIT D'APPORTER DES CONTRIBUTIONS\n\nLe droit d'apporter des Contributions comporte le droit de traduire, d'adapter, d'arranger ou d'apporter toute autre modification du Logiciel et le droit de reproduire le Logiciel en r\u00e9sultant.\n\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 apporter toute Contribution au Logiciel sous r\u00e9serve de mentionner, de fa\u00e7on explicite, son nom en tant qu'auteur de cette Contribution et la date de cr\u00e9ation de celle-ci.\n\n5.3. DROITS DE DISTRIBUTION ET DE DIFFUSION\n\nLe droit de distribution et de diffusion comporte notamment le droit de transmettre et de communiquer le Logiciel au public sur tout support et par tout moyen ainsi que le droit de mettre sur le march\u00e9 \u00e0 titre on\u00e9reux ou gratuit, un ou des exemplaires du Logiciel par tout proc\u00e9d\u00e9.\n\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer des copies du Logiciel, modifi\u00e9 ou non, \u00e0 des tiers dans les conditions ci-apr\u00e8s d\u00e9taill\u00e9es.\n\n5.3.1. REDISTRIBUTION DU LOGICIEL SANS MODIFICATION\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer des copies conformes du Logiciel, sous forme de Code Source ou de Code Objet, \u00e0 condition que cette redistribution respecte les dispositions du Contrat dans leur totalit\u00e9 et soit accompagn\u00e9e:\n\t1.\td'un exemplaire du Contrat,\n\t2.\td'un avertissement relatif \u00e0 la restriction de garantie et de responsabilit\u00e9 du Conc\u00e9dant telle que pr\u00e9vue aux articles 8 et 9,\net que, dans le cas o\u00f9 seul le Code Objet du Logiciel est redistribu\u00e9, le Licenci\u00e9 permette aux futurs Licenci\u00e9s d'acc\u00e9der facilement au Code Source complet du Logiciel en indiquant les modalit\u00e9s d'acc\u00e8s, \u00e9tant entendu que le co\u00fbt additionnel d'acquisition du Code Source ne devra pas exc\u00e9der le simple co\u00fbt de transfert des donn\u00e9es.\n\n5.3.2. REDISTRIBUTION DU LOGICIEL MODIFIE\nLorsque le Licenci\u00e9 apporte une Contribution au Logiciel, les conditions de redistribution du Logiciel Modifi\u00e9 sont alors soumises \u00e0 l'int\u00e9gralit\u00e9 des dispositions du Contrat.\nLe Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer le Logiciel Modifi\u00e9, sous forme de Code Source ou de Code Objet, \u00e0 condition que cette redistribution respecte les dispositions du Contrat dans leur totalit\u00e9 et soit accompagn\u00e9e:\n\t1.\td'un exemplaire du Contrat,\n\t2.\td'un avertissement relatif \u00e0 la restriction de garantie et de responsabilit\u00e9 du conc\u00e9dant telle que pr\u00e9vue aux articles 8 et 9,\net que, dans le cas o\u00f9 seul le Code Objet du Logiciel Modifi\u00e9 est redistribu\u00e9, le Licenci\u00e9 permette aux futurs Licenci\u00e9s d'acc\u00e9der facilement au Code Source complet du Logiciel Modifi\u00e9 en indiquant les modalit\u00e9s d'acc\u00e8s, \u00e9tant entendu que le co\u00fbt additionnel d'acquisition du Code Source ne devra pas exc\u00e9der le simple co\u00fbt de transfert des donn\u00e9es.\n\n5.3.3. REDISTRIBUTION DES MODULES DYNAMIQUES\nLorsque le Licenci\u00e9 a d\u00e9velopp\u00e9 un Module Dynamique les conditions du Contrat ne s'appliquent pas \u00e0 ce Module Dynamique, qui peut \u00eatre distribu\u00e9 sous un contrat de licence diff\u00e9rent.\n\n5.3.4. COMPATIBILITE AVEC LA LICENCE GPL\nDans le cas o\u00f9 le Logiciel, Modifi\u00e9 ou non, est int\u00e9gr\u00e9 \u00e0 un code soumis aux dispositions de la licence GPL, le Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer l'ensemble sous la licence GPL.\nDans le cas o\u00f9 le Logiciel Modifi\u00e9 int\u00e8gre un code soumis aux dispositions de la licence GPL, le Licenci\u00e9 est autoris\u00e9 \u00e0 redistribuer le Logiciel Modifi\u00e9 sous la licence GPL.\n\nArticle 6 - PROPRIETE INTELLECTUELLE\n\n6.1. SUR LE LOGICIEL INITIAL\nLe Titulaire est d\u00e9tenteur des droits patrimoniaux sur le Logiciel Initial. Toute utilisation du Logiciel Initial est soumise au respect des conditions dans lesquelles le Titulaire a choisi de diffuser son \u0153uvre et nul autre n'a la facult\u00e9 de modifier les conditions de diffusion de ce Logiciel Initial.\nLe Titulaire s'engage \u00e0 maintenir la diffusion du Logiciel initial sous les conditions du Contrat et ce, pour la dur\u00e9e vis\u00e9e \u00e0 l'article 4.2.\n\n6.2. SUR LES CONTRIBUTIONS\nLes droits de propri\u00e9t\u00e9 intellectuelle sur les Contributions sont attach\u00e9s au titulaire de droits patrimoniaux d\u00e9sign\u00e9 par la l\u00e9gislation applicable.\n\n6.3. SUR LES MODULES DYNAMIQUES\nLe Licenci\u00e9 ayant d\u00e9velopp\u00e9 un Module Dynamique est titulaire des droits de propri\u00e9t\u00e9 intellectuelle sur ce Module Dynamique et reste libre du choix du contrat r\u00e9gissant sa diffusion.\n\n6.4. DISPOSITIONS COMMUNES\n\n6.4.1. Le Licenci\u00e9 s'engage express\u00e9ment:\n\t1.\t\u00e0 ne pas supprimer ou modifier de quelque mani\u00e8re que ce soit les mentions de propri\u00e9t\u00e9 intellectuelle appos\u00e9es sur le Logiciel;\n\t2.\t\u00e0 reproduire \u00e0 l'identique lesdites mentions de propri\u00e9t\u00e9 intellectuelle sur les copies du Logiciel.\n6.4.2. Le Licenci\u00e9 s'engage \u00e0 ne pas porter atteinte, directement ou indirectement, aux droits de propri\u00e9t\u00e9 intellectuelle du Titulaire et\/ou des Contributeurs et \u00e0 prendre, le cas \u00e9ch\u00e9ant, \u00e0 l'\u00e9gard de son personnel toutes les mesures n\u00e9cessaires pour assurer le respect des dits droits de propri\u00e9t\u00e9 intellectuelle du Titulaire et\/ou des Contributeurs.\n\nArticle 7 - SERVICES ASSOCIES\n\n7.1. Le Contrat n'oblige en aucun cas le Conc\u00e9dant \u00e0 la r\u00e9alisation de prestations d'assistance technique ou de maintenance du Logiciel.\nCependant le Conc\u00e9dant reste libre de proposer ce type de services. Les termes et conditions d'une telle assistance technique et\/ou d'une telle maintenance seront alors d\u00e9termin\u00e9s dans un acte s\u00e9par\u00e9. Ces actes de maintenance et\/ou assistance technique n'engageront que la seule responsabilit\u00e9 du Conc\u00e9dant qui les propose.\n\n7.2. De m\u00eame, tout Conc\u00e9dant est libre de proposer, sous sa seule responsabilit\u00e9, \u00e0 ses licenci\u00e9s une garantie, qui n'engagera que lui, lors de la redistribution du Logiciel et\/ou du Logiciel Modifi\u00e9 et ce, dans les conditions qu'il souhaite. Cette garantie et les modalit\u00e9s financi\u00e8res de son application feront l'objet d'un acte s\u00e9par\u00e9 entre le Conc\u00e9dant et le Licenci\u00e9.\n\nArticle 8 - RESPONSABILITE\n\n8.1. Sous r\u00e9serve des dispositions de l'article 8.2, si le Conc\u00e9dant n'ex\u00e9cute pas tout ou partie des obligations mises \u00e0 sa charge par le Contrat, le Licenci\u00e9 a la facult\u00e9, sous r\u00e9serve de prouver la faute du Conc\u00e9dant concern\u00e9, de solliciter la r\u00e9paration du pr\u00e9judice direct qu'il subit et dont il apportera la preuve.\n\n8.2. La responsabilit\u00e9 du Conc\u00e9dant est limit\u00e9e aux engagements pris en application du Contrat et ne saurait \u00eatre engag\u00e9e en raison notamment:(i) des dommages dus \u00e0 l'inex\u00e9cution, totale ou partielle, de ses obligations par le Licenci\u00e9, (ii) des dommages directs ou indirects d\u00e9coulant de l'utilisation ou des performances du Logiciel subis par le Licenci\u00e9 lorsqu'il s'agit d'un professionnel utilisant le Logiciel \u00e0 des fins professionnelles et (iii) des dommages indirects d\u00e9coulant de l'utilisation ou des performances du Logiciel. Les Parties conviennent express\u00e9ment que tout pr\u00e9judice financier ou commercial (par exemple perte de donn\u00e9es, perte de b\u00e9n\u00e9fices, perte d'exploitation, perte de client\u00e8le ou de commandes, manque \u00e0 gagner, trouble commercial quelconque) ou toute action dirig\u00e9e contre le Licenci\u00e9 par un tiers, constitue un dommage indirect et n'ouvre pas droit \u00e0 r\u00e9paration par le Conc\u00e9dant.\n\nArticle 9 - GARANTIE\n\n9.1. Le Licenci\u00e9 reconna\u00eet que l'\u00e9tat actuel des connaissances scientifiques et techniques au moment de la mise en circulation du Logiciel ne permet pas d'en tester et d'en v\u00e9rifier toutes les utilisations ni de d\u00e9tecter l'existence d'\u00e9ventuels d\u00e9fauts. L'attention du Licenci\u00e9 a \u00e9t\u00e9 attir\u00e9e sur ce point sur les risques associ\u00e9s au chargement, \u00e0 l'utilisation, la modification et\/ou au d\u00e9veloppement et \u00e0 la reproduction du Logiciel qui sont r\u00e9serv\u00e9s \u00e0 des utilisateurs avertis.\nIl rel\u00e8ve de la responsabilit\u00e9 du Licenci\u00e9 de contr\u00f4ler, par tous moyens, l'ad\u00e9quation du produit \u00e0 ses besoins, son bon fonctionnement et de s'assurer qu'il ne causera pas de dommages aux personnes et aux biens.\n\n9.2. Le Conc\u00e9dant d\u00e9clare de bonne foi \u00eatre en droit de conc\u00e9der l'ensemble des droits attach\u00e9s au Logiciel (comprenant notamment les droits vis\u00e9s \u00e0 l'article 5).\n\n9.3. Le Licenci\u00e9 reconna\u00eet que le Logiciel est fourni \u00aben l'\u00e9tat\u00bb par le Conc\u00e9dant sans autre garantie, expresse ou tacite, que celle pr\u00e9vue \u00e0 l'article 9.2 et notamment sans aucune garantie sur sa valeur commerciale, son caract\u00e8re s\u00e9curis\u00e9, innovant ou pertinent.\nEn particulier, le Conc\u00e9dant ne garantit pas que le Logiciel est exempt d'erreur, qu'il fonctionnera sans interruption, qu'il sera compatible avec l'\u00e9quipement du Licenci\u00e9 et sa configuration logicielle ni qu'il remplira les besoins du Licenci\u00e9.\n\n9.4. Le Conc\u00e9dant ne garantit pas, de mani\u00e8re expresse ou tacite, que le Logiciel ne porte pas atteinte \u00e0 un quelconque droit de propri\u00e9t\u00e9 intellectuelle d'un tiers portant sur un brevet, un logiciel ou sur tout autre droit de propri\u00e9t\u00e9. Ainsi, le Conc\u00e9dant exclut toute garantie au profit du Licenci\u00e9 contre les actions en contrefa\u00e7on qui pourraient \u00eatre diligent\u00e9es au titre de l'utilisation, de la modification, et de la redistribution du Logiciel. N\u00e9anmoins, si de telles actions sont exerc\u00e9es contre le Licenci\u00e9, le Conc\u00e9dant lui apportera son aide technique et juridique pour sa d\u00e9fense. Cette aide technique et juridique est d\u00e9termin\u00e9e au cas par cas entre le Conc\u00e9dant concern\u00e9 et le Licenci\u00e9 dans le cadre d'un protocole d'accord. Le Conc\u00e9dant d\u00e9gage toute responsabilit\u00e9 quant \u00e0 l'utilisation de la d\u00e9nomination du Logiciel par le Licenci\u00e9. Aucune garantie n'est apport\u00e9e quant \u00e0 l'existence de droits ant\u00e9rieurs sur le nom du Logiciel et sur l'existence d'une marque.\n\nArticle 10 - RESILIATION\n\n10.1. En cas de manquement par le Licenci\u00e9 aux obligations mises \u00e0 sa charge par le Contrat, le Conc\u00e9dant pourra r\u00e9silier de plein droit le Contrat trente (30) jours apr\u00e8s notification adress\u00e9e au Licenci\u00e9 et rest\u00e9e sans effet.\n10.2. Le Licenci\u00e9 dont le Contrat est r\u00e9sili\u00e9 n'est plus autoris\u00e9 \u00e0 utiliser, modifier ou distribuer le Logiciel. Cependant, toutes les licences qu'il aura conc\u00e9d\u00e9es ant\u00e9rieurement \u00e0 la r\u00e9siliation du Contrat resteront valides sous r\u00e9serve qu'elles aient \u00e9t\u00e9 effectu\u00e9es en conformit\u00e9 avec le Contrat.\n\nArticle 11 - DISPOSITIONS DIVERSES\n\n11.1. CAUSE EXTERIEURE\nAucune des Parties ne sera responsable d'un retard ou d'une d\u00e9faillance d'ex\u00e9cution du Contrat qui serait d\u00fb \u00e0 un cas de force majeure, un cas fortuit ou une cause ext\u00e9rieure, telle que, notamment, le mauvais fonctionnement ou les interruptions du r\u00e9seau \u00e9lectrique ou de t\u00e9l\u00e9communication, la paralysie du r\u00e9seau li\u00e9e \u00e0 une attaque informatique, l'intervention des autorit\u00e9s gouvernementales, les catastrophes naturelles, les d\u00e9g\u00e2ts des eaux, les tremblements de terre, le feu, les explosions, les gr\u00e8ves et les conflits sociaux, l'\u00e9tat de guerre\u2026\n\n11.2. Le fait, par l'une ou l'autre des Parties, d'omettre en une ou plusieurs occasions de se pr\u00e9valoir d'une ou plusieurs dispositions du Contrat, ne pourra en aucun cas impliquer renonciation par la Partie int\u00e9ress\u00e9e \u00e0 s'en pr\u00e9valoir ult\u00e9rieurement.\n\n11.3. Le Contrat annule et remplace toute convention ant\u00e9rieure, \u00e9crite ou orale, entre les Parties sur le m\u00eame objet et constitue l'accord entier entre les Parties sur cet objet. Aucune addition ou modification aux termes du Contrat n'aura d'effet \u00e0 l'\u00e9gard des Parties \u00e0 moins d'\u00eatre faite par \u00e9crit et sign\u00e9e par leurs repr\u00e9sentants d\u00fbment habilit\u00e9s.\n\n11.4. Dans l'hypoth\u00e8se o\u00f9 une ou plusieurs des dispositions du Contrat s'av\u00e8rerait contraire \u00e0 une loi ou \u00e0 un texte applicable, existants ou futurs, cette loi ou ce texte pr\u00e9vaudrait, et les Parties feraient les amendements n\u00e9cessaires pour se conformer \u00e0 cette loi ou \u00e0 ce texte. Toutes les autres dispositions resteront en vigueur. De m\u00eame, la nullit\u00e9, pour quelque raison que ce soit, d'une des dispositions du Contrat ne saurait entra\u00eener la nullit\u00e9 de l'ensemble du Contrat.\n\n11.5. LANGUE\nLe Contrat est r\u00e9dig\u00e9 en langue fran\u00e7aise et en langue anglaise. En cas de divergence d'interpr\u00e9tation, seule la version fran\u00e7aise fait foi.\n\nArticle 12 - NOUVELLES VERSIONS DU CONTRAT\n\n12.1. Toute personne est autoris\u00e9e \u00e0 copier et distribuer des copies de ce Contrat.\n\n12.2. Afin d'en pr\u00e9server la coh\u00e9rence, le texte du Contrat est prot\u00e9g\u00e9 et ne peut \u00eatre modifi\u00e9 que par les auteurs de la licence, lesquels se r\u00e9servent le droit de publier p\u00e9riodiquement des mises \u00e0 jour ou de nouvelles versions du Contrat, qui poss\u00e8deront chacune un num\u00e9ro distinct. Ces versions ult\u00e9rieures seront susceptibles de prendre en compte de nouvelles probl\u00e9matiques rencontr\u00e9es par les logiciels libres.\n\n12.3. Tout Logiciel diffus\u00e9 sous une version donn\u00e9e du Contrat ne pourra faire l'objet d'une diffusion ult\u00e9rieure que sous la m\u00eame version du Contrat ou une version post\u00e9rieure, sous r\u00e9serve des dispositions de l'article 5.3.4.\n\nArticle 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE\n\n13.1. Le Contrat est r\u00e9gi par la loi fran\u00e7aise. Les Parties conviennent de tenter de r\u00e9gler \u00e0 l'amiable les diff\u00e9rends ou litiges qui viendraient \u00e0 se produire par suite ou \u00e0 l'occasion du Contrat.\n\n13.2. A d\u00e9faut d'accord amiable dans un d\u00e9lai de deux (2) mois \u00e0 compter de leur survenance et sauf situation relevant d'une proc\u00e9dure d'urgence, les diff\u00e9rends ou litiges seront port\u00e9s par la Partie la plus diligente devant les Tribunaux comp\u00e9tents de Paris.\n\n1 Ce: CEA, C: CNRS, I: INRIA, LL: Logiciel Libre\n\nVersion 1 du 21\/06\/2004\n", "rf_url": "http:\/\/www.cecill.info\/licences\/Licence_CeCILL_V1-fr.html", "rf_add_date": null, "rf_copyleft": null, @@ -3147,7 +3147,7 @@ }, { "rf_shortname": "NPL-1.0", - "rf_text": "NETSCAPE PUBLIC LICENSE Version 1.0\n\n1. Definitions.\n\n 1.1. ``Contributor'' means each entity that creates or contributes to the creation of Modifications.\n\n 1.2. ``Contributor Version'' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.\n 1.3. ``Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n 1.4. ``Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data.\n 1.5. ``Executable'' means Covered Code in any form other than Source Code.\n 1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required byExhibit A.\n 1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n 1.8. ``License'' means this document.\n 1.9. ``Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\n A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required byExhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.\n 1.11. ``Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.\n 1.12. ``You'' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.\n\n2. Source Code License.\n\n 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and\n (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations.\n\n 2.2. Contributor Grant. Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and\n\t\t (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations.\n\n3. Distribution Obligations.\n\n 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.\n\n 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.\n 3.3. Description of Modifications. You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.\n 3.4. Intellectual Property Matters\n (a) Third Party Claims. If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.\n (b) Contributor APIs. If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.\n\n 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Application of this License.\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.\n\n6. Versions of the License.\n 6.1. New Versions. Netscape Communications Corporation (``Netscape'') may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.\n 6.3. Derivative Works. If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY.\n\nCOVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\nThis License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n9. LIMITATION OF LIABILITY.\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\n\nThe Covered Code is a ``commercial item,'' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'' and ``commercial computer software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.\n\n11. MISCELLANEOUS.\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS\/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n12. RESPONSIBILITY FOR CLAIMS.\n\nExcept in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.\n\nAMENDMENTS\nAdditional Terms applicable to the Netscape Public License.\n\n I. Effect. These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License.\n II. ``Netscape's Branded Code'' means Covered Code that Netscape distributes and\/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License.\n III. Netscape and logo. This License does not grant any rights to use the trademark ``Netscape'', the ``Netscape N and horizon'' logo or the Netscape lighthouse logo, even if such marks are included in the Original Code.\n IV. Inability to Comply Due to Contractual Obligation. Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in\nSource Code form, even if such code would otherwise be considered ``Modifications'' under this License.\n V. Use of Modifications and Covered Code by Initial Developer.\n V.1. In General. The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3. V.2. Other Products. Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License. V.3. Alternative Licensing. Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.\n\n VI. Arbitration and Litigation. Notwithstanding the limitations of Section 11 above, the provisions regarding arbitration and litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License.\n\nEXHIBIT A.\n\n\u201cThe contents of this file are subject to the Netscape Public License Version 1.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/www.mozilla.org\/NPL\/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\nThe Original Code is Mozilla Communicator client code, released March 31, 1998.\nThe Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape Communications Corporation. All Rights Reserved.\nContributor(s): ______________________________________.\u201d\n[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. This is due to time constraints encountered in simultaneously finalizing the License and in preparing the Original Code for release. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]\n", + "rf_text": "NETSCAPE PUBLIC LICENSE Version 1.0\n\n1. Definitions.\n\n 1.1. ``Contributor'' means each entity that creates or contributes to the creation of Modifications.\n\n 1.2. ``Contributor Version'' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.\n 1.3. ``Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n 1.4. ``Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data.\n 1.5. ``Executable'' means Covered Code in any form other than Source Code.\n 1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required byExhibit A.\n 1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n 1.8. ``License'' means this document.\n 1.9. ``Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\n A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. B. Any new file that contains any part of the Original Code or previous Modifications.\n\n 1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required byExhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.\n 1.11. ``Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.\n 1.12. ``You'' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.\n\n2. Source Code License.\n\n 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and\n (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations.\n\n 2.2. Contributor Grant. Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and\n\t\t (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations.\n\n3. Distribution Obligations.\n\n 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.\n\n 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.\n 3.3. Description of Modifications. You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.\n 3.4. Intellectual Property Matters\n (a) Third Party Claims. If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.\n (b) Contributor APIs. If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.\n\n 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Application of this License.\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.\n\n6. Versions of the License.\n 6.1. New Versions. Netscape Communications Corporation (``Netscape'') may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.\n 6.3. Derivative Works. If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY.\n\nCOVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\nThis License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n9. LIMITATION OF LIABILITY.\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\n\nThe Covered Code is a ``commercial item,'' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'' and ``commercial computer software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.\n\n11. MISCELLANEOUS.\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS\/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n12. RESPONSIBILITY FOR CLAIMS.\n\nExcept in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.\n\nAMENDMENTS\nAdditional Terms applicable to the Netscape Public License.\n\n I. Effect. These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License.\n II. ``Netscape's Branded Code'' means Covered Code that Netscape distributes and\/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License.\n III. Netscape and logo. This License does not grant any rights to use the trademark ``Netscape'', the ``Netscape N and horizon'' logo or the Netscape lighthouse logo, even if such marks are included in the Original Code.\n IV. Inability to Comply Due to Contractual Obligation. Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in\nSource Code form, even if such code would otherwise be considered ``Modifications'' under this License.\n V. Use of Modifications and Covered Code by Initial Developer.\n V.1. In General. The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3. V.2. Other Products. Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License. V.3. Alternative Licensing. Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.\n\n VI. Arbitration and Litigation. Notwithstanding the limitations of Section 11 above, the provisions regarding arbitration and litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License.\n\nEXHIBIT A.\n\n\"The contents of this file are subject to the Netscape Public License Version 1.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/www.mozilla.org\/NPL\/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\nThe Original Code is Mozilla Communicator client code, released March 31, 1998.\nThe Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape Communications Corporation. All Rights Reserved.\nContributor(s): ______________________________________.\"\n[NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. This is due to time constraints encountered in simultaneously finalizing the License and in preparing the Original Code for release. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.]\n", "rf_url": "http:\/\/www.mozilla.org\/MPL\/NPL\/1.0\/", "rf_add_date": null, "rf_copyleft": null, @@ -3169,7 +3169,7 @@ }, { "rf_shortname": "Nvidia-EULA", - "rf_text": "License For Customer Use of NVIDIA Software \n \nIMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of NVIDIA Software (\"LICENSE\") is the agreement which governs use of the software of NVIDIA Corporation and its subsidiaries (\u201cNVIDIA\u201d) downloadable herefrom, including computer software and associated printed materials (\"SOFTWARE\"). By downloading, installing, copying, or otherwise using the SOFTWARE, you agree to be bound by the terms of this LICENSE. If you do not agree to the terms of this LICENSE, do not download the SOFTWARE.\n\nRECITALS\n\nUse of NVIDIA's products requires three elements: the SOFTWARE, the hardware on a graphics controller board, and a personal computer. The SOFTWARE is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE is not sold, and instead is only licensed for use, strictly in accordance with this document. The hardware is protected by various patents, and is sold, but this LICENSE does not cover that sale, since it may not necessarily be sold as a package with the SOFTWARE. This LICENSE sets forth the terms and conditions of the SOFTWARE LICENSE only.\n\n1. DEFINITIONS\n\n1.1 Customer. Customer means the entity or individual that downloads the SOFTWARE.\n\n2. GRANT OF LICENSE\n\n2.1 Rights and Limitations of Grant. NVIDIA hereby grants Customer the following non-exclusive, non-transferable right to use the SOFTWARE, with the following limitations:\n\n2.1.1 Rights. Customer may install and use one copy of the SOFTWARE on a single computer, and except for making one back-up copy of the Software, may not otherwise copy the SOFTWARE. This LICENSE of SOFTWARE may not be shared or used concurrently on different computers.\n\n2.1.2 Linux\/FreeBSD\/OpenSolaris Exception. Notwithstanding the foregoing terms of Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or FreeBSD operating systems, or other operating systems derived from the source code to these operating systems, may be copied and redistributed, provided that the binary files thereof are not modified in any way (except for unzipping of compressed files).\n\n2.1.3 Limitations.\n\nNo Reverse Engineering. Customer may not reverse engineer, decompile, or disassemble the SOFTWARE, nor attempt in any other manner to obtain the source code.\n\nNo Separation of Components. The SOFTWARE is licensed as a single product. Its component parts may not be separated for use on more than one computer, nor otherwise used separately from the other parts.\n\nNo Rental. Customer may not rent or lease the SOFTWARE to someone else.\n\n3. TERMINATION\n\nThis LICENSE will automatically terminate if Customer fails to comply with any of the terms and conditions hereof. In such event, Customer must destroy all copies of the SOFTWARE and all of its component parts.\n\nDefensive Suspension. If Customer commences or participates in any legal proceeding against NVIDIA, then NVIDIA may, in its sole discretion, suspend or terminate all license grants and any other rights provided under this LICENSE during the pendency of such legal proceedings.\n\n4. COPYRIGHT\n\nAll title and copyrights in and to the SOFTWARE (including but not limited to all images, photographs, animations, video, audio, music, text, and other information incorporated into the SOFTWARE), the accompanying printed materials, and any copies of the SOFTWARE, are owned by NVIDIA, or its suppliers. The SOFTWARE is protected by copyright laws and international treaty provisions. Accordingly, Customer is required to treat the SOFTWARE like any other copyrighted material, except as otherwise allowed pursuant to this LICENSE and that it may make one copy of the SOFTWARE solely for backup or archive purposes.\n\n5. APPLICABLE LAW\n\nThis LICENSE shall be deemed to have been made in, and shall be construed pursuant to, the laws of the State of California. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed.\n\n6. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY\n\n6.1 No Warranties. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED \"AS IS\" AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHERWHETHER EXPRESS OR, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND, FITNESS FOR A PARTICULAR PURPOSE. , TITLE, AND NON-INFRINGEMENT. Without limiting the foregoing, you are solely responsible for determining and verifying that the SOFTWARE that you obtain and install is the appropriate version for your model of graphics controller board, operating system, and computer hardware.\n\n6.2 No Liability for Consequential Damages. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n7. MISCELLANEOUS\n\nIf any provision of this LICENSE is inconsistent with, or cannot be fully enforced under, the law, such provision will be construed as limited to the extent necessary to be consistent with and fully enforceable under the law. This LICENSE is the final, complete and exclusive agreement between the parties relating to the subject matter hereof, and supersedes all prior or contemporaneous understandings and agreements relating to such subject matter, whether oral or written. This LICENSE may only be modified in writing signed by an authorized officer of NVIDIA. Customer agrees that it will not ship, transfer or export the SOFTWARE into any country, or use the SOFTWARE in any manner, prohibited by the United States Bureau of Industry and Security or any export laws, restrictions or regulations.", + "rf_text": "License For Customer Use of NVIDIA Software \n \nIMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of NVIDIA Software (\"LICENSE\") is the agreement which governs use of the software of NVIDIA Corporation and its subsidiaries (\"NVIDIA\") downloadable herefrom, including computer software and associated printed materials (\"SOFTWARE\"). By downloading, installing, copying, or otherwise using the SOFTWARE, you agree to be bound by the terms of this LICENSE. If you do not agree to the terms of this LICENSE, do not download the SOFTWARE.\n\nRECITALS\n\nUse of NVIDIA's products requires three elements: the SOFTWARE, the hardware on a graphics controller board, and a personal computer. The SOFTWARE is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE is not sold, and instead is only licensed for use, strictly in accordance with this document. The hardware is protected by various patents, and is sold, but this LICENSE does not cover that sale, since it may not necessarily be sold as a package with the SOFTWARE. This LICENSE sets forth the terms and conditions of the SOFTWARE LICENSE only.\n\n1. DEFINITIONS\n\n1.1 Customer. Customer means the entity or individual that downloads the SOFTWARE.\n\n2. GRANT OF LICENSE\n\n2.1 Rights and Limitations of Grant. NVIDIA hereby grants Customer the following non-exclusive, non-transferable right to use the SOFTWARE, with the following limitations:\n\n2.1.1 Rights. Customer may install and use one copy of the SOFTWARE on a single computer, and except for making one back-up copy of the Software, may not otherwise copy the SOFTWARE. This LICENSE of SOFTWARE may not be shared or used concurrently on different computers.\n\n2.1.2 Linux\/FreeBSD\/OpenSolaris Exception. Notwithstanding the foregoing terms of Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or FreeBSD operating systems, or other operating systems derived from the source code to these operating systems, may be copied and redistributed, provided that the binary files thereof are not modified in any way (except for unzipping of compressed files).\n\n2.1.3 Limitations.\n\nNo Reverse Engineering. Customer may not reverse engineer, decompile, or disassemble the SOFTWARE, nor attempt in any other manner to obtain the source code.\n\nNo Separation of Components. The SOFTWARE is licensed as a single product. Its component parts may not be separated for use on more than one computer, nor otherwise used separately from the other parts.\n\nNo Rental. Customer may not rent or lease the SOFTWARE to someone else.\n\n3. TERMINATION\n\nThis LICENSE will automatically terminate if Customer fails to comply with any of the terms and conditions hereof. In such event, Customer must destroy all copies of the SOFTWARE and all of its component parts.\n\nDefensive Suspension. If Customer commences or participates in any legal proceeding against NVIDIA, then NVIDIA may, in its sole discretion, suspend or terminate all license grants and any other rights provided under this LICENSE during the pendency of such legal proceedings.\n\n4. COPYRIGHT\n\nAll title and copyrights in and to the SOFTWARE (including but not limited to all images, photographs, animations, video, audio, music, text, and other information incorporated into the SOFTWARE), the accompanying printed materials, and any copies of the SOFTWARE, are owned by NVIDIA, or its suppliers. The SOFTWARE is protected by copyright laws and international treaty provisions. Accordingly, Customer is required to treat the SOFTWARE like any other copyrighted material, except as otherwise allowed pursuant to this LICENSE and that it may make one copy of the SOFTWARE solely for backup or archive purposes.\n\n5. APPLICABLE LAW\n\nThis LICENSE shall be deemed to have been made in, and shall be construed pursuant to, the laws of the State of California. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed.\n\n6. DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY\n\n6.1 No Warranties. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED \"AS IS\" AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHERWHETHER EXPRESS OR, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND, FITNESS FOR A PARTICULAR PURPOSE. , TITLE, AND NON-INFRINGEMENT. Without limiting the foregoing, you are solely responsible for determining and verifying that the SOFTWARE that you obtain and install is the appropriate version for your model of graphics controller board, operating system, and computer hardware.\n\n6.2 No Liability for Consequential Damages. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n7. MISCELLANEOUS\n\nIf any provision of this LICENSE is inconsistent with, or cannot be fully enforced under, the law, such provision will be construed as limited to the extent necessary to be consistent with and fully enforceable under the law. This LICENSE is the final, complete and exclusive agreement between the parties relating to the subject matter hereof, and supersedes all prior or contemporaneous understandings and agreements relating to such subject matter, whether oral or written. This LICENSE may only be modified in writing signed by an authorized officer of NVIDIA. Customer agrees that it will not ship, transfer or export the SOFTWARE into any country, or use the SOFTWARE in any manner, prohibited by the United States Bureau of Industry and Security or any export laws, restrictions or regulations.", "rf_url": "http:\/\/www.nvidia.com\/object\/nv_swlicense.html", "rf_add_date": null, "rf_copyleft": null, @@ -3213,7 +3213,7 @@ }, { "rf_shortname": "OSL-3.0", - "rf_text": "Open Software License v. 3.0 (OSL-3.0)\n\nThis Open Software License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\n Licensed under the Open Software License version 3.0\n\n1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n a) to reproduce the Original Work in copies, either alone or as part of a collective work;\n\n b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n\n c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License;\n\n d) to perform the Original Work publicly; and\n\n e) to display the Original Work publicly.\n\n2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n3) Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor\u2019s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n5) External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including \u201cfair use\u201d or \u201cfair dealing\u201d). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n12) Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n14) Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n16) Modification of This License. This License is Copyright (c) 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Open Software License\" or \"OSL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under \" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.\n", + "rf_text": "Open Software License v. 3.0 (OSL-3.0)\n\nThis Open Software License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\n Licensed under the Open Software License version 3.0\n\n1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n a) to reproduce the Original Work in copies, either alone or as part of a collective work;\n\n b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n\n c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License;\n\n d) to perform the Original Work publicly; and\n\n e) to display the Original Work publicly.\n\n2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n3) Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n5) External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including \"fair use\" or \"fair dealing\"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n12) Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n14) Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n16) Modification of This License. This License is Copyright (c) 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Open Software License\" or \"OSL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under \" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.\n", "rf_url": "https:\/\/web.archive.org\/web\/20120101081418\/http:\/\/rosenlaw.com:80\/OSL3.0.htm", "rf_add_date": null, "rf_copyleft": null, @@ -3257,7 +3257,7 @@ }, { "rf_shortname": "RealNetworks-EULA", - "rf_text": "REALNETWORKS, INC.\nREAL LICENSING PROGRAM\nLICENSE SUPPLEMENT\nREDISTRIBUTION NOT PERMITTED\nIMPORTANT: READ CAREFULLY:\nThis RealNetworks, Inc. License Supplement (\u201cLicense Supplement\u201d) is a legal\nagreement between you (either an individual or an entity, \u201cYou\u201d) and RealNetworks, Inc.\nand its suppliers and licensors (collectively, \u201cRealNetworks\u201d) for the products (the\n\u201cSoftware\u201d) listed on the Real Licensing Program invoice (the \u201cInvoice\u201d) provided to\nYou by RealNetworks.\nBY CLICKING ON \u201cACCEPT\u201d, INSTALLING, COPYING OR OTHERWISE USING\nTHE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS\nLICENSE SUPPLEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THIS\nLICENSE SUPPLEMENT, CLICK THE \u201cI DO NOT ACCEPT\u201d TO TERMINATE THE\nSOFTWARE INSTALLATION PROCESS.\nYOU AGREE THAT YOUR USE OF THE SOFTWARE ACKNOWLEDGES THAT\nYOU HAVE READ THIS LICENSE SUPPLEMENT, UNDERSTAND IT, AND\nAGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.\n1. SUPPLEMENT. This License Supplement supplements the End User License\nAgreement(s) accompanying the Software (\u201cEULA\u201d). In the event of any conflict\nbetween the terms of this License Supplement and any EULA, the terms of this License\nSupplement will control. Except for the provisions set forth in this License Supplement,\nall EULA provisions will remain in full force and effect.\n2. ELIGIBILITY. Notwithstanding anything to the contrary in the EULA, the Software\ncovered by the EULA and this License Supplement are available only to the following\ntypes of entities, and You represent and warrant that You are one of the following:\n(a) Corporations, educational institutions, government organizations or not-for-profit\norganizations who deploy the server for their own internal non-commercial use. Wireless\nNetwork service providers or wireless network operators may not deploy this Software\nwithin their network(s). (b) End User Network Service Providers of less than 200,000\nsubscribers. As used in this License Supplement, \"End User Network Service Providers\"\nmeans an entity that provides data network services to consumers or individuals. (c )\nMedia Companies with less than fifty million dollars ($50,000,000) in annual revenue.\nAs used in this License Supplement, \"Media Company\" means an entity that provides\ntext, audio or video programming to distributors or direct to consumers in exchange for\nfees or based on an advertising business model. Notwithstanding the above, this License\nSupplement is not available to an organization that is using this Software to provide\ncontent to consumers via an Operator. As used in this License Supplement, \"Operator\"\nmeans an organization that provides voice and\/or data network services to consumers and\nbusinesses through wireless wide area network technologies, including but not limited to\nGPRS, Edge, CDMA2000, UMTS, EVDO and WiMax; eligible organizations may either\nown or lease network infrastructure (MVNO).\nThe Software is not available to organizations that provide network services to consumers\nor businesses or provide content aggregation and digital media application services to\nbusinesses.\n3. SEATS. Notwithstanding anything to the contrary in the EULA, You may install the\nnumber of copies of the Software sufficient to distribute content up to the number of seats\nspecified in the applicable Invoice. You may increase the number of seats by purchasing\nadditional license rights from RealNetworks.\n4. TERMINATION. This License Supplement and Your right to use the Software\nautomatically terminate if You fail to comply with any material provision of this License\nSupplement. No notice will be required from RealNetworks to effect such termination.\nYou and RealNetworks may terminate the EULA pursuant to the termination provisions\nset forth therein. Any termination of a EULA automatically terminates this License\nSupplement with respect to the Software covered by such EULA.\nCopyright \u00a9 1995-2010 RealNetworks, Inc. and\/or its suppliers. 2601 Elliott Ave., Suite\n1000, Seattle, Washington 98121 U.S.A. This product may incorporate one or more of\nthe following: U.S. Patent # 5,793,980; U.S. Patent # 5,917,835; U.S. Patent # 6,151,634.\nOther U.S. patents pending. All rights reserved. RealNetworks, Helix, RealPlayer,\nRealAudio, and RealVideo are trademarks or registered trademarks of RealNetworks,\nInc.", + "rf_text": "REALNETWORKS, INC.\nREAL LICENSING PROGRAM\nLICENSE SUPPLEMENT\nREDISTRIBUTION NOT PERMITTED\nIMPORTANT: READ CAREFULLY:\nThis RealNetworks, Inc. License Supplement (\"License Supplement\") is a legal\nagreement between you (either an individual or an entity, \"You\") and RealNetworks, Inc.\nand its suppliers and licensors (collectively, \"RealNetworks\") for the products (the\n\"Software\") listed on the Real Licensing Program invoice (the \"Invoice\") provided to\nYou by RealNetworks.\nBY CLICKING ON \"ACCEPT\", INSTALLING, COPYING OR OTHERWISE USING\nTHE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS\nLICENSE SUPPLEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THIS\nLICENSE SUPPLEMENT, CLICK THE \"I DO NOT ACCEPT\" TO TERMINATE THE\nSOFTWARE INSTALLATION PROCESS.\nYOU AGREE THAT YOUR USE OF THE SOFTWARE ACKNOWLEDGES THAT\nYOU HAVE READ THIS LICENSE SUPPLEMENT, UNDERSTAND IT, AND\nAGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.\n1. SUPPLEMENT. This License Supplement supplements the End User License\nAgreement(s) accompanying the Software (\"EULA\"). In the event of any conflict\nbetween the terms of this License Supplement and any EULA, the terms of this License\nSupplement will control. Except for the provisions set forth in this License Supplement,\nall EULA provisions will remain in full force and effect.\n2. ELIGIBILITY. Notwithstanding anything to the contrary in the EULA, the Software\ncovered by the EULA and this License Supplement are available only to the following\ntypes of entities, and You represent and warrant that You are one of the following:\n(a) Corporations, educational institutions, government organizations or not-for-profit\norganizations who deploy the server for their own internal non-commercial use. Wireless\nNetwork service providers or wireless network operators may not deploy this Software\nwithin their network(s). (b) End User Network Service Providers of less than 200,000\nsubscribers. As used in this License Supplement, \"End User Network Service Providers\"\nmeans an entity that provides data network services to consumers or individuals. (c )\nMedia Companies with less than fifty million dollars ($50,000,000) in annual revenue.\nAs used in this License Supplement, \"Media Company\" means an entity that provides\ntext, audio or video programming to distributors or direct to consumers in exchange for\nfees or based on an advertising business model. Notwithstanding the above, this License\nSupplement is not available to an organization that is using this Software to provide\ncontent to consumers via an Operator. As used in this License Supplement, \"Operator\"\nmeans an organization that provides voice and\/or data network services to consumers and\nbusinesses through wireless wide area network technologies, including but not limited to\nGPRS, Edge, CDMA2000, UMTS, EVDO and WiMax; eligible organizations may either\nown or lease network infrastructure (MVNO).\nThe Software is not available to organizations that provide network services to consumers\nor businesses or provide content aggregation and digital media application services to\nbusinesses.\n3. SEATS. Notwithstanding anything to the contrary in the EULA, You may install the\nnumber of copies of the Software sufficient to distribute content up to the number of seats\nspecified in the applicable Invoice. You may increase the number of seats by purchasing\nadditional license rights from RealNetworks.\n4. TERMINATION. This License Supplement and Your right to use the Software\nautomatically terminate if You fail to comply with any material provision of this License\nSupplement. No notice will be required from RealNetworks to effect such termination.\nYou and RealNetworks may terminate the EULA pursuant to the termination provisions\nset forth therein. Any termination of a EULA automatically terminates this License\nSupplement with respect to the Software covered by such EULA.\nCopyright \u00a9 1995-2010 RealNetworks, Inc. and\/or its suppliers. 2601 Elliott Ave., Suite\n1000, Seattle, Washington 98121 U.S.A. This product may incorporate one or more of\nthe following: U.S. Patent # 5,793,980; U.S. Patent # 5,917,835; U.S. Patent # 6,151,634.\nOther U.S. patents pending. All rights reserved. RealNetworks, Helix, RealPlayer,\nRealAudio, and RealVideo are trademarks or registered trademarks of RealNetworks,\nInc.", "rf_url": "http:\/\/www.realnetworks.com\/uploadedFiles\/Support\/helix-support\/eula-Real-LicProg-Perp-Supp.pdf", "rf_add_date": null, "rf_copyleft": null, @@ -3323,7 +3323,7 @@ }, { "rf_shortname": "Motorola", - "rf_text": "SOFTWARE LICENSE AGREEMENT\nThe MOTOROLA MOBILE Software License Agreement (\"Software License Agreement\"), the MOTOROLA MOBILE Terms of Service (\"Terms of Service\") and the MOTOROLA MOBILE Privacy Statement (\u201cPrivacy Statement\") (collectively \u201cTerms and Conditions\") apply to your use of the MOTOROLA MOBILE software and services, operated by Motorola, Inc. (a Delaware corporation, having a principal place of business at 600 N. US Highway 45, Libertyville, IL 60048, United States of America) (\"Motorola\"), and set forth a legally binding agreement between you and Motorola. Any defined terms contained herein shall have the same meaning as that assigned to it in the Software License Agreement, Terms of Service or Privacy Statement. The Software License Agreement, Terms of Service, and\/or Privacy Statement may be translated into languages other than English however the English version of these documents shall control the rights and obligations of the parties, regardless of the reliance by any party on such translations, and all notices and communications relating to these documents shall be in English. Please read the Software License Agreement, Terms of Service, and Privacy Statement carefully before using the MOTOROLA MOBILE software and services. If you do not agree to the terms contained in those agreements, then you may not use the MOTOROLA MOBILE software or services. Your use of the MOTOROLA MOBILE software and services constitutes your acknowledgement that you have the legal authority to bind yourself or any party you represent to, and your acceptance of, the MOTOROLA MOBILE Software License Agreement, Terms of Service and Privacy Statement.\n\nGRANT OF LICENSE \nThe software (including software, code, files, images, contained in or generated by the software, accompanying data, Boot ROM code and other embedded software), documentation and any accompanying fonts, whether in read-only memory, on any other media or in any other form (collectively the \"MOTOROLA MOBILE Software\") are licensed to you by Motorola subject to the terms of this Software License Agreement, the MOTOROLA MOBILE Terms of Service and Privacy Policy (\u201cLicense\"). Neither title nor any Intellectual Property Rights are transferred to you, but rather remain with Motorola, who owns full and complete title, and Motorola reserves all rights not expressly granted to you. The rights granted herein are non-transferable, and are limited to Motorola's intellectual property rights in the MOTOROLA MOBILE Software and do not include any other patents or intellectual property rights. You own the device on which the MOTOROLA MOBILE Software is recorded (the \u201cDevice\"), but Motorola and\/or Motorola's licensor(s) retain ownership of the MOTOROLA MOBILE Software itself.\n\nPERMITTED LICENSE USES AND RESTRICTIONS\nThis License allows you to use the MOTOROLA MOBILE Software on a single Device. This License does not allow the MOTOROLA MOBILE Software to exist on more than one Device at a time, and you may not make the MOTOROLA MOBILE Software available over a network where it could be used by multiple Devices at the same time. This License does not grant you any rights to use Motorola proprietary interfaces and other intellectual property in the design, development, manufacture, licensing or distribution of third-party devices and accessories for use with the MOTOROLA MOBILE Software. You may not modify, alter, copy, publicly display or perform, distribute, create derivative works, of the MOTOROLA MOBILE Software. \n\nMotorola may make available for download certain MOTOROLA MOBILE Software updates or upgrades to the MOTOROLA MOBILE Software to update, enhance or further develop the MOTOROLA MOBILE Software (\"MOTOROLA MOBILE Software Updates\"). This License allows you to download and use the MOTOROLA MOBILE Software Updates to update the MOTOROLA MOBILE Software on any Device that you own or control. This License does not allow you to update Devices that you do not own or control, and you may not make the MOTOROLA MOBILE Software Updates available over a network where it could be used by multiple Devices or multiple computers at the same time. You may not make any copies of the MOTOROLA MOBILE Software Updates, unless such copy is authorized in writing by Motorola. \n\nExcept as and only to the extent permitted by applicable law, or by licensing terms governing use of open-sourced components included with the MOTOROLA MOBILE Software, you may not copy, decompile, reverse engineer, disassemble, attempt to derive the source code of, modify, or create derivative works of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates, or any part thereof. Any attempt to do so is a violation of the rights of Motorola and its licensors of the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates. If you breach this restriction, you may be subject to prosecution and damages. By storing content on your Device you are making a digital copy. In some jurisdictions, it is unlawful to make digital copies without prior permission from the rights holder. The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may be used to reproduce materials so long as such use is limited to reproduction of non-copyrighted materials, materials in which you own the copyright, or materials you are authorized or legally permitted to reproduce. \n\nMOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES ARE NOT INTENDED FOR USE IN OR DURING THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL SYSTEMS, LIFE SUPPORT MACHINES OR OTHER EQUIPMENT IN WHICH THE FAILURE OF THE MOTOROLA MOBILE SOFTWARE OR MOTOROLA MOBILE SOFTWARE UPDATES COULD LEAD TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE. \n\nSOFTWARE UPDATES\/EXPORT CONTROLS\nMotorola may, at its discretion, automatically download MOTOROLA MOBILE Software Updates to your Device. You agree to accept these MOTOROLA MOBILE Software Updates, and to pay for any costs associated with receiving them. The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates are subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates. These laws include restrictions on destinations, end users and end use. \n\nSERVICES \nYou understand and acknowledge that back-up and restore, remote diagnostics, Device location, remote erase, and any other services performed, provided or enabled by or through the MOTOROLA MOBILE Software, or MOTOROLA MOBILE Software Updates, including any Third Party Services, (collectively \u201cServices\") are each offered by Motorola subject to your acceptance of this MOTOROLA MOBILE Software License Agreement, and the MOTOROLA MOBILE Terms of Service and Privacy Statement, and any other terms that may be incorporated by reference herein or otherwise presented to you prior to your use of the Services. These Terms of Service shall be in addition to any terms of service or other agreement you may have with your wireless carrier or operator. \n\nDISCLAIMER OF WARRANTIES \nYou expressly acknowledge and agree that use of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates and Services are at your sole risk and that the entire risk as to satisfactory quality, performance, accuracy and effort is with you. You understand and acknowledge that installation of the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may affect the usability of third-party software. EXCEPT TO THE EXTENT PROHIBITED BY APPLICABLE LAW, THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, AND ANY SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, ARE PROVIDED \"AS IS\", WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, AND MOTOROLA AND ITS LICENSORS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH RESPECT TO THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, AND ANY SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, EITHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND\/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, AND NON-INFRINGEMENT OF THIRD-PARTY RIGHTS. MOTOROLA DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN OR SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES AND SERVICES WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES AND SERVICES WILL BE CORRECTED. No oral or written information or advice given by Motorola or an authorized representative shall be deemed to alter this disclaimer of warranty, or to create any warranty. Should the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates or Services prove defective, you assume the entire cost of all necessary servicing, repair or correction. Some jurisdictions do not allow the exclusion, or limitations on the duration, of implied warranties or limitations on applicable statutory rights of a consumer, so the above exclusion and limitations may not apply to you. \n\nThe MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may enable access to other Motorola and third-party web services and to Motorola and third-party websites and information located worldwide throughout the Internet, use of which will require you to accept additional terms of service. Motorola makes no guarantees as to such web services, sites and information, including but not limited to: (a) the accuracy, availability, sequence, completeness, currency, content, validity or quality of any such web services, sites and information, or (b) whether a search completed through MOTOROLA MOBILE Software or Services may locate unintended or objectionable content. Because some of the content on the Internet consists of material that is adult-oriented or otherwise objectionable to some people or viewers under the age of 18 or any other age under applicable laws, the results of any search or entering of a particular URL using MOTOROLA MOBILE Software or Services may automatically and unintentionally generate links or references to objectionable material; you agree that Motorola is not responsible for the results of any such search. \n\nYou acknowledge and agree that Motorola is not responsible for examining or evaluating the content or the accuracy, completeness, currency, validity or quality of any third-party materials. Motorola does not warrant or endorse and does not assume and will not have any liability or responsibility for any third-party materials, or for any other materials, products, or services of third parties. You agree that you will not use any third-party materials in a manner that would infringe or violate the rights of any other party, and that Motorola is not in any way responsible for any such use by you. \n\nBy using the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates, you acknowledge that Motorola makes no representations or warranties with regard to any sites or information displayed by or accessed through the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates, or any Services performed, provided or enabled by or through the MOTOROLA MOBILE Software, or MOTOROLA MOBILE Software Updates in relation to such sites or information. Motorola, its officers, affiliates and subsidiaries shall not, directly or indirectly, be liable, in any way, to you or any other person for the content you receive or view using the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates or Services or for any inaccuracies, errors in or omissions from the content. Motorola and its licensors reserve the right to change, suspend, remove, or disable access to any Services at any time without notice. In no event will Motorola be liable for the removal of or disabling of access to any such Services. Motorola may also impose limits on the use of or access to certain Services, in any case and without notice or liability. \n\nLIMITATION OF LIABILITY \nTO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL MOTOROLA BE LIABLE FOR PERSONAL INJURY, OR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR USE OR INABILITY TO USE THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES, OR SERVICES HOWEVER CAUSED, REGARDLESS OF THE THEORY OF LIABILITY (CONTRACT, TORT OR OTHERWISE) AND EVEN IF MOTOROLA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY FOR PERSONAL INJURY, OR OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Motorola's total liability to you for all damages (other than as may be required by applicable law in cases involving personal injury) exceed TWENTY-FIVE DOLLARS ($25.00), whichever amount is greater. The foregoing limitations will apply even if the above stated remedy fails of its essential purpose. \n\nTERMINATION \nThis License is effective until terminated. Your rights under this License will terminate automatically without notice from Motorola if you fail to comply with any term(s) of this License. Upon the termination of this License, you shall cease all use of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates and Services. ", + "rf_text": "SOFTWARE LICENSE AGREEMENT\nThe MOTOROLA MOBILE Software License Agreement (\"Software License Agreement\"), the MOTOROLA MOBILE Terms of Service (\"Terms of Service\") and the MOTOROLA MOBILE Privacy Statement (\"Privacy Statement\") (collectively \"Terms and Conditions\") apply to your use of the MOTOROLA MOBILE software and services, operated by Motorola, Inc. (a Delaware corporation, having a principal place of business at 600 N. US Highway 45, Libertyville, IL 60048, United States of America) (\"Motorola\"), and set forth a legally binding agreement between you and Motorola. Any defined terms contained herein shall have the same meaning as that assigned to it in the Software License Agreement, Terms of Service or Privacy Statement. The Software License Agreement, Terms of Service, and\/or Privacy Statement may be translated into languages other than English however the English version of these documents shall control the rights and obligations of the parties, regardless of the reliance by any party on such translations, and all notices and communications relating to these documents shall be in English. Please read the Software License Agreement, Terms of Service, and Privacy Statement carefully before using the MOTOROLA MOBILE software and services. If you do not agree to the terms contained in those agreements, then you may not use the MOTOROLA MOBILE software or services. Your use of the MOTOROLA MOBILE software and services constitutes your acknowledgement that you have the legal authority to bind yourself or any party you represent to, and your acceptance of, the MOTOROLA MOBILE Software License Agreement, Terms of Service and Privacy Statement.\n\nGRANT OF LICENSE \nThe software (including software, code, files, images, contained in or generated by the software, accompanying data, Boot ROM code and other embedded software), documentation and any accompanying fonts, whether in read-only memory, on any other media or in any other form (collectively the \"MOTOROLA MOBILE Software\") are licensed to you by Motorola subject to the terms of this Software License Agreement, the MOTOROLA MOBILE Terms of Service and Privacy Policy (\"License\"). Neither title nor any Intellectual Property Rights are transferred to you, but rather remain with Motorola, who owns full and complete title, and Motorola reserves all rights not expressly granted to you. The rights granted herein are non-transferable, and are limited to Motorola's intellectual property rights in the MOTOROLA MOBILE Software and do not include any other patents or intellectual property rights. You own the device on which the MOTOROLA MOBILE Software is recorded (the \"Device\"), but Motorola and\/or Motorola's licensor(s) retain ownership of the MOTOROLA MOBILE Software itself.\n\nPERMITTED LICENSE USES AND RESTRICTIONS\nThis License allows you to use the MOTOROLA MOBILE Software on a single Device. This License does not allow the MOTOROLA MOBILE Software to exist on more than one Device at a time, and you may not make the MOTOROLA MOBILE Software available over a network where it could be used by multiple Devices at the same time. This License does not grant you any rights to use Motorola proprietary interfaces and other intellectual property in the design, development, manufacture, licensing or distribution of third-party devices and accessories for use with the MOTOROLA MOBILE Software. You may not modify, alter, copy, publicly display or perform, distribute, create derivative works, of the MOTOROLA MOBILE Software. \n\nMotorola may make available for download certain MOTOROLA MOBILE Software updates or upgrades to the MOTOROLA MOBILE Software to update, enhance or further develop the MOTOROLA MOBILE Software (\"MOTOROLA MOBILE Software Updates\"). This License allows you to download and use the MOTOROLA MOBILE Software Updates to update the MOTOROLA MOBILE Software on any Device that you own or control. This License does not allow you to update Devices that you do not own or control, and you may not make the MOTOROLA MOBILE Software Updates available over a network where it could be used by multiple Devices or multiple computers at the same time. You may not make any copies of the MOTOROLA MOBILE Software Updates, unless such copy is authorized in writing by Motorola. \n\nExcept as and only to the extent permitted by applicable law, or by licensing terms governing use of open-sourced components included with the MOTOROLA MOBILE Software, you may not copy, decompile, reverse engineer, disassemble, attempt to derive the source code of, modify, or create derivative works of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates, or any part thereof. Any attempt to do so is a violation of the rights of Motorola and its licensors of the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates. If you breach this restriction, you may be subject to prosecution and damages. By storing content on your Device you are making a digital copy. In some jurisdictions, it is unlawful to make digital copies without prior permission from the rights holder. The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may be used to reproduce materials so long as such use is limited to reproduction of non-copyrighted materials, materials in which you own the copyright, or materials you are authorized or legally permitted to reproduce. \n\nMOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES ARE NOT INTENDED FOR USE IN OR DURING THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL SYSTEMS, LIFE SUPPORT MACHINES OR OTHER EQUIPMENT IN WHICH THE FAILURE OF THE MOTOROLA MOBILE SOFTWARE OR MOTOROLA MOBILE SOFTWARE UPDATES COULD LEAD TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE. \n\nSOFTWARE UPDATES\/EXPORT CONTROLS\nMotorola may, at its discretion, automatically download MOTOROLA MOBILE Software Updates to your Device. You agree to accept these MOTOROLA MOBILE Software Updates, and to pay for any costs associated with receiving them. The MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates are subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates. These laws include restrictions on destinations, end users and end use. \n\nSERVICES \nYou understand and acknowledge that back-up and restore, remote diagnostics, Device location, remote erase, and any other services performed, provided or enabled by or through the MOTOROLA MOBILE Software, or MOTOROLA MOBILE Software Updates, including any Third Party Services, (collectively \"Services\") are each offered by Motorola subject to your acceptance of this MOTOROLA MOBILE Software License Agreement, and the MOTOROLA MOBILE Terms of Service and Privacy Statement, and any other terms that may be incorporated by reference herein or otherwise presented to you prior to your use of the Services. These Terms of Service shall be in addition to any terms of service or other agreement you may have with your wireless carrier or operator. \n\nDISCLAIMER OF WARRANTIES \nYou expressly acknowledge and agree that use of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates and Services are at your sole risk and that the entire risk as to satisfactory quality, performance, accuracy and effort is with you. You understand and acknowledge that installation of the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may affect the usability of third-party software. EXCEPT TO THE EXTENT PROHIBITED BY APPLICABLE LAW, THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, AND ANY SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, ARE PROVIDED \"AS IS\", WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, AND MOTOROLA AND ITS LICENSORS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH RESPECT TO THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, AND ANY SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES, EITHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND\/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, AND NON-INFRINGEMENT OF THIRD-PARTY RIGHTS. MOTOROLA DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN OR SERVICES PERFORMED, PROVIDED OR ENABLED BY OR THROUGH THE MOTOROLA MOBILE SOFTWARE AND MOTOROLA MOBILE SOFTWARE UPDATES WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES AND SERVICES WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES AND SERVICES WILL BE CORRECTED. No oral or written information or advice given by Motorola or an authorized representative shall be deemed to alter this disclaimer of warranty, or to create any warranty. Should the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates or Services prove defective, you assume the entire cost of all necessary servicing, repair or correction. Some jurisdictions do not allow the exclusion, or limitations on the duration, of implied warranties or limitations on applicable statutory rights of a consumer, so the above exclusion and limitations may not apply to you. \n\nThe MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates may enable access to other Motorola and third-party web services and to Motorola and third-party websites and information located worldwide throughout the Internet, use of which will require you to accept additional terms of service. Motorola makes no guarantees as to such web services, sites and information, including but not limited to: (a) the accuracy, availability, sequence, completeness, currency, content, validity or quality of any such web services, sites and information, or (b) whether a search completed through MOTOROLA MOBILE Software or Services may locate unintended or objectionable content. Because some of the content on the Internet consists of material that is adult-oriented or otherwise objectionable to some people or viewers under the age of 18 or any other age under applicable laws, the results of any search or entering of a particular URL using MOTOROLA MOBILE Software or Services may automatically and unintentionally generate links or references to objectionable material; you agree that Motorola is not responsible for the results of any such search. \n\nYou acknowledge and agree that Motorola is not responsible for examining or evaluating the content or the accuracy, completeness, currency, validity or quality of any third-party materials. Motorola does not warrant or endorse and does not assume and will not have any liability or responsibility for any third-party materials, or for any other materials, products, or services of third parties. You agree that you will not use any third-party materials in a manner that would infringe or violate the rights of any other party, and that Motorola is not in any way responsible for any such use by you. \n\nBy using the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates, you acknowledge that Motorola makes no representations or warranties with regard to any sites or information displayed by or accessed through the MOTOROLA MOBILE Software and MOTOROLA MOBILE Software Updates, or any Services performed, provided or enabled by or through the MOTOROLA MOBILE Software, or MOTOROLA MOBILE Software Updates in relation to such sites or information. Motorola, its officers, affiliates and subsidiaries shall not, directly or indirectly, be liable, in any way, to you or any other person for the content you receive or view using the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates or Services or for any inaccuracies, errors in or omissions from the content. Motorola and its licensors reserve the right to change, suspend, remove, or disable access to any Services at any time without notice. In no event will Motorola be liable for the removal of or disabling of access to any such Services. Motorola may also impose limits on the use of or access to certain Services, in any case and without notice or liability. \n\nLIMITATION OF LIABILITY \nTO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL MOTOROLA BE LIABLE FOR PERSONAL INJURY, OR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, LOSS OF DATA, BUSINESS INTERRUPTION OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR USE OR INABILITY TO USE THE MOTOROLA MOBILE SOFTWARE, MOTOROLA MOBILE SOFTWARE UPDATES, OR SERVICES HOWEVER CAUSED, REGARDLESS OF THE THEORY OF LIABILITY (CONTRACT, TORT OR OTHERWISE) AND EVEN IF MOTOROLA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY FOR PERSONAL INJURY, OR OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Motorola's total liability to you for all damages (other than as may be required by applicable law in cases involving personal injury) exceed TWENTY-FIVE DOLLARS ($25.00), whichever amount is greater. The foregoing limitations will apply even if the above stated remedy fails of its essential purpose. \n\nTERMINATION \nThis License is effective until terminated. Your rights under this License will terminate automatically without notice from Motorola if you fail to comply with any term(s) of this License. Upon the termination of this License, you shall cease all use of the MOTOROLA MOBILE Software, MOTOROLA MOBILE Software Updates and Services. ", "rf_url": "http:\/\/www.motorola.com\/Support\/US-EN\/SOFTWARE-LICENSE-AGREEMENT", "rf_add_date": null, "rf_copyleft": null, @@ -3521,7 +3521,7 @@ }, { "rf_shortname": "Yahoo-EULA", - "rf_text": "Software License\n\nWelcome to Yahoo! software (the \"Yahoo! Software\"). By clicking the \"I Agree\" button below, you agree to these software license terms (the \"Software License\") that supplement the Yahoo! Terms of Service (\"TOS\") below, also located at http:\/\/info.yahoo.com\/legal\/us\/yahoo\/utos\/utos-173.html. If you disagree with any of the terms below, Yahoo! does not grant you a license to use the Yahoo! Software; click the \"I Disagree\" or \"Cancel\" button to exit the installer.\n\nInformation collected through Yahoo! Software by Yahoo! is subject to the full Yahoo! Privacy Policy: http:\/\/info.yahoo.com\/privacy\/us\/yahoo\/. To find out more about setting your preferences and the information collected by the Yahoo! Software and used by Yahoo!, go to: http:\/\/info.yahoo.com\/privacy\/us\/yahoo\/toolbar\/details.html.\n\nYahoo! reserves the right to update and change, from time to time, this Software License and all documents incorporated by reference. You can always find the most recent version of this Software License at http:\/\/info.yahoo.com\/legal\/us\/yahoo\/toolbar\/tbeula\/tbeula-282.html. Yahoo! may change this Software License by posting a new version without notice to you. Use of the Yahoo! Software after such change constitutes acceptance of such changes.\n\nLicensed Uses and Restrictions.\n\nBy accepting the terms of this Agreement, you represent to Yahoo! Inc. and its affiliates (collectively, \"Yahoo!\") that you are at least 18 years old. The Yahoo! Software applications, documentation, and local computer files installed or utilized by the installer application (collectively, the \"Yahoo! Software\") are owned by Yahoo!, or Yahoo!'s licensors and content and data providers (\"Yahoo! Licensors\"), and are licensed to you on a worldwide (except as limited below), non-exclusive, non-sublicenseable basis on the terms and conditions set forth herein. This Software License defines legal use of the Yahoo! Software, all updates, revisions, substitutions, and any copies of the Yahoo! Software made by or for you. All rights not expressly granted to you are reserved by Yahoo! or their respective owners.\n\nYOU MAY install and personally use the Yahoo! Software and any updates provided by Yahoo! (in its sole discretion) in object code form on a personal computer owned or controlled by you and may use the Yahoo! Software for your own noncommercial use or benefit. Your license to the Yahoo! Software under this Software License continues until it is terminated by either party. You may terminate the Software License by discontinuing use of all or any of the Yahoo! Software and by destroying all your copies of the applicable Yahoo! Software. To uninstall the Yahoo! Software, you may use the standard Microsoft Windows \u201cAdd\/Remove Programs\u201d menu in either the My Computer\/Control Panel option or the Settings\/Control Panel option. Once you access the Microsoft Windows Control Panel option, select \u201cAdd\/Remove Programs\u201d, and then the name of the Yahoo! Software. The Yahoo! Software will be uninstalled and will no longer be visible when you restart Internet Explorer. This Software License terminates automatically if you violate any term of this Software License, Yahoo! publicly posts a written notice of termination on Yahoo!'s web site, or Yahoo! sends a written notice of termination to you.\n\nYOU MAY NOT:\n\n(i) decompile, reverse engineer, disassemble, modify, rent, lease, loan, distribute, or create derivative works (as defined by the U.S. Copyright Act) or improvements (as defined by U.S. patent law) from the Yahoo! Software or any portion thereof.\n\n(ii) incorporate the Yahoo! Software into any computer chip or the firmware of a computing device manufactured by or for you.\n\n(iii) use the Yahoo! Software in any unlawful manner, for any unlawful purpose, or in any manner inconsistent with TOS or this Software License.\n\n(iv) you may not use the Yahoo! Software to operate nuclear facilities, life support, or other mission critical application where human life or property may be at stake. You understand that the Yahoo! Software is not designed for such purposes and that its failure in such cases could lead to death, personal injury, or severe property or environmental damage for which Yahoo! is not responsible.\n\n(v) use, or export the Yahoo! Software in violation of applicable U.S. laws or regulations.\n\n(vi) sell, lease, loan, distribute, transfer, or sublicense the Yahoo! Software or access thereto or derive income from the use or provision of the Yahoo! Software, whether for direct commercial or monetary gain or otherwise, without Yahoo!'s prior, express, written permission.\n\nOwnership and Relationship of Parties; Support.\n\nThe Yahoo! Software is protected by copyrights, trademarks, service marks, international treaties, and\/or other proprietary rights and laws of the U.S. and other countries. You agree to abide by all applicable proprietary rights laws and other laws, as well as any additional copyright notices or restrictions contained in this Software License and in the TOS. Yahoo! and Yahoo!'s Licensors own all rights, title, and interest in and to their applicable contributions to the Yahoo! Software. This Software License grants you no right, title, or interest in any intellectual property owned or licensed by Yahoo!, including (but not limited to) the Yahoo! Software and Yahoo! trademarks, and creates no relationship between yourself and Yahoo!'s Licensors, or between you and Yahoo! other than that of Yahoo! to licensee.\n\nThe Yahoo! Software and its components contain software licensed from Yahoo! Licensors (\"Licensor Software\"). The Licensor Software enables the Yahoo! Software to perform certain functions, including, without limitation, access proprietary data on third -party data servers. You agree that you will use the Yahoo! Software, and any data accessed through the Yahoo! Software, for your own personal non-commercial use only. You agree not to assign, copy, transfer, or transmit the Yahoo! Software, or any data obtained through the Yahoo! Software, to any third party. Your license to use the Yahoo! Software, its components, and any third -party data, will terminate if you violate these restrictions. If your license terminates, you agree to cease any and all use of the Yahoo! Software, its components, and any third -party data. All rights in any third -party data, any third -party software, and any third -party data servers, including all ownership rights are reserved and remain with the respective third parties. You agree that these third parties may enforce their rights under this Agreement against you directly in their own name.\n\nYahoo! may elect to provide you with customer support and\/or software upgrades, enhancements, or modifications for the Yahoo! Software (collectively, \"Support\"), in its sole discretion, and may terminate such Support at any time without notice to you. Yahoo! may change, suspend, or discontinue any aspect of the Yahoo! Software at any time, including the availability of any Yahoo! Software feature, database, or content. Yahoo! may also impose limits on certain features and services or restrict your access to parts or all of the Yahoo! Software or the Yahoo! web site without notice or liability. Additionally, in order to enhance the security of the Yahoo! Software or to fix bugs, from time to time, Yahoo! may automatically download and install updates to the Yahoo! Software with or without prior notification.\n\nYahoo! Search Protection Auto-Updater.\n\nIf you installed Yahoo! Search Protection, from time to time, Yahoo! may automatically download and install the latest version of Yahoo! Search Protection without prior notification. Visit the Privacy Module to turn off or change your settings for this feature and find out more.\n\nFees and Payments.\n\nAlso Yahoo! reserves the right to charge fees for future use of or access to the Yahoo! Software or the Yahoo! services and web sites (collectively, \"Yahoo! Software Services\") in Yahoo!'s sole discretion. If Yahoo! decides to charge for the Yahoo! Software Services, such charges will be disclosed to you prior.\n\nDisclaimer of Warranties by Yahoo!.\n\nUSE OF THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THROUGH THE YAHOO! SOFTWARE (SUCH AS STOCK QUOTES, MARKET INFORMATION, NEWS, OR OTHER INFORMATION) IS AT YOUR SOLE RISK. THEY ARE PROVIDED \"AS IS.\"\n\nANY MATERIAL OR SERVICE DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE YAHOO! SOFTWARE (SUCH AS ANY ANTI-SPYWARE FEATURE) IS DONE AT YOUR OWN DISCRETION AND RISK, AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD AND\/OR USE OF ANY SUCH MATERIAL OR SERVICE.\n\nYAHOO!, ITS OFFICERS, DIRECTORS, EMPLOYEES, CONTRACTORS, AGENTS, AFFILIATES, AND ASSIGNS (COLLECTIVELY, \"YAHOO! ENTITIES\") AND YAHOO! LICENSORS DO NOT REPRESENT THAT THE YAHOO! SOFTWARE OR ANY DATA ACCESSED THEREFROM IS APPROPRIATE OR AVAILABLE FOR USE OUTSIDE THE UNITED STATES.\n\nTHE YAHOO! ENTITIES AND YAHOO! LICENSORS EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, RELATING TO THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THEREFROM, OR THE ACCURACY, TIMELINESS, COMPLETENESS, OR ADEQUACY OF THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THEREFROM, INCLUDING THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\nTHE YAHOO! SOFTWARE IS NOT DESIGNED, INTENDED OR LICENSED FOR USE IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE CONTROLS, INCLUDING WITHOUT LIMITATION, THE DESIGN, CONSTRUCTION, MAINTENANCE OR OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, AND LIFE SUPPORT OR WEAPONS SYSTEMS. YAHOO! SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR SUCH PURPOSES.\n\nIF THE YAHOO! SOFTWARE OR ANY DATA ACCESSED THEREFROM PROVES DEFECTIVE, YOU (AND NOT THE YAHOO! ENTITIES OR THE YAHOO! LICENSORS) ASSUME THE ENTIRE COST OF ALL REPAIR OR INJURY OF ANY KIND, EVEN IF THE YAHOO! ENTITIES OR YAHOO! LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH A DEFECT OR DAMAGES. SOME JURISDICTIONS DO NOT ALLOW RESTRICTIONS ON IMPLIED WARRANTIES SO SOME OF THESE LIMITATIONS MAY NOT APPLY TO YOU.\n\nLimitation of Liability.\n\nTHE YAHOO! ENTITIES AND YAHOO! LICENSORS WILL NOT BE LIABLE TO YOU FOR CLAIMS AND LIABILITIES OF ANY KIND ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OF THE YAHOO! SOFTWARE BY YOURSELF OR BY THIRD PARTIES, TO THE USE OR NON-USE OF ANY BROKERAGE FIRM OR DEALER, OR TO THE SALE OR PURCHASE OF ANY SECURITY, WHETHER SUCH CLAIMS AND LIABILITIES ARE BASED ON ANY LEGAL OR EQUITABLE THEORY.\n\nTHE YAHOO! ENTITIES AND YAHOO! LICENSORS ARE NOT LIABLE TO YOU FOR ANY AND ALL DIRECT, INCIDENTAL, SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATED TO ANY THIRD -PARTY SOFTWARE, ANY DATA ACCESSED THROUGH THE YAHOO! SOFTWARE, YOUR USE OR INABILITY TO USE OR ACCESS THE YAHOO!\n\nSOFTWARE, OR ANY DATA PROVIDED THROUGH THE YAHOO! SOFTWARE, WHETHER SUCH DAMAGE CLAIMS ARE BROUGHT UNDER ANY THEORY OF LAW OR EQUITY. DAMAGES EXCLUDED BY THIS CLAUSE INCLUDE, WITHOUT LIMITATION, THOSE FOR LOSS OF BUSINESS PROFITS, INJURY TO PERSON OR PROPERTY, BUSINESS INTERRUPTION, LOSS OF BUSINESS OR PERSONAL INFORMATION. SOME JURISDICTIONS DO NOT ALLOW LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THIS RESTRICTION MAY NOT APPLY TO YOU.\n\nINFORMATION PROVIDED THROUGH THE YAHOO! SOFTWARE, INCLUDING STOCK QUOTES, ANALYSIS, MARKET INFORMATION, NEWS, AND FINANCIAL DATA, MAY BE DELAYED, INACCURATE, OR CONTAIN ERRORS OR OMISSIONS, AND THE YAHOO! ENTITIES AND YAHOO! LICENSORS WILL HAVE NO LIABILITY WITH RESPECT THERETO. YAHOO! MAY CHANGE OR DISCONTINUE ANY ASPECT OR FEATURE OF THE YAHOO! SOFTWARE OR THE USE OF ALL OR ANY FEATURES OR TECHNOLOGY IN THE YAHOO! SOFTWARE AT ANY TIME WITHOUT PRIOR NOTICE TO YOU, INCLUDING, BUT NOT LIMITED TO, CONTENT, HOURS OF AVAILABILITY.\n\nIndemnification.\n\nYou agree to indemnify and hold the Yahoo! Entities harmless from any claim or demand, including reasonable attorneys' fees, made by any third party in connection with or arising out of your use of the Yahoo! Software, your violation of any terms or conditions of this Software License, your violation of applicable laws, or your violation of any rights of another person or entity.\n\nGovernment End Users.\n\nIf the Yahoo! Software and related documentation are supplied to or purchased by or on behalf of the United States Government, then the Yahoo! Software is deemed to be \"commercial software\" as that term is used in the Federal Acquisition Regulation system. Rights of the United States shall not exceed the minimum rights set forth in FAR 52.227- 19 for \"restricted computer software.\" All other terms and conditions of this Software License apply.\n\nControlling Law.\n\nThis Software License and the relationship between you and Yahoo! is governed by the laws of the State of California without regard to its conflict of law provisions. You and Yahoo! agree to submit to the personal and exclusive jurisdiction of the courts located within the county of Santa Clara, California. The United Nations Convention on the International Sale of Goods does not apply to this Software License.\n\nNo General Waiver; Severability.\n\nThe failure of Yahoo! to exercise or enforce any right or provision of this Software License shall not constitute a waiver of such right or provision. If any provision of this Software License is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of this Software License remain in full force and effect.\n\nComplete Agreement.\n\nThis Software License and the TOS constitute the entire understanding between the parties respecting use of the Yahoo! Software, superseding all prior agreements between you and Yahoo!. In the event of any conflict between the terms and conditions of this Software License and those in the TOS, the terms and conditions of this Software License will control, except to the extent that the TOS impose additional restrictions and liabilities on your actions. In the event of a conflict between the terms of this Software License and the TOS, this Software License will control to the extent of such conflict.\n\nSurviving Provisions.\n\nSections 1.b, 2, and 4 through 12, will survive any termination of this Agreement.\n\nVersion date: February 4, 2009", + "rf_text": "Software License\n\nWelcome to Yahoo! software (the \"Yahoo! Software\"). By clicking the \"I Agree\" button below, you agree to these software license terms (the \"Software License\") that supplement the Yahoo! Terms of Service (\"TOS\") below, also located at http:\/\/info.yahoo.com\/legal\/us\/yahoo\/utos\/utos-173.html. If you disagree with any of the terms below, Yahoo! does not grant you a license to use the Yahoo! Software; click the \"I Disagree\" or \"Cancel\" button to exit the installer.\n\nInformation collected through Yahoo! Software by Yahoo! is subject to the full Yahoo! Privacy Policy: http:\/\/info.yahoo.com\/privacy\/us\/yahoo\/. To find out more about setting your preferences and the information collected by the Yahoo! Software and used by Yahoo!, go to: http:\/\/info.yahoo.com\/privacy\/us\/yahoo\/toolbar\/details.html.\n\nYahoo! reserves the right to update and change, from time to time, this Software License and all documents incorporated by reference. You can always find the most recent version of this Software License at http:\/\/info.yahoo.com\/legal\/us\/yahoo\/toolbar\/tbeula\/tbeula-282.html. Yahoo! may change this Software License by posting a new version without notice to you. Use of the Yahoo! Software after such change constitutes acceptance of such changes.\n\nLicensed Uses and Restrictions.\n\nBy accepting the terms of this Agreement, you represent to Yahoo! Inc. and its affiliates (collectively, \"Yahoo!\") that you are at least 18 years old. The Yahoo! Software applications, documentation, and local computer files installed or utilized by the installer application (collectively, the \"Yahoo! Software\") are owned by Yahoo!, or Yahoo!'s licensors and content and data providers (\"Yahoo! Licensors\"), and are licensed to you on a worldwide (except as limited below), non-exclusive, non-sublicenseable basis on the terms and conditions set forth herein. This Software License defines legal use of the Yahoo! Software, all updates, revisions, substitutions, and any copies of the Yahoo! Software made by or for you. All rights not expressly granted to you are reserved by Yahoo! or their respective owners.\n\nYOU MAY install and personally use the Yahoo! Software and any updates provided by Yahoo! (in its sole discretion) in object code form on a personal computer owned or controlled by you and may use the Yahoo! Software for your own noncommercial use or benefit. Your license to the Yahoo! Software under this Software License continues until it is terminated by either party. You may terminate the Software License by discontinuing use of all or any of the Yahoo! Software and by destroying all your copies of the applicable Yahoo! Software. To uninstall the Yahoo! Software, you may use the standard Microsoft Windows \"Add\/Remove Programs\" menu in either the My Computer\/Control Panel option or the Settings\/Control Panel option. Once you access the Microsoft Windows Control Panel option, select \"Add\/Remove Programs\", and then the name of the Yahoo! Software. The Yahoo! Software will be uninstalled and will no longer be visible when you restart Internet Explorer. This Software License terminates automatically if you violate any term of this Software License, Yahoo! publicly posts a written notice of termination on Yahoo!'s web site, or Yahoo! sends a written notice of termination to you.\n\nYOU MAY NOT:\n\n(i) decompile, reverse engineer, disassemble, modify, rent, lease, loan, distribute, or create derivative works (as defined by the U.S. Copyright Act) or improvements (as defined by U.S. patent law) from the Yahoo! Software or any portion thereof.\n\n(ii) incorporate the Yahoo! Software into any computer chip or the firmware of a computing device manufactured by or for you.\n\n(iii) use the Yahoo! Software in any unlawful manner, for any unlawful purpose, or in any manner inconsistent with TOS or this Software License.\n\n(iv) you may not use the Yahoo! Software to operate nuclear facilities, life support, or other mission critical application where human life or property may be at stake. You understand that the Yahoo! Software is not designed for such purposes and that its failure in such cases could lead to death, personal injury, or severe property or environmental damage for which Yahoo! is not responsible.\n\n(v) use, or export the Yahoo! Software in violation of applicable U.S. laws or regulations.\n\n(vi) sell, lease, loan, distribute, transfer, or sublicense the Yahoo! Software or access thereto or derive income from the use or provision of the Yahoo! Software, whether for direct commercial or monetary gain or otherwise, without Yahoo!'s prior, express, written permission.\n\nOwnership and Relationship of Parties; Support.\n\nThe Yahoo! Software is protected by copyrights, trademarks, service marks, international treaties, and\/or other proprietary rights and laws of the U.S. and other countries. You agree to abide by all applicable proprietary rights laws and other laws, as well as any additional copyright notices or restrictions contained in this Software License and in the TOS. Yahoo! and Yahoo!'s Licensors own all rights, title, and interest in and to their applicable contributions to the Yahoo! Software. This Software License grants you no right, title, or interest in any intellectual property owned or licensed by Yahoo!, including (but not limited to) the Yahoo! Software and Yahoo! trademarks, and creates no relationship between yourself and Yahoo!'s Licensors, or between you and Yahoo! other than that of Yahoo! to licensee.\n\nThe Yahoo! Software and its components contain software licensed from Yahoo! Licensors (\"Licensor Software\"). The Licensor Software enables the Yahoo! Software to perform certain functions, including, without limitation, access proprietary data on third -party data servers. You agree that you will use the Yahoo! Software, and any data accessed through the Yahoo! Software, for your own personal non-commercial use only. You agree not to assign, copy, transfer, or transmit the Yahoo! Software, or any data obtained through the Yahoo! Software, to any third party. Your license to use the Yahoo! Software, its components, and any third -party data, will terminate if you violate these restrictions. If your license terminates, you agree to cease any and all use of the Yahoo! Software, its components, and any third -party data. All rights in any third -party data, any third -party software, and any third -party data servers, including all ownership rights are reserved and remain with the respective third parties. You agree that these third parties may enforce their rights under this Agreement against you directly in their own name.\n\nYahoo! may elect to provide you with customer support and\/or software upgrades, enhancements, or modifications for the Yahoo! Software (collectively, \"Support\"), in its sole discretion, and may terminate such Support at any time without notice to you. Yahoo! may change, suspend, or discontinue any aspect of the Yahoo! Software at any time, including the availability of any Yahoo! Software feature, database, or content. Yahoo! may also impose limits on certain features and services or restrict your access to parts or all of the Yahoo! Software or the Yahoo! web site without notice or liability. Additionally, in order to enhance the security of the Yahoo! Software or to fix bugs, from time to time, Yahoo! may automatically download and install updates to the Yahoo! Software with or without prior notification.\n\nYahoo! Search Protection Auto-Updater.\n\nIf you installed Yahoo! Search Protection, from time to time, Yahoo! may automatically download and install the latest version of Yahoo! Search Protection without prior notification. Visit the Privacy Module to turn off or change your settings for this feature and find out more.\n\nFees and Payments.\n\nAlso Yahoo! reserves the right to charge fees for future use of or access to the Yahoo! Software or the Yahoo! services and web sites (collectively, \"Yahoo! Software Services\") in Yahoo!'s sole discretion. If Yahoo! decides to charge for the Yahoo! Software Services, such charges will be disclosed to you prior.\n\nDisclaimer of Warranties by Yahoo!.\n\nUSE OF THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THROUGH THE YAHOO! SOFTWARE (SUCH AS STOCK QUOTES, MARKET INFORMATION, NEWS, OR OTHER INFORMATION) IS AT YOUR SOLE RISK. THEY ARE PROVIDED \"AS IS.\"\n\nANY MATERIAL OR SERVICE DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE YAHOO! SOFTWARE (SUCH AS ANY ANTI-SPYWARE FEATURE) IS DONE AT YOUR OWN DISCRETION AND RISK, AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD AND\/OR USE OF ANY SUCH MATERIAL OR SERVICE.\n\nYAHOO!, ITS OFFICERS, DIRECTORS, EMPLOYEES, CONTRACTORS, AGENTS, AFFILIATES, AND ASSIGNS (COLLECTIVELY, \"YAHOO! ENTITIES\") AND YAHOO! LICENSORS DO NOT REPRESENT THAT THE YAHOO! SOFTWARE OR ANY DATA ACCESSED THEREFROM IS APPROPRIATE OR AVAILABLE FOR USE OUTSIDE THE UNITED STATES.\n\nTHE YAHOO! ENTITIES AND YAHOO! LICENSORS EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, RELATING TO THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THEREFROM, OR THE ACCURACY, TIMELINESS, COMPLETENESS, OR ADEQUACY OF THE YAHOO! SOFTWARE AND ANY DATA ACCESSED THEREFROM, INCLUDING THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n\nTHE YAHOO! SOFTWARE IS NOT DESIGNED, INTENDED OR LICENSED FOR USE IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE CONTROLS, INCLUDING WITHOUT LIMITATION, THE DESIGN, CONSTRUCTION, MAINTENANCE OR OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, AND LIFE SUPPORT OR WEAPONS SYSTEMS. YAHOO! SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR SUCH PURPOSES.\n\nIF THE YAHOO! SOFTWARE OR ANY DATA ACCESSED THEREFROM PROVES DEFECTIVE, YOU (AND NOT THE YAHOO! ENTITIES OR THE YAHOO! LICENSORS) ASSUME THE ENTIRE COST OF ALL REPAIR OR INJURY OF ANY KIND, EVEN IF THE YAHOO! ENTITIES OR YAHOO! LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH A DEFECT OR DAMAGES. SOME JURISDICTIONS DO NOT ALLOW RESTRICTIONS ON IMPLIED WARRANTIES SO SOME OF THESE LIMITATIONS MAY NOT APPLY TO YOU.\n\nLimitation of Liability.\n\nTHE YAHOO! ENTITIES AND YAHOO! LICENSORS WILL NOT BE LIABLE TO YOU FOR CLAIMS AND LIABILITIES OF ANY KIND ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OF THE YAHOO! SOFTWARE BY YOURSELF OR BY THIRD PARTIES, TO THE USE OR NON-USE OF ANY BROKERAGE FIRM OR DEALER, OR TO THE SALE OR PURCHASE OF ANY SECURITY, WHETHER SUCH CLAIMS AND LIABILITIES ARE BASED ON ANY LEGAL OR EQUITABLE THEORY.\n\nTHE YAHOO! ENTITIES AND YAHOO! LICENSORS ARE NOT LIABLE TO YOU FOR ANY AND ALL DIRECT, INCIDENTAL, SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATED TO ANY THIRD -PARTY SOFTWARE, ANY DATA ACCESSED THROUGH THE YAHOO! SOFTWARE, YOUR USE OR INABILITY TO USE OR ACCESS THE YAHOO!\n\nSOFTWARE, OR ANY DATA PROVIDED THROUGH THE YAHOO! SOFTWARE, WHETHER SUCH DAMAGE CLAIMS ARE BROUGHT UNDER ANY THEORY OF LAW OR EQUITY. DAMAGES EXCLUDED BY THIS CLAUSE INCLUDE, WITHOUT LIMITATION, THOSE FOR LOSS OF BUSINESS PROFITS, INJURY TO PERSON OR PROPERTY, BUSINESS INTERRUPTION, LOSS OF BUSINESS OR PERSONAL INFORMATION. SOME JURISDICTIONS DO NOT ALLOW LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THIS RESTRICTION MAY NOT APPLY TO YOU.\n\nINFORMATION PROVIDED THROUGH THE YAHOO! SOFTWARE, INCLUDING STOCK QUOTES, ANALYSIS, MARKET INFORMATION, NEWS, AND FINANCIAL DATA, MAY BE DELAYED, INACCURATE, OR CONTAIN ERRORS OR OMISSIONS, AND THE YAHOO! ENTITIES AND YAHOO! LICENSORS WILL HAVE NO LIABILITY WITH RESPECT THERETO. YAHOO! MAY CHANGE OR DISCONTINUE ANY ASPECT OR FEATURE OF THE YAHOO! SOFTWARE OR THE USE OF ALL OR ANY FEATURES OR TECHNOLOGY IN THE YAHOO! SOFTWARE AT ANY TIME WITHOUT PRIOR NOTICE TO YOU, INCLUDING, BUT NOT LIMITED TO, CONTENT, HOURS OF AVAILABILITY.\n\nIndemnification.\n\nYou agree to indemnify and hold the Yahoo! Entities harmless from any claim or demand, including reasonable attorneys' fees, made by any third party in connection with or arising out of your use of the Yahoo! Software, your violation of any terms or conditions of this Software License, your violation of applicable laws, or your violation of any rights of another person or entity.\n\nGovernment End Users.\n\nIf the Yahoo! Software and related documentation are supplied to or purchased by or on behalf of the United States Government, then the Yahoo! Software is deemed to be \"commercial software\" as that term is used in the Federal Acquisition Regulation system. Rights of the United States shall not exceed the minimum rights set forth in FAR 52.227- 19 for \"restricted computer software.\" All other terms and conditions of this Software License apply.\n\nControlling Law.\n\nThis Software License and the relationship between you and Yahoo! is governed by the laws of the State of California without regard to its conflict of law provisions. You and Yahoo! agree to submit to the personal and exclusive jurisdiction of the courts located within the county of Santa Clara, California. The United Nations Convention on the International Sale of Goods does not apply to this Software License.\n\nNo General Waiver; Severability.\n\nThe failure of Yahoo! to exercise or enforce any right or provision of this Software License shall not constitute a waiver of such right or provision. If any provision of this Software License is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of this Software License remain in full force and effect.\n\nComplete Agreement.\n\nThis Software License and the TOS constitute the entire understanding between the parties respecting use of the Yahoo! Software, superseding all prior agreements between you and Yahoo!. In the event of any conflict between the terms and conditions of this Software License and those in the TOS, the terms and conditions of this Software License will control, except to the extent that the TOS impose additional restrictions and liabilities on your actions. In the event of a conflict between the terms of this Software License and the TOS, this Software License will control to the extent of such conflict.\n\nSurviving Provisions.\n\nSections 1.b, 2, and 4 through 12, will survive any termination of this Agreement.\n\nVersion date: February 4, 2009", "rf_url": "http:\/\/info.yahoo.com\/legal\/us\/yahoo\/toolbar\/tbeula\/tbeula-282.html", "rf_add_date": null, "rf_copyleft": null, @@ -3785,7 +3785,7 @@ }, { "rf_shortname": "NPL-1.1", - "rf_text": "Netscape Public LIcense version 1.1\n\nAMENDMENTS\n\nThe Netscape Public License Version 1.1 (\"NPL\") consists of the Mozilla Public License Version 1.1 with the following Amendments, including Exhibit A-Netscape Public License.\u00a0 Files identified with \"Exhibit A-Netscape Public License\" are governed by the Netscape Public License Version 1.1.\n\nAdditional Terms applicable to the Netscape Public License.\n\n I. Effect.\n These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License.\n\n II. \"Netscape's Branded Code\" means Covered Code that Netscape distributes and\/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License.\n III. Netscape and logo.\n This License does not grant any rights to use the trademarks \"Netscape\", the \"Netscape N and horizon\" logo or the \"Netscape lighthouse\" logo, \"Netcenter\", \"Gecko\", \"Java\" or \"JavaScript\", \"Smart Browsing\" even if such marks are included in the Original Code or Modifications.\n IV. Inability to Comply Due to Contractual Obligation.\n\t Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered \"Modifications\" under this License.\n V. Use of Modifications and Covered Code by Initial Developer.\n V.1. In General.\n The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3.\n\n V.2. Other Products.\n\t\t Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.\n\n V.3. Alternative Licensing.\n\t\t Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such Netscape Branded Code becoming subject to the terms of this License, and may license such Netscape Branded Code on different terms from those contained in this License.\n\n VI. Litigation.\n Notwithstanding the limitations of Section 11 above, the provisions regarding litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License.\n\n\t EXHIBIT A-Netscape Public License.\n\t\u00a0\n\"The contents of this file are subject to the Netscape Public License Version 1.1 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/www.mozilla.org\/NPL\/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is Mozilla Communicator client code, released March 31, 1998.\n\nThe Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved.\nContributor(s): ______________________________________.\n\t\u00a0\nAlternatively, the contents of this file may be used under the terms of the _____ license (the\u00a0 \"[___] License\"), in which case the provisions of [______] License are applicable\u00a0 instead of those above.\u00a0 If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting\u00a0 the provisions above and replace\u00a0 them with the notice and other provisions required by the [___] License.\u00a0 If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License.\"\n\n\nMozilla Public License Version 1.1\n\n1. Definitions.\n\n 1.0.1. \"Commercial Use\" means distribution or otherwise making the Covered Code available to a third party.\n\n 1.1. \"Contributor\" means each entity that creates or contributes to the creation of Modifications.\n\n 1.2. \"Contributor Version\" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.\n\n 1.3. \"Covered Code\" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n\n 1.4. \"Electronic Distribution Mechanism\" means a mechanism generally accepted in the software development community for the electronic transfer of data.\n\n 1.5. \"Executable\" means Covered Code in any form other than Source Code.\n\n 1.6. \"Initial Developer\" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.\n\n 1.7. \"Larger Work\" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n 1.8. \"License\" means this document.\n\n 1.8.1. \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.9. \"Modifications\" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\nAny addition to or deletion from the contents of a file containing Original Code or previous Modifications.\nAny new file that contains any part of the Original Code or previous Modifications.\n\n 1.10. \"Original Code\" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.\n\n 1.10.1. \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n 1.11. \"Source Code\" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.\n\n 1.12. \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, \"You\" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control\" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. Source Code License.\n\n 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n\n a. under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and\/or as part of a Larger Work; and\n b. under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code (or portions thereof).\n c. the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.\n d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.\n\n 2.2. Contributor Grant. Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license\n\n a. under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and\/or as part of a Larger Work; and\n b. under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date Contributor first makes Commercial Use of the Covered Code.\n d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.\n\n 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.\n\n 3.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.\n\n 3.4. Intellectual Property Matters\n\n (a) Third Party Claims\n If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled \"LEGAL\" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.\n\n (b) Contributor APIs\n If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.\n\n (c) Representations.\n Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and\/or Contributor has sufficient rights to grant the rights conveyed by this License.\n\n 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n\n 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\n\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Application of this License.\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.\n\n6. Versions of the License.\n\n 6.1. New Versions\n Netscape Communications Corporation (\"Netscape\") may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 6.2. Effect of New Versions\n Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.\n\n 6.3. Derivative Works\n If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases \"Mozilla\", \"MOZILLAPL\", \"MOZPL\", \"Netscape\", \"MPL\", \"NPL\" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY\nCOVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. Termination\n\n 8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n 8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as \"Participant\") alleging that:\n\n a. such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and\/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.\n b. any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.\n\n 8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.\n\n 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.\n\n9. LIMITATION OF LIABILITY\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. government end users\nThe Covered Code is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and \"commercial computer software documentation,\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.\n\n11. Miscellaneous\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n12. Responsibility for claims\nAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n\n13. Multiple-licensed code\nInitial Developer may designate portions of the Covered Code as \"Multiple-Licensed\". \"Multiple-Licensed\" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the MPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.\n\nExhibit A - Mozilla Public License.\n\n\"The contents of this file are subject to the Mozilla Public License Version 1.1 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/www.mozilla.org\/MPL\/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is ______________________________________.\n\nThe Initial Developer of the Original Code is ________________________.\nPortions created by ______________________ are Copyright (C) ______\n_______________________. All Rights Reserved.\n\nContributor(s): ______________________________________.\n\nAlternatively, the contents of this file may be used under the terms of the _____ license (the \"[___] License\"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License.\"\n\nNOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.\n", + "rf_text": "Netscape Public LIcense version 1.1\n\nAMENDMENTS\n\nThe Netscape Public License Version 1.1 (\"NPL\") consists of the Mozilla Public License Version 1.1 with the following Amendments, including Exhibit A-Netscape Public License. Files identified with \"Exhibit A-Netscape Public License\" are governed by the Netscape Public License Version 1.1.\n\nAdditional Terms applicable to the Netscape Public License.\n\n I. Effect.\n These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License.\n\n II. \"Netscape's Branded Code\" means Covered Code that Netscape distributes and\/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License.\n III. Netscape and logo.\n This License does not grant any rights to use the trademarks \"Netscape\", the \"Netscape N and horizon\" logo or the \"Netscape lighthouse\" logo, \"Netcenter\", \"Gecko\", \"Java\" or \"JavaScript\", \"Smart Browsing\" even if such marks are included in the Original Code or Modifications.\n IV. Inability to Comply Due to Contractual Obligation.\n\t Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered \"Modifications\" under this License.\n V. Use of Modifications and Covered Code by Initial Developer.\n V.1. In General.\n The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3.\n\n V.2. Other Products.\n\t\t Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License.\n\n V.3. Alternative Licensing.\n\t\t Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such Netscape Branded Code becoming subject to the terms of this License, and may license such Netscape Branded Code on different terms from those contained in this License.\n\n VI. Litigation.\n Notwithstanding the limitations of Section 11 above, the provisions regarding litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License.\n\n\t EXHIBIT A-Netscape Public License.\n\t \n\"The contents of this file are subject to the Netscape Public License Version 1.1 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/www.mozilla.org\/NPL\/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is Mozilla Communicator client code, released March 31, 1998.\n\nThe Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved.\nContributor(s): ______________________________________.\n\t \nAlternatively, the contents of this file may be used under the terms of the _____ license (the \"[___] License\"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License.\"\n\n\nMozilla Public License Version 1.1\n\n1. Definitions.\n\n 1.0.1. \"Commercial Use\" means distribution or otherwise making the Covered Code available to a third party.\n\n 1.1. \"Contributor\" means each entity that creates or contributes to the creation of Modifications.\n\n 1.2. \"Contributor Version\" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.\n\n 1.3. \"Covered Code\" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.\n\n 1.4. \"Electronic Distribution Mechanism\" means a mechanism generally accepted in the software development community for the electronic transfer of data.\n\n 1.5. \"Executable\" means Covered Code in any form other than Source Code.\n\n 1.6. \"Initial Developer\" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.\n\n 1.7. \"Larger Work\" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.\n\n 1.8. \"License\" means this document.\n\n 1.8.1. \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n 1.9. \"Modifications\" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:\nAny addition to or deletion from the contents of a file containing Original Code or previous Modifications.\nAny new file that contains any part of the Original Code or previous Modifications.\n\n 1.10. \"Original Code\" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.\n\n 1.10.1. \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n 1.11. \"Source Code\" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.\n\n 1.12. \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, \"You\" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control\" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. Source Code License.\n\n 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:\n\n a. under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and\/or as part of a Larger Work; and\n b. under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Code (or portions thereof).\n c. the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License.\n d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices.\n\n 2.2. Contributor Grant. Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license\n\n a. under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and\/or as part of a Larger Work; and\n b. under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date Contributor first makes Commercial Use of the Covered Code.\n d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.\n\n 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.\n\n 3.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.\n\n 3.4. Intellectual Property Matters\n\n (a) Third Party Claims\n If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled \"LEGAL\" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.\n\n (b) Contributor APIs\n If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file.\n\n (c) Representations.\n Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and\/or Contributor has sufficient rights to grant the rights conveyed by this License.\n\n 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n\n 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\n\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Application of this License.\nThis License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code.\n\n6. Versions of the License.\n\n 6.1. New Versions\n Netscape Communications Corporation (\"Netscape\") may publish revised and\/or new versions of the License from time to time. Each version will be given a distinguishing version number.\n\n 6.2. Effect of New Versions\n Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.\n\n 6.3. Derivative Works\n If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases \"Mozilla\", \"MOZILLAPL\", \"MOZPL\", \"Netscape\", \"MPL\", \"NPL\" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY\nCOVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. Termination\n\n 8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n 8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as \"Participant\") alleging that:\n\n a. such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and\/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above.\n b. any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant.\n\n 8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.\n\n 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination.\n\n9. LIMITATION OF LIABILITY\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. government end users\nThe Covered Code is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and \"commercial computer software documentation,\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.\n\n11. Miscellaneous\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.\n\n12. Responsibility for claims\nAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n\n13. Multiple-licensed code\nInitial Developer may designate portions of the Covered Code as \"Multiple-Licensed\". \"Multiple-Licensed\" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the MPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.\n\nExhibit A - Mozilla Public License.\n\n\"The contents of this file are subject to the Mozilla Public License Version 1.1 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/www.mozilla.org\/MPL\/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.\n\nThe Original Code is ______________________________________.\n\nThe Initial Developer of the Original Code is ________________________.\nPortions created by ______________________ are Copyright (C) ______\n_______________________. All Rights Reserved.\n\nContributor(s): ______________________________________.\n\nAlternatively, the contents of this file may be used under the terms of the _____ license (the \"[___] License\"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License.\"\n\nNOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.\n", "rf_url": "http:\/\/www.mozilla.org\/MPL\/NPL\/1.1\/", "rf_add_date": null, "rf_copyleft": null, @@ -3983,7 +3983,7 @@ }, { "rf_shortname": "MetroLink-1.0", - "rf_text": "METRO LINK PUBLIC LICENSE \nMOTIF GRAPHICAL USER INTERFACE SOFTWARE\nVersion 1.00\n \n \nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS METRO LINK PUBLIC LICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n1. DEFINITIONS\n\"Contribution\" means:\n \nin the case of METRO LINK, INCORPORATED (\"METRO LINK\"), the Metro Link Program, and\n \nin the case of each Contributor,\n \nchanges to the Program, and\nadditions to the Program;\n \nwhere such changes and\/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.\n \n\"Contributor\" means The Open Group, METRO LINK and any other entity that distributes the Program.\n \n\"Licensed Patents\" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.\n \n\"Open Source\" programs mean software for the source code is available without confidential or trade secret restrictions and for which the source code and object code are available for distribution without license charges.\n \n\"Metro Link Program\" means the original version of the software accompanying this Agreement as released by METRO LINK, including source code, object code and documentation, if any.\n \n\"Program\" means the Metro Link Program and Contributions.\n \n\"Recipient\" means anyone who receives the Program under this Agreement, including all Contributors.\n \n2. GRANT OF RIGHTS\n \nThe rights granted under this license are limited solely to distribution and sublicensing of the Contribution(s) on, with or for operating systems which are themselves Open Source programs.\n \nSubject to the terms of this Agreement, The Open Group Public License Agreement attached hereto (\u201cThe Open Group Agreement\u201d) and the limitations of this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.\n \nSubject to the terms of this Agreement, The Open Group Agreement and this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.\n \n \nRecipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.\n \nEach Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.\n \n \n3. REQUIREMENTS\nA Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:\nit complies with the terms and conditions of this Agreement and The Open Group Agreement; and\n \nits license agreement:\n \n \neffectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;\neffectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;\nstates that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and\nstates that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.\n \nWhen the Program is made available in source code form:\nit must be made available under this Agreement and the Open Group Agreement; and\n \na copy of this Agreement must be included with each copy of the Program.\n \n \nEach Contributor must include the following in a conspicuous location in the Program:\nCopyright (C) May, 2000 The Open Group, Metro Link, Incorporated and others. All Rights Reserved\n \nIn addition, each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.\n4. COMMERCIAL DISTRIBUTION\nCommercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (\"Commercial Contributor\") hereby agrees to defend and indemnify every other Contributor (\"Indemnified Contributor\") against any losses, damages and costs (collectively \"Losses\") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must:\n \na) promptly notify the Commercial Contributor in writing of such claim, and\n \nb) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations.\n \nThe Indemnified Contributor may participate in any such claim at its own expense.\nFor example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.\n5. NO WARRANTY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM 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. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n6. DISCLAIMER OF LIABILITY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR 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.\n7. GENERAL\nIf any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\n \nIf Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.\n \nAll Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.\n \nMETRO LINK may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than METRO LINK has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.\n \nThis Agreement is governed by the laws of the State of Florida and the intellectual property laws of the United States of America.\n \nNo party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.", + "rf_text": "METRO LINK PUBLIC LICENSE \nMOTIF GRAPHICAL USER INTERFACE SOFTWARE\nVersion 1.00\n \n \nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS METRO LINK PUBLIC LICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n1. DEFINITIONS\n\"Contribution\" means:\n \nin the case of METRO LINK, INCORPORATED (\"METRO LINK\"), the Metro Link Program, and\n \nin the case of each Contributor,\n \nchanges to the Program, and\nadditions to the Program;\n \nwhere such changes and\/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.\n \n\"Contributor\" means The Open Group, METRO LINK and any other entity that distributes the Program.\n \n\"Licensed Patents\" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.\n \n\"Open Source\" programs mean software for the source code is available without confidential or trade secret restrictions and for which the source code and object code are available for distribution without license charges.\n \n\"Metro Link Program\" means the original version of the software accompanying this Agreement as released by METRO LINK, including source code, object code and documentation, if any.\n \n\"Program\" means the Metro Link Program and Contributions.\n \n\"Recipient\" means anyone who receives the Program under this Agreement, including all Contributors.\n \n2. GRANT OF RIGHTS\n \nThe rights granted under this license are limited solely to distribution and sublicensing of the Contribution(s) on, with or for operating systems which are themselves Open Source programs.\n \nSubject to the terms of this Agreement, The Open Group Public License Agreement attached hereto (\"The Open Group Agreement\") and the limitations of this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.\n \nSubject to the terms of this Agreement, The Open Group Agreement and this Section 2, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.\n \n \nRecipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.\n \nEach Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.\n \n \n3. REQUIREMENTS\nA Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:\nit complies with the terms and conditions of this Agreement and The Open Group Agreement; and\n \nits license agreement:\n \n \neffectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;\neffectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;\nstates that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and\nstates that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.\n \nWhen the Program is made available in source code form:\nit must be made available under this Agreement and the Open Group Agreement; and\n \na copy of this Agreement must be included with each copy of the Program.\n \n \nEach Contributor must include the following in a conspicuous location in the Program:\nCopyright (C) May, 2000 The Open Group, Metro Link, Incorporated and others. All Rights Reserved\n \nIn addition, each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.\n4. COMMERCIAL DISTRIBUTION\nCommercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (\"Commercial Contributor\") hereby agrees to defend and indemnify every other Contributor (\"Indemnified Contributor\") against any losses, damages and costs (collectively \"Losses\") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must:\n \na) promptly notify the Commercial Contributor in writing of such claim, and\n \nb) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations.\n \nThe Indemnified Contributor may participate in any such claim at its own expense.\nFor example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.\n5. NO WARRANTY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM 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. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n6. DISCLAIMER OF LIABILITY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR 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.\n7. GENERAL\nIf any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\n \nIf Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.\n \nAll Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.\n \nMETRO LINK may publish new versions (including revisions) of this Agreement from time to time. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. No one other than METRO LINK has the right to modify this Agreement. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.\n \nThis Agreement is governed by the laws of the State of Florida and the intellectual property laws of the United States of America.\n \nNo party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.", "rf_url": "http:\/\/www.opengroup.org\/openmotif\/supporters\/metrolink\/license.html", "rf_add_date": null, "rf_copyleft": null, @@ -4203,7 +4203,7 @@ }, { "rf_shortname": "FAL-1.3", - "rf_text": "Free Art License 1.3\n\n\n[ Copyleft Attitude ]\n\nFree Art License 1.3 (FAL 1.3)\n\nPreamble\n\nThe Free Art License grants the right to freely copy, distribute, and transform creative works without infringing the author's rights.\n\nThe Free Art License recognizes and protects these rights. Their implementation has been reformulated in order to allow everyone to use creations of the human mind in a creative manner, regardless of their types and ways of expression.\n\nWhile the public's access to creations of the human mind usually is restricted by the implementation of copyright law, it is favoured by the Free Art License. This license intends to allow the use of a work\u2019s resources; to establish new conditions for creating in order to increase creation opportunities. The Free Art License grants the right to use a work, and acknowledges the right holder\u2019s and the user\u2019s rights and responsibility.\n\nThe invention and development of digital technologies, Internet and Free Software have changed creation methods: creations of the human mind can obviously be distributed, exchanged, and transformed. They allow to produce common works to which everyone can contribute to the benefit of all.\n\nThe main rationale for this Free Art License is to promote and protect these creations of the human mind according to the principles of copyleft: freedom to use, copy, distribute, transform, and prohibition of exclusive appropriation.\n\nDefinitions\n\n\u201cwork\u201d either means the initial work, the subsequent works or the common work as defined hereafter:\n\n\u201ccommon work\u201d means a work composed of the initial work and all subsequent contributions to it (originals and copies). The initial author is the one who, by choosing this license, defines the conditions under which contributions are made.\n\n\u201cInitial work\u201d means the work created by the initiator of the common work (as defined above), the copies of which can be modified by whoever wants to\n\n\u201cSubsequent works\u201d means the contributions made by authors who participate in the evolution of the common work by exercising the rights to reproduce, distribute, and modify that are granted by the license.\n\n\u201cOriginals\u201d (sources or resources of the work) means all copies of either the initial work or any subsequent work mentioning a date and used by their author(s) as references for any subsequent updates, interpretations, copies or reproductions.\n\n\u201cCopy\u201d means any reproduction of an original as defined by this license.\n\n1. OBJECT \nThe aim of this license is to define the conditions under which one can use this work freely.\n\n2. SCOPE \nThis work is subject to copyright law. Through this license its author specifies the extent to which you can copy, distribute, and modify it.\n\n2.1 FREEDOM TO COPY (OR TO MAKE REPRODUCTIONS) \nYou have the right to copy this work for yourself, your friends or any other person, whatever the technique used.\n\n2.2 FREEDOM TO DISTRIBUTE, TO PERFORM IN PUBLIC \nYou have the right to distribute copies of this work; whether modified or not, whatever the medium and the place, with or without any charge, provided that you:\nattach this license without any modification to the copies of this work or indicate precisely where the license can be found,\nspecify to the recipient the names of the author(s) of the originals, including yours if you have modified the work,\nspecify to the recipient where to access the originals (either initial or subsequent).\nThe authors of the originals may, if they wish to, give you the right to distribute the originals under the same conditions as the copies.\n\n2.3 FREEDOM TO MODIFY \nYou have the right to modify copies of the originals (whether initial or subsequent) provided you comply with the following conditions:\nall conditions in article 2.2 above, if you distribute modified copies;\nindicate that the work has been modified and, if it is possible, what kind of modifications have been made;\ndistribute the subsequent work under the same license or any compatible license.\nThe author(s) of the original work may give you the right to modify it under the same conditions as the copies.\n\n3. RELATED RIGHTS \nActivities giving rise to author\u2019s rights and related rights shall not challenge the rights granted by this license.\nFor example, this is the reason why performances must be subject to the same license or a compatible license. Similarly, integrating the work in a database, a compilation or an anthology shall not prevent anyone from using the work under the same conditions as those defined in this license.\n\n4. INCORPORATION OF THE WORK \nIncorporating this work into a larger work that is not subject to the Free Art License shall not challenge the rights granted by this license.\nIf the work can no longer be accessed apart from the larger work in which it is incorporated, then incorporation shall only be allowed under the condition that the larger work is subject either to the Free Art License or a compatible license.\n\n5. COMPATIBILITY \nA license is compatible with the Free Art License provided:\nit gives the right to copy, distribute, and modify copies of the work including for commercial purposes and without any other restrictions than those required by the respect of the other compatibility criteria;\nit ensures proper attribution of the work to its authors and access to previous versions of the work when possible;\nit recognizes the Free Art License as compatible (reciprocity);\nit requires that changes made to the work be subject to the same license or to a license which also meets these compatibility criteria.\n\n6. YOUR INTELLECTUAL RIGHTS \nThis license does not aim at denying your author's rights in your contribution or any related right. By choosing to contribute to the development of this common work, you only agree to grant others the same rights with regard to your contribution as those you were granted by this license. Conferring these rights does not mean you have to give up your intellectual rights.\n\n7. YOUR RESPONSIBILITIES \nThe freedom to use the work as defined by the Free Art License (right to copy, distribute, modify) implies that everyone is responsible for their own actions.\n\n8. DURATION OF THE LICENSE \nThis license takes effect as of your acceptance of its terms. The act of copying, distributing, or modifying the work constitutes a tacit agreement. This license will remain in effect for as long as the copyright which is attached to the work. If you do not respect the terms of this license, you automatically lose the rights that it confers.\nIf the legal status or legislation to which you are subject makes it impossible for you to respect the terms of this license, you may not make use of the rights which it confers.\n\n9. VARIOUS VERSIONS OF THE LICENSE \nThis license may undergo periodic modifications to incorporate improvements by its authors (instigators of the \u201cCopyleft Attitude\u201d movement) by way of new, numbered versions.\nYou will always have the choice of accepting the terms contained in the version under which the copy of the work was distributed to you, or alternatively, to use the provisions of one of the subsequent versions.\n\n10. SUB-LICENSING \nSub-licenses are not authorized by this license. Any person wishing to make use of the rights that it confers will be directly bound to the authors of the common work.\n\n11. LEGAL FRAMEWORK\nThis license is written with respect to both French law and the Berne Convention for the Protection of Literary and Artistic Works.\n\nUSER GUIDE\n\n- How to use the Free Art License? \nTo benefit from the Free Art License, you only need to mention the following elements on your work:\n[Name of the author, title, date of the work. When applicable, names of authors of the common work and, if possible, where to find the originals].\nCopyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License http:\/\/artlibre.org\/licence\/lal\/en\/\n\n- Why to use the Free Art License? \n1.To give the greatest number of people access to your work.\n2.To allow it to be distributed freely.\n3.To allow it to evolve by allowing its copy, distribution, and transformation by others.\n4.So that you benefit from the resources of a work when it is under the Free Art License: to be able to copy, distribute or transform it freely.\n5.But also, because the Free Art License offers a legal framework to disallow any misappropriation. It is forbidden to take hold of your work and bypass the creative process for one's exclusive possession.\n\n- When to use the Free Art License? \nAny time you want to benefit and make others benefit from the right to copy, distribute and transform creative works without any exclusive appropriation, you should use the Free Art License. You can for example use it for scientific, artistic or educational projects.\n\n- What kinds of works can be subject to the Free Art License? \nThe Free Art License can be applied to digital as well as physical works.\nYou can choose to apply the Free Art License on any text, picture, sound, gesture, or whatever sort of stuff on which you have sufficient author's rights.\n\n- Historical background of this license: \nIt is the result of observing, using and creating digital technologies, free software, the Internet and art. It arose from the \u201cCopyleft Attitude\u201d meetings which took place in Paris in 2000. For the first time, these meetings brought together members of the Free Software community, artists, and members of the art world. The goal was to adapt the principles of Copyleft and free software to all sorts of creations. http:\/\/www.artlibre.org\n\nCopyleft Attitude, 2007.\nYou can make reproductions and distribute this license verbatim (without any changes).\n\nTranslation : Jonathan Clarke, Benjamin Jean, Griselda Jung, Fanny Mourguet, Antoine Pitrou.\nThanks to framalang.org", + "rf_text": "Free Art License 1.3\n\n\n[ Copyleft Attitude ]\n\nFree Art License 1.3 (FAL 1.3)\n\nPreamble\n\nThe Free Art License grants the right to freely copy, distribute, and transform creative works without infringing the author's rights.\n\nThe Free Art License recognizes and protects these rights. Their implementation has been reformulated in order to allow everyone to use creations of the human mind in a creative manner, regardless of their types and ways of expression.\n\nWhile the public's access to creations of the human mind usually is restricted by the implementation of copyright law, it is favoured by the Free Art License. This license intends to allow the use of a work's resources; to establish new conditions for creating in order to increase creation opportunities. The Free Art License grants the right to use a work, and acknowledges the right holder's and the user's rights and responsibility.\n\nThe invention and development of digital technologies, Internet and Free Software have changed creation methods: creations of the human mind can obviously be distributed, exchanged, and transformed. They allow to produce common works to which everyone can contribute to the benefit of all.\n\nThe main rationale for this Free Art License is to promote and protect these creations of the human mind according to the principles of copyleft: freedom to use, copy, distribute, transform, and prohibition of exclusive appropriation.\n\nDefinitions\n\n\"work\" either means the initial work, the subsequent works or the common work as defined hereafter:\n\n\"common work\" means a work composed of the initial work and all subsequent contributions to it (originals and copies). The initial author is the one who, by choosing this license, defines the conditions under which contributions are made.\n\n\"Initial work\" means the work created by the initiator of the common work (as defined above), the copies of which can be modified by whoever wants to\n\n\"Subsequent works\" means the contributions made by authors who participate in the evolution of the common work by exercising the rights to reproduce, distribute, and modify that are granted by the license.\n\n\"Originals\" (sources or resources of the work) means all copies of either the initial work or any subsequent work mentioning a date and used by their author(s) as references for any subsequent updates, interpretations, copies or reproductions.\n\n\"Copy\" means any reproduction of an original as defined by this license.\n\n1. OBJECT \nThe aim of this license is to define the conditions under which one can use this work freely.\n\n2. SCOPE \nThis work is subject to copyright law. Through this license its author specifies the extent to which you can copy, distribute, and modify it.\n\n2.1 FREEDOM TO COPY (OR TO MAKE REPRODUCTIONS) \nYou have the right to copy this work for yourself, your friends or any other person, whatever the technique used.\n\n2.2 FREEDOM TO DISTRIBUTE, TO PERFORM IN PUBLIC \nYou have the right to distribute copies of this work; whether modified or not, whatever the medium and the place, with or without any charge, provided that you:\nattach this license without any modification to the copies of this work or indicate precisely where the license can be found,\nspecify to the recipient the names of the author(s) of the originals, including yours if you have modified the work,\nspecify to the recipient where to access the originals (either initial or subsequent).\nThe authors of the originals may, if they wish to, give you the right to distribute the originals under the same conditions as the copies.\n\n2.3 FREEDOM TO MODIFY \nYou have the right to modify copies of the originals (whether initial or subsequent) provided you comply with the following conditions:\nall conditions in article 2.2 above, if you distribute modified copies;\nindicate that the work has been modified and, if it is possible, what kind of modifications have been made;\ndistribute the subsequent work under the same license or any compatible license.\nThe author(s) of the original work may give you the right to modify it under the same conditions as the copies.\n\n3. RELATED RIGHTS \nActivities giving rise to author's rights and related rights shall not challenge the rights granted by this license.\nFor example, this is the reason why performances must be subject to the same license or a compatible license. Similarly, integrating the work in a database, a compilation or an anthology shall not prevent anyone from using the work under the same conditions as those defined in this license.\n\n4. INCORPORATION OF THE WORK \nIncorporating this work into a larger work that is not subject to the Free Art License shall not challenge the rights granted by this license.\nIf the work can no longer be accessed apart from the larger work in which it is incorporated, then incorporation shall only be allowed under the condition that the larger work is subject either to the Free Art License or a compatible license.\n\n5. COMPATIBILITY \nA license is compatible with the Free Art License provided:\nit gives the right to copy, distribute, and modify copies of the work including for commercial purposes and without any other restrictions than those required by the respect of the other compatibility criteria;\nit ensures proper attribution of the work to its authors and access to previous versions of the work when possible;\nit recognizes the Free Art License as compatible (reciprocity);\nit requires that changes made to the work be subject to the same license or to a license which also meets these compatibility criteria.\n\n6. YOUR INTELLECTUAL RIGHTS \nThis license does not aim at denying your author's rights in your contribution or any related right. By choosing to contribute to the development of this common work, you only agree to grant others the same rights with regard to your contribution as those you were granted by this license. Conferring these rights does not mean you have to give up your intellectual rights.\n\n7. YOUR RESPONSIBILITIES \nThe freedom to use the work as defined by the Free Art License (right to copy, distribute, modify) implies that everyone is responsible for their own actions.\n\n8. DURATION OF THE LICENSE \nThis license takes effect as of your acceptance of its terms. The act of copying, distributing, or modifying the work constitutes a tacit agreement. This license will remain in effect for as long as the copyright which is attached to the work. If you do not respect the terms of this license, you automatically lose the rights that it confers.\nIf the legal status or legislation to which you are subject makes it impossible for you to respect the terms of this license, you may not make use of the rights which it confers.\n\n9. VARIOUS VERSIONS OF THE LICENSE \nThis license may undergo periodic modifications to incorporate improvements by its authors (instigators of the \"Copyleft Attitude\" movement) by way of new, numbered versions.\nYou will always have the choice of accepting the terms contained in the version under which the copy of the work was distributed to you, or alternatively, to use the provisions of one of the subsequent versions.\n\n10. SUB-LICENSING \nSub-licenses are not authorized by this license. Any person wishing to make use of the rights that it confers will be directly bound to the authors of the common work.\n\n11. LEGAL FRAMEWORK\nThis license is written with respect to both French law and the Berne Convention for the Protection of Literary and Artistic Works.\n\nUSER GUIDE\n\n- How to use the Free Art License? \nTo benefit from the Free Art License, you only need to mention the following elements on your work:\n[Name of the author, title, date of the work. When applicable, names of authors of the common work and, if possible, where to find the originals].\nCopyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License http:\/\/artlibre.org\/licence\/lal\/en\/\n\n- Why to use the Free Art License? \n1.To give the greatest number of people access to your work.\n2.To allow it to be distributed freely.\n3.To allow it to evolve by allowing its copy, distribution, and transformation by others.\n4.So that you benefit from the resources of a work when it is under the Free Art License: to be able to copy, distribute or transform it freely.\n5.But also, because the Free Art License offers a legal framework to disallow any misappropriation. It is forbidden to take hold of your work and bypass the creative process for one's exclusive possession.\n\n- When to use the Free Art License? \nAny time you want to benefit and make others benefit from the right to copy, distribute and transform creative works without any exclusive appropriation, you should use the Free Art License. You can for example use it for scientific, artistic or educational projects.\n\n- What kinds of works can be subject to the Free Art License? \nThe Free Art License can be applied to digital as well as physical works.\nYou can choose to apply the Free Art License on any text, picture, sound, gesture, or whatever sort of stuff on which you have sufficient author's rights.\n\n- Historical background of this license: \nIt is the result of observing, using and creating digital technologies, free software, the Internet and art. It arose from the \"Copyleft Attitude\" meetings which took place in Paris in 2000. For the first time, these meetings brought together members of the Free Software community, artists, and members of the art world. The goal was to adapt the principles of Copyleft and free software to all sorts of creations. http:\/\/www.artlibre.org\n\nCopyleft Attitude, 2007.\nYou can make reproductions and distribute this license verbatim (without any changes).\n\nTranslation : Jonathan Clarke, Benjamin Jean, Griselda Jung, Fanny Mourguet, Antoine Pitrou.\nThanks to framalang.org", "rf_url": "http:\/\/artlibre.org\/licence\/lal\/en", "rf_add_date": null, "rf_copyleft": null, @@ -4335,8 +4335,8 @@ }, { "rf_shortname": "GPL-1.0", - "rf_text": "GNU GENERAL PUBLIC LICENSE\nVersion 1, February 1989\n\nCopyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\nEveryone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.\n\nPreamble\n\nThe license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too.\n\nWhen we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.\n\nTo protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.\n\nFor example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights.\n\nWe protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and\/or modify the software.\n\nAlso, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.\n\nThe precise terms and conditions for copying, distribution and modification follow.\n\nGNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The \"Program\", below, refers to any such program or work, and a \"work based on the Program\" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as \"you\".\n\n1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy.\n\n2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following:\n\n a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and\n\n b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option).\n\n c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License.\n\n d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.\n\nMere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms.\n\n3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following:\n\n a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or,\n\n b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or,\n\n c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.)\n\nSource code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system.\n\n4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance.\n\n5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions.\n\n6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein.\n\n7. The Free Software Foundation may publish revised and\/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and \"any later version\", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation.\n\n8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n\n9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND\/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND\/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\nEND OF TERMS AND CONDITIONS\n\nAppendix: How to Apply These Terms to Your New Programs\n\nIf you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.\n\nTo do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the \"copyright\" line and a pointer to where the full notice is found.\n\n Copyright (C) 19yy \n\n This program is free software; you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program is interactive, make it output a short notice like this when it starts in an interactive mode:\n\n Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.\n\nYou should also get your employer (if you work as a programmer) or your school, if any, to sign a \"copyright disclaimer\" for the program, if necessary. Here a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker.\n\n , 1 April 1989 Ty Coon, President of Vice\n\nThat's all there is to it!\n", - "rf_url": "https:\/\/www.gnu.org\/licenses\/old-licenses\/gpl-1.0-standalone.html", + "rf_text": " GNU GENERAL PUBLIC LICENSE\n Version 1, February 1989\n\n Copyright (C) 1989 Free Software Foundation, Inc.\n 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The license agreements of most software companies try to keep users\nat the mercy of those companies. By contrast, our General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. The\nGeneral Public License applies to the Free Software Foundation's\nsoftware and to any other program whose authors commit to using it.\nYou can use it for your programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Specifically, the General Public License is designed to make\nsure that you have the freedom to give away or sell copies of free\nsoftware, that you receive source code or can get it if you want it,\nthat you can change the software or use pieces of it in new free\nprograms; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n For example, if you distribute copies of a such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must tell them their rights.\n\n We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and\/or modify the software.\n\n Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n GNU GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any program or other work which\ncontains a notice placed by the copyright holder saying it may be\ndistributed under the terms of this General Public License. The\n\"Program\", below, refers to any such program or work, and a \"work based\non the Program\" means either the Program or any work containing the\nProgram or a portion of it, either verbatim or with modifications. Each\nlicensee is addressed as \"you\".\n\n 1. You may copy and distribute verbatim copies of the Program's source\ncode as you receive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice and\ndisclaimer of warranty; keep intact all the notices that refer to this\nGeneral Public License and to the absence of any warranty; and give any\nother recipients of the Program a copy of this General Public License\nalong with the Program. You may charge a fee for the physical act of\ntransferring a copy.\n\n 2. You may modify your copy or copies of the Program or any portion of\nit, and copy and distribute such modifications under the terms of Paragraph\n1 above, provided that you also do the following:\n\n a) cause the modified files to carry prominent notices stating that\n you changed the files and the date of any change; and\n\n b) cause the whole of any work that you distribute or publish, that\n in whole or in part contains the Program or any part thereof, either\n with or without modifications, to be licensed at no charge to all\n third parties under the terms of this General Public License (except\n that you may choose to grant warranty protection to some or all\n third parties, at your option).\n\n c) If the modified program normally reads commands interactively when\n run, you must cause it, when started running for such interactive use\n in the simplest and most usual way, to print or display an\n announcement including an appropriate copyright notice and a notice\n that there is no warranty (or else, saying that you provide a\n warranty) and that users may redistribute the program under these\n conditions, and telling the user how to view a copy of this General\n Public License.\n\n d) You may charge a fee for the physical act of transferring a\n copy, and you may at your option offer warranty protection in\n exchange for a fee.\n\nMere aggregation of another independent work with the Program (or its\nderivative) on a volume of a storage or distribution medium does not bring\nthe other work under the scope of these terms.\n\n 3. You may copy and distribute the Program (or a portion or derivative of\nit, under Paragraph 2) in object code or executable form under the terms of\nParagraphs 1 and 2 above provided that you also do one of the following:\n\n a) accompany it with the complete corresponding machine-readable\n source code, which must be distributed under the terms of\n Paragraphs 1 and 2 above; or,\n\n b) accompany it with a written offer, valid for at least three\n years, to give any third party free (except for a nominal charge\n for the cost of distribution) a complete machine-readable copy of the\n corresponding source code, to be distributed under the terms of\n Paragraphs 1 and 2 above; or,\n\n c) accompany it with the information you received as to where the\n corresponding source code may be obtained. (This alternative is\n allowed only for noncommercial distribution and only if you\n received the program in object code or executable form alone.)\n\nSource code for a work means the preferred form of the work for making\nmodifications to it. For an executable file, complete source code means\nall the source code for all modules it contains; but, as a special\nexception, it need not include source code for modules which are standard\nlibraries that accompany the operating system on which the executable\nfile runs, or for standard header files or definitions files that\naccompany that operating system.\n\n 4. You may not copy, modify, sublicense, distribute or transfer the\nProgram except as expressly provided under this General Public License.\nAny attempt otherwise to copy, modify, sublicense, distribute or transfer\nthe Program is void, and will automatically terminate your rights to use\nthe Program under this License. However, parties who have received\ncopies, or rights to use copies, from you under this General Public\nLicense will not have their licenses terminated so long as such parties\nremain in full compliance.\n\n 5. By copying, distributing or modifying the Program (or any work based\non the Program) you indicate your acceptance of this license to do so,\nand all its terms and conditions.\n\n 6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the original\nlicensor to copy, distribute or modify the Program subject to these\nterms and conditions. You may not impose any further restrictions on the\nrecipients' exercise of the rights granted herein.\n\n 7. The Free Software Foundation may publish revised and\/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of the license which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthe license, you may choose any version ever published by the Free Software\nFoundation.\n\n 8. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n NO WARRANTY\n\n 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND\/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND\/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n Appendix: How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to humanity, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these\nterms.\n\n To do so, attach the following notices to the program. It is safest to\nattach them to the start of each source file to most effectively convey\nthe exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) 19yy \n\n This program is free software; you can redistribute it and\/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 1, or (at your option)\n any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA\n\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program is interactive, make it output a short notice like this\nwhen it starts in an interactive mode:\n\n Gnomovision version 69, Copyright (C) 19xx name of author\n Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the\nappropriate parts of the General Public License. Of course, the\ncommands you use may be called something other than `show w' and `show\nc'; they could even be mouse-clicks or menu items--whatever suits your\nprogram.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\nnecessary. Here a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n program `Gnomovision' (a program to direct compilers to make passes\n at assemblers) written by James Hacker.\n\n , 1 April 1989\n Ty Coon, President of Vice\n\nThat's all there is to it!", + "rf_url": "http:\/\/www.gnu.org\/licenses\/gpl-1.0.txt", "rf_add_date": null, "rf_copyleft": null, "rf_OSIapproved": null, @@ -4357,7 +4357,7 @@ }, { "rf_shortname": "GPL-3.0", - "rf_text": "GNU GENERAL PUBLIC LICENSE\nVersion 3, 29 June 2007\n\nCopyright \u00a9 2007 Free Software Foundation, Inc. \n\nEveryone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.\n\nPreamble\n\nThe GNU General Public License is a free, copyleft license for software and other kinds of works.\n\nThe licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.\n\nWhen we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.\n\nTo protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.\n\nFor example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.\n\nDevelopers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and\/or modify it.\n\nFor the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.\n\nSome devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.\n\nFinally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.\n\nThe precise terms and conditions for copying, distribution and modification follow.\n\nTERMS AND CONDITIONS\n\n0. Definitions.\n\n\u201cThis License\u201d refers to version 3 of the GNU General Public License.\n\n\u201cCopyright\u201d also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.\n\n\u201cThe Program\u201d refers to any copyrightable work licensed under this License. Each licensee is addressed as \u201cyou\u201d. \u201cLicensees\u201d and \u201crecipients\u201d may be individuals or organizations.\n\nTo \u201cmodify\u201d a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a \u201cmodified version\u201d of the earlier work or a work \u201cbased on\u201d the earlier work.\n\nA \u201ccovered work\u201d means either the unmodified Program or a work based on the Program.\n\nTo \u201cpropagate\u201d a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.\n\nTo \u201cconvey\u201d a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.\n\nAn interactive user interface displays \u201cAppropriate Legal Notices\u201d to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.\n\n1. Source Code.\nThe \u201csource code\u201d for a work means the preferred form of the work for making modifications to it. \u201cObject code\u201d means any non-source form of a work.\n\nA \u201cStandard Interface\u201d means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.\n\nThe \u201cSystem Libraries\u201d of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A \u201cMajor Component\u201d, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.\n\nThe \u201cCorresponding Source\u201d for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.\n\nThe Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.\n\nThe Corresponding Source for a work in source code form is that same work.\n\n2. Basic Permissions.\nAll rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.\n\nYou may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.\n\nConveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.\n\n3. Protecting Users' Legal Rights From Anti-Circumvention Law.\nNo covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.\n\nWhen you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.\n\n4. Conveying Verbatim Copies.\nYou may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.\n\nYou may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.\n\n5. Conveying Modified Source Versions.\nYou may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to \u201ckeep intact all notices\u201d.\n\n c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.\n\nA compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an \u201caggregate\u201d if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.\n\n6. Conveying Non-Source Forms.\nYou may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.\n\n d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.\n\nA separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.\n\nA \u201cUser Product\u201d is either (1) a \u201cconsumer product\u201d, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, \u201cnormally used\u201d refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.\n\n\u201cInstallation Information\u201d for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.\n\nIf you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).\n\nThe requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.\n\nCorresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.\n\n7. Additional Terms.\n\u201cAdditional permissions\u201d are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.\n\nWhen you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.\n\nNotwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.\n\nAll other non-permissive additional terms are considered \u201cfurther restrictions\u201d within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.\n\nIf you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.\n\nAdditional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.\n\n8. Termination.\nYou may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).\n\nHowever, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.\n\nMoreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.\n\nTermination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.\n\n9. Acceptance Not Required for Having Copies.\nYou are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.\n\n10. Automatic Licensing of Downstream Recipients.\nEach time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.\n\nAn \u201centity transaction\u201d is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.\n\nYou may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.\n\n11. Patents.\nA \u201ccontributor\u201d is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's \u201ccontributor version\u201d.\n\nA contributor's \u201cessential patent claims\u201d are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, \u201ccontrol\u201d includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.\n\nEach contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.\n\nIn the following three paragraphs, a \u201cpatent license\u201d is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To \u201cgrant\u201d such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.\n\nIf you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. \u201cKnowingly relying\u201d means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.\n\nIf, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.\n\nA patent license is \u201cdiscriminatory\u201d if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.\n\nNothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.\n\n12. No Surrender of Others' Freedom.\nIf conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.\n\n13. Use with the GNU Affero General Public License.\nNotwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.\n\n14. Revised Versions of this License.\nThe Free Software Foundation may publish revised and\/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License \u201cor any later version\u201d applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.\n\nIf the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.\n\nLater license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.\n\n15. Disclaimer of Warranty.\nTHERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND\/OR OTHER PARTIES PROVIDE THE PROGRAM \u201cAS IS\u201d WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n16. Limitation of Liability.\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND\/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n17. Interpretation of Sections 15 and 16.\nIf the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.\n\nEND OF TERMS AND CONDITIONS\n\nHow to Apply These Terms to Your New Programs\n\nIf you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.\n\nTo do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the \u201ccopyright\u201d line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This program is free software: you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\n This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License along with this program. If not, see .\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:\n\n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an \u201cabout box\u201d.\n\nYou should also get your employer (if you work as a programmer) or school, if any, to sign a \u201ccopyright disclaimer\u201d for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see .\n\nThe GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read .\n", + "rf_text": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and\/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and\/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND\/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND\/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n To do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This program is free software: you can redistribute it and\/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nAlso add information on how to contact you by electronic and paper mail.\n\n If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License. Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n.\n\n The GNU General Public License does not permit incorporating your program\ninto proprietary programs. If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library. If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License. But first, please read\n.", "rf_url": "https:\/\/www.gnu.org\/licenses\/gpl-3.0-standalone.html", "rf_add_date": null, "rf_copyleft": null, @@ -4555,7 +4555,7 @@ }, { "rf_shortname": "BSD-3-Clause", - "rf_text": "Copyright (c) . All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", + "rf_text": "Copyright (c) . All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\n 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "rf_url": "https:\/\/opensource.org\/licenses\/BSD-3-Clause", "rf_add_date": null, "rf_copyleft": null, @@ -4643,7 +4643,7 @@ }, { "rf_shortname": "BSD-4-Clause", - "rf_text": "Copyright (c) . All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\n3. All advertising materials mentioning features or use of this software must display the following acknowledgement:\nThis product includes software developed by the the organization.\n\n4. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", + "rf_text": "Copyright (c) . All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\n 3. All advertising materials mentioning features or use of this software must display the following acknowledgement:\n\n This product includes software developed by the organization .\n\n 4. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "rf_url": "http:\/\/directory.fsf.org\/wiki\/License:BSD_4Clause", "rf_add_date": null, "rf_copyleft": null, @@ -4995,7 +4995,7 @@ }, { "rf_shortname": "CDDL-1.1", - "rf_text": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)\nVersion 1.1\n\n1. Definitions.\n\n1.1. \u201cContributor\u201d means each individual or entity that creates or contributes to the creation of Modifications.\n\n1.2. \u201cContributor Version\u201d means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.\n\n1.3. \u201cCovered Software\u201d means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.\n\n1.4. \u201cExecutable\u201d means the Covered Software in any form other than Source Code.\n\n1.5. \u201cInitial Developer\u201d means the individual or entity that first makes Original Software available under this License.\n\n1.6. \u201cLarger Work\u201d means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.\n\n1.7. \u201cLicense\u201d means this document.\n\n1.8. \u201cLicensable\u201d means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n1.9. \u201cModifications\u201d means the Source Code and Executable form of any of the following:\n\n A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;\n\n B. Any new file that contains any part of the Original Software or previous Modification; or\n\n C. Any new file that is contributed or otherwise made available under the terms of this License.\n\n1.10. \u201cOriginal Software\u201d means the Source Code and Executable form of computer software code that is originally released under this License.\n\n1.11. \u201cPatent Claims\u201d means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n1.12. \u201cSource Code\u201d means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.\n\n1.13. \u201cYou\u201d (or \u201cYour\u201d) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \u201cYou\u201d includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \u201ccontrol\u201d means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. License Grants.\n\n2.1. The Initial Developer Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.\n\n2.2. Contributor Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n3.1. Availability of Source Code.\nAny Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.\n\n3.2. Modifications.\nThe Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and\/or You have sufficient rights to grant the rights conveyed by this License.\n\n3.3. Required Notices.\nYou must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.\n\n3.4. Application of Additional Terms.\nYou may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients' rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n3.5. Distribution of Executable Versions.\nYou may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient's rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n\n3.6. Larger Works.\nYou may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.\n\n4. Versions of the License.\n\n4.1. New Versions.\nOracle is the initial license steward and may publish revised and\/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.\n\n4.2. Effect of New Versions.\nYou may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.\n\n4.3. Modified Versions.\nWhen You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\nCOVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \u201cAS IS\u201d BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n6. TERMINATION.\n\n6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as \u201cParticipant\u201d) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.\n\n6.3. If You assert a patent infringement claim against Participant alleging that the Participant Software directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.\n\n6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\nThe Covered Software is a \u201ccommercial item,\u201d as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \u201ccommercial computer software\u201d (as that term is defined at 48 C.F.R. \u00a7 252.227-7014(a)(1)) and \u201ccommercial computer software documentation\u201d as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.\n\n9. MISCELLANEOUS.\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction's conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\nAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n\nNOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)\nThe code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California.\n", + "rf_text": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)\nVersion 1.1\n\n1. Definitions.\n\n1.1. \"Contributor\" means each individual or entity that creates or contributes to the creation of Modifications.\n\n1.2. \"Contributor Version\" means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.\n\n1.3. \"Covered Software\" means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.\n\n1.4. \"Executable\" means the Covered Software in any form other than Source Code.\n\n1.5. \"Initial Developer\" means the individual or entity that first makes Original Software available under this License.\n\n1.6. \"Larger Work\" means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.\n\n1.7. \"License\" means this document.\n\n1.8. \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.\n\n1.9. \"Modifications\" means the Source Code and Executable form of any of the following:\n\n A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;\n\n B. Any new file that contains any part of the Original Software or previous Modification; or\n\n C. Any new file that is contributed or otherwise made available under the terms of this License.\n\n1.10. \"Original Software\" means the Source Code and Executable form of computer software code that is originally released under this License.\n\n1.11. \"Patent Claims\" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.\n\n1.12. \"Source Code\" means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.\n\n1.13. \"You\" (or \"Your\") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, \"control\" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. License Grants.\n\n2.1. The Initial Developer Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and\/or otherwise dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.\n\n2.2. Contributor Grant.\nConditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:\n\n (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and\/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and\/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and\/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n3.1. Availability of Source Code.\nAny Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.\n\n3.2. Modifications.\nThe Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and\/or You have sufficient rights to grant the rights conveyed by this License.\n\n3.3. Required Notices.\nYou must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.\n\n3.4. Application of Additional Terms.\nYou may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients' rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.\n\n3.5. Distribution of Executable Versions.\nYou may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient's rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.\n\n3.6. Larger Works.\nYou may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.\n\n4. Versions of the License.\n\n4.1. New Versions.\nOracle is the initial license steward and may publish revised and\/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.\n\n4.2. Effect of New Versions.\nYou may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.\n\n4.3. Modified Versions.\nWhen You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\nCOVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n6. TERMINATION.\n\n6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.\n\n6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as \"Participant\") alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and\/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.\n\n6.3. If You assert a patent infringement claim against Participant alleging that the Participant Software directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.\n\n6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\nUNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\nThe Covered Software is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" (as that term is defined at 48 C.F.R. \u00a7 252.227-7014(a)(1)) and \"commercial computer software documentation\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.\n\n9. MISCELLANEOUS.\n\nThis License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction's conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\nAs between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.\n\nNOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)\nThe code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California.\n", "rf_url": "http:\/\/glassfish.java.net\/public\/CDDL+GPL_1_1.html", "rf_add_date": null, "rf_copyleft": null, @@ -5171,7 +5171,7 @@ }, { "rf_shortname": "EUPL-1.0", - "rf_text": "European Union Public Licence V.1.0\n\nEUPL (c) the European Community 2007\n\nThis European Union Public Licence (the \u201cEUPL\u201d) applies to the Work or Software (as defined below) which is provided under the terms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such use is covered by a right of the copyright holder of the Work).\n\nThe Original Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following notice immediately following the copyright notice for the Original Work:\n\n Licensed under the EUPL V.1.0\n\nor has expressed by any other mean his willingness to license under the EUPL.\n\n1. Definitions\n\nIn this Licence, the following terms have the following meaning:\n\n \u2212 The Licence: this Licence.\n\n \u2212 The Original Work or the Software: the software distributed and\/or communicated by the Licensor under this Licence, available as Source Code and also as Executable Code as the case may be.\n\n \u2212 Derivative Works: the works or software that could be created by the Licensee, based upon the Original Work or modifications thereof. This Licence does not define the extent of modification or dependence on the Original Work required in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in the country mentioned in Article 15.\n\n \u2212 The Work: the Original Work and\/or its Derivative Works.\n\n \u2212 The Source Code: the human-readable form of the Work which is the most convenient for people to study and modify.\n\n \u2212 The Executable Code: any code which has generally been compiled and which is meant to be interpreted by a computer as a program.\n\n \u2212 The Licensor: the natural or legal person that distributes and\/or communicates the Work under the Licence.\n\n \u2212 Contributor(s): any natural or legal person who modifies the Work under the Licence, or otherwise contributes to the creation of a Derivative Work.\n\n \u2212 The Licensee or \u201cYou\u201d: any natural or legal person who makes any usage of the Software under the terms of the Licence. \u2212 Distribution and\/or Communication: any act of selling, giving, lending, renting, distributing, communicating, transmitting, or otherwise making available, on-line or off-line, copies of the Work at the disposal of any other natural or legal person.\n\n2. Scope of the rights granted by the Licence\n\nThe Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sub-licensable licence to do the following, for the duration of copyright vested in the Original Work:\n\n \u2212 use the Work in any circumstance and for all usage,\n\n \u2212 reproduce the Work,\n\n \u2212 modify the Original Work, and make Derivative Works based upon the Work,\n\n \u2212 communicate to the public, including the right to make available or display the Work or copies thereof to the public and perform publicly, as the case may be, the Work,\n\n \u2212 distribute the Work or copies thereof,\n\n \u2212 lend and rent the Work or copies thereof,\n\n \u2212 sub-license rights in the Work or copies thereof.\n\nThose rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the applicable law permits so.\n\nIn the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed by law in order to make effective the licence of the economic rights here above listed.\n\nThe Licensor grants to the Licensee royalty-free, non exclusive usage rights to any patents held by the Licensor, to the extent necessary to make use of the rights granted on the Work under this Licence.\n\n3. Communication of the Source Code\n\nThe Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as Executable Code, the Licensor provides in addition a machinereadable copy of the Source Code of the Work along with each copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to the Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to distribute and\/or communicate the Work.\n\n4. Limitations on copyright\n\nNothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the exclusive rights of the rights owners in the Original Work or Software, of the exhaustion of those rights or of other applicable limitations thereto.\n\n5. Obligations of the Licensee\n\nThe grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those obligations are the following:\n\nAttribution right: the Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to the Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the Licence with every copy of the Work he\/she distributes and\/or communicates. The Licensee must cause any Derivative Work to carry prominent notices stating that the Work has been modified and the date of modification.\n\nCopyleft clause: If the Licensee distributes and\/or communicates copies of the Original Works or Derivative Works based upon the Original Work, this Distribution and\/or Communication will be done under the terms of this Licence. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the Work or Derivative Work that alter or restrict the terms of the Licence.\n\nCompatibility clause: If the Licensee Distributes and\/or Communicates Derivative Works or copies thereof based upon both the Original Work and another work licensed under a Compatible Licence, this Distribution and\/or Communication can be done under the terms of this Compatible Licence. For the sake of this clause, \u201cCompatible Licence\u201d refers to the licences listed in the appendix attached to this Licence. Should the Licensee\u2019s obligations under the Compatible Licence conflict with his\/her obligations under this Licence, the obligations of the Compatible Licence shall prevail.\n\nProvision of Source Code: When distributing and\/or communicating copies of the Work, the Licensee will provide a machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available for as long as the Licensee continues to distribute and\/or communicate the Work.\n\nLegal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the copyright notice.\n\n6. Chain of Authorship\n\nThe original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him\/her or licensed to him\/her and that he\/she has the power and authority to grant the Licence.\n\nEach Contributor warrants that the copyright in the modifications he\/she brings to the Work are owned by him\/her or licensed to him\/her and that he\/she has the power and authority to grant the Licence.\n\nEach time You, as a Licensee, receive the Work, the original Licensor and subsequent Contributors grant You a licence to their contributions to the Work, under the terms of this Licence.\n\n7. Disclaimer of Warranty\n\nThe Work is a work in progress, which is continuously improved by numerous contributors. It is not a finished work and may therefore contain defects or \u201cbugs\u201d inherent to this type of software development.\n\nFor the above reason, the Work is provided under the Licence on an \u201cas is\u201d basis and without warranties of any kind concerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or errors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this Licence.\n\nThis disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work.\n\n8. Disclaimer of Liability\n\nExcept in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the Work, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss of data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However, the Licensor will be liable under statutory product liability laws as far such laws apply to the Work.\n\n9. Additional agreements\n\nWhile distributing the Original Work or Derivative Works, You may choose to conclude an additional agreement to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and\/or services consistent with this Licence. However, in accepting such obligations, You may act only on your own behalf and on your sole responsibility, not on behalf of the original Licensor or any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against such Contributor by the fact You have accepted any such warranty or additional liability.\n\n10. Acceptance of the Licence\n\nThe provisions of this Licence can be accepted by clicking on an icon \u201cI agree\u201d placed under the bottom of a window displaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of applicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms and conditions.\n\nSimilarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You by Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution and\/or Communication by You of the Work or copies thereof.\n\n11. Information to the public\n\nIn case of any Distribution and\/or Communication of the Work by means of electronic communication by You (for example, by offering to download the Work from a remote location) the distribution channel or media (for example, a website) must at least provide to the public the information requested by the applicable law regarding the identification and address of the Licensor, the Licence and the way it may be accessible, concluded, stored and reproduced by the Licensee.\n\n12. Termination of the Licence\n\nThe Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms of the Licence.\n\nSuch a termination will not terminate the licences of any person who has received the Work from the Licensee under the Licence, provided such persons remain in full compliance with the Licence.\n\n13. Miscellaneous\n\nWithout prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the Work licensed hereunder.\n\nIf any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or enforceability of the Licence as a whole. Such provision will be construed and\/or reformed so as necessary to make it valid and enforceable.\n\nThe European Commission may put into force translations and\/or binding new versions of this Licence, so far this is required and reasonable. New versions of the Licence will be published with a unique version number. The new version of the Licence becomes binding for You as soon as You become aware of its publication.\n\n14. Jurisdiction\n\nAny litigation resulting from the interpretation of this License, arising between the European Commission, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice of the European Communities, as laid down in article 238 of the Treaty establishing the European Community.\n\nAny litigation arising between Parties, other than the European Commission, and resulting from the interpretation of this License, will be subject to the exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business.\n\n15. Applicable Law\n\nThis Licence shall be governed by the law of the European Union country where the Licensor resides or has his registered office.\n\nThis licence shall be governed by the Belgian law if:\n\n \u2212 a litigation arises between the European Commission, as a Licensor, and any Licensee;\n\n \u2212 the Licensor, other than the European Commission, has no residence or registered office inside a European Union country.\n\n\nAppendix\n\n\u201cCompatible Licences\u201d according to article 5 EUPL are:\n\n\u2212 General Public License (GPL) v. 2\n\u2212 Open Software License (OSL) v. 2.1, v. 3.0\n\u2212 Common Public License v. 1.0\n\u2212 Eclipse Public License v. 1.0\n\u2212 Cecill v. 2.0\n", + "rf_text": "European Union Public Licence V.1.0\n\nEUPL (c) the European Community 2007\n\nThis European Union Public Licence (the \"EUPL\") applies to the Work or Software (as defined below) which is provided under the terms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such use is covered by a right of the copyright holder of the Work).\n\nThe Original Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following notice immediately following the copyright notice for the Original Work:\n\n Licensed under the EUPL V.1.0\n\nor has expressed by any other mean his willingness to license under the EUPL.\n\n1. Definitions\n\nIn this Licence, the following terms have the following meaning:\n\n \u2212 The Licence: this Licence.\n\n \u2212 The Original Work or the Software: the software distributed and\/or communicated by the Licensor under this Licence, available as Source Code and also as Executable Code as the case may be.\n\n \u2212 Derivative Works: the works or software that could be created by the Licensee, based upon the Original Work or modifications thereof. This Licence does not define the extent of modification or dependence on the Original Work required in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in the country mentioned in Article 15.\n\n \u2212 The Work: the Original Work and\/or its Derivative Works.\n\n \u2212 The Source Code: the human-readable form of the Work which is the most convenient for people to study and modify.\n\n \u2212 The Executable Code: any code which has generally been compiled and which is meant to be interpreted by a computer as a program.\n\n \u2212 The Licensor: the natural or legal person that distributes and\/or communicates the Work under the Licence.\n\n \u2212 Contributor(s): any natural or legal person who modifies the Work under the Licence, or otherwise contributes to the creation of a Derivative Work.\n\n \u2212 The Licensee or \"You\": any natural or legal person who makes any usage of the Software under the terms of the Licence. \u2212 Distribution and\/or Communication: any act of selling, giving, lending, renting, distributing, communicating, transmitting, or otherwise making available, on-line or off-line, copies of the Work at the disposal of any other natural or legal person.\n\n2. Scope of the rights granted by the Licence\n\nThe Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sub-licensable licence to do the following, for the duration of copyright vested in the Original Work:\n\n \u2212 use the Work in any circumstance and for all usage,\n\n \u2212 reproduce the Work,\n\n \u2212 modify the Original Work, and make Derivative Works based upon the Work,\n\n \u2212 communicate to the public, including the right to make available or display the Work or copies thereof to the public and perform publicly, as the case may be, the Work,\n\n \u2212 distribute the Work or copies thereof,\n\n \u2212 lend and rent the Work or copies thereof,\n\n \u2212 sub-license rights in the Work or copies thereof.\n\nThose rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the applicable law permits so.\n\nIn the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed by law in order to make effective the licence of the economic rights here above listed.\n\nThe Licensor grants to the Licensee royalty-free, non exclusive usage rights to any patents held by the Licensor, to the extent necessary to make use of the rights granted on the Work under this Licence.\n\n3. Communication of the Source Code\n\nThe Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as Executable Code, the Licensor provides in addition a machinereadable copy of the Source Code of the Work along with each copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to the Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to distribute and\/or communicate the Work.\n\n4. Limitations on copyright\n\nNothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the exclusive rights of the rights owners in the Original Work or Software, of the exhaustion of those rights or of other applicable limitations thereto.\n\n5. Obligations of the Licensee\n\nThe grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those obligations are the following:\n\nAttribution right: the Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to the Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the Licence with every copy of the Work he\/she distributes and\/or communicates. The Licensee must cause any Derivative Work to carry prominent notices stating that the Work has been modified and the date of modification.\n\nCopyleft clause: If the Licensee distributes and\/or communicates copies of the Original Works or Derivative Works based upon the Original Work, this Distribution and\/or Communication will be done under the terms of this Licence. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the Work or Derivative Work that alter or restrict the terms of the Licence.\n\nCompatibility clause: If the Licensee Distributes and\/or Communicates Derivative Works or copies thereof based upon both the Original Work and another work licensed under a Compatible Licence, this Distribution and\/or Communication can be done under the terms of this Compatible Licence. For the sake of this clause, \"Compatible Licence\" refers to the licences listed in the appendix attached to this Licence. Should the Licensee's obligations under the Compatible Licence conflict with his\/her obligations under this Licence, the obligations of the Compatible Licence shall prevail.\n\nProvision of Source Code: When distributing and\/or communicating copies of the Work, the Licensee will provide a machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available for as long as the Licensee continues to distribute and\/or communicate the Work.\n\nLegal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the copyright notice.\n\n6. Chain of Authorship\n\nThe original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him\/her or licensed to him\/her and that he\/she has the power and authority to grant the Licence.\n\nEach Contributor warrants that the copyright in the modifications he\/she brings to the Work are owned by him\/her or licensed to him\/her and that he\/she has the power and authority to grant the Licence.\n\nEach time You, as a Licensee, receive the Work, the original Licensor and subsequent Contributors grant You a licence to their contributions to the Work, under the terms of this Licence.\n\n7. Disclaimer of Warranty\n\nThe Work is a work in progress, which is continuously improved by numerous contributors. It is not a finished work and may therefore contain defects or \"bugs\" inherent to this type of software development.\n\nFor the above reason, the Work is provided under the Licence on an \"as is\" basis and without warranties of any kind concerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or errors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this Licence.\n\nThis disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work.\n\n8. Disclaimer of Liability\n\nExcept in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the Work, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss of data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However, the Licensor will be liable under statutory product liability laws as far such laws apply to the Work.\n\n9. Additional agreements\n\nWhile distributing the Original Work or Derivative Works, You may choose to conclude an additional agreement to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and\/or services consistent with this Licence. However, in accepting such obligations, You may act only on your own behalf and on your sole responsibility, not on behalf of the original Licensor or any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against such Contributor by the fact You have accepted any such warranty or additional liability.\n\n10. Acceptance of the Licence\n\nThe provisions of this Licence can be accepted by clicking on an icon \"I agree\" placed under the bottom of a window displaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of applicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms and conditions.\n\nSimilarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You by Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution and\/or Communication by You of the Work or copies thereof.\n\n11. Information to the public\n\nIn case of any Distribution and\/or Communication of the Work by means of electronic communication by You (for example, by offering to download the Work from a remote location) the distribution channel or media (for example, a website) must at least provide to the public the information requested by the applicable law regarding the identification and address of the Licensor, the Licence and the way it may be accessible, concluded, stored and reproduced by the Licensee.\n\n12. Termination of the Licence\n\nThe Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms of the Licence.\n\nSuch a termination will not terminate the licences of any person who has received the Work from the Licensee under the Licence, provided such persons remain in full compliance with the Licence.\n\n13. Miscellaneous\n\nWithout prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the Work licensed hereunder.\n\nIf any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or enforceability of the Licence as a whole. Such provision will be construed and\/or reformed so as necessary to make it valid and enforceable.\n\nThe European Commission may put into force translations and\/or binding new versions of this Licence, so far this is required and reasonable. New versions of the Licence will be published with a unique version number. The new version of the Licence becomes binding for You as soon as You become aware of its publication.\n\n14. Jurisdiction\n\nAny litigation resulting from the interpretation of this License, arising between the European Commission, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice of the European Communities, as laid down in article 238 of the Treaty establishing the European Community.\n\nAny litigation arising between Parties, other than the European Commission, and resulting from the interpretation of this License, will be subject to the exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business.\n\n15. Applicable Law\n\nThis Licence shall be governed by the law of the European Union country where the Licensor resides or has his registered office.\n\nThis licence shall be governed by the Belgian law if:\n\n \u2212 a litigation arises between the European Commission, as a Licensor, and any Licensee;\n\n \u2212 the Licensor, other than the European Commission, has no residence or registered office inside a European Union country.\n\n\nAppendix\n\n\"Compatible Licences\" according to article 5 EUPL are:\n\n\u2212 General Public License (GPL) v. 2\n\u2212 Open Software License (OSL) v. 2.1, v. 3.0\n\u2212 Common Public License v. 1.0\n\u2212 Eclipse Public License v. 1.0\n\u2212 Cecill v. 2.0\n", "rf_url": "http:\/\/ec.europa.eu\/idabc\/en\/document\/7330.html", "rf_add_date": null, "rf_copyleft": null, @@ -5457,7 +5457,7 @@ }, { "rf_shortname": "OCLC-2.0", - "rf_text": "OCLC Research Public License 2.0\nTerms & Conditions Of Use\nMay, 2002\nCopyright \u00a9 2002. OCLC Online Computer Library Center, Inc. All Rights Reserved\n\nPLEASE READ THIS DOCUMENT CAREFULLY. BY DOWNLOADING OR USING THE CODE BASE AND\/OR DOCUMENTATION ACCOMPANYING THIS LICENSE (THE \"License\"), YOU AGREE TO THE FOLLOWING TERMS AND CONDITIONS OF THIS LICENSE.\n\nSection 1. Your Rights\n\nSubject to these terms and conditions of this License, the OCLC Office of Research (the \"Original Contributor\") and each subsequent contributor (collectively with the Original Contributor, the \"Contributors\") hereby grant you a non-exclusive, worldwide, no-charge, transferable license to execute, prepare derivative works of, and distribute (internally and externally), for commercial and noncommercial purposes, the original code contributed by Original Contributor and all Modifications (collectively called the \"Program\").\n\nSection 2. Definitions\n\nA \"Modification\" to the Program is any addition to or deletion from the contents of any file of the Program and any new file that contains any part of the Program. If you make a Modification and distribute the Program externally you are a \"Contributor.\" The distribution of the Program must be under the terms of this license including those in Section 3 below.\n\nA \"Combined Work\" results from combining and integrating all or parts of the Program with other code. A Combined Work may be thought of as having multiple parents or being result of multiple lines of code development.\n\nSection 3. Distribution Licensing Terms\n\nA. General Requirements\nExcept as necessary to recognize third-party rights or third-party restriction (see below), a distribution of the Program in any of the forms listed below must not put any further restrictions on the recipient\u2019s exercise of the rights granted herein.\n\nAs a Contributor, you represent that your Modification(s) are your original creation(s) and, to the best of your knowledge, no third party has any claim (including but not limited to intellectual property claims) relating to your Modification(s). You represent that each of your Modifications includes complete details of any third-party right or other third-party restriction associated with any part of your Modification (including a copy of any applicable license agreement).\n\nThe Program must be distributed without charge beyond the costs of physically transferring the files to the recipient.\n\nThis Warranty Disclaimer\/Limitation of Liability must be prominently displayed with every distribution of the Program in any form:\n\nYOU AGREE THAT THE PROGRAM IS PROVIDED AS-IS, WITHOUT WARRANTY OF ANY KIND (EITHER EXPRESS OR IMPLIED). ACCORDINGLY, OCLC MAKES NO WARRANTIES, REPRESENTATIONS OR GUARANTEES, EITHER EXPRESS OR IMPLIED, AND DISCLAIMS ALL SUCH WARRANTIES, REPRESENTATIONS OR GUARANTEES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR PURPOSE, AS TO: (A) THE FUNCTIONALITY OR NONINFRINGEMENT OF PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING THE PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, CONSEQUENTIAL OR ANY OTHER DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THE PROGRAM, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU HEREBY WAIVE ANY CLAIMS FOR DAMAGES OF ANY KIND AGAINST CONTRIBUTORS WHICH MAY RESULT FROM YOUR USE OF THE PROGRAM.\n\nB. Requirements for a Distribution of Modifiable Code\nIf you distribute the Program in a form to which the recipient can make Modifications (e.g. source code), the terms of this license apply to use by recipient. In addition, each source and data file of the Program and any Modification you distribute must contain the following notice:\n\n \"Copyright (c) 2000- (insert then current year) OCLC Online Computer Library Center, Inc. and other contributors. All rights reserved. The contents of this file, as updated from time to time by the OCLC Office of Research, are subject to OCLC Research Public License Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a current copy of the License at http:\/\/purl.oclc.org\/oclc\/research\/ORPL\/. Software distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. This software consists of voluntary contributions made by many individuals on behalf of OCLC Research. For more information on OCLC Research, please see http:\/\/www.oclc.org\/research\/. The Original Code is ______________________________. The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) _____ _______________________. All Rights Reserved. Contributor(s): ______________________________________.\"\n\nC. Requirements for a Distribution of Non-modifiable Code\nIf you distribute the Program in a form to which the recipient cannot make Modifications (e.g. object code), the terms of this license apply to use by recipient and you must include the following statement in appropriate and conspicuous locations:\n\n\"Copyright (c) 2000- (insert then current year) OCLC Online Computer Library Center, Inc. and other contributors. All rights reserved.\"\n\nIn addition, the source code must be included with the object code distribution or the distributor must provide the source code to the recipient upon request.\n\nD. Requirements for a Combined Work Distribution\nDistributions of Combined Works are subject to the terms of this license and must be made at no charge to the recipient beyond the costs of physically transferring the files to recipient.\n\nA Combined Work may be distributed as either modifiable or non-modifiable code. The requirements of Section 3.B or 3.C above (as appropriate) apply to such distributions.\n\nAn \"Aggregate Work\" is when the Program exists, without integration, with other programs on a storage medium. This License does not apply to portions of an Aggregate Work which are not covered by the definition of \"Program\" provided in this License. You are not forbidden from selling an Aggregate Work. However, the Program contained in an Aggregate Work is subject to this License. Also, should the Program be extracted from an Aggregate Work, this License applies to any use of the Program apart from the Aggregate Work.\n\nSection 4. License Grant\n\nFor purposes of permitting use of your Modifications by OCLC and other licensees hereunder, you hereby grant to OCLC and such other licensees the non-exclusive, worldwide, royalty-free, transferable, sublicenseable license to execute, copy, alter, delete, modify, adapt, change, revise, enhance, develop, publicly display, distribute (internally and externally) and\/or create derivative works based on your Modifications (and derivative works thereof) in accordance with these Terms. This Section 4 shall survive termination of this License for any reason.\n\nSection 5. Termination of Rights\n\nThis non-exclusive license (with respect to the grant from a particular Contributor) automatically terminates for any entity that initiates legal action for intellectual property infringement (with respect to the Program) against such Contributor as of the initiation of such action.\n\nIf you fail to comply with this License, your rights (but not your obligations) under this License shall terminate automatically unless you cure such breach within thirty (30) days of becoming aware of the noncompliance. All sublicenses granted by you which preexist such termination and are properly granted shall survive such termination.\n\nSection 6. Other Terms\n\nExcept for the copyright notices required above, you may not use any trademark of any of the Contributors without the prior written consent of the relevant Contributor. You agree not to remove, alter or obscure any copyright or other proprietary rights notice contained in the Program.\n\nAll transfers of the Program or any part thereof shall be made in compliance with U.S. import\/export regulations or other restrictions of the U.S. Department of Commerce, as well as other similar trade or commerce restrictions which might apply.\n\nAny patent obtained by any party covering the Program or any part thereof must include a provision providing for the free, perpetual and unrestricted commercial and noncommercial use by any third party.\n\nIf, as a consequence of a court judgment or settlement relating to intellectual property infringement or any other cause of action, conditions are imposed on you that contradict the conditions of this License, such conditions do not excuse you from compliance with this License. If you cannot distribute the Program so as to simultaneously satisfy your obligations under this License and such other conditions, you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, you could not satisfy both the patent license and this License, and you would be required to refrain entirely from distribution of the Program.\n\nIf you learn of a third party claim or other restriction relating to a Program you have already distributed you shall promptly redo your Program to address the issue and take all reasonable steps to inform those who may have received the Program at issue. An example of an appropriate reasonable step to inform would be posting an announcement on an appropriate web bulletin board.\n\nThe provisions of this License are deemed to be severable, and the invalidity or unenforceability of any provision shall not affect or impair the remaining provisions which shall continue in full force and effect. In substitution for any provision held unlawful, there shall be substituted a provision of similar import reflecting the original intent of the parties hereto to the extent permissible under law.\n\nThe Original Contributor from time to time may change this License, and the amended license will apply to all copies of the Program downloaded after the new license is posted. This License grants only the rights expressly stated herein and provides you with no implied rights or licenses to the intellectual property of any Contributor.\n\nThis License is the complete and exclusive statement of the agreement between the parties concerning the subject matter hereof and may not be amended except by the written agreement of the parties. This License shall be governed by and construed in accordance with the laws of the State of Ohio and the United States of America, without regard to principles of conflicts of law.\n", + "rf_text": "OCLC Research Public License 2.0\nTerms & Conditions Of Use\nMay, 2002\nCopyright \u00a9 2002. OCLC Online Computer Library Center, Inc. All Rights Reserved\n\nPLEASE READ THIS DOCUMENT CAREFULLY. BY DOWNLOADING OR USING THE CODE BASE AND\/OR DOCUMENTATION ACCOMPANYING THIS LICENSE (THE \"License\"), YOU AGREE TO THE FOLLOWING TERMS AND CONDITIONS OF THIS LICENSE.\n\nSection 1. Your Rights\n\nSubject to these terms and conditions of this License, the OCLC Office of Research (the \"Original Contributor\") and each subsequent contributor (collectively with the Original Contributor, the \"Contributors\") hereby grant you a non-exclusive, worldwide, no-charge, transferable license to execute, prepare derivative works of, and distribute (internally and externally), for commercial and noncommercial purposes, the original code contributed by Original Contributor and all Modifications (collectively called the \"Program\").\n\nSection 2. Definitions\n\nA \"Modification\" to the Program is any addition to or deletion from the contents of any file of the Program and any new file that contains any part of the Program. If you make a Modification and distribute the Program externally you are a \"Contributor.\" The distribution of the Program must be under the terms of this license including those in Section 3 below.\n\nA \"Combined Work\" results from combining and integrating all or parts of the Program with other code. A Combined Work may be thought of as having multiple parents or being result of multiple lines of code development.\n\nSection 3. Distribution Licensing Terms\n\nA. General Requirements\nExcept as necessary to recognize third-party rights or third-party restriction (see below), a distribution of the Program in any of the forms listed below must not put any further restrictions on the recipient's exercise of the rights granted herein.\n\nAs a Contributor, you represent that your Modification(s) are your original creation(s) and, to the best of your knowledge, no third party has any claim (including but not limited to intellectual property claims) relating to your Modification(s). You represent that each of your Modifications includes complete details of any third-party right or other third-party restriction associated with any part of your Modification (including a copy of any applicable license agreement).\n\nThe Program must be distributed without charge beyond the costs of physically transferring the files to the recipient.\n\nThis Warranty Disclaimer\/Limitation of Liability must be prominently displayed with every distribution of the Program in any form:\n\nYOU AGREE THAT THE PROGRAM IS PROVIDED AS-IS, WITHOUT WARRANTY OF ANY KIND (EITHER EXPRESS OR IMPLIED). ACCORDINGLY, OCLC MAKES NO WARRANTIES, REPRESENTATIONS OR GUARANTEES, EITHER EXPRESS OR IMPLIED, AND DISCLAIMS ALL SUCH WARRANTIES, REPRESENTATIONS OR GUARANTEES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR PURPOSE, AS TO: (A) THE FUNCTIONALITY OR NONINFRINGEMENT OF PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING THE PROGRAM, ANY MODIFICATION, A COMBINED WORK OR AN AGGREGATE WORK. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, CONSEQUENTIAL OR ANY OTHER DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THE PROGRAM, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU HEREBY WAIVE ANY CLAIMS FOR DAMAGES OF ANY KIND AGAINST CONTRIBUTORS WHICH MAY RESULT FROM YOUR USE OF THE PROGRAM.\n\nB. Requirements for a Distribution of Modifiable Code\nIf you distribute the Program in a form to which the recipient can make Modifications (e.g. source code), the terms of this license apply to use by recipient. In addition, each source and data file of the Program and any Modification you distribute must contain the following notice:\n\n \"Copyright (c) 2000- (insert then current year) OCLC Online Computer Library Center, Inc. and other contributors. All rights reserved. The contents of this file, as updated from time to time by the OCLC Office of Research, are subject to OCLC Research Public License Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a current copy of the License at http:\/\/purl.oclc.org\/oclc\/research\/ORPL\/. Software distributed under the License is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. This software consists of voluntary contributions made by many individuals on behalf of OCLC Research. For more information on OCLC Research, please see http:\/\/www.oclc.org\/research\/. The Original Code is ______________________________. The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) _____ _______________________. All Rights Reserved. Contributor(s): ______________________________________.\"\n\nC. Requirements for a Distribution of Non-modifiable Code\nIf you distribute the Program in a form to which the recipient cannot make Modifications (e.g. object code), the terms of this license apply to use by recipient and you must include the following statement in appropriate and conspicuous locations:\n\n\"Copyright (c) 2000- (insert then current year) OCLC Online Computer Library Center, Inc. and other contributors. All rights reserved.\"\n\nIn addition, the source code must be included with the object code distribution or the distributor must provide the source code to the recipient upon request.\n\nD. Requirements for a Combined Work Distribution\nDistributions of Combined Works are subject to the terms of this license and must be made at no charge to the recipient beyond the costs of physically transferring the files to recipient.\n\nA Combined Work may be distributed as either modifiable or non-modifiable code. The requirements of Section 3.B or 3.C above (as appropriate) apply to such distributions.\n\nAn \"Aggregate Work\" is when the Program exists, without integration, with other programs on a storage medium. This License does not apply to portions of an Aggregate Work which are not covered by the definition of \"Program\" provided in this License. You are not forbidden from selling an Aggregate Work. However, the Program contained in an Aggregate Work is subject to this License. Also, should the Program be extracted from an Aggregate Work, this License applies to any use of the Program apart from the Aggregate Work.\n\nSection 4. License Grant\n\nFor purposes of permitting use of your Modifications by OCLC and other licensees hereunder, you hereby grant to OCLC and such other licensees the non-exclusive, worldwide, royalty-free, transferable, sublicenseable license to execute, copy, alter, delete, modify, adapt, change, revise, enhance, develop, publicly display, distribute (internally and externally) and\/or create derivative works based on your Modifications (and derivative works thereof) in accordance with these Terms. This Section 4 shall survive termination of this License for any reason.\n\nSection 5. Termination of Rights\n\nThis non-exclusive license (with respect to the grant from a particular Contributor) automatically terminates for any entity that initiates legal action for intellectual property infringement (with respect to the Program) against such Contributor as of the initiation of such action.\n\nIf you fail to comply with this License, your rights (but not your obligations) under this License shall terminate automatically unless you cure such breach within thirty (30) days of becoming aware of the noncompliance. All sublicenses granted by you which preexist such termination and are properly granted shall survive such termination.\n\nSection 6. Other Terms\n\nExcept for the copyright notices required above, you may not use any trademark of any of the Contributors without the prior written consent of the relevant Contributor. You agree not to remove, alter or obscure any copyright or other proprietary rights notice contained in the Program.\n\nAll transfers of the Program or any part thereof shall be made in compliance with U.S. import\/export regulations or other restrictions of the U.S. Department of Commerce, as well as other similar trade or commerce restrictions which might apply.\n\nAny patent obtained by any party covering the Program or any part thereof must include a provision providing for the free, perpetual and unrestricted commercial and noncommercial use by any third party.\n\nIf, as a consequence of a court judgment or settlement relating to intellectual property infringement or any other cause of action, conditions are imposed on you that contradict the conditions of this License, such conditions do not excuse you from compliance with this License. If you cannot distribute the Program so as to simultaneously satisfy your obligations under this License and such other conditions, you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, you could not satisfy both the patent license and this License, and you would be required to refrain entirely from distribution of the Program.\n\nIf you learn of a third party claim or other restriction relating to a Program you have already distributed you shall promptly redo your Program to address the issue and take all reasonable steps to inform those who may have received the Program at issue. An example of an appropriate reasonable step to inform would be posting an announcement on an appropriate web bulletin board.\n\nThe provisions of this License are deemed to be severable, and the invalidity or unenforceability of any provision shall not affect or impair the remaining provisions which shall continue in full force and effect. In substitution for any provision held unlawful, there shall be substituted a provision of similar import reflecting the original intent of the parties hereto to the extent permissible under law.\n\nThe Original Contributor from time to time may change this License, and the amended license will apply to all copies of the Program downloaded after the new license is posted. This License grants only the rights expressly stated herein and provides you with no implied rights or licenses to the intellectual property of any Contributor.\n\nThis License is the complete and exclusive statement of the agreement between the parties concerning the subject matter hereof and may not be amended except by the written agreement of the parties. This License shall be governed by and construed in accordance with the laws of the State of Ohio and the United States of America, without regard to principles of conflicts of law.\n", "rf_url": "http:\/\/www.oclc.org\/research\/activities\/software\/license\/v2final.htm", "rf_add_date": null, "rf_copyleft": null, @@ -5699,7 +5699,7 @@ }, { "rf_shortname": "ODbL-1.0", - "rf_text": "## Open Data Commons Open Database License (ODbL)\n\n### Preamble\n\nThe Open Database License (ODbL) is a license agreement intended to\nallow users to freely share, modify, and use this Database while\nmaintaining this same freedom for others. Many databases are covered by\ncopyright, and therefore this document licenses these rights. Some\njurisdictions, mainly in the European Union, have specific rights that\ncover databases, and so the ODbL addresses these rights, too. Finally,\nthe ODbL is also an agreement in contract for users of this Database to\nact in certain ways in return for accessing this Database.\n\nDatabases can contain a wide variety of types of content (images,\naudiovisual material, and sounds all in the same database, for example),\nand so the ODbL only governs the rights over the Database, and not the\ncontents of the Database individually. Licensors should use the ODbL\ntogether with another license for the contents, if the contents have a\nsingle set of rights that uniformly covers all of the contents. If the\ncontents have multiple sets of different rights, Licensors should\ndescribe what rights govern what contents together in the individual\nrecord or in some other way that clarifies what rights apply.\n\nSometimes the contents of a database, or the database itself, can be\ncovered by other rights not addressed here (such as private contracts,\ntrade mark over the name, or privacy rights \/ data protection rights\nover information in the contents), and so you are advised that you may\nhave to consult other documents or clear other rights before doing\nactivities not covered by this License.\n\n------\n\nThe Licensor (as defined below)\n\nand\n\nYou (as defined below)\n\nagree as follows:\n\n### 1.0 Definitions of Capitalised Words\n\n\"Collective Database\" \u2013 Means this Database in unmodified form as part\nof a collection of independent databases in themselves that together are\nassembled into a collective whole. A work that constitutes a Collective\nDatabase will not be considered a Derivative Database.\n\n\"Convey\" \u2013 As a verb, means Using the Database, a Derivative Database,\nor the Database as part of a Collective Database in any way that enables\na Person to make or receive copies of the Database or a Derivative\nDatabase. Conveying does not include interaction with a user through a\ncomputer network, or creating and Using a Produced Work, where no\ntransfer of a copy of the Database or a Derivative Database occurs.\n\"Contents\" \u2013 The contents of this Database, which includes the\ninformation, independent works, or other material collected into the\nDatabase. For example, the contents of the Database could be factual\ndata or works such as images, audiovisual material, text, or sounds.\n\n\"Database\" \u2013 A collection of material (the Contents) arranged in a\nsystematic or methodical way and individually accessible by electronic\nor other means offered under the terms of this License.\n\n\"Database Directive\" \u2013 Means Directive 96\/9\/EC of the European\nParliament and of the Council of 11 March 1996 on the legal protection\nof databases, as amended or succeeded.\n\n\"Database Right\" \u2013 Means rights resulting from the Chapter III (\"sui\ngeneris\") rights in the Database Directive (as amended and as transposed\nby member states), which includes the Extraction and Re-utilisation of\nthe whole or a Substantial part of the Contents, as well as any similar\nrights available in the relevant jurisdiction under Section 10.4.\n\n\"Derivative Database\" \u2013 Means a database based upon the Database, and\nincludes any translation, adaptation, arrangement, modification, or any\nother alteration of the Database or of a Substantial part of the\nContents. This includes, but is not limited to, Extracting or\nRe-utilising the whole or a Substantial part of the Contents in a new\nDatabase.\n\n\"Extraction\" \u2013 Means the permanent or temporary transfer of all or a\nSubstantial part of the Contents to another medium by any means or in\nany form.\n\n\"License\" \u2013 Means this license agreement and is both a license of rights\nsuch as copyright and Database Rights and an agreement in contract.\n\n\"Licensor\" \u2013 Means the Person that offers the Database under the terms\nof this License.\n\n\"Person\" \u2013 Means a natural or legal person or a body of persons\ncorporate or incorporate.\n\n\"Produced Work\" \u2013 a work (such as an image, audiovisual material, text,\nor sounds) resulting from using the whole or a Substantial part of the\nContents (via a search or other query) from this Database, a Derivative\nDatabase, or this Database as part of a Collective Database.\n\n\"Publicly\" \u2013 means to Persons other than You or under Your control by\neither more than 50% ownership or by the power to direct their\nactivities (such as contracting with an independent consultant).\n\n\"Re-utilisation\" \u2013 means any form of making available to the public all\nor a Substantial part of the Contents by the distribution of copies, by\nrenting, by online or other forms of transmission.\n\n\"Substantial\" \u2013 Means substantial in terms of quantity or quality or a\ncombination of both. The repeated and systematic Extraction or\nRe-utilisation of insubstantial parts of the Contents may amount to the\nExtraction or Re-utilisation of a Substantial part of the Contents.\n\n\"Use\" \u2013 As a verb, means doing any act that is restricted by copyright\nor Database Rights whether in the original medium or any other; and\nincludes without limitation distributing, copying, publicly performing,\npublicly displaying, and preparing derivative works of the Database, as\nwell as modifying the Database as may be technically necessary to use it\nin a different mode or format.\n\n\"You\" \u2013 Means a Person exercising rights under this License who has not\npreviously violated the terms of this License with respect to the\nDatabase, or who has received express permission from the Licensor to\nexercise rights under this License despite a previous violation.\n\nWords in the singular include the plural and vice versa.\n\n### 2.0 What this License covers\n\n2.1. Legal effect of this document. This License is:\n\n a. A license of applicable copyright and neighbouring rights;\n\n b. A license of the Database Right; and\n\n c. An agreement in contract between You and the Licensor.\n\n2.2 Legal rights covered. This License covers the legal rights in the\nDatabase, including:\n\n a. Copyright. Any copyright or neighbouring rights in the Database.\n The copyright licensed includes any individual elements of the\n Database, but does not cover the copyright over the Contents\n independent of this Database. See Section 2.4 for details. Copyright\n law varies between jurisdictions, but is likely to cover: the Database\n model or schema, which is the structure, arrangement, and organisation\n of the Database, and can also include the Database tables and table\n indexes; the data entry and output sheets; and the Field names of\n Contents stored in the Database;\n\n b. Database Rights. Database Rights only extend to the Extraction and\n Re-utilisation of the whole or a Substantial part of the Contents.\n Database Rights can apply even when there is no copyright over the\n Database. Database Rights can also apply when the Contents are removed\n from the Database and are selected and arranged in a way that would\n not infringe any applicable copyright; and\n\n c. Contract. This is an agreement between You and the Licensor for\n access to the Database. In return you agree to certain conditions of\n use on this access as outlined in this License.\n\n2.3 Rights not covered.\n\n a. This License does not apply to computer programs used in the making\n or operation of the Database;\n\n b. This License does not cover any patents over the Contents or the\n Database; and\n\n c. This License does not cover any trademarks associated with the\n Database.\n\n2.4 Relationship to Contents in the Database. The individual items of\nthe Contents contained in this Database may be covered by other rights,\nincluding copyright, patent, data protection, privacy, or personality\nrights, and this License does not cover any rights (other than Database\nRights or in contract) in individual Contents contained in the Database.\nFor example, if used on a Database of images (the Contents), this\nLicense would not apply to copyright over individual images, which could\nhave their own separate licenses, or one single license covering all of\nthe rights over the images.\n\n### 3.0 Rights granted\n\n3.1 Subject to the terms and conditions of this License, the Licensor\ngrants to You a worldwide, royalty-free, non-exclusive, terminable (but\nonly under Section 9) license to Use the Database for the duration of\nany applicable copyright and Database Rights. These rights explicitly\ninclude commercial use, and do not exclude any field of endeavour. To\nthe extent possible in the relevant jurisdiction, these rights may be\nexercised in all media and formats whether now known or created in the\nfuture.\n\nThe rights granted cover, for example:\n\n a. Extraction and Re-utilisation of the whole or a Substantial part of\n the Contents;\n\n b. Creation of Derivative Databases;\n\n c. Creation of Collective Databases;\n\n d. Creation of temporary or permanent reproductions by any means and\n in any form, in whole or in part, including of any Derivative\n Databases or as a part of Collective Databases; and\n\n e. Distribution, communication, display, lending, making available, or\n performance to the public by any means and in any form, in whole or in\n part, including of any Derivative Database or as a part of Collective\n Databases.\n\n3.2 Compulsory license schemes. For the avoidance of doubt:\n\n a. Non-waivable compulsory license schemes. In those jurisdictions in\n which the right to collect royalties through any statutory or\n compulsory licensing scheme cannot be waived, the Licensor reserves\n the exclusive right to collect such royalties for any exercise by You\n of the rights granted under this License;\n\n b. Waivable compulsory license schemes. In those jurisdictions in\n which the right to collect royalties through any statutory or\n compulsory licensing scheme can be waived, the Licensor waives the\n exclusive right to collect such royalties for any exercise by You of\n the rights granted under this License; and,\n\n c. Voluntary license schemes. The Licensor waives the right to collect\n royalties, whether individually or, in the event that the Licensor is\n a member of a collecting society that administers voluntary licensing\n schemes, via that society, from any exercise by You of the rights\n granted under this License.\n\n3.3 The right to release the Database under different terms, or to stop\ndistributing or making available the Database, is reserved. Note that\nthis Database may be multiple-licensed, and so You may have the choice\nof using alternative licenses for this Database. Subject to Section\n10.4, all other rights not expressly granted by Licensor are reserved.\n\n### 4.0 Conditions of Use\n\n4.1 The rights granted in Section 3 above are expressly made subject to\nYour complying with the following conditions of use. These are important\nconditions of this License, and if You fail to follow them, You will be\nin material breach of its terms.\n\n4.2 Notices. If You Publicly Convey this Database, any Derivative\nDatabase, or the Database as part of a Collective Database, then You\nmust:\n\n a. Do so only under the terms of this License or another license\n permitted under Section 4.4;\n\n b. Include a copy of this License (or, as applicable, a license\n permitted under Section 4.4) or its Uniform Resource Identifier (URI)\n with the Database or Derivative Database, including both in the\n Database or Derivative Database and in any relevant documentation; and\n\n c. Keep intact any copyright or Database Right notices and notices\n that refer to this License.\n\n d. If it is not possible to put the required notices in a particular\n file due to its structure, then You must include the notices in a\n location (such as a relevant directory) where users would be likely to\n look for it.\n\n4.3 Notice for using output (Contents). Creating and Using a Produced\nWork does not require the notice in Section 4.2. However, if you\nPublicly Use a Produced Work, You must include a notice associated with\nthe Produced Work reasonably calculated to make any Person that uses,\nviews, accesses, interacts with, or is otherwise exposed to the Produced\nWork aware that Content was obtained from the Database, Derivative\nDatabase, or the Database as part of a Collective Database, and that it\nis available under this License.\n\n a. Example notice. The following text will satisfy notice under\n Section 4.3:\n\n Contains information from DATABASE NAME, which is made available\n here under the Open Database License (ODbL).\n\nDATABASE NAME should be replaced with the name of the Database and a\nhyperlink to the URI of the Database. \"Open Database License\" should\ncontain a hyperlink to the URI of the text of this License. If\nhyperlinks are not possible, You should include the plain text of the\nrequired URI's with the above notice.\n\n4.4 Share alike.\n\n a. Any Derivative Database that You Publicly Use must be only under\n the terms of:\n\n i. This License;\n\n ii. A later version of this License similar in spirit to this\n License; or\n\n iii. A compatible license.\n\n If You license the Derivative Database under one of the licenses\n mentioned in (iii), You must comply with the terms of that license.\n\n b. For the avoidance of doubt, Extraction or Re-utilisation of the\n whole or a Substantial part of the Contents into a new database is a\n Derivative Database and must comply with Section 4.4.\n\n c. Derivative Databases and Produced Works. A Derivative Database is\n Publicly Used and so must comply with Section 4.4. if a Produced Work\n created from the Derivative Database is Publicly Used.\n\n d. Share Alike and additional Contents. For the avoidance of doubt,\n You must not add Contents to Derivative Databases under Section 4.4 a\n that are incompatible with the rights granted under this License.\n\n e. Compatible licenses. Licensors may authorise a proxy to determine\n compatible licenses under Section 4.4 a iii. If they do so, the\n authorised proxy's public statement of acceptance of a compatible\n license grants You permission to use the compatible license.\n\n\n4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply\nin the following:\n\n a. For the avoidance of doubt, You are not required to license\n Collective Databases under this License if You incorporate this\n Database or a Derivative Database in the collection, but this License\n still applies to this Database or a Derivative Database as a part of\n the Collective Database;\n\n b. Using this Database, a Derivative Database, or this Database as\n part of a Collective Database to create a Produced Work does not\n create a Derivative Database for purposes of Section 4.4; and\n\n c. Use of a Derivative Database internally within an organisation is\n not to the public and therefore does not fall under the requirements\n of Section 4.4.\n\n4.6 Access to Derivative Databases. If You Publicly Use a Derivative\nDatabase or a Produced Work from a Derivative Database, You must also\noffer to recipients of the Derivative Database or Produced Work a copy\nin a machine readable form of:\n\n a. The entire Derivative Database; or\n\n b. A file containing all of the alterations made to the Database or\n the method of making the alterations to the Database (such as an\n algorithm), including any additional Contents, that make up all the\n differences between the Database and the Derivative Database.\n\nThe Derivative Database (under a.) or alteration file (under b.) must be\navailable at no more than a reasonable production cost for physical\ndistributions and free of charge if distributed over the internet.\n\n4.7 Technological measures and additional terms\n\n a. This License does not allow You to impose (except subject to\n Section 4.7 b.) any terms or any technological measures on the\n Database, a Derivative Database, or the whole or a Substantial part of\n the Contents that alter or restrict the terms of this License, or any\n rights granted under it, or have the effect or intent of restricting\n the ability of any person to exercise those rights.\n\n b. Parallel distribution. You may impose terms or technological\n measures on the Database, a Derivative Database, or the whole or a\n Substantial part of the Contents (a \"Restricted Database\") in\n contravention of Section 4.74 a. only if You also make a copy of the\n Database or a Derivative Database available to the recipient of the\n Restricted Database:\n\n i. That is available without additional fee;\n\n ii. That is available in a medium that does not alter or restrict\n the terms of this License, or any rights granted under it, or have\n the effect or intent of restricting the ability of any person to\n exercise those rights (an \"Unrestricted Database\"); and\n\n iii. The Unrestricted Database is at least as accessible to the\n recipient as a practical matter as the Restricted Database.\n\n c. For the avoidance of doubt, You may place this Database or a\n Derivative Database in an authenticated environment, behind a\n password, or within a similar access control scheme provided that You\n do not alter or restrict the terms of this License or any rights\n granted under it or have the effect or intent of restricting the\n ability of any person to exercise those rights.\n\n4.8 Licensing of others. You may not sublicense the Database. Each time\nYou communicate the Database, the whole or Substantial part of the\nContents, or any Derivative Database to anyone else in any way, the\nLicensor offers to the recipient a license to the Database on the same\nterms and conditions as this License. You are not responsible for\nenforcing compliance by third parties with this License, but You may\nenforce any rights that You have over a Derivative Database. You are\nsolely responsible for any modifications of a Derivative Database made\nby You or another Person at Your direction. You may not impose any\nfurther restrictions on the exercise of the rights granted or affirmed\nunder this License.\n\n### 5.0 Moral rights\n\n5.1 Moral rights. This section covers moral rights, including any rights\nto be identified as the author of the Database or to object to treatment\nthat would otherwise prejudice the author's honour and reputation, or\nany other derogatory treatment:\n\n a. For jurisdictions allowing waiver of moral rights, Licensor waives\n all moral rights that Licensor may have in the Database to the fullest\n extent possible by the law of the relevant jurisdiction under Section\n 10.4;\n\n b. If waiver of moral rights under Section 5.1 a in the relevant\n jurisdiction is not possible, Licensor agrees not to assert any moral\n rights over the Database and waives all claims in moral rights to the\n fullest extent possible by the law of the relevant jurisdiction under\n Section 10.4; and\n\n c. For jurisdictions not allowing waiver or an agreement not to assert\n moral rights under Section 5.1 a and b, the author may retain their\n moral rights over certain aspects of the Database.\n\nPlease note that some jurisdictions do not allow for the waiver of moral\nrights, and so moral rights may still subsist over the Database in some\njurisdictions.\n\n### 6.0 Fair dealing, Database exceptions, and other rights not affected\n\n6.1 This License does not affect any rights that You or anyone else may\nindependently have under any applicable law to make any use of this\nDatabase, including without limitation:\n\n a. Exceptions to the Database Right including: Extraction of Contents\n from non-electronic Databases for private purposes, Extraction for\n purposes of illustration for teaching or scientific research, and\n Extraction or Re-utilisation for public security or an administrative\n or judicial procedure.\n\n b. Fair dealing, fair use, or any other legally recognised limitation\n or exception to infringement of copyright or other applicable laws.\n\n6.2 This License does not affect any rights of lawful users to Extract\nand Re-utilise insubstantial parts of the Contents, evaluated\nquantitatively or qualitatively, for any purposes whatsoever, including\ncreating a Derivative Database (subject to other rights over the\nContents, see Section 2.4). The repeated and systematic Extraction or\nRe-utilisation of insubstantial parts of the Contents may however amount\nto the Extraction or Re-utilisation of a Substantial part of the\nContents.\n\n### 7.0 Warranties and Disclaimer\n\n7.1 The Database is licensed by the Licensor \"as is\" and without any\nwarranty of any kind, either express, implied, or arising by statute,\ncustom, course of dealing, or trade usage. Licensor specifically\ndisclaims any and all implied warranties or conditions of title,\nnon-infringement, accuracy or completeness, the presence or absence of\nerrors, fitness for a particular purpose, merchantability, or otherwise.\nSome jurisdictions do not allow the exclusion of implied warranties, so\nthis exclusion may not apply to You.\n\n### 8.0 Limitation of liability\n\n8.1 Subject to any liability that may not be excluded or limited by law,\nthe Licensor is not liable for, and expressly excludes, all liability\nfor loss or damage however and whenever caused to anyone by any use\nunder this License, whether by You or by anyone else, and whether caused\nby any fault on the part of the Licensor or not. This exclusion of\nliability includes, but is not limited to, any special, incidental,\nconsequential, punitive, or exemplary damages such as loss of revenue,\ndata, anticipated profits, and lost business. This exclusion applies\neven if the Licensor has been advised of the possibility of such\ndamages.\n\n8.2 If liability may not be excluded by law, it is limited to actual and\ndirect financial loss to the extent it is caused by proved negligence on\nthe part of the Licensor.\n\n### 9.0 Termination of Your rights under this License\n\n9.1 Any breach by You of the terms and conditions of this License\nautomatically terminates this License with immediate effect and without\nnotice to You. For the avoidance of doubt, Persons who have received the\nDatabase, the whole or a Substantial part of the Contents, Derivative\nDatabases, or the Database as part of a Collective Database from You\nunder this License will not have their licenses terminated provided\ntheir use is in full compliance with this License or a license granted\nunder Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will\nsurvive any termination of this License.\n\n9.2 If You are not in breach of the terms of this License, the Licensor\nwill not terminate Your rights under it.\n\n9.3 Unless terminated under Section 9.1, this License is granted to You\nfor the duration of applicable rights in the Database.\n\n9.4 Reinstatement of rights. If you cease any breach of the terms and\nconditions of this License, then your full rights under this License\nwill be reinstated:\n\n a. Provisionally and subject to permanent termination until the 60th\n day after cessation of breach;\n\n b. Permanently on the 60th day after cessation of breach unless\n otherwise reasonably notified by the Licensor; or\n\n c. Permanently if reasonably notified by the Licensor of the\n violation, this is the first time You have received notice of\n violation of this License from the Licensor, and You cure the\n violation prior to 30 days after your receipt of the notice.\n\nPersons subject to permanent termination of rights are not eligible to\nbe a recipient and receive a license under Section 4.8.\n\n9.5 Notwithstanding the above, Licensor reserves the right to release\nthe Database under different license terms or to stop distributing or\nmaking available the Database. Releasing the Database under different\nlicense terms or stopping the distribution of the Database will not\nwithdraw this License (or any other license that has been, or is\nrequired to be, granted under the terms of this License), and this\nLicense will continue in full force and effect unless terminated as\nstated above.\n\n### 10.0 General\n\n10.1 If any provision of this License is held to be invalid or\nunenforceable, that must not affect the validity or enforceability of\nthe remainder of the terms and conditions of this License and each\nremaining provision of this License shall be valid and enforced to the\nfullest extent permitted by law.\n\n10.2 This License is the entire agreement between the parties with\nrespect to the rights granted here over the Database. It replaces any\nearlier understandings, agreements or representations with respect to\nthe Database.\n\n10.3 If You are in breach of the terms of this License, You will not be\nentitled to rely on the terms of this License or to complain of any\nbreach by the Licensor.\n\n10.4 Choice of law. This License takes effect in and will be governed by\nthe laws of the relevant jurisdiction in which the License terms are\nsought to be enforced. If the standard suite of rights granted under\napplicable copyright law and Database Rights in the relevant\njurisdiction includes additional rights not granted under this License,\nthese additional rights are granted in this License in order to meet the\nterms of this License.\n", + "rf_text": "## Open Data Commons Open Database License (ODbL)\n\n### Preamble\n\nThe Open Database License (ODbL) is a license agreement intended to\nallow users to freely share, modify, and use this Database while\nmaintaining this same freedom for others. Many databases are covered by\ncopyright, and therefore this document licenses these rights. Some\njurisdictions, mainly in the European Union, have specific rights that\ncover databases, and so the ODbL addresses these rights, too. Finally,\nthe ODbL is also an agreement in contract for users of this Database to\nact in certain ways in return for accessing this Database.\n\nDatabases can contain a wide variety of types of content (images,\naudiovisual material, and sounds all in the same database, for example),\nand so the ODbL only governs the rights over the Database, and not the\ncontents of the Database individually. Licensors should use the ODbL\ntogether with another license for the contents, if the contents have a\nsingle set of rights that uniformly covers all of the contents. If the\ncontents have multiple sets of different rights, Licensors should\ndescribe what rights govern what contents together in the individual\nrecord or in some other way that clarifies what rights apply.\n\nSometimes the contents of a database, or the database itself, can be\ncovered by other rights not addressed here (such as private contracts,\ntrade mark over the name, or privacy rights \/ data protection rights\nover information in the contents), and so you are advised that you may\nhave to consult other documents or clear other rights before doing\nactivities not covered by this License.\n\n------\n\nThe Licensor (as defined below)\n\nand\n\nYou (as defined below)\n\nagree as follows:\n\n### 1.0 Definitions of Capitalised Words\n\n\"Collective Database\" - Means this Database in unmodified form as part\nof a collection of independent databases in themselves that together are\nassembled into a collective whole. A work that constitutes a Collective\nDatabase will not be considered a Derivative Database.\n\n\"Convey\" - As a verb, means Using the Database, a Derivative Database,\nor the Database as part of a Collective Database in any way that enables\na Person to make or receive copies of the Database or a Derivative\nDatabase. Conveying does not include interaction with a user through a\ncomputer network, or creating and Using a Produced Work, where no\ntransfer of a copy of the Database or a Derivative Database occurs.\n\"Contents\" - The contents of this Database, which includes the\ninformation, independent works, or other material collected into the\nDatabase. For example, the contents of the Database could be factual\ndata or works such as images, audiovisual material, text, or sounds.\n\n\"Database\" - A collection of material (the Contents) arranged in a\nsystematic or methodical way and individually accessible by electronic\nor other means offered under the terms of this License.\n\n\"Database Directive\" - Means Directive 96\/9\/EC of the European\nParliament and of the Council of 11 March 1996 on the legal protection\nof databases, as amended or succeeded.\n\n\"Database Right\" - Means rights resulting from the Chapter III (\"sui\ngeneris\") rights in the Database Directive (as amended and as transposed\nby member states), which includes the Extraction and Re-utilisation of\nthe whole or a Substantial part of the Contents, as well as any similar\nrights available in the relevant jurisdiction under Section 10.4.\n\n\"Derivative Database\" - Means a database based upon the Database, and\nincludes any translation, adaptation, arrangement, modification, or any\nother alteration of the Database or of a Substantial part of the\nContents. This includes, but is not limited to, Extracting or\nRe-utilising the whole or a Substantial part of the Contents in a new\nDatabase.\n\n\"Extraction\" - Means the permanent or temporary transfer of all or a\nSubstantial part of the Contents to another medium by any means or in\nany form.\n\n\"License\" - Means this license agreement and is both a license of rights\nsuch as copyright and Database Rights and an agreement in contract.\n\n\"Licensor\" - Means the Person that offers the Database under the terms\nof this License.\n\n\"Person\" - Means a natural or legal person or a body of persons\ncorporate or incorporate.\n\n\"Produced Work\" - a work (such as an image, audiovisual material, text,\nor sounds) resulting from using the whole or a Substantial part of the\nContents (via a search or other query) from this Database, a Derivative\nDatabase, or this Database as part of a Collective Database.\n\n\"Publicly\" - means to Persons other than You or under Your control by\neither more than 50% ownership or by the power to direct their\nactivities (such as contracting with an independent consultant).\n\n\"Re-utilisation\" - means any form of making available to the public all\nor a Substantial part of the Contents by the distribution of copies, by\nrenting, by online or other forms of transmission.\n\n\"Substantial\" - Means substantial in terms of quantity or quality or a\ncombination of both. The repeated and systematic Extraction or\nRe-utilisation of insubstantial parts of the Contents may amount to the\nExtraction or Re-utilisation of a Substantial part of the Contents.\n\n\"Use\" - As a verb, means doing any act that is restricted by copyright\nor Database Rights whether in the original medium or any other; and\nincludes without limitation distributing, copying, publicly performing,\npublicly displaying, and preparing derivative works of the Database, as\nwell as modifying the Database as may be technically necessary to use it\nin a different mode or format.\n\n\"You\" - Means a Person exercising rights under this License who has not\npreviously violated the terms of this License with respect to the\nDatabase, or who has received express permission from the Licensor to\nexercise rights under this License despite a previous violation.\n\nWords in the singular include the plural and vice versa.\n\n### 2.0 What this License covers\n\n2.1. Legal effect of this document. This License is:\n\n a. A license of applicable copyright and neighbouring rights;\n\n b. A license of the Database Right; and\n\n c. An agreement in contract between You and the Licensor.\n\n2.2 Legal rights covered. This License covers the legal rights in the\nDatabase, including:\n\n a. Copyright. Any copyright or neighbouring rights in the Database.\n The copyright licensed includes any individual elements of the\n Database, but does not cover the copyright over the Contents\n independent of this Database. See Section 2.4 for details. Copyright\n law varies between jurisdictions, but is likely to cover: the Database\n model or schema, which is the structure, arrangement, and organisation\n of the Database, and can also include the Database tables and table\n indexes; the data entry and output sheets; and the Field names of\n Contents stored in the Database;\n\n b. Database Rights. Database Rights only extend to the Extraction and\n Re-utilisation of the whole or a Substantial part of the Contents.\n Database Rights can apply even when there is no copyright over the\n Database. Database Rights can also apply when the Contents are removed\n from the Database and are selected and arranged in a way that would\n not infringe any applicable copyright; and\n\n c. Contract. This is an agreement between You and the Licensor for\n access to the Database. In return you agree to certain conditions of\n use on this access as outlined in this License.\n\n2.3 Rights not covered.\n\n a. This License does not apply to computer programs used in the making\n or operation of the Database;\n\n b. This License does not cover any patents over the Contents or the\n Database; and\n\n c. This License does not cover any trademarks associated with the\n Database.\n\n2.4 Relationship to Contents in the Database. The individual items of\nthe Contents contained in this Database may be covered by other rights,\nincluding copyright, patent, data protection, privacy, or personality\nrights, and this License does not cover any rights (other than Database\nRights or in contract) in individual Contents contained in the Database.\nFor example, if used on a Database of images (the Contents), this\nLicense would not apply to copyright over individual images, which could\nhave their own separate licenses, or one single license covering all of\nthe rights over the images.\n\n### 3.0 Rights granted\n\n3.1 Subject to the terms and conditions of this License, the Licensor\ngrants to You a worldwide, royalty-free, non-exclusive, terminable (but\nonly under Section 9) license to Use the Database for the duration of\nany applicable copyright and Database Rights. These rights explicitly\ninclude commercial use, and do not exclude any field of endeavour. To\nthe extent possible in the relevant jurisdiction, these rights may be\nexercised in all media and formats whether now known or created in the\nfuture.\n\nThe rights granted cover, for example:\n\n a. Extraction and Re-utilisation of the whole or a Substantial part of\n the Contents;\n\n b. Creation of Derivative Databases;\n\n c. Creation of Collective Databases;\n\n d. Creation of temporary or permanent reproductions by any means and\n in any form, in whole or in part, including of any Derivative\n Databases or as a part of Collective Databases; and\n\n e. Distribution, communication, display, lending, making available, or\n performance to the public by any means and in any form, in whole or in\n part, including of any Derivative Database or as a part of Collective\n Databases.\n\n3.2 Compulsory license schemes. For the avoidance of doubt:\n\n a. Non-waivable compulsory license schemes. In those jurisdictions in\n which the right to collect royalties through any statutory or\n compulsory licensing scheme cannot be waived, the Licensor reserves\n the exclusive right to collect such royalties for any exercise by You\n of the rights granted under this License;\n\n b. Waivable compulsory license schemes. In those jurisdictions in\n which the right to collect royalties through any statutory or\n compulsory licensing scheme can be waived, the Licensor waives the\n exclusive right to collect such royalties for any exercise by You of\n the rights granted under this License; and,\n\n c. Voluntary license schemes. The Licensor waives the right to collect\n royalties, whether individually or, in the event that the Licensor is\n a member of a collecting society that administers voluntary licensing\n schemes, via that society, from any exercise by You of the rights\n granted under this License.\n\n3.3 The right to release the Database under different terms, or to stop\ndistributing or making available the Database, is reserved. Note that\nthis Database may be multiple-licensed, and so You may have the choice\nof using alternative licenses for this Database. Subject to Section\n10.4, all other rights not expressly granted by Licensor are reserved.\n\n### 4.0 Conditions of Use\n\n4.1 The rights granted in Section 3 above are expressly made subject to\nYour complying with the following conditions of use. These are important\nconditions of this License, and if You fail to follow them, You will be\nin material breach of its terms.\n\n4.2 Notices. If You Publicly Convey this Database, any Derivative\nDatabase, or the Database as part of a Collective Database, then You\nmust:\n\n a. Do so only under the terms of this License or another license\n permitted under Section 4.4;\n\n b. Include a copy of this License (or, as applicable, a license\n permitted under Section 4.4) or its Uniform Resource Identifier (URI)\n with the Database or Derivative Database, including both in the\n Database or Derivative Database and in any relevant documentation; and\n\n c. Keep intact any copyright or Database Right notices and notices\n that refer to this License.\n\n d. If it is not possible to put the required notices in a particular\n file due to its structure, then You must include the notices in a\n location (such as a relevant directory) where users would be likely to\n look for it.\n\n4.3 Notice for using output (Contents). Creating and Using a Produced\nWork does not require the notice in Section 4.2. However, if you\nPublicly Use a Produced Work, You must include a notice associated with\nthe Produced Work reasonably calculated to make any Person that uses,\nviews, accesses, interacts with, or is otherwise exposed to the Produced\nWork aware that Content was obtained from the Database, Derivative\nDatabase, or the Database as part of a Collective Database, and that it\nis available under this License.\n\n a. Example notice. The following text will satisfy notice under\n Section 4.3:\n\n Contains information from DATABASE NAME, which is made available\n here under the Open Database License (ODbL).\n\nDATABASE NAME should be replaced with the name of the Database and a\nhyperlink to the URI of the Database. \"Open Database License\" should\ncontain a hyperlink to the URI of the text of this License. If\nhyperlinks are not possible, You should include the plain text of the\nrequired URI's with the above notice.\n\n4.4 Share alike.\n\n a. Any Derivative Database that You Publicly Use must be only under\n the terms of:\n\n i. This License;\n\n ii. A later version of this License similar in spirit to this\n License; or\n\n iii. A compatible license.\n\n If You license the Derivative Database under one of the licenses\n mentioned in (iii), You must comply with the terms of that license.\n\n b. For the avoidance of doubt, Extraction or Re-utilisation of the\n whole or a Substantial part of the Contents into a new database is a\n Derivative Database and must comply with Section 4.4.\n\n c. Derivative Databases and Produced Works. A Derivative Database is\n Publicly Used and so must comply with Section 4.4. if a Produced Work\n created from the Derivative Database is Publicly Used.\n\n d. Share Alike and additional Contents. For the avoidance of doubt,\n You must not add Contents to Derivative Databases under Section 4.4 a\n that are incompatible with the rights granted under this License.\n\n e. Compatible licenses. Licensors may authorise a proxy to determine\n compatible licenses under Section 4.4 a iii. If they do so, the\n authorised proxy's public statement of acceptance of a compatible\n license grants You permission to use the compatible license.\n\n\n4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply\nin the following:\n\n a. For the avoidance of doubt, You are not required to license\n Collective Databases under this License if You incorporate this\n Database or a Derivative Database in the collection, but this License\n still applies to this Database or a Derivative Database as a part of\n the Collective Database;\n\n b. Using this Database, a Derivative Database, or this Database as\n part of a Collective Database to create a Produced Work does not\n create a Derivative Database for purposes of Section 4.4; and\n\n c. Use of a Derivative Database internally within an organisation is\n not to the public and therefore does not fall under the requirements\n of Section 4.4.\n\n4.6 Access to Derivative Databases. If You Publicly Use a Derivative\nDatabase or a Produced Work from a Derivative Database, You must also\noffer to recipients of the Derivative Database or Produced Work a copy\nin a machine readable form of:\n\n a. The entire Derivative Database; or\n\n b. A file containing all of the alterations made to the Database or\n the method of making the alterations to the Database (such as an\n algorithm), including any additional Contents, that make up all the\n differences between the Database and the Derivative Database.\n\nThe Derivative Database (under a.) or alteration file (under b.) must be\navailable at no more than a reasonable production cost for physical\ndistributions and free of charge if distributed over the internet.\n\n4.7 Technological measures and additional terms\n\n a. This License does not allow You to impose (except subject to\n Section 4.7 b.) any terms or any technological measures on the\n Database, a Derivative Database, or the whole or a Substantial part of\n the Contents that alter or restrict the terms of this License, or any\n rights granted under it, or have the effect or intent of restricting\n the ability of any person to exercise those rights.\n\n b. Parallel distribution. You may impose terms or technological\n measures on the Database, a Derivative Database, or the whole or a\n Substantial part of the Contents (a \"Restricted Database\") in\n contravention of Section 4.74 a. only if You also make a copy of the\n Database or a Derivative Database available to the recipient of the\n Restricted Database:\n\n i. That is available without additional fee;\n\n ii. That is available in a medium that does not alter or restrict\n the terms of this License, or any rights granted under it, or have\n the effect or intent of restricting the ability of any person to\n exercise those rights (an \"Unrestricted Database\"); and\n\n iii. The Unrestricted Database is at least as accessible to the\n recipient as a practical matter as the Restricted Database.\n\n c. For the avoidance of doubt, You may place this Database or a\n Derivative Database in an authenticated environment, behind a\n password, or within a similar access control scheme provided that You\n do not alter or restrict the terms of this License or any rights\n granted under it or have the effect or intent of restricting the\n ability of any person to exercise those rights.\n\n4.8 Licensing of others. You may not sublicense the Database. Each time\nYou communicate the Database, the whole or Substantial part of the\nContents, or any Derivative Database to anyone else in any way, the\nLicensor offers to the recipient a license to the Database on the same\nterms and conditions as this License. You are not responsible for\nenforcing compliance by third parties with this License, but You may\nenforce any rights that You have over a Derivative Database. You are\nsolely responsible for any modifications of a Derivative Database made\nby You or another Person at Your direction. You may not impose any\nfurther restrictions on the exercise of the rights granted or affirmed\nunder this License.\n\n### 5.0 Moral rights\n\n5.1 Moral rights. This section covers moral rights, including any rights\nto be identified as the author of the Database or to object to treatment\nthat would otherwise prejudice the author's honour and reputation, or\nany other derogatory treatment:\n\n a. For jurisdictions allowing waiver of moral rights, Licensor waives\n all moral rights that Licensor may have in the Database to the fullest\n extent possible by the law of the relevant jurisdiction under Section\n 10.4;\n\n b. If waiver of moral rights under Section 5.1 a in the relevant\n jurisdiction is not possible, Licensor agrees not to assert any moral\n rights over the Database and waives all claims in moral rights to the\n fullest extent possible by the law of the relevant jurisdiction under\n Section 10.4; and\n\n c. For jurisdictions not allowing waiver or an agreement not to assert\n moral rights under Section 5.1 a and b, the author may retain their\n moral rights over certain aspects of the Database.\n\nPlease note that some jurisdictions do not allow for the waiver of moral\nrights, and so moral rights may still subsist over the Database in some\njurisdictions.\n\n### 6.0 Fair dealing, Database exceptions, and other rights not affected\n\n6.1 This License does not affect any rights that You or anyone else may\nindependently have under any applicable law to make any use of this\nDatabase, including without limitation:\n\n a. Exceptions to the Database Right including: Extraction of Contents\n from non-electronic Databases for private purposes, Extraction for\n purposes of illustration for teaching or scientific research, and\n Extraction or Re-utilisation for public security or an administrative\n or judicial procedure.\n\n b. Fair dealing, fair use, or any other legally recognised limitation\n or exception to infringement of copyright or other applicable laws.\n\n6.2 This License does not affect any rights of lawful users to Extract\nand Re-utilise insubstantial parts of the Contents, evaluated\nquantitatively or qualitatively, for any purposes whatsoever, including\ncreating a Derivative Database (subject to other rights over the\nContents, see Section 2.4). The repeated and systematic Extraction or\nRe-utilisation of insubstantial parts of the Contents may however amount\nto the Extraction or Re-utilisation of a Substantial part of the\nContents.\n\n### 7.0 Warranties and Disclaimer\n\n7.1 The Database is licensed by the Licensor \"as is\" and without any\nwarranty of any kind, either express, implied, or arising by statute,\ncustom, course of dealing, or trade usage. Licensor specifically\ndisclaims any and all implied warranties or conditions of title,\nnon-infringement, accuracy or completeness, the presence or absence of\nerrors, fitness for a particular purpose, merchantability, or otherwise.\nSome jurisdictions do not allow the exclusion of implied warranties, so\nthis exclusion may not apply to You.\n\n### 8.0 Limitation of liability\n\n8.1 Subject to any liability that may not be excluded or limited by law,\nthe Licensor is not liable for, and expressly excludes, all liability\nfor loss or damage however and whenever caused to anyone by any use\nunder this License, whether by You or by anyone else, and whether caused\nby any fault on the part of the Licensor or not. This exclusion of\nliability includes, but is not limited to, any special, incidental,\nconsequential, punitive, or exemplary damages such as loss of revenue,\ndata, anticipated profits, and lost business. This exclusion applies\neven if the Licensor has been advised of the possibility of such\ndamages.\n\n8.2 If liability may not be excluded by law, it is limited to actual and\ndirect financial loss to the extent it is caused by proved negligence on\nthe part of the Licensor.\n\n### 9.0 Termination of Your rights under this License\n\n9.1 Any breach by You of the terms and conditions of this License\nautomatically terminates this License with immediate effect and without\nnotice to You. For the avoidance of doubt, Persons who have received the\nDatabase, the whole or a Substantial part of the Contents, Derivative\nDatabases, or the Database as part of a Collective Database from You\nunder this License will not have their licenses terminated provided\ntheir use is in full compliance with this License or a license granted\nunder Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will\nsurvive any termination of this License.\n\n9.2 If You are not in breach of the terms of this License, the Licensor\nwill not terminate Your rights under it.\n\n9.3 Unless terminated under Section 9.1, this License is granted to You\nfor the duration of applicable rights in the Database.\n\n9.4 Reinstatement of rights. If you cease any breach of the terms and\nconditions of this License, then your full rights under this License\nwill be reinstated:\n\n a. Provisionally and subject to permanent termination until the 60th\n day after cessation of breach;\n\n b. Permanently on the 60th day after cessation of breach unless\n otherwise reasonably notified by the Licensor; or\n\n c. Permanently if reasonably notified by the Licensor of the\n violation, this is the first time You have received notice of\n violation of this License from the Licensor, and You cure the\n violation prior to 30 days after your receipt of the notice.\n\nPersons subject to permanent termination of rights are not eligible to\nbe a recipient and receive a license under Section 4.8.\n\n9.5 Notwithstanding the above, Licensor reserves the right to release\nthe Database under different license terms or to stop distributing or\nmaking available the Database. Releasing the Database under different\nlicense terms or stopping the distribution of the Database will not\nwithdraw this License (or any other license that has been, or is\nrequired to be, granted under the terms of this License), and this\nLicense will continue in full force and effect unless terminated as\nstated above.\n\n### 10.0 General\n\n10.1 If any provision of this License is held to be invalid or\nunenforceable, that must not affect the validity or enforceability of\nthe remainder of the terms and conditions of this License and each\nremaining provision of this License shall be valid and enforced to the\nfullest extent permitted by law.\n\n10.2 This License is the entire agreement between the parties with\nrespect to the rights granted here over the Database. It replaces any\nearlier understandings, agreements or representations with respect to\nthe Database.\n\n10.3 If You are in breach of the terms of this License, You will not be\nentitled to rely on the terms of this License or to complain of any\nbreach by the Licensor.\n\n10.4 Choice of law. This License takes effect in and will be governed by\nthe laws of the relevant jurisdiction in which the License terms are\nsought to be enforced. If the standard suite of rights granted under\napplicable copyright law and Database Rights in the relevant\njurisdiction includes additional rights not granted under this License,\nthese additional rights are granted in this License in order to meet the\nterms of this License.\n", "rf_url": "http:\/\/www.opendatacommons.org\/licenses\/odbl\/1.0\/", "rf_add_date": null, "rf_copyleft": null, @@ -5897,7 +5897,7 @@ }, { "rf_shortname": "PDDL-1.0", - "rf_text": "Open Data Commons Public Domain Dedication & License (PDDL)\n\nPreamble\nThe Open Data Commons - Public Domain Dedication & Licence is a document intended to allow you to freely share, modify, and use this work for any purpose and without any restrictions. This licence is intended for use on databases or their contents (\"data\"), either together or individually.\n\nMany databases are covered by copyright. Some jurisdictions, mainly in Europe, have specific special rights that cover databases called the \"sui generis\" database right. Both of these sets of rights, as well as other legal rights used to protect databases and data, can create uncertainty or practical difficulty for those wishing to share databases and their underlying data but retain a limited amount of rights under a \"some rights reserved\" approach to licensing as outlined in the Science Commons Protocol for Implementing Open Access Data. As a result, this waiver and licence tries to the fullest extent possible to eliminate or fully license any rights that cover this database and data. Any Community Norms or similar statements of use of the database or data do not form a part of this document, and do not act as a contract for access or other terms of use for the database or data.\n\nThe position of the recipient of the work\n\nBecause this document places the database and its contents in or as close as possible within the public domain, there are no restrictions or requirements placed on the recipient by this document. Recipients may use this work commercially, use technical protection measures, combine this data or database with other databases or data, and share their changes and additions or keep them secret. It is not a requirement that recipients provide further users with a copy of this licence or attribute the original creator of the data or database as a source. The goal is to eliminate restrictions held by the original creator of the data and database on the use of it by others.\n\nThe position of the dedicator of the work\n\nCopyright law, as with most other law under the banner of \"intellectual property\", is inherently national law. This means that there exists several differences in how copyright and other IP rights can be relinquished, waived or licensed in the many legal jurisdictions of the world. This is despite much harmonisation of minimum levels of protection. The internet and other communication technologies span these many disparate legal jurisdictions and thus pose special difficulties for a document relinquishing and waiving intellectual property rights, including copyright and database rights, for use by the global community. Because of this feature of intellectual property law, this document first relinquishes the rights and waives the relevant rights and claims. It then goes on to license these same rights for jurisdictions or areas of law that may make it difficult to relinquish or waive rights or claims.\n\nThe purpose of this document is to enable rightsholders to place their work into the public domain. Unlike licences for free and open source software, free cultural works, or open content licences, rightsholders will not be able to \"dual license\" their work by releasing the same work under different licences. This is because they have allowed anyone to use the work in whatever way they choose. Rightsholders therefore can\u2019t re-license it under copyright or database rights on different terms because they have nothing left to license. Doing so creates truly accessible data to build rich applications and advance the progress of science and the arts.\n\nThis document can cover either or both of the database and its contents (the data). Because databases can have a wide variety of content - not just factual data - rightsholders should use the Open Data Commons - Public Domain Dedication & Licence for an entire database and its contents only if everything can be placed under the terms of this document. Because even factual data can sometimes have intellectual property rights, rightsholders should use this licence to cover both the database and its factual data when making material available under this document; even if it is likely that the data would not be covered by copyright or database rights.\n\nRightsholders can also use this document to cover any copyright or database rights claims over only a database, and leave the contents to be covered by other licences or documents. They can do this because this document refers to the \"Work\", which can be either - or both - the database and its contents. As a result, rightsholders need to clearly state what they are dedicating under this document when they dedicate it.\n\nJust like any licence or other document dealing with intellectual property, rightsholders should be aware that one can only license what one owns. Please ensure that the rights have been cleared to make this material available under this document.\n\nThis document permanently and irrevocably makes the Work available to the public for any use of any kind, and it should not be used unless the rightsholder is prepared for this to happen.\n\nPart I: Introduction\n\nThe Rightsholder (the Person holding rights or claims over the Work) agrees as follows:\n\n1.0 Definitions of Capitalised Words\n\n\"Copyright\" - Includes rights under copyright and under neighbouring rights and similarly related sets of rights under the law of the relevant jurisdiction under Section 6.4.\n\n\"Data\" - The contents of the Database, which includes the information, independent works, or other material collected into the Database offered under the terms of this Document.\n\n\"Database\" - A collection of Data arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this Document.\n\n\"Database Right\" - Means rights over Data resulting from the Chapter III (\"sui generis\") rights in the Database Directive (Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases) and any future updates as well as any similar rights available in the relevant jurisdiction under Section 6.4.\n\n\"Document\" - means this relinquishment and waiver of rights and claims and back up licence agreement.\n\n\"Person\" - Means a natural or legal person or a body of persons corporate or incorporate.\n\n\"Use\" - As a verb, means doing any act that is restricted by Copyright or Database Rights whether in the original medium or any other; and includes modifying the Work as may be technically necessary to use it in a different mode or format. This includes the right to sublicense the Work.\n\n\"Work\" - Means either or both of the Database and Data offered under the terms of this Document.\n\n\"You\" - the Person acquiring rights under the licence elements of this Document.\n\nWords in the singular include the plural and vice versa.\n\n2.0 What this document covers\n\n2.1. Legal effect of this Document. This Document is:\n\n a. A dedication to the public domain and waiver of Copyright and Database Rights over the Work; and\n\n b. A licence of Copyright and Database Rights over the Work in jurisdictions that do not allow for relinquishment or waiver.\n\n2.2. Legal rights covered.\n\n a. Copyright. Any copyright or neighbouring rights in the Work. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Data stored in the Database. Copyright may also cover the Data depending on the jurisdiction and type of Data; and\n\n b. Database Rights. Database Rights only extend to the extraction and re-utilisation of the whole or a substantial part of the Data. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Data is removed from the Database and is selected and arranged in a way that would not infringe any applicable copyright.\n\n2.2 Rights not covered.\n\n a. This Document does not apply to computer programs used in the making or operation of the Database;\n\n b. This Document does not cover any patents over the Data or the Database. Please see Section 4.2 later in this Document for further details; and\n\n c. This Document does not cover any trade marks associated with the Database. Please see Section 4.3 later in this Document for further details.\n\nUsers of this Database are cautioned that they may have to clear other rights or consult other licences.\n\n2.3 Facts are free. The Rightsholder takes the position that factual information is not covered by Copyright. This Document however covers the Work in jurisdictions that may protect the factual information in the Work by Copyright, and to cover any information protected by Copyright that is contained in the Work.\n\nPart II: Dedication to the public domain\n\n3.0 Dedication, waiver, and licence of Copyright and Database Rights\n\n3.1 Dedication of Copyright and Database Rights to the public domain. The Rightsholder by using this Document, dedicates the Work to the public domain for the benefit of the public and relinquishes all rights in Copyright and Database Rights over the Work.\n\n a. The Rightsholder realises that once these rights are relinquished, that the Rightsholder has no further rights in Copyright and Database Rights over the Work, and that the Work is free and open for others to Use.\n\n b. The Rightsholder intends for their relinquishment to cover all present and future rights in the Work under Copyright and Database Rights, whether they are vested or contingent rights, and that this relinquishment of rights covers all their heirs and successors.\n\nThe above relinquishment of rights applies worldwide and includes media and formats now known or created in the future.\n\n3.2 Waiver of rights and claims in Copyright and Database Rights when Section 3.1 dedication inapplicable. If the dedication in Section 3.1 does not apply in the relevant jurisdiction under Section 6.4, the Rightsholder waives any rights and claims that the Rightsholder may have or acquire in the future over the Work in:\n\n a. Copyright; and\n\n b. Database Rights.\n\nTo the extent possible in the relevant jurisdiction, the above waiver of rights and claims applies worldwide and includes media and formats now known or created in the future. The Rightsholder agrees not to assert the above rights and waives the right to enforce them over the Work.\n\n3.3 Licence of Copyright and Database Rights when Sections 3.1 and 3.2 inapplicable. If the dedication and waiver in Sections 3.1 and 3.2 does not apply in the relevant jurisdiction under Section 6.4, the Rightsholder and You agree as follows:\n\n a. The Licensor grants to You a worldwide, royalty-free, non-exclusive, licence to Use the Work for the duration of any applicable Copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future.\n\n3.4 Moral rights. This section covers moral rights, including the right to be identified as the author of the Work or to object to treatment that would otherwise prejudice the author\u2019s honour and reputation, or any other derogatory treatment:\n\n a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Work to the fullest extent possible by the law of the relevant jurisdiction under Section 6.4;\n\n b. If waiver of moral rights under Section 3.4 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Work and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 6.4; and\n\n c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 3.4 a and b, the author may retain their moral rights over the copyrighted aspects of the Work.\n\nPlease note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the work in some jurisdictions.\n\n4.0 Relationship to other rights\n\n4.1 No other contractual conditions. The Rightsholder makes this Work available to You without any other contractual obligations, either express or implied. Any Community Norms statement associated with the Work is not a contract and does not form part of this Document.\n\n4.2 Relationship to patents. This Document does not grant You a licence for any patents that the Rightsholder may own. Users of this Database are cautioned that they may have to clear other rights or consult other licences.\n\n4.3 Relationship to trade marks. This Document does not grant You a licence for any trade marks that the Rightsholder may own or that the Rightsholder may use to cover the Work. Users of this Database are cautioned that they may have to clear other rights or consult other licences. Part III: General provisions\n\n5.0 Warranties, disclaimer, and limitation of liability\n\n5.1 The Work is provided by the Rightsholder \"as is\" and without any warranty of any kind, either express or implied, whether of title, of accuracy or completeness, of the presence of absence of errors, of fitness for purpose, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You.\n\n5.2 Subject to any liability that may not be excluded or limited by law, the Rightsholder is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this Document, whether by You or by anyone else, and whether caused by any fault on the part of the Rightsholder or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages. This exclusion applies even if the Rightsholder has been advised of the possibility of such damages.\n\n5.3 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Rightsholder.\n\n6.0 General\n\n6.1 If any provision of this Document is held to be invalid or unenforceable, that must not affect the cvalidity or enforceability of the remainder of the terms of this Document.\n\n6.2 This Document is the entire agreement between the parties with respect to the Work covered here. It replaces any earlier understandings, agreements or representations with respect to the Work not specified here.\n\n6.3 This Document does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Work, including (for jurisdictions where this Document is a licence) fair dealing, fair use, database exceptions, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws.\n\n6.4 This Document takes effect in the relevant jurisdiction in which the Document terms are sought to be enforced. If the rights waived or granted under applicable law in the relevant jurisdiction includes additional rights not waived or granted under this Document, these additional rights are included in this Document in order to meet the intent of this Document.\n", + "rf_text": "Open Data Commons Public Domain Dedication & License (PDDL)\n\nPreamble\nThe Open Data Commons - Public Domain Dedication & Licence is a document intended to allow you to freely share, modify, and use this work for any purpose and without any restrictions. This licence is intended for use on databases or their contents (\"data\"), either together or individually.\n\nMany databases are covered by copyright. Some jurisdictions, mainly in Europe, have specific special rights that cover databases called the \"sui generis\" database right. Both of these sets of rights, as well as other legal rights used to protect databases and data, can create uncertainty or practical difficulty for those wishing to share databases and their underlying data but retain a limited amount of rights under a \"some rights reserved\" approach to licensing as outlined in the Science Commons Protocol for Implementing Open Access Data. As a result, this waiver and licence tries to the fullest extent possible to eliminate or fully license any rights that cover this database and data. Any Community Norms or similar statements of use of the database or data do not form a part of this document, and do not act as a contract for access or other terms of use for the database or data.\n\nThe position of the recipient of the work\n\nBecause this document places the database and its contents in or as close as possible within the public domain, there are no restrictions or requirements placed on the recipient by this document. Recipients may use this work commercially, use technical protection measures, combine this data or database with other databases or data, and share their changes and additions or keep them secret. It is not a requirement that recipients provide further users with a copy of this licence or attribute the original creator of the data or database as a source. The goal is to eliminate restrictions held by the original creator of the data and database on the use of it by others.\n\nThe position of the dedicator of the work\n\nCopyright law, as with most other law under the banner of \"intellectual property\", is inherently national law. This means that there exists several differences in how copyright and other IP rights can be relinquished, waived or licensed in the many legal jurisdictions of the world. This is despite much harmonisation of minimum levels of protection. The internet and other communication technologies span these many disparate legal jurisdictions and thus pose special difficulties for a document relinquishing and waiving intellectual property rights, including copyright and database rights, for use by the global community. Because of this feature of intellectual property law, this document first relinquishes the rights and waives the relevant rights and claims. It then goes on to license these same rights for jurisdictions or areas of law that may make it difficult to relinquish or waive rights or claims.\n\nThe purpose of this document is to enable rightsholders to place their work into the public domain. Unlike licences for free and open source software, free cultural works, or open content licences, rightsholders will not be able to \"dual license\" their work by releasing the same work under different licences. This is because they have allowed anyone to use the work in whatever way they choose. Rightsholders therefore can't re-license it under copyright or database rights on different terms because they have nothing left to license. Doing so creates truly accessible data to build rich applications and advance the progress of science and the arts.\n\nThis document can cover either or both of the database and its contents (the data). Because databases can have a wide variety of content - not just factual data - rightsholders should use the Open Data Commons - Public Domain Dedication & Licence for an entire database and its contents only if everything can be placed under the terms of this document. Because even factual data can sometimes have intellectual property rights, rightsholders should use this licence to cover both the database and its factual data when making material available under this document; even if it is likely that the data would not be covered by copyright or database rights.\n\nRightsholders can also use this document to cover any copyright or database rights claims over only a database, and leave the contents to be covered by other licences or documents. They can do this because this document refers to the \"Work\", which can be either - or both - the database and its contents. As a result, rightsholders need to clearly state what they are dedicating under this document when they dedicate it.\n\nJust like any licence or other document dealing with intellectual property, rightsholders should be aware that one can only license what one owns. Please ensure that the rights have been cleared to make this material available under this document.\n\nThis document permanently and irrevocably makes the Work available to the public for any use of any kind, and it should not be used unless the rightsholder is prepared for this to happen.\n\nPart I: Introduction\n\nThe Rightsholder (the Person holding rights or claims over the Work) agrees as follows:\n\n1.0 Definitions of Capitalised Words\n\n\"Copyright\" - Includes rights under copyright and under neighbouring rights and similarly related sets of rights under the law of the relevant jurisdiction under Section 6.4.\n\n\"Data\" - The contents of the Database, which includes the information, independent works, or other material collected into the Database offered under the terms of this Document.\n\n\"Database\" - A collection of Data arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this Document.\n\n\"Database Right\" - Means rights over Data resulting from the Chapter III (\"sui generis\") rights in the Database Directive (Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases) and any future updates as well as any similar rights available in the relevant jurisdiction under Section 6.4.\n\n\"Document\" - means this relinquishment and waiver of rights and claims and back up licence agreement.\n\n\"Person\" - Means a natural or legal person or a body of persons corporate or incorporate.\n\n\"Use\" - As a verb, means doing any act that is restricted by Copyright or Database Rights whether in the original medium or any other; and includes modifying the Work as may be technically necessary to use it in a different mode or format. This includes the right to sublicense the Work.\n\n\"Work\" - Means either or both of the Database and Data offered under the terms of this Document.\n\n\"You\" - the Person acquiring rights under the licence elements of this Document.\n\nWords in the singular include the plural and vice versa.\n\n2.0 What this document covers\n\n2.1. Legal effect of this Document. This Document is:\n\n a. A dedication to the public domain and waiver of Copyright and Database Rights over the Work; and\n\n b. A licence of Copyright and Database Rights over the Work in jurisdictions that do not allow for relinquishment or waiver.\n\n2.2. Legal rights covered.\n\n a. Copyright. Any copyright or neighbouring rights in the Work. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Data stored in the Database. Copyright may also cover the Data depending on the jurisdiction and type of Data; and\n\n b. Database Rights. Database Rights only extend to the extraction and re-utilisation of the whole or a substantial part of the Data. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Data is removed from the Database and is selected and arranged in a way that would not infringe any applicable copyright.\n\n2.2 Rights not covered.\n\n a. This Document does not apply to computer programs used in the making or operation of the Database;\n\n b. This Document does not cover any patents over the Data or the Database. Please see Section 4.2 later in this Document for further details; and\n\n c. This Document does not cover any trade marks associated with the Database. Please see Section 4.3 later in this Document for further details.\n\nUsers of this Database are cautioned that they may have to clear other rights or consult other licences.\n\n2.3 Facts are free. The Rightsholder takes the position that factual information is not covered by Copyright. This Document however covers the Work in jurisdictions that may protect the factual information in the Work by Copyright, and to cover any information protected by Copyright that is contained in the Work.\n\nPart II: Dedication to the public domain\n\n3.0 Dedication, waiver, and licence of Copyright and Database Rights\n\n3.1 Dedication of Copyright and Database Rights to the public domain. The Rightsholder by using this Document, dedicates the Work to the public domain for the benefit of the public and relinquishes all rights in Copyright and Database Rights over the Work.\n\n a. The Rightsholder realises that once these rights are relinquished, that the Rightsholder has no further rights in Copyright and Database Rights over the Work, and that the Work is free and open for others to Use.\n\n b. The Rightsholder intends for their relinquishment to cover all present and future rights in the Work under Copyright and Database Rights, whether they are vested or contingent rights, and that this relinquishment of rights covers all their heirs and successors.\n\nThe above relinquishment of rights applies worldwide and includes media and formats now known or created in the future.\n\n3.2 Waiver of rights and claims in Copyright and Database Rights when Section 3.1 dedication inapplicable. If the dedication in Section 3.1 does not apply in the relevant jurisdiction under Section 6.4, the Rightsholder waives any rights and claims that the Rightsholder may have or acquire in the future over the Work in:\n\n a. Copyright; and\n\n b. Database Rights.\n\nTo the extent possible in the relevant jurisdiction, the above waiver of rights and claims applies worldwide and includes media and formats now known or created in the future. The Rightsholder agrees not to assert the above rights and waives the right to enforce them over the Work.\n\n3.3 Licence of Copyright and Database Rights when Sections 3.1 and 3.2 inapplicable. If the dedication and waiver in Sections 3.1 and 3.2 does not apply in the relevant jurisdiction under Section 6.4, the Rightsholder and You agree as follows:\n\n a. The Licensor grants to You a worldwide, royalty-free, non-exclusive, licence to Use the Work for the duration of any applicable Copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future.\n\n3.4 Moral rights. This section covers moral rights, including the right to be identified as the author of the Work or to object to treatment that would otherwise prejudice the author's honour and reputation, or any other derogatory treatment:\n\n a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Work to the fullest extent possible by the law of the relevant jurisdiction under Section 6.4;\n\n b. If waiver of moral rights under Section 3.4 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Work and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 6.4; and\n\n c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 3.4 a and b, the author may retain their moral rights over the copyrighted aspects of the Work.\n\nPlease note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the work in some jurisdictions.\n\n4.0 Relationship to other rights\n\n4.1 No other contractual conditions. The Rightsholder makes this Work available to You without any other contractual obligations, either express or implied. Any Community Norms statement associated with the Work is not a contract and does not form part of this Document.\n\n4.2 Relationship to patents. This Document does not grant You a licence for any patents that the Rightsholder may own. Users of this Database are cautioned that they may have to clear other rights or consult other licences.\n\n4.3 Relationship to trade marks. This Document does not grant You a licence for any trade marks that the Rightsholder may own or that the Rightsholder may use to cover the Work. Users of this Database are cautioned that they may have to clear other rights or consult other licences. Part III: General provisions\n\n5.0 Warranties, disclaimer, and limitation of liability\n\n5.1 The Work is provided by the Rightsholder \"as is\" and without any warranty of any kind, either express or implied, whether of title, of accuracy or completeness, of the presence of absence of errors, of fitness for purpose, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You.\n\n5.2 Subject to any liability that may not be excluded or limited by law, the Rightsholder is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this Document, whether by You or by anyone else, and whether caused by any fault on the part of the Rightsholder or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages. This exclusion applies even if the Rightsholder has been advised of the possibility of such damages.\n\n5.3 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Rightsholder.\n\n6.0 General\n\n6.1 If any provision of this Document is held to be invalid or unenforceable, that must not affect the cvalidity or enforceability of the remainder of the terms of this Document.\n\n6.2 This Document is the entire agreement between the parties with respect to the Work covered here. It replaces any earlier understandings, agreements or representations with respect to the Work not specified here.\n\n6.3 This Document does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Work, including (for jurisdictions where this Document is a licence) fair dealing, fair use, database exceptions, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws.\n\n6.4 This Document takes effect in the relevant jurisdiction in which the Document terms are sought to be enforced. If the rights waived or granted under applicable law in the relevant jurisdiction includes additional rights not waived or granted under this Document, these additional rights are included in this Document in order to meet the intent of this Document.\n", "rf_url": "http:\/\/opendatacommons.org\/licenses\/pddl\/1.0\/", "rf_add_date": null, "rf_copyleft": null, @@ -7107,7 +7107,7 @@ }, { "rf_shortname": "Public-domain", - "rf_text": "Public domain software is software that is not copyrighted. If the source code is in the public domain, that is a special case of noncopylefted free software, which means that some copies or modified versions may not be free at all.\n\nIn some cases, an executable program can be in the public domain but the source code is not available. This is not free software, because free software requires accessibility of source code. Meanwhile, most free software is not in the public domain; it is copyrighted, and the copyright holders have legally given permission for everyone to use it in freedom, using a free software license.\n\nSometimes people use the term \u201cpublic domain\u201d in a loose fashion to mean \u201cfree\u201d or \u201cavailable gratis.\u201d However, \u201cpublic domain\u201d is a legal term and means, precisely, \u201cnot copyrighted\u201d. For clarity, we recommend using \u201cpublic domain\u201d for that meaning only, and using other terms to convey the other meanings.\n\nUnder the Berne Convention, which most countries have signed, anything written down is automatically copyrighted. This includes programs. Therefore, if you want a program you have written to be in the public domain, you must take some legal steps to disclaim the copyright on it; otherwise, the program is copyrighted.", + "rf_text": "Public domain software is software that is not copyrighted. If the source code is in the public domain, that is a special case of noncopylefted free software, which means that some copies or modified versions may not be free at all.\n\nIn some cases, an executable program can be in the public domain but the source code is not available. This is not free software, because free software requires accessibility of source code. Meanwhile, most free software is not in the public domain; it is copyrighted, and the copyright holders have legally given permission for everyone to use it in freedom, using a free software license.\n\nSometimes people use the term \"public domain\" in a loose fashion to mean \"free\" or \"available gratis.\" However, \"public domain\" is a legal term and means, precisely, \"not copyrighted\". For clarity, we recommend using \"public domain\" for that meaning only, and using other terms to convey the other meanings.\n\nUnder the Berne Convention, which most countries have signed, anything written down is automatically copyrighted. This includes programs. Therefore, if you want a program you have written to be in the public domain, you must take some legal steps to disclaim the copyright on it; otherwise, the program is copyrighted.", "rf_url": "https:\/\/www.gnu.org\/philosophy\/categories.html#publicdomainsoftware", "rf_add_date": null, "rf_copyleft": null, @@ -7239,7 +7239,7 @@ }, { "rf_shortname": "Citrix", - "rf_text": "CITRIX\u00ae LICENSE AGREEMENT\nThis is a legal agreement (\u201cAGREEMENT\u201d) between you, the Licensed User, and Citrix Systems, Inc., Citrix \nSystems International GmbH, or Citrix Systems Asia Pacific Pty Ltd. Your location of receipt of this product or \nfeature release (both hereinafter \u201cPRODUCT\u201d) or technical support (hereinafter \u201cSUPPORT\u201d) determines the \nproviding entity hereunder (the applicable entity is hereinafter referred to as \u201cCITRIX\u201d). Citrix Systems, Inc., a \nDelaware corporation, licenses this PRODUCT in the Americas and Japan and provides SUPPORT in the Americas. \nCitrix Systems International GmbH, a Swiss company wholly owned by Citrix Systems, Inc., licenses this \nPRODUCT and provides SUPPORT in Europe, the Middle East, and Africa, and licenses the PRODUCT in Asia \nand the Pacific (excluding Japan). Citrix Systems Asia Pacific Pty Ltd. provides SUPPORT in Asia and the Pacific \n(excluding Japan). Citrix Systems Japan KK provides SUPPORT in Japan. BY INSTALLING AND\/OR USING \nTHE PRODUCT, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT. IF YOU \nDO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT INSTALL AND\/OR USE THE \nPRODUCT.\n1. GRANT OF LICENSE.\nDefinitions. \u201cXen Code\u201d means the hypervisor code of the XenServer PRODUCT licensed by CITRIX under an \nopen source licensing model (that is, the GNU General Public License, BSD or a license similar to those \napproved by the Open Source Initiative); \u201cXenServer Technology\u201d means the management console object code \nand any other object code of the XenServer PRODUCT that is not Xen Code and that is licensed pursuant to \nthis AGREEMENT; and \u201cSOFTWARE\u201d means the PRODUCT and accompanying user documentation.\nGrant. This PRODUCT contains software that provides services on a physical server (\u201cLicensed Server\u201d). This \nPRODUCT is activated by licenses (\u201cLicenses\u201d). Except as set forth herein, this PRODUCT is licensed for a \nspecific quantity of Licensed Servers. If you received this PRODUCT as a component of Citrix XenApp \nFundamentals, Advanced, Enterprise or Platinum Edition or if this PRODUCT is free XenServer, this \nPRODUCT is licensed for an unlimited quantity of Licensed Servers. If you received this PRODUCT as a \ncomponent of Citrix XenDesktop VDI, Enterprise or Platinum Edition, this PRODUCT is licensed for an \nunlimited quantity of Licensed Servers, but only for supporting virtual machines in the Citrix XenDesktop \nsolution environment, including those for virtual desktop images or infrastructure. Virtual machines used as \nCitrix XenDesktop infrastructure servers may not be used for any other purpose. Licenses for other CITRIX \nproducts (other than as specified for Citrix XenDesktop above) or other editions of the same PRODUCT may \nnot be used to increase the allowable use for the PRODUCT. CITRIX grants to you a worldwide, nonexclusive \nright to use the PRODUCT on Licensed Servers. You may use the PRODUCT only on Licensed Servers and \nonly in accordance with the accompanying SOFTWARE user documentation. Notwithstanding anything set \nforth in this AGREEMENT, your use of Xen Code shall in all ways be governed by the open source license \nindicated as applicable to the code at www.citrix.com\/eula. You may also access these License terms in the root \ndirectory (\/EULA) after installing the PRODUCT. CITRIX retains ownership of all XenServer Technology. \nYou will maintain the copyright notice and any other notices that appear on the PRODUCT.\na. Perpetual License. If the SOFTWARE is \u201cPerpetual License SOFTWARE,\u201d the SOFTWARE is licensed \non a perpetual basis and includes the right to receive Subscription (as defined in Section 2 below).\nb. Annual PRODUCT. If the SOFTWARE is \u201cAnnual License SOFTWARE,\u201d your license is for one (1) year \nand includes the right to receive Updates for that period (but not under Subscription)). For the purposes of \nthis AGREEMENT, an Update shall mean a generally available release of the same SOFTWARE. Free \nXenServer SOFTWARE is offered with an Annual License, but with NO RIGHT TO RECEIVE \nUPDATES, NO WARRANTY, NOR INFRINGEMENT INDEMNIFICATION. To extend an Annual \nLicense, you must install an additional Annual License prior to the expiration of the current Annual \nLicense. Note that if a new Annual License is not installed, Annual License SOFTWARE disables itself \nupon the expiration of the Annual License period. \nc. Partner Demo. If this SOFTWARE is \u201cPartner Demo SOFTWARE,\u201d notwithstanding any term to the \ncontrary in this AGREEMENT, your License permits use only if you are a current CITRIX authorized \ndistributor or reseller and then only for demonstration, test, or evaluation purposes in support of your \ncustomers. Note that Partner Demo SOFTWARE disables itself on the \u201ctime-out\u201d date identified in the \nSOFTWARE readme or documentation.\nd. Evaluation. If this SOFTWARE is \u201cEvaluation SOFTWARE,\u201d notwithstanding any term to the contrary in this AGREEMENT, your License permits use only for your internal demonstration, test, or evaluation \npurposes. Note that Evaluation SOFTWARE disables itself on the \u201ctime-out\u201d date identified in the \nSOFTWARE readme or documentation.\ne. Developers\u2019 Edition. If this SOFTWARE is \u201cDevelopers\u2019 Edition SOFTWARE,\u201d notwithstanding any term \nto the contrary in this AGREEMENT, your License permits use only for your internal development of \nproduct(s) to operate in conjunction with the SOFTWARE. You receive no License hereunder to \nincorporate the SOFTWARE or any portion thereof in your own product(s).\nf. Internal Use Only. If this SOFTWARE is \u201cInternal Use Only SOFTWARE,\u201d notwithstanding any term to \nthe contrary in this AGREEMENT, your License permits use only if you are a current CITRIX authorized \ndistributor or reseller and then only for your own internal business use. Note that Internal Use Only \nSOFTWARE disables itself on the \u201ctime-out\u201d date identified in the SOFTWARE readme or \ndocumentation.\ng. Archive Copy. You may make one (1) copy of the SOFTWARE in machine-readable form solely for \nbackup purposes, provided that you reproduce all proprietary notices on the copy.\n2. SUBSCRIPTION RIGHTS. Your subscription for Perpetual License SOFTWARE (\u201cSubscription\u201d), including \nany Subscription offerings you purchase which include SUPPORT, shall begin on the date the Licenses are \ndelivered to you by email and shall run for a one (1) year term subject to your purchase of annual renewals (the \n\u201cSubscription Term\u201d). During the initial or a renewal Subscription Term, CITRIX may, from time to time, \ngenerally make Updates available for licensing to the public. Upon general availability of Updates during the \nSubscription Term, CITRIX shall provide you with Updates for covered Licenses. Any such Updates so \ndelivered to you shall be considered SOFTWARE under the terms of this AGREEMENT, except they are not \ncovered by the Limited Warranty applicable to SOFTWARE, to the extent permitted by applicable law. \nSubscription may be purchased for the SOFTWARE until it is no longer offered in accordance with the CITRIX \nPRODUCT Support Lifecycle Policy posted at www.citrix.com.\nYou acknowledge that CITRIX may develop and market new or different computer programs or editions of the \nSOFTWARE that use portions of the SOFTWARE and that perform all or part of the functions performed by \nthe SOFTWARE. Nothing contained in this AGREEMENT shall give you any rights with respect to such new \nor different computer programs or editions. You also acknowledge that CITRIX is not obligated under this \nAGREEMENT to make any Updates available to the public. Any deliveries of Updates shall be Ex Works \nCITRIX (Incoterms 2000).\n3. SUPPORT. You may buy SUPPORT for the SOFTWARE. SUPPORT, excluding any Subscription offerings \nwhich include SUPPORT (see Section 2 above), shall begin on the date of SUPPORT activation by CITRIX \nand shall run for a one (1) year term subject to your purchase of annual renewals. SUPPORT, including \nSUPPORT included as part of Subscription offerings, is sold including various combinations of Incidents, \ntechnical contacts, coverage hours, geographic coverage areas, technical relationship management coverage, \nand infrastructure assessment options. An \u201cIncident\u201d is defined as a single SUPPORT issue and reasonable \neffort(s) needed to resolve it. An Incident may require multiple telephone calls and offline research to achieve \nfinal resolution. The Incident severity will determine the response levels for the SOFTWARE. Unused Incidents \nor other entitlements expire at the end of each annual term. SUPPORT may be purchased for the SOFTWARE \nuntil it is no longer offered in accordance with the CITRIX PRODUCT Support Lifecycle Policy posted at \nwww.citrix.com. SUPPORT will be provided remotely from CITRIX to your locations. Where on-site visits are \nmutually agreed, you will be billed for reasonable travel and living expenses in accordance with your travel \npolicy. CITRIX\u2019 performance is predicated upon the following responsibilities being fulfilled by you: (i) you \nwill designate a Customer Support Manager (\u201cCSM\u201d) who will be the primary administrative contact; (ii) you \nwill designate Named Contacts (including a CSM), preferably each CITRIX certified, and each Named Contact \n(excluding CSM) will be supplied with an individual service ID number for contacting SUPPORT; (iii) you \nagree to perform reasonable problem determination activities and to perform reasonable problem resolution \nactivities as suggested by CITRIX. You agree to cooperate with such requests; (iv) you are responsible for \nimplementing procedures necessary to safeguard the integrity and security of SOFTWARE and data from \nunauthorized access and for reconstructing any lost or altered files resulting from catastrophic failures; (v) you \nare responsible for procuring, installing, and maintaining all equipment, telephone lines, communications \ninterfaces, and other hardware at your site and providing CITRIX with access to your facilities as required to \noperate the SOFTWARE and permitting CITRIX to perform the service called for by this AGREEMENT; and (vi) you are required to implement all currently available and applicable hotfixes, hotfix rollup packs, and \nservice packs or their equivalent to the SOFTWARE in a timely manner. CITRIX is not required to provide any \nSUPPORT relating to problems arising out of: (i) your or any third party\u2019s alterations or additions to the \nSOFTWARE, operating system or environment that adversely affects the SOFTWARE (ii) Citrix provided \nalterations or additions to the SOFTWARE that do not address Errors or Defects; (ii) any functionality not \ndefined in the PRODUCT documentation published by CITRIX and included with the PRODUCT; (iii) use of \nthe SOFTWARE on a processor and peripherals other than the processor and peripherals defined in the \ndocumentation; (iv) SOFTWARE that has reached End-of-Life; and (v) any consulting deliverables from any \nparty. An \u201cError\u201d is defined as a failure in the SOFTWARE to materially conform to the functionality defined \nin the documentation. A \u201cDefect\u201d is defined as a failure in the SOFTWARE to conform to the specifications in \nthe documentation. In situations where CITRIX cannot provide a satisfactory resolution to your critical problem \nthrough normal SUPPORT methods, CITRIX may engage its product development team to create a private fix. \nPrivate fixes are designed to address your specific situation and may not be distributed by you outside your \norganization without written consent from CITRIX. CITRIX retains all right, title, and interest in and to all \nprivate fixes. Any hotfixes or private fixes are not SOFTWARE under the terms of this AGREEMENT and they \nare not covered by the Limited Warranty or Infringement Indemnification applicable to SOFTWARE, to the \nextent permitted by applicable law. With respect to infrastructure assessments or other consulting services, all \nintellectual property rights in all reports, preexisting works and derivative works of such preexisting works, as \nwell as installation scripts and other deliverables and developments made, conceived, created, discovered, \ninvented, or reduced to practice in the performance of the assessment or other consulting services are and shall \nremain the sole and absolute property of CITRIX, subject to a worldwide, nonexclusive License to you for \ninternal use.\n4. DESCRIPTION OF OTHER RIGHTS, LIMITATIONS, AND OBLIGATIONS. Unless expressly permitted by \napplicable law, you may not transfer, rent, timeshare, or lease the SOFTWARE. If you purchased Licenses for \nthe SOFTWARE to replace other CITRIX Licenses for other CITRIX SOFTWARE and such replacement is a \ncondition of the transaction, you agree to destroy those other CITRIX Licenses and retain no copies after \ninstallation of the new Licenses and SOFTWARE. You shall provide the serial numbers of such replaced \nLicenses and corresponding replacement Licenses to the reseller, and upon request, directly to CITRIX for \nlicense tracking purposes. Except as specifically licensed herein, you may not modify, translate, reverse \nengineer, decompile, disassemble, create derivative works based on, or copy (except for backup as permitted \nabove) the SOFTWARE, except to the extent such foregoing restriction is expressly prohibited by applicable \nlaw. You may not remove any proprietary notices, labels, or marks on any SOFTWARE. To the extent \npermitted by applicable law, you agree to allow CITRIX to audit your compliance with the terms of this \nAGREEMENT upon prior written notice during normal business hours. Notwithstanding the foregoing, this \nAGREEMENT shall not prevent or restrict you from exercising additional or different rights to any free, open \nsource code, documentation and materials contained in or provided with the SOFTWARE in accordance with \nthe applicable free, open source license for such code, documentation, and materials.\nYOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE SOFTWARE OR ANY COPY IN WHOLE \nOR IN PART, OR GRANT ANY RIGHTS IN THE SOFTWARE OR ACCOMPANYING \nDOCUMENTATION, EXCEPT AS EXPRESSLY PROVIDED IN THIS AGREEMENT. ALL RIGHTS NOT \nEXPRESSLY GRANTED ARE RESERVED BY CITRIX OR ITS SUPPLIERS.\nYou hereby agree, that to the extent that any applicable mandatory laws (such as, for example, national laws \nimplementing EC Directive 91\/250 on the Legal Protection of Computer Programs) give you the right to \nperform any of the aforementioned activities without the consent of CITRIX to gain certain information about \nthe SOFTWARE, before you exercise any such rights, you shall first request such information from CITRIX in \nwriting detailing the purpose for which you need the information. Only if and after CITRIX, at its sole \ndiscretion, partly or completely denies your request, shall you exercise your statutory rights.\n5. INFRINGEMENT INDEMNIFICATION. CITRIX shall indemnify and defend, or at its option, settle any \nclaim, suit, or proceeding brought against you based on an allegation that the XenServer Technology (excluding \nthat received in free XenServer) infringes upon any patent or copyright of any third party (\u201cInfringement \nClaim\u201d), provided you promptly notify CITRIX in writing of your notification or discovery of an Infringement \nClaim such that CITRIX is not prejudiced by any delay in such notification. CITRIX will have sole control over \nthe defense or settlement of any Infringement Claim and you will provide reasonable assistance in the defense \nof the same. Following notice of an Infringement Claim or if CITRIX believes such a claim is likely, CITRIX may at its sole expense and option: (i) procure for you the right to continue to use the alleged infringing\nXenServer Technology; (ii) replace or modify the XenServer Technology to make it non-infringing; or (iii) \naccept return of the SOFTWARE and provide you with a refund as appropriate. CITRIX assumes no liability \nfor any Infringement Claims or allegations of infringement based on: (i) your use of any XenServer Technology \nafter notice that you should cease use of the same due to an Infringement Claim; (ii) any modification of the \nXenServer Technology by you or at your direction; or (iii) your combination of XenServer Technology with \nother programs, data, hardware, or other materials, if such Infringement Claim would have been avoided by the \nuse of the XenServer Technology alone. THE FOREGOING STATES YOUR EXCLUSIVE REMEDY WITH \nRESPECT TO ANY INFRINGEMENT CLAIM.\n6. LIMITED WARRANTY AND DISCLAIMER. CITRIX warrants that for a period of ninety (90) days from the \ndate of delivery of the SOFTWARE (excluding free XenServer) to you, the SOFTWARE will perform \nsubstantially in accordance with the PRODUCT documentation published by CITRIX and included with the \nPRODUCT. CITRIX and its suppliers\u2019 entire liability and your exclusive remedy under this warranty (which is \nsubject to you returning the SOFTWARE to CITRIX or an authorized reseller) will be, at the sole option of \nCITRIX and subject to applicable law, to replace the media and\/or SOFTWARE or to refund the purchase price \nand terminate this AGREEMENT. CITRIX will provide the SUPPORT requested by you in a professional and \nworkmanlike manner, but CITRIX cannot guarantee that every question or problem raised by you will be \nresolved or resolved in a certain amount of time.\nTO THE EXTENT PERMITTED BY APPLICABLE LAW AND EXCEPT FOR THE ABOVE LIMITED \nWARRANTY FOR SOFTWARE, CITRIX AND ITS SUPPLIERS MAKE AND YOU RECEIVE NO \nWARRANTIES OR CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE; AND CITRIX \nAND ITS SUPPLIERS SPECIFICALLY DISCLAIM WITH RESPECT TO SOFTWARE, UPDATES, \nSUBSCRIPTION(INCLUDING SUBSCRIPTION WITH SUPPORT) AND SUPPORT ANY CONDITIONS \nOF QUALITY, AVAILABILITY, RELIABILITY, SECURITY, LACK OF VIRUSES, BUGS, OR ERRORS, \nAND ANY IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF \nTITLE, QUIET ENJOYMENT, QUIET POSSESSION, MERCHANTABILITY, NONINFRINGEMENT, OR \nFITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE IS NOT DESIGNED, MANUFACTURED, \nOR INTENDED FOR USE OR DISTRIBUTION WITH ANY EQUIPMENT THE FAILURE OF WHICH \nCOULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR \nENVIRONMENTAL DAMAGE. YOU ASSUME THE RESPONSIBILITY FOR THE SELECTION OF THE \nSOFTWARE AND HARDWARE TO ACHIEVE YOUR INTENDED RESULTS, AND FOR THE \nINSTALLATION OF, USE OF, AND RESULTS OBTAINED FROM THE SOFTWARE AND HARDWARE.\n7. PROPRIETARY RIGHTS. No title to or ownership of the XenServer Technology is transferred to you. CITRIX \nand\/or its licensors own and retain all title and ownership of all intellectual property rights in and to the \nXenServer Technology, including any adaptations or copies. You acquire only a limited License to use the \nXenServer Technology.\n8. EXPORT RESTRICTION. You agree that you will not export, re-export, or import the SOFTWARE in any \nform without the appropriate government licenses. You understand that under no circumstances may the \nSOFTWARE be exported to any country subject to U.S. embargo or to U.S.-designated denied persons or \nprohibited entities or U.S. specially designated nationals.\n9. LIMITATION OF LIABILITY. TO THE EXTENT PERMITTED BY APPLICABLE LAW, YOU AGREE \nTHAT NEITHER CITRIX NOR ITS AFFILIATES, SUPPLIERS, OR AUTHORIZED DISTRIBUTORS \nSHALL BE LIABLE FOR ANY LOSS OF DATA OR PRIVACY, LOSS OF INCOME, LOSS OF \nOPPORTUNITY OR PROFITS, COST OF RECOVERY, LOSS ARISING FROM YOUR USE OF THE \nSOFTWARE, SUBSCRIPTION (INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT, OR \nDAMAGE ARISING FROM YOUR USE OF THIRD PARTY SOFTWARE OR HARDWARE OR ANY \nOTHER SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES ARISING OUT OF OR \nIN CONNECTION WITH THIS AGREEMENT; OR THE USE OF THE SOFTWARE, SUBSCRIPTION \n(INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT, REFERENCE MATERIALS, OR \nACCOMPANYING DOCUMENTATION; OR YOUR EXPORTATION, REEXPORTATION, OR \nIMPORTATION OF THE SOFTWARE, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY. \nTHIS LIMITATION WILL APPLY EVEN IF CITRIX, ITS AFFILIATES, SUPPLIERS, OR AUTHORIZED \nDISTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE LIABILITY OF CITRIX, ITS \nAFFILIATES, SUPPLIERS, OR AUTHORIZED DISTRIBUTORS EXCEED THE AMOUNT PAID FOR \nTHE SOFTWARE, SUBSCRIPTION (INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT AT \nISSUE. YOU ACKNOWLEDGE THAT THE LICENSE OR SUPPORT FEE REFLECTS THIS \nALLOCATION OF RISK. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR \nEXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE \nLIMITATION OR EXCLUSION MAY NOT APPLY TO YOU. For purposes of this AGREEMENT, the term \n\u201cCITRIX AFFILIATE\u201d shall mean any legal entity fifty percent (50%) or more of the voting interests in which \nare owned directly or indirectly by Citrix Systems, Inc. Affiliates, suppliers, and authorized distributors are \nintended to be third party beneficiaries of this AGREEMENT.\n10. TERMINATION. This AGREEMENT is effective until terminated. You may terminate this AGREEMENT at \nany time by removing the SOFTWARE from your computers and destroying all copies and providing written \nnotice to CITRIX with the serial numbers of the terminated licenses. CITRIX may terminate this \nAGREEMENT at any time for your breach of this AGREEMENT. Unauthorized copying of the SOFTWARE \nor the accompanying documentation or otherwise failing to comply with the license grant of this AGREEMENT \nwill result in automatic termination of this AGREEMENT and will make available to CITRIX all other legal \nremedies. You agree and acknowledge that your material breach of this AGREEMENT shall cause CITRIX \nirreparable harm for which monetary damages alone would be inadequate and that, to the extent permitted by \napplicable law, CITRIX shall be entitled to injunctive or equitable relief without the need for posting a bond. \nUpon termination of this AGREEMENT, the License granted herein will terminate and you must immediately \ndestroy the SOFTWARE and accompanying documentation, and all backup copies thereof.\n11. U.S. GOVERNMENT END-USERS. If you are a U.S. Government agency, in accordance with Section 12.212 \nof the Federal Acquisition Regulation (48 CFR 12.212 (October 1995)) and Sections 227.7202-1 and \n227.7202-3 of the Defense Federal Acquisition Regulation Supplement (48 CFR 227.7202-1, 227.7202-3 (June \n1995)), you hereby acknowledge that the SOFTWARE constitutes \u201cCommercial Computer Software\u201d and that \nthe use, duplication, and disclosure of the SOFTWARE by the U.S. Government or any of its agencies is \ngoverned by, and is subject to, all of the terms, conditions, restrictions, and limitations set forth in this standard \ncommercial license AGREEMENT. In the event that, for any reason, Sections 12.212, 227.7202-1 or \n227.7202-3 are deemed not applicable, you hereby acknowledge that the Government\u2019s right to use, duplicate, \nor disclose the SOFTWARE are \u201cRestricted Rights\u201d as defined in 48 CFR Section 52.227-19(c)(1) and (2) \n(June 1987), or DFARS 252.227-7014(a)(14) (June 1995), as applicable. Manufacturer is Citrix Systems, Inc., \n851 West Cypress Creek Road, Fort Lauderdale, Florida, 33309.\n12. AUTHORIZED DISTRIBUTORS AND RESELLERS. CITRIX authorized distributors and resellers do not \nhave the right to make modifications to this AGREEMENT or to make any additional representations, \ncommitments, or warranties binding on CITRIX.\n13. CHOICE OF LAW AND VENUE. If provider is Citrix Systems, Inc., this AGREEMENT will be governed by \nthe laws of the State of Florida without reference to conflict of laws principles and excluding the United Nations \nConvention on Contracts for the International Sale of Goods, and in any dispute arising out of this \nAGREEMENT, you consent to the exclusive personal jurisdiction and venue in the State and Federal courts \nwithin Broward County, Florida. If provider is Citrix Systems International GmbH, this AGREEMENT will be \ngoverned by the laws of Switzerland without reference to the conflict of laws principles, and excluding the \nUnited Nations Convention on Contracts for the International Sale of Goods, and in any dispute arising out of \nthis AGREEMENT, you consent to the exclusive personal jurisdiction and venue of the competent courts in the \nCanton of Zurich. If provider is Citrix Systems Asia Pacific Pty Ltd, this AGREEMENT will be governed by \nthe laws of the State of New South Wales, Australia and excluding the United Nations Convention on Contracts \nfor the International Sale of Goods, and in any dispute arising out of this AGREEMENT, you consent to the \nexclusive personal jurisdiction and venue of the competent courts sitting in the State of New South Wales. If \nany provision of this AGREEMENT is invalid or unenforceable under applicable law, it shall be to that extent \ndeemed omitted and the remaining provisions will continue in full force and effect. To the extent a provision is \ndeemed omitted, the parties agree to comply with the remaining terms of this AGREEMENT in a manner \nconsistent with the original intent of the AGREEMENT.\n14. HOW TO CONTACT CITRIX. Should you have any questions concerning this AGREEMENT or want to \ncontact CITRIX for any reason, write to CITRIX at the following address: Citrix Systems, Inc., Customer Service, 851 West Cypress Creek Road, Ft. Lauderdale, Florida 33309; Citrix Systems International GmbH, \nRheinweg 9, CH-8200 Schaffhausen, Switzerland; or Citrix Systems Asia Pacific Pty Ltd., Level 3, 1 Julius \nAve., Riverside Corporate Park, North Ryde NSW 2113, Sydney, Australia.\n15. TRADEMARKS. Citrix, XenServer XenDesktop and XenApp are trademarks and\/or registered trademarks of \nCitrix Systems, Inc., in the U.S. and other countries. Microsoft, Windows and Windows Vista are registered \ntrademarks of Microsoft Corporation in the U.S. and other countries.\nCTX_code: XS_R_52359", + "rf_text": "CITRIX\u00ae LICENSE AGREEMENT\nThis is a legal agreement (\"AGREEMENT\") between you, the Licensed User, and Citrix Systems, Inc., Citrix \nSystems International GmbH, or Citrix Systems Asia Pacific Pty Ltd. Your location of receipt of this product or \nfeature release (both hereinafter \"PRODUCT\") or technical support (hereinafter \"SUPPORT\") determines the \nproviding entity hereunder (the applicable entity is hereinafter referred to as \"CITRIX\"). Citrix Systems, Inc., a \nDelaware corporation, licenses this PRODUCT in the Americas and Japan and provides SUPPORT in the Americas. \nCitrix Systems International GmbH, a Swiss company wholly owned by Citrix Systems, Inc., licenses this \nPRODUCT and provides SUPPORT in Europe, the Middle East, and Africa, and licenses the PRODUCT in Asia \nand the Pacific (excluding Japan). Citrix Systems Asia Pacific Pty Ltd. provides SUPPORT in Asia and the Pacific \n(excluding Japan). Citrix Systems Japan KK provides SUPPORT in Japan. BY INSTALLING AND\/OR USING \nTHE PRODUCT, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS AGREEMENT. IF YOU \nDO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT INSTALL AND\/OR USE THE \nPRODUCT.\n1. GRANT OF LICENSE.\nDefinitions. \"Xen Code\" means the hypervisor code of the XenServer PRODUCT licensed by CITRIX under an \nopen source licensing model (that is, the GNU General Public License, BSD or a license similar to those \napproved by the Open Source Initiative); \"XenServer Technology\" means the management console object code \nand any other object code of the XenServer PRODUCT that is not Xen Code and that is licensed pursuant to \nthis AGREEMENT; and \"SOFTWARE\" means the PRODUCT and accompanying user documentation.\nGrant. This PRODUCT contains software that provides services on a physical server (\"Licensed Server\"). This \nPRODUCT is activated by licenses (\"Licenses\"). Except as set forth herein, this PRODUCT is licensed for a \nspecific quantity of Licensed Servers. If you received this PRODUCT as a component of Citrix XenApp \nFundamentals, Advanced, Enterprise or Platinum Edition or if this PRODUCT is free XenServer, this \nPRODUCT is licensed for an unlimited quantity of Licensed Servers. If you received this PRODUCT as a \ncomponent of Citrix XenDesktop VDI, Enterprise or Platinum Edition, this PRODUCT is licensed for an \nunlimited quantity of Licensed Servers, but only for supporting virtual machines in the Citrix XenDesktop \nsolution environment, including those for virtual desktop images or infrastructure. Virtual machines used as \nCitrix XenDesktop infrastructure servers may not be used for any other purpose. Licenses for other CITRIX \nproducts (other than as specified for Citrix XenDesktop above) or other editions of the same PRODUCT may \nnot be used to increase the allowable use for the PRODUCT. CITRIX grants to you a worldwide, nonexclusive \nright to use the PRODUCT on Licensed Servers. You may use the PRODUCT only on Licensed Servers and \nonly in accordance with the accompanying SOFTWARE user documentation. Notwithstanding anything set \nforth in this AGREEMENT, your use of Xen Code shall in all ways be governed by the open source license \nindicated as applicable to the code at www.citrix.com\/eula. You may also access these License terms in the root \ndirectory (\/EULA) after installing the PRODUCT. CITRIX retains ownership of all XenServer Technology. \nYou will maintain the copyright notice and any other notices that appear on the PRODUCT.\na. Perpetual License. If the SOFTWARE is \"Perpetual License SOFTWARE,\" the SOFTWARE is licensed \non a perpetual basis and includes the right to receive Subscription (as defined in Section 2 below).\nb. Annual PRODUCT. If the SOFTWARE is \"Annual License SOFTWARE,\" your license is for one (1) year \nand includes the right to receive Updates for that period (but not under Subscription)). For the purposes of \nthis AGREEMENT, an Update shall mean a generally available release of the same SOFTWARE. Free \nXenServer SOFTWARE is offered with an Annual License, but with NO RIGHT TO RECEIVE \nUPDATES, NO WARRANTY, NOR INFRINGEMENT INDEMNIFICATION. To extend an Annual \nLicense, you must install an additional Annual License prior to the expiration of the current Annual \nLicense. Note that if a new Annual License is not installed, Annual License SOFTWARE disables itself \nupon the expiration of the Annual License period. \nc. Partner Demo. If this SOFTWARE is \"Partner Demo SOFTWARE,\" notwithstanding any term to the \ncontrary in this AGREEMENT, your License permits use only if you are a current CITRIX authorized \ndistributor or reseller and then only for demonstration, test, or evaluation purposes in support of your \ncustomers. Note that Partner Demo SOFTWARE disables itself on the \"time-out\" date identified in the \nSOFTWARE readme or documentation.\nd. Evaluation. If this SOFTWARE is \"Evaluation SOFTWARE,\" notwithstanding any term to the contrary in this AGREEMENT, your License permits use only for your internal demonstration, test, or evaluation \npurposes. Note that Evaluation SOFTWARE disables itself on the \"time-out\" date identified in the \nSOFTWARE readme or documentation.\ne. Developers' Edition. If this SOFTWARE is \"Developers' Edition SOFTWARE,\" notwithstanding any term \nto the contrary in this AGREEMENT, your License permits use only for your internal development of \nproduct(s) to operate in conjunction with the SOFTWARE. You receive no License hereunder to \nincorporate the SOFTWARE or any portion thereof in your own product(s).\nf. Internal Use Only. If this SOFTWARE is \"Internal Use Only SOFTWARE,\" notwithstanding any term to \nthe contrary in this AGREEMENT, your License permits use only if you are a current CITRIX authorized \ndistributor or reseller and then only for your own internal business use. Note that Internal Use Only \nSOFTWARE disables itself on the \"time-out\" date identified in the SOFTWARE readme or \ndocumentation.\ng. Archive Copy. You may make one (1) copy of the SOFTWARE in machine-readable form solely for \nbackup purposes, provided that you reproduce all proprietary notices on the copy.\n2. SUBSCRIPTION RIGHTS. Your subscription for Perpetual License SOFTWARE (\"Subscription\"), including \nany Subscription offerings you purchase which include SUPPORT, shall begin on the date the Licenses are \ndelivered to you by email and shall run for a one (1) year term subject to your purchase of annual renewals (the \n\"Subscription Term\"). During the initial or a renewal Subscription Term, CITRIX may, from time to time, \ngenerally make Updates available for licensing to the public. Upon general availability of Updates during the \nSubscription Term, CITRIX shall provide you with Updates for covered Licenses. Any such Updates so \ndelivered to you shall be considered SOFTWARE under the terms of this AGREEMENT, except they are not \ncovered by the Limited Warranty applicable to SOFTWARE, to the extent permitted by applicable law. \nSubscription may be purchased for the SOFTWARE until it is no longer offered in accordance with the CITRIX \nPRODUCT Support Lifecycle Policy posted at www.citrix.com.\nYou acknowledge that CITRIX may develop and market new or different computer programs or editions of the \nSOFTWARE that use portions of the SOFTWARE and that perform all or part of the functions performed by \nthe SOFTWARE. Nothing contained in this AGREEMENT shall give you any rights with respect to such new \nor different computer programs or editions. You also acknowledge that CITRIX is not obligated under this \nAGREEMENT to make any Updates available to the public. Any deliveries of Updates shall be Ex Works \nCITRIX (Incoterms 2000).\n3. SUPPORT. You may buy SUPPORT for the SOFTWARE. SUPPORT, excluding any Subscription offerings \nwhich include SUPPORT (see Section 2 above), shall begin on the date of SUPPORT activation by CITRIX \nand shall run for a one (1) year term subject to your purchase of annual renewals. SUPPORT, including \nSUPPORT included as part of Subscription offerings, is sold including various combinations of Incidents, \ntechnical contacts, coverage hours, geographic coverage areas, technical relationship management coverage, \nand infrastructure assessment options. An \"Incident\" is defined as a single SUPPORT issue and reasonable \neffort(s) needed to resolve it. An Incident may require multiple telephone calls and offline research to achieve \nfinal resolution. The Incident severity will determine the response levels for the SOFTWARE. Unused Incidents \nor other entitlements expire at the end of each annual term. SUPPORT may be purchased for the SOFTWARE \nuntil it is no longer offered in accordance with the CITRIX PRODUCT Support Lifecycle Policy posted at \nwww.citrix.com. SUPPORT will be provided remotely from CITRIX to your locations. Where on-site visits are \nmutually agreed, you will be billed for reasonable travel and living expenses in accordance with your travel \npolicy. CITRIX' performance is predicated upon the following responsibilities being fulfilled by you: (i) you \nwill designate a Customer Support Manager (\"CSM\") who will be the primary administrative contact; (ii) you \nwill designate Named Contacts (including a CSM), preferably each CITRIX certified, and each Named Contact \n(excluding CSM) will be supplied with an individual service ID number for contacting SUPPORT; (iii) you \nagree to perform reasonable problem determination activities and to perform reasonable problem resolution \nactivities as suggested by CITRIX. You agree to cooperate with such requests; (iv) you are responsible for \nimplementing procedures necessary to safeguard the integrity and security of SOFTWARE and data from \nunauthorized access and for reconstructing any lost or altered files resulting from catastrophic failures; (v) you \nare responsible for procuring, installing, and maintaining all equipment, telephone lines, communications \ninterfaces, and other hardware at your site and providing CITRIX with access to your facilities as required to \noperate the SOFTWARE and permitting CITRIX to perform the service called for by this AGREEMENT; and (vi) you are required to implement all currently available and applicable hotfixes, hotfix rollup packs, and \nservice packs or their equivalent to the SOFTWARE in a timely manner. CITRIX is not required to provide any \nSUPPORT relating to problems arising out of: (i) your or any third party's alterations or additions to the \nSOFTWARE, operating system or environment that adversely affects the SOFTWARE (ii) Citrix provided \nalterations or additions to the SOFTWARE that do not address Errors or Defects; (ii) any functionality not \ndefined in the PRODUCT documentation published by CITRIX and included with the PRODUCT; (iii) use of \nthe SOFTWARE on a processor and peripherals other than the processor and peripherals defined in the \ndocumentation; (iv) SOFTWARE that has reached End-of-Life; and (v) any consulting deliverables from any \nparty. An \"Error\" is defined as a failure in the SOFTWARE to materially conform to the functionality defined \nin the documentation. A \"Defect\" is defined as a failure in the SOFTWARE to conform to the specifications in \nthe documentation. In situations where CITRIX cannot provide a satisfactory resolution to your critical problem \nthrough normal SUPPORT methods, CITRIX may engage its product development team to create a private fix. \nPrivate fixes are designed to address your specific situation and may not be distributed by you outside your \norganization without written consent from CITRIX. CITRIX retains all right, title, and interest in and to all \nprivate fixes. Any hotfixes or private fixes are not SOFTWARE under the terms of this AGREEMENT and they \nare not covered by the Limited Warranty or Infringement Indemnification applicable to SOFTWARE, to the \nextent permitted by applicable law. With respect to infrastructure assessments or other consulting services, all \nintellectual property rights in all reports, preexisting works and derivative works of such preexisting works, as \nwell as installation scripts and other deliverables and developments made, conceived, created, discovered, \ninvented, or reduced to practice in the performance of the assessment or other consulting services are and shall \nremain the sole and absolute property of CITRIX, subject to a worldwide, nonexclusive License to you for \ninternal use.\n4. DESCRIPTION OF OTHER RIGHTS, LIMITATIONS, AND OBLIGATIONS. Unless expressly permitted by \napplicable law, you may not transfer, rent, timeshare, or lease the SOFTWARE. If you purchased Licenses for \nthe SOFTWARE to replace other CITRIX Licenses for other CITRIX SOFTWARE and such replacement is a \ncondition of the transaction, you agree to destroy those other CITRIX Licenses and retain no copies after \ninstallation of the new Licenses and SOFTWARE. You shall provide the serial numbers of such replaced \nLicenses and corresponding replacement Licenses to the reseller, and upon request, directly to CITRIX for \nlicense tracking purposes. Except as specifically licensed herein, you may not modify, translate, reverse \nengineer, decompile, disassemble, create derivative works based on, or copy (except for backup as permitted \nabove) the SOFTWARE, except to the extent such foregoing restriction is expressly prohibited by applicable \nlaw. You may not remove any proprietary notices, labels, or marks on any SOFTWARE. To the extent \npermitted by applicable law, you agree to allow CITRIX to audit your compliance with the terms of this \nAGREEMENT upon prior written notice during normal business hours. Notwithstanding the foregoing, this \nAGREEMENT shall not prevent or restrict you from exercising additional or different rights to any free, open \nsource code, documentation and materials contained in or provided with the SOFTWARE in accordance with \nthe applicable free, open source license for such code, documentation, and materials.\nYOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE SOFTWARE OR ANY COPY IN WHOLE \nOR IN PART, OR GRANT ANY RIGHTS IN THE SOFTWARE OR ACCOMPANYING \nDOCUMENTATION, EXCEPT AS EXPRESSLY PROVIDED IN THIS AGREEMENT. ALL RIGHTS NOT \nEXPRESSLY GRANTED ARE RESERVED BY CITRIX OR ITS SUPPLIERS.\nYou hereby agree, that to the extent that any applicable mandatory laws (such as, for example, national laws \nimplementing EC Directive 91\/250 on the Legal Protection of Computer Programs) give you the right to \nperform any of the aforementioned activities without the consent of CITRIX to gain certain information about \nthe SOFTWARE, before you exercise any such rights, you shall first request such information from CITRIX in \nwriting detailing the purpose for which you need the information. Only if and after CITRIX, at its sole \ndiscretion, partly or completely denies your request, shall you exercise your statutory rights.\n5. INFRINGEMENT INDEMNIFICATION. CITRIX shall indemnify and defend, or at its option, settle any \nclaim, suit, or proceeding brought against you based on an allegation that the XenServer Technology (excluding \nthat received in free XenServer) infringes upon any patent or copyright of any third party (\"Infringement \nClaim\"), provided you promptly notify CITRIX in writing of your notification or discovery of an Infringement \nClaim such that CITRIX is not prejudiced by any delay in such notification. CITRIX will have sole control over \nthe defense or settlement of any Infringement Claim and you will provide reasonable assistance in the defense \nof the same. Following notice of an Infringement Claim or if CITRIX believes such a claim is likely, CITRIX may at its sole expense and option: (i) procure for you the right to continue to use the alleged infringing\nXenServer Technology; (ii) replace or modify the XenServer Technology to make it non-infringing; or (iii) \naccept return of the SOFTWARE and provide you with a refund as appropriate. CITRIX assumes no liability \nfor any Infringement Claims or allegations of infringement based on: (i) your use of any XenServer Technology \nafter notice that you should cease use of the same due to an Infringement Claim; (ii) any modification of the \nXenServer Technology by you or at your direction; or (iii) your combination of XenServer Technology with \nother programs, data, hardware, or other materials, if such Infringement Claim would have been avoided by the \nuse of the XenServer Technology alone. THE FOREGOING STATES YOUR EXCLUSIVE REMEDY WITH \nRESPECT TO ANY INFRINGEMENT CLAIM.\n6. LIMITED WARRANTY AND DISCLAIMER. CITRIX warrants that for a period of ninety (90) days from the \ndate of delivery of the SOFTWARE (excluding free XenServer) to you, the SOFTWARE will perform \nsubstantially in accordance with the PRODUCT documentation published by CITRIX and included with the \nPRODUCT. CITRIX and its suppliers' entire liability and your exclusive remedy under this warranty (which is \nsubject to you returning the SOFTWARE to CITRIX or an authorized reseller) will be, at the sole option of \nCITRIX and subject to applicable law, to replace the media and\/or SOFTWARE or to refund the purchase price \nand terminate this AGREEMENT. CITRIX will provide the SUPPORT requested by you in a professional and \nworkmanlike manner, but CITRIX cannot guarantee that every question or problem raised by you will be \nresolved or resolved in a certain amount of time.\nTO THE EXTENT PERMITTED BY APPLICABLE LAW AND EXCEPT FOR THE ABOVE LIMITED \nWARRANTY FOR SOFTWARE, CITRIX AND ITS SUPPLIERS MAKE AND YOU RECEIVE NO \nWARRANTIES OR CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE; AND CITRIX \nAND ITS SUPPLIERS SPECIFICALLY DISCLAIM WITH RESPECT TO SOFTWARE, UPDATES, \nSUBSCRIPTION(INCLUDING SUBSCRIPTION WITH SUPPORT) AND SUPPORT ANY CONDITIONS \nOF QUALITY, AVAILABILITY, RELIABILITY, SECURITY, LACK OF VIRUSES, BUGS, OR ERRORS, \nAND ANY IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF \nTITLE, QUIET ENJOYMENT, QUIET POSSESSION, MERCHANTABILITY, NONINFRINGEMENT, OR \nFITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE IS NOT DESIGNED, MANUFACTURED, \nOR INTENDED FOR USE OR DISTRIBUTION WITH ANY EQUIPMENT THE FAILURE OF WHICH \nCOULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE PHYSICAL OR \nENVIRONMENTAL DAMAGE. YOU ASSUME THE RESPONSIBILITY FOR THE SELECTION OF THE \nSOFTWARE AND HARDWARE TO ACHIEVE YOUR INTENDED RESULTS, AND FOR THE \nINSTALLATION OF, USE OF, AND RESULTS OBTAINED FROM THE SOFTWARE AND HARDWARE.\n7. PROPRIETARY RIGHTS. No title to or ownership of the XenServer Technology is transferred to you. CITRIX \nand\/or its licensors own and retain all title and ownership of all intellectual property rights in and to the \nXenServer Technology, including any adaptations or copies. You acquire only a limited License to use the \nXenServer Technology.\n8. EXPORT RESTRICTION. You agree that you will not export, re-export, or import the SOFTWARE in any \nform without the appropriate government licenses. You understand that under no circumstances may the \nSOFTWARE be exported to any country subject to U.S. embargo or to U.S.-designated denied persons or \nprohibited entities or U.S. specially designated nationals.\n9. LIMITATION OF LIABILITY. TO THE EXTENT PERMITTED BY APPLICABLE LAW, YOU AGREE \nTHAT NEITHER CITRIX NOR ITS AFFILIATES, SUPPLIERS, OR AUTHORIZED DISTRIBUTORS \nSHALL BE LIABLE FOR ANY LOSS OF DATA OR PRIVACY, LOSS OF INCOME, LOSS OF \nOPPORTUNITY OR PROFITS, COST OF RECOVERY, LOSS ARISING FROM YOUR USE OF THE \nSOFTWARE, SUBSCRIPTION (INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT, OR \nDAMAGE ARISING FROM YOUR USE OF THIRD PARTY SOFTWARE OR HARDWARE OR ANY \nOTHER SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES ARISING OUT OF OR \nIN CONNECTION WITH THIS AGREEMENT; OR THE USE OF THE SOFTWARE, SUBSCRIPTION \n(INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT, REFERENCE MATERIALS, OR \nACCOMPANYING DOCUMENTATION; OR YOUR EXPORTATION, REEXPORTATION, OR \nIMPORTATION OF THE SOFTWARE, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY. \nTHIS LIMITATION WILL APPLY EVEN IF CITRIX, ITS AFFILIATES, SUPPLIERS, OR AUTHORIZED \nDISTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE LIABILITY OF CITRIX, ITS \nAFFILIATES, SUPPLIERS, OR AUTHORIZED DISTRIBUTORS EXCEED THE AMOUNT PAID FOR \nTHE SOFTWARE, SUBSCRIPTION (INCLUDING SUBSCRIPTION WITH SUPPORT) OR SUPPORT AT \nISSUE. YOU ACKNOWLEDGE THAT THE LICENSE OR SUPPORT FEE REFLECTS THIS \nALLOCATION OF RISK. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR \nEXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE \nLIMITATION OR EXCLUSION MAY NOT APPLY TO YOU. For purposes of this AGREEMENT, the term \n\"CITRIX AFFILIATE\" shall mean any legal entity fifty percent (50%) or more of the voting interests in which \nare owned directly or indirectly by Citrix Systems, Inc. Affiliates, suppliers, and authorized distributors are \nintended to be third party beneficiaries of this AGREEMENT.\n10. TERMINATION. This AGREEMENT is effective until terminated. You may terminate this AGREEMENT at \nany time by removing the SOFTWARE from your computers and destroying all copies and providing written \nnotice to CITRIX with the serial numbers of the terminated licenses. CITRIX may terminate this \nAGREEMENT at any time for your breach of this AGREEMENT. Unauthorized copying of the SOFTWARE \nor the accompanying documentation or otherwise failing to comply with the license grant of this AGREEMENT \nwill result in automatic termination of this AGREEMENT and will make available to CITRIX all other legal \nremedies. You agree and acknowledge that your material breach of this AGREEMENT shall cause CITRIX \nirreparable harm for which monetary damages alone would be inadequate and that, to the extent permitted by \napplicable law, CITRIX shall be entitled to injunctive or equitable relief without the need for posting a bond. \nUpon termination of this AGREEMENT, the License granted herein will terminate and you must immediately \ndestroy the SOFTWARE and accompanying documentation, and all backup copies thereof.\n11. U.S. GOVERNMENT END-USERS. If you are a U.S. Government agency, in accordance with Section 12.212 \nof the Federal Acquisition Regulation (48 CFR 12.212 (October 1995)) and Sections 227.7202-1 and \n227.7202-3 of the Defense Federal Acquisition Regulation Supplement (48 CFR 227.7202-1, 227.7202-3 (June \n1995)), you hereby acknowledge that the SOFTWARE constitutes \"Commercial Computer Software\" and that \nthe use, duplication, and disclosure of the SOFTWARE by the U.S. Government or any of its agencies is \ngoverned by, and is subject to, all of the terms, conditions, restrictions, and limitations set forth in this standard \ncommercial license AGREEMENT. In the event that, for any reason, Sections 12.212, 227.7202-1 or \n227.7202-3 are deemed not applicable, you hereby acknowledge that the Government's right to use, duplicate, \nor disclose the SOFTWARE are \"Restricted Rights\" as defined in 48 CFR Section 52.227-19(c)(1) and (2) \n(June 1987), or DFARS 252.227-7014(a)(14) (June 1995), as applicable. Manufacturer is Citrix Systems, Inc., \n851 West Cypress Creek Road, Fort Lauderdale, Florida, 33309.\n12. AUTHORIZED DISTRIBUTORS AND RESELLERS. CITRIX authorized distributors and resellers do not \nhave the right to make modifications to this AGREEMENT or to make any additional representations, \ncommitments, or warranties binding on CITRIX.\n13. CHOICE OF LAW AND VENUE. If provider is Citrix Systems, Inc., this AGREEMENT will be governed by \nthe laws of the State of Florida without reference to conflict of laws principles and excluding the United Nations \nConvention on Contracts for the International Sale of Goods, and in any dispute arising out of this \nAGREEMENT, you consent to the exclusive personal jurisdiction and venue in the State and Federal courts \nwithin Broward County, Florida. If provider is Citrix Systems International GmbH, this AGREEMENT will be \ngoverned by the laws of Switzerland without reference to the conflict of laws principles, and excluding the \nUnited Nations Convention on Contracts for the International Sale of Goods, and in any dispute arising out of \nthis AGREEMENT, you consent to the exclusive personal jurisdiction and venue of the competent courts in the \nCanton of Zurich. If provider is Citrix Systems Asia Pacific Pty Ltd, this AGREEMENT will be governed by \nthe laws of the State of New South Wales, Australia and excluding the United Nations Convention on Contracts \nfor the International Sale of Goods, and in any dispute arising out of this AGREEMENT, you consent to the \nexclusive personal jurisdiction and venue of the competent courts sitting in the State of New South Wales. If \nany provision of this AGREEMENT is invalid or unenforceable under applicable law, it shall be to that extent \ndeemed omitted and the remaining provisions will continue in full force and effect. To the extent a provision is \ndeemed omitted, the parties agree to comply with the remaining terms of this AGREEMENT in a manner \nconsistent with the original intent of the AGREEMENT.\n14. HOW TO CONTACT CITRIX. Should you have any questions concerning this AGREEMENT or want to \ncontact CITRIX for any reason, write to CITRIX at the following address: Citrix Systems, Inc., Customer Service, 851 West Cypress Creek Road, Ft. Lauderdale, Florida 33309; Citrix Systems International GmbH, \nRheinweg 9, CH-8200 Schaffhausen, Switzerland; or Citrix Systems Asia Pacific Pty Ltd., Level 3, 1 Julius \nAve., Riverside Corporate Park, North Ryde NSW 2113, Sydney, Australia.\n15. TRADEMARKS. Citrix, XenServer XenDesktop and XenApp are trademarks and\/or registered trademarks of \nCitrix Systems, Inc., in the U.S. and other countries. Microsoft, Windows and Windows Vista are registered \ntrademarks of Microsoft Corporation in the U.S. and other countries.\nCTX_code: XS_R_52359", "rf_url": "http:\/\/www.citrix.com\/content\/dam\/citrix\/en_us\/documents\/buy\/XS_EULA_English.pdf", "rf_add_date": null, "rf_copyleft": null, @@ -7349,7 +7349,7 @@ }, { "rf_shortname": "WebM", - "rf_text": "Software License\nCopyright (c) 2010, Google Inc. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\nNeither the name of Google nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \u201cAS IS\u201d AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", + "rf_text": "Software License\nCopyright (c) 2010, Google Inc. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\nNeither the name of Google nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "rf_url": "http:\/\/www.webmproject.org\/license\/software\/", "rf_add_date": null, "rf_copyleft": null, @@ -7503,7 +7503,7 @@ }, { "rf_shortname": "IBM-pibs", - "rf_text": "This source code has been made available to you by IBM on an AS-IS basis. Anyone receiving this source is licensed under IBM copyrights to use it in any way he or she deems fit, including copying it, modifying it, compiling it, and redistributing it either with or without modifications. No license under IBM patents or patent applications is to be implied by the copyright license.\n\nAny user of this software should understand that IBM cannot provide technical support for this software and will not be responsible for any consequences resulting from the use of this software.\n\nAny person who transfers this source code or any derivative work must include the IBM copyright notice, this paragraph, and the preceding two paragraphs in the transferred software.\n\nCOPYRIGHT \u00a0\u00a0I B M \u00a0\u00a0CORPORATION 2002\nLICENSED MATERIAL \u00a0- \u00a0PROGRAM PROPERTY OF I B M\n", + "rf_text": "This source code has been made available to you by IBM on an AS-IS basis. Anyone receiving this source is licensed under IBM copyrights to use it in any way he or she deems fit, including copying it, modifying it, compiling it, and redistributing it either with or without modifications. No license under IBM patents or patent applications is to be implied by the copyright license.\n\nAny user of this software should understand that IBM cannot provide technical support for this software and will not be responsible for any consequences resulting from the use of this software.\n\nAny person who transfers this source code or any derivative work must include the IBM copyright notice, this paragraph, and the preceding two paragraphs in the transferred software.\n\nCOPYRIGHT I B M CORPORATION 2002\nLICENSED MATERIAL - PROGRAM PROPERTY OF I B M\n", "rf_url": "http:\/\/git.denx.de\/?p=u-boot.git;a=blob;f=arch\/powerpc\/cpu\/ppc4xx\/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d", "rf_add_date": null, "rf_copyleft": null, @@ -7547,7 +7547,7 @@ }, { "rf_shortname": "CC-BY-4.0", - "rf_text": "Creative Commons Attribution 4.0 International\n\n Creative Commons Corporation (\u201cCreative Commons\u201d) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \u201cas-is\u201d basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor\u2019s permission is not necessary for any reason\u2013for example, because of any applicable exception or limitation to copyright\u2013then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 \u2013 Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n d.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n e.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n f.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n g.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n h.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n i.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n j.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n k.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 \u2013 Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part; and\n\n B. produce, reproduce, and Share Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor \u2013 Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\nb. Other rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.\n\nSection 3 \u2013 License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii. a copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.\n\nSection 4 \u2013 Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 \u2013 Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 \u2013 Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n c.\tFor the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n d.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n e.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 \u2013 Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 \u2013 Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \u201cLicensor.\u201d Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \u201cCreative Commons\u201d or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", + "rf_text": "Creative Commons Attribution 4.0 International\n\n Creative Commons Corporation (\"Creative Commons\") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \"as-is\" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason-for example, because of any applicable exception or limitation to copyright-then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 - Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n d.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n e.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n f.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n g.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n h.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n i.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n j.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n k.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 - Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part; and\n\n B. produce, reproduce, and Share Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor - Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\nb. Other rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.\n\nSection 3 - License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii. a copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.\n\nSection 4 - Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 - Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 - Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n c.\tFor the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n d.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n e.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 - Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 - Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \"Licensor.\" Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \"Creative Commons\" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by\/4.0\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -7569,7 +7569,7 @@ }, { "rf_shortname": "CC-BY-ND-4.0", - "rf_text": "Creative Commons Attribution-NoDerivatives 4.0 International\n\n Creative Commons Corporation (\u201cCreative Commons\u201d) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \u201cas-is\u201d basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor\u2019s permission is not necessary for any reason\u2013for example, because of any applicable exception or limitation to copyright\u2013then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NoDerivatives 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NoDerivatives 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 \u2013 Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n c.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n d.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n e.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n f.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n g.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n h.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n i.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n j.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 \u2013 Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part; and\n\n B. produce and reproduce, but not Share, Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor \u2013 Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.\n\nSection 3 \u2013 License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material, You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.\n\n 3. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 4. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\nSection 4 \u2013 Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database, provided You do not Share Adapted Material;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 \u2013 Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 \u2013 Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n c.\tFor the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n d.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n e.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 \u2013 Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 \u2013 Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \u201cLicensor.\u201d Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \u201cCreative Commons\u201d or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", + "rf_text": "Creative Commons Attribution-NoDerivatives 4.0 International\n\n Creative Commons Corporation (\"Creative Commons\") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \"as-is\" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason-for example, because of any applicable exception or limitation to copyright-then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NoDerivatives 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NoDerivatives 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 - Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n c.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n d.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n e.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n f.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n g.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n h.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n i.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n j.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 - Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part; and\n\n B. produce and reproduce, but not Share, Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor - Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.\n\nSection 3 - License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material, You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.\n\n 3. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 4. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\nSection 4 - Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database, provided You do not Share Adapted Material;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 - Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 - Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n c.\tFor the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n d.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n e.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 - Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 - Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \"Licensor.\" Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \"Creative Commons\" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -7591,7 +7591,7 @@ }, { "rf_shortname": "CC-BY-NC-SA-4.0", - "rf_text": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International\n\n Creative Commons Corporation (\u201cCreative Commons\u201d) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \u201cas-is\u201d basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor\u2019s permission is not necessary for any reason\u2013for example, because of any applicable exception or limitation to copyright\u2013then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 \u2013 Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tBY-NC-SA Compatible License means a license listed at creativecommons.org\/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.\n\n d.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n e.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n f.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n g.\tLicense Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution, NonCommercial, and ShareAlike.\n\n h.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n i.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n j.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n k.\tNonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.\n\n l.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n m.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n n.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 \u2013 Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and\n\n B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor \u2013 Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. Additional offer from the Licensor \u2013 Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter\u2019s License You apply.\n\n C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.\n\nSection 3 \u2013 License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n b.\tShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.\n\n 1. The Adapter\u2019s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-NC-SA Compatible License.\n\n 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.\n\n 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.\n\nSection 4 \u2013 Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 \u2013 Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 \u2013 Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1.\tautomatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2.\tupon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n c.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n d.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 \u2013 Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 \u2013 Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \u201cLicensor.\u201d Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \u201cCreative Commons\u201d or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", + "rf_text": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International\n\n Creative Commons Corporation (\"Creative Commons\") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \"as-is\" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason-for example, because of any applicable exception or limitation to copyright-then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 - Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tBY-NC-SA Compatible License means a license listed at creativecommons.org\/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.\n\n d.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n e.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n f.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n g.\tLicense Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution, NonCommercial, and ShareAlike.\n\n h.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n i.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n j.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n k.\tNonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.\n\n l.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n m.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n n.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 - Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and\n\n B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor - Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. Additional offer from the Licensor - Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter's License You apply.\n\n C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.\n\nSection 3 - License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n b.\tShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.\n\n 1. The Adapter's License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-NC-SA Compatible License.\n\n 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.\n\n 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.\n\nSection 4 - Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 - Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 - Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1.\tautomatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2.\tupon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n c.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n d.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 - Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 - Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \"Licensor.\" Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \"Creative Commons\" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -7613,7 +7613,7 @@ }, { "rf_shortname": "CC-BY-SA-4.0", - "rf_text": "Creative Commons Attribution-ShareAlike 4.0 International\n\n Creative Commons Corporation (\u201cCreative Commons\u201d) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \u201cas-is\u201d basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor\u2019s permission is not necessary for any reason\u2013for example, because of any applicable exception or limitation to copyright\u2013then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described.\n\nAlthough not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-ShareAlike 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 \u2013 Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tBY-SA Compatible License means a license listed at creativecommons.org\/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.\n\n d.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n e.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n f.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n g.\tLicense Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike.\n\n h.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n i.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n j.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n k.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n l.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n m.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 \u2013 Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part; and\n\n B. produce, reproduce, and Share Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor \u2013 Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. Additional offer from the Licensor \u2013 Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter\u2019s License You apply.\n\n C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.\n\nSection 3 \u2013 License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n b.\tShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.\n\n 1. The Adapter\u2019s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License.\n\n 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.\n\n 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.\n\nSection 4 \u2013 Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 \u2013 Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 \u2013 Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n c.\tFor the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n d.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n e.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 \u2013 Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 \u2013 Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \u201cLicensor.\u201d Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \u201cCreative Commons\u201d or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", + "rf_text": "Creative Commons Attribution-ShareAlike 4.0 International\n\n Creative Commons Corporation (\"Creative Commons\") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \"as-is\" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason-for example, because of any applicable exception or limitation to copyright-then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described.\n\nAlthough not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-ShareAlike 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 - Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tBY-SA Compatible License means a license listed at creativecommons.org\/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.\n\n d.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n e.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n f.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n g.\tLicense Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike.\n\n h.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n i.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n j.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n k.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n l.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n m.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 - Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part; and\n\n B. produce, reproduce, and Share Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor - Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. Additional offer from the Licensor - Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter's License You apply.\n\n C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.\n\nSection 3 - License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n b.\tShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.\n\n 1. The Adapter's License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License.\n\n 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.\n\n 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.\n\nSection 4 - Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 - Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 - Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n c.\tFor the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n d.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n e.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 - Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 - Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \"Licensor.\" Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \"Creative Commons\" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -7635,7 +7635,7 @@ }, { "rf_shortname": "CC-BY-NC-4.0", - "rf_text": "Creative Commons Attribution-NonCommercial 4.0 International\n\n Creative Commons Corporation (\u201cCreative Commons\u201d) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \u201cas-is\u201d basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor\u2019s permission is not necessary for any reason\u2013for example, because of any applicable exception or limitation to copyright\u2013then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NonCommercial 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 \u2013 Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n d.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n e.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n f.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n g.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n h.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n i.\tNonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.\n\n j.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n k.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n l.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 \u2013 Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and\n\n B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor \u2013 Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.\n\nSection 3 \u2013 License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.\n\nSection 4 \u2013 Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 \u2013 Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 \u2013 Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n c.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n d.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 \u2013 Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 \u2013 Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \u201cLicensor.\u201d Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \u201cCreative Commons\u201d or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", + "rf_text": "Creative Commons Attribution-NonCommercial 4.0 International\n\n Creative Commons Corporation (\"Creative Commons\") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \"as-is\" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason-for example, because of any applicable exception or limitation to copyright-then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NonCommercial 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 - Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tAdapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.\n\n c.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n d.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n e.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n f.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n g.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n h.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n i.\tNonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.\n\n j.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n k.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n l.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 - Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and\n\n B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n A. Offer from the Licensor - Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.\n\nSection 3 - License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material (including in modified form), You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\n 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.\n\nSection 4 - Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 - Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 - Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n c.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n d.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 - Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 - Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \"Licensor.\" Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \"Creative Commons\" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -7657,7 +7657,7 @@ }, { "rf_shortname": "CC-BY-NC-ND-4.0", - "rf_text": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International\n\n Creative Commons Corporation (\u201cCreative Commons\u201d) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \u201cas-is\u201d basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor\u2019s permission is not necessary for any reason\u2013for example, because of any applicable exception or limitation to copyright\u2013then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 \u2013 Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n c.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n d.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n e.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n f.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n g.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n h.\tNonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.\n\n i.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n j.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n k.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 \u2013 Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and\n\n B. produce and reproduce, but not Share, Adapted Material for NonCommercial purposes only.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n A. Offer from the Licensor \u2013 Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.\n\nSection 3 \u2013 License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material, You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\nSection 4 \u2013 Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only and provided You do not Share Adapted Material;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 \u2013 Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 \u2013 Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n c.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n d.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 \u2013 Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 \u2013 Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \u201cLicensor.\u201d Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \u201cCreative Commons\u201d or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", + "rf_text": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International\n\n Creative Commons Corporation (\"Creative Commons\") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an \"as-is\" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.\n\nConsiderations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.\n\nConsiderations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason-for example, because of any applicable exception or limitation to copyright-then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.\n\nCreative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License (\"Public License\"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.\n\nSection 1 - Definitions.\n\n a.\tAdapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.\n\n b.\tCopyright and Similar Rights means copyright and\/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.\n\n c.\tEffective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and\/or similar international agreements.\n\n d.\tExceptions and Limitations means fair use, fair dealing, and\/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.\n\n e.\tLicensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.\n\n f.\tLicensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.\n\n g.\tLicensor means the individual(s) or entity(ies) granting rights under this Public License.\n\n h.\tNonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.\n\n i.\tShare means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.\n\n j.\tSui Generis Database Rights means rights other than copyright resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other essentially equivalent rights anywhere in the world.\n\n k.\tYou means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.\n\nSection 2 - Scope.\n\n a.\tLicense grant.\n\n 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:\n\n A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and\n\n B. produce and reproduce, but not Share, Adapted Material for NonCommercial purposes only.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section 6(a).\n\n 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and\/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.\n\n 5. Downstream recipients.\n A. Offer from the Licensor - Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.\n\n B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).\n\n b.\tOther rights.\n\n 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and\/or other similar personality rights; however, to the extent possible, the Licensor waives and\/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this Public License.\n\n 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.\n\nSection 3 - License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the following conditions.\n\n a.\tAttribution.\n\n 1. If You Share the Licensed Material, You must:\n\n A. retain the following if it is supplied by the Licensor with the Licensed Material:\n\n i.\tidentification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);\n\n ii.\ta copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv.\ta notice that refers to the disclaimer of warranties;\n\n v.\ta URI or hyperlink to the Licensed Material to the extent reasonably practicable;\n\n B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and\n\n C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.\n\n For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.\n\n 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.\n\nSection 4 - Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:\n\n a.\tfor the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only and provided You do not Share Adapted Material;\n\n b.\tif You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and\n\n c.\tYou must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.\nFor the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.\n\nSection 5 - Disclaimer of Warranties and Limitation of Liability.\n\n a.\tUnless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.\n\n b.\tTo the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.\n\n c.\tThe disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.\n\nSection 6 - Term and Termination.\n\n a.\tThis Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.\n\n b.\tWhere Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.\n\n c.\tFor the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.\n\n d.\tSections 1, 5, 6, 7, and 8 survive termination of this Public License.\n\nSection 7 - Other Terms and Conditions.\n\n a.\tThe Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.\n\n b.\tAny arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.\n\nSection 8 - Interpretation.\n\n a.\tFor the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.\n\n b.\tTo the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.\n\n c.\tNo term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.\n\n d.\tNothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.\n\nCreative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the \"Licensor.\" Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org\/policies, Creative Commons does not authorize the use of the trademark \"Creative Commons\" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -8735,7 +8735,7 @@ }, { "rf_shortname": "RSA-Cryptoki", - "rf_text": "DISCLAIMER\nRegarding the header \/ include files:\nLicense to copy and use this software is granted provided that it is identified as \"RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)\" in all material mentioning or referencing this software or this function.\nLicense is also granted to make and use derivative works provided that such works are identified as \"derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)\" in all material mentioning or referencing the derived work.\nThis software is provided \u201cAS IS\u201d and RSA Security, Inc. disclaims all warranties including but not limited to the implied warranty of merchantability, fitness for a particular purpose, and noninfringement.\nRegarding reference implementations:\nRSA Laboratories is providing links to external reference implementations for the benefit of PKCS #11 developers. RSA Laboratories has not verified or reviewed these implementations and therefore can make no statement regarding their conformance to the current PKCS #11 specification. RSA Laboratories also makes no representations regarding intellectual property coverage or ownership of the reference implementations. The implementations may also be subject to regulations on the import, export and\/or use of cryptography. Resolution of these issues is the responsibility of the user.", + "rf_text": "DISCLAIMER\nRegarding the header \/ include files:\nLicense to copy and use this software is granted provided that it is identified as \"RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)\" in all material mentioning or referencing this software or this function.\nLicense is also granted to make and use derivative works provided that such works are identified as \"derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)\" in all material mentioning or referencing the derived work.\nThis software is provided \"AS IS\" and RSA Security, Inc. disclaims all warranties including but not limited to the implied warranty of merchantability, fitness for a particular purpose, and noninfringement.\nRegarding reference implementations:\nRSA Laboratories is providing links to external reference implementations for the benefit of PKCS #11 developers. RSA Laboratories has not verified or reviewed these implementations and therefore can make no statement regarding their conformance to the current PKCS #11 specification. RSA Laboratories also makes no representations regarding intellectual property coverage or ownership of the reference implementations. The implementations may also be subject to regulations on the import, export and\/or use of cryptography. Resolution of these issues is the responsibility of the user.", "rf_url": "https:\/\/www.cryptsoft.com\/pkcs11doc\/STANDARD\/include\/v211\/cryptoki.h", "rf_add_date": null, "rf_copyleft": null, @@ -10077,7 +10077,7 @@ }, { "rf_shortname": "CDLA-Permissive-1.0", - "rf_text": "Community Data License Agreement \u2013 Permissive \u2013 Version 1.0\n\nThis is the Community Data License Agreement \u2013 Permissive, Version 1.0 (\u201cAgreement\u201d). Data is provided to You under this Agreement by each of the Data Providers. Your exercise of any of the rights and permissions granted below constitutes Your acceptance and agreement to be bound by the terms and conditions of this Agreement.\n\nThe benefits that each Data Provider receives from making Data available and that You receive from Data or otherwise under these terms and conditions shall be deemed sufficient consideration for the formation of this Agreement. Accordingly, Data Provider(s) and You (the \u201cParties\u201d) agree as follows:\n\nSection 1. Definitions\n\n1.1 \u201cAdd\u201d means to supplement Data with Your own or someone else\u2019s Data, resulting in Your \u201cAdditions.\u201d Additions do not include Results.\n\n1.2 \u201cComputational Use\u201d means Your analysis (through the use of computational devices or otherwise) or other interpretation of Data. By way of example and not limitation, \u201cComputational Use\u201d includes the application of any computational analytical technique, the purpose of which is the analysis of any Data in digital form to generate information about Data such as patterns, trends, correlations, inferences, insights and attributes.\n\n1.3 \u201cData\u201d means the information (including copyrightable information, such as images or text), collectively or individually, whether created or gathered by a Data Provider or an Entity acting on its behalf, to which rights are granted under this Agreement.\n\n1.4 \u201cData Provider\u201d means any Entity (including any employee or contractor of such Entity authorized to Publish Data on behalf of such Entity) that Publishes Data under this Agreement prior to Your Receiving it.\n\n1.5 \u201cEnhanced Data\u201d means the subset of Data that You Publish and that is composed of (a) Your Additions and\/or (b) Modifications to Data You have received under this Agreement.\n\n1.6 \u201cEntity\u201d means any natural person or organization that exists under the laws of the jurisdiction in which it is organized, together with all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \u201ccontrol\u201d means (a) the power, directly or indirectly, to cause the direction or management of such entity, whether by contract or otherwise, (b) the ownership of more than fifty percent (50%) of the outstanding shares or securities, (c) the beneficial ownership of such entity or, (d) the ability to appoint, whether by agreement or right, the majority of directors of an Entity.\n\n1.7 \u201cModify\u201d means to delete, erase, correct or re-arrange Data, resulting in \u201cModifications.\u201d Modifications do not include Results.\n\n1.8 \u201cPublish\u201d means to make all or a subset of Data (including Your Enhanced Data) available in any manner which enables its Use, including by providing a copy on physical media or remote access. For any form of Entity, that is to make the Data available to any individual who is not employed by that Entity or engaged as a contractor or agent to perform work on that Entity\u2019s behalf. A \u201cPublication\u201d occurs each time You Publish Data.\n\n1.9 \u201cReceive\u201d or \u201cReceives\u201d means to have been given access to Data, locally or remotely.\n\n1.10 \u201cResults\u201d means the outcomes or outputs that You obtain from Your Computational Use of Data. Results shall not include more than a de minimis portion of the Data on which the Computational Use is based.\n\n1.11 \u201cSui Generis Database Rights\u201d means rights, other than copyright, resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other equivalent rights anywhere in the world.\n\n1.12 \u201cUse\u201d means using Data (including accessing, copying, studying, reviewing, adapting, analyzing, evaluating, or making Computational Use of it), either by machines or humans, or a combination of both.\n\n1.13 \u201cYou\u201d or \u201cYour\u201d means any Entity that Receives Data under this Agreement.\n\nSection 2. Right and License to Use and to Publish\n\n2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby grant(s) to You a worldwide, non-exclusive, irrevocable (except as provided in Section 5) right to: (a) Use Data; and (b) Publish Data.\n\n2.2 To the extent that the Data or the coordination, selection or arrangement of Data is protected or protectable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(s) that such Data or coordination, selection or arrangement is hereby licensed to You and to anyone else who Receives Data under this Agreement for Use and Publication, subject to the conditions set forth in Section 3 of this Agreement.\n\n2.3 Except for these rights and licenses expressly granted, no other intellectual property rights are granted or should be implied.\n\nSection 3. Conditions on Rights Granted\n\n3.1 If You Publish Data You Receive or Enhanced Data:\n\n(a) You may do so under a license of Your choice provided that You give anyone who Receives the Data from You the text of this Agreement, the name of this Agreement and\/or a hyperlink or other method reasonably likely to provide a copy of the text of this Agreement; and\n\n(b) You must cause any Data files containing Enhanced Data to carry prominent notices that You have changed those files; and\n\n(c) If You Publish Data You Receive, You must preserve all credit or attribution to the Data Provider(s). Such retained credit or attribution includes any of the following to the extent they exist in Data as You have Received it: legal notices or metadata; identification of the Data Provider(s); or hyperlinks to Data to the extent it is practical to do so.\n\n3.2 You may provide additional or different license terms and conditions for use, reproduction, or distribution of that Enhanced Data, or for any combination of Data and Enhanced Data as a whole, provided that Your Use and Publication of that combined Data otherwise complies with the conditions stated in this License.\n\n3.3 You and each Data Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of its relationship to Data licensed under this Agreement and shall not require either any obligation of accounting to or the consent of any Data Provider.\n\n3.4 This Agreement imposes no obligations or restrictions on Your Use or Publication of Results.\n\nSection 4. Data Provider(s)\u2019 Representations\n\n4.1 Each Data Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the Data it Publishes was created or generated by it or was obtained from others with the right to Publish the Data under this Agreement; and (b) Publication of such Data does not violate any privacy or confidentiality obligation undertaken by the Data Provider.\n\nSection 5. Termination\n\n5.1 All of Your rights under this Agreement will terminate, and Your right to Receive, Use or Publish the Data will be revoked or modified if You materially fail to comply with the terms and conditions of this Agreement and You do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If Your rights under this Agreement terminate, You agree to cease Receipt, Use and Publication of Data. However, Your obligations and any rights and permissions granted by You under this Agreement relating to Data that You Published prior to such termination will continue and survive.\n\n5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (including a cross-claim in a lawsuit) based on the Data, other than a claim asserting breach of this Agreement, then any rights previously granted to You to Receive, Use and Publish Data under this Agreement will terminate as of the date such litigation is filed.\n\nSection 6. Disclaimer of Warranties and Limitation of Liability\n\n6.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE DATA (INCLUDING ENHANCED DATA) IS PROVIDED ON AN \u201cAS IS\u201d 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.\n\n6.2 NEITHER YOU NOR ANY DATA PROVIDERS 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 DATA OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\nSection 7. Miscellaneous\n\n7.1 You agree that it is solely Your responsibility to comply with all applicable laws with regard to Your Use or Publication of Data, including any applicable privacy, data protection, security and export laws. You agree to take reasonable steps to assist a Data Provider fulfilling responsibilities to comply with applicable laws with regard to Use or Publication of Data Received hereunder.\n\n7.2 You and Data Provider(s), collectively and individually, waive and\/or agree not to assert, to the extent permitted by law, any moral rights You or they hold in Data.\n\n7.3 This Agreement confers no rights or remedies upon any person or entity other than the Parties and their respective heirs, executors, successors and assigns.\n\n7.4 The Data Provider(s) reserve no right or expectation of privacy, data protection or confidentiality in any Data that they Publish under this Agreement. If You choose to Publish Data under this Agreement, You similarly do so with no reservation or expectation of any rights of privacy or confidentiality in that Data.\n\n7.5 The Community Data License Agreement workgroup under The Linux Foundation is the steward of this Agreement (\u201cSteward\u201d). No one other than the Steward has the right to modify or publish new versions of this Agreement. Each version will be given a distinguishing version number. You may Use and Publish Data Received hereunder under the terms of the version of the Agreement under which You originally Received the Data, or under the terms of any subsequent version published by the Steward.\n", + "rf_text": "Community Data License Agreement - Permissive - Version 1.0\n\nThis is the Community Data License Agreement - Permissive, Version 1.0 (\"Agreement\"). Data is provided to You under this Agreement by each of the Data Providers. Your exercise of any of the rights and permissions granted below constitutes Your acceptance and agreement to be bound by the terms and conditions of this Agreement.\n\nThe benefits that each Data Provider receives from making Data available and that You receive from Data or otherwise under these terms and conditions shall be deemed sufficient consideration for the formation of this Agreement. Accordingly, Data Provider(s) and You (the \"Parties\") agree as follows:\n\nSection 1. Definitions\n\n1.1 \"Add\" means to supplement Data with Your own or someone else's Data, resulting in Your \"Additions.\" Additions do not include Results.\n\n1.2 \"Computational Use\" means Your analysis (through the use of computational devices or otherwise) or other interpretation of Data. By way of example and not limitation, \"Computational Use\" includes the application of any computational analytical technique, the purpose of which is the analysis of any Data in digital form to generate information about Data such as patterns, trends, correlations, inferences, insights and attributes.\n\n1.3 \"Data\" means the information (including copyrightable information, such as images or text), collectively or individually, whether created or gathered by a Data Provider or an Entity acting on its behalf, to which rights are granted under this Agreement.\n\n1.4 \"Data Provider\" means any Entity (including any employee or contractor of such Entity authorized to Publish Data on behalf of such Entity) that Publishes Data under this Agreement prior to Your Receiving it.\n\n1.5 \"Enhanced Data\" means the subset of Data that You Publish and that is composed of (a) Your Additions and\/or (b) Modifications to Data You have received under this Agreement.\n\n1.6 \"Entity\" means any natural person or organization that exists under the laws of the jurisdiction in which it is organized, together with all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (a) the power, directly or indirectly, to cause the direction or management of such entity, whether by contract or otherwise, (b) the ownership of more than fifty percent (50%) of the outstanding shares or securities, (c) the beneficial ownership of such entity or, (d) the ability to appoint, whether by agreement or right, the majority of directors of an Entity.\n\n1.7 \"Modify\" means to delete, erase, correct or re-arrange Data, resulting in \"Modifications.\" Modifications do not include Results.\n\n1.8 \"Publish\" means to make all or a subset of Data (including Your Enhanced Data) available in any manner which enables its Use, including by providing a copy on physical media or remote access. For any form of Entity, that is to make the Data available to any individual who is not employed by that Entity or engaged as a contractor or agent to perform work on that Entity's behalf. A \"Publication\" occurs each time You Publish Data.\n\n1.9 \"Receive\" or \"Receives\" means to have been given access to Data, locally or remotely.\n\n1.10 \"Results\" means the outcomes or outputs that You obtain from Your Computational Use of Data. Results shall not include more than a de minimis portion of the Data on which the Computational Use is based.\n\n1.11 \"Sui Generis Database Rights\" means rights, other than copyright, resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other equivalent rights anywhere in the world.\n\n1.12 \"Use\" means using Data (including accessing, copying, studying, reviewing, adapting, analyzing, evaluating, or making Computational Use of it), either by machines or humans, or a combination of both.\n\n1.13 \"You\" or \"Your\" means any Entity that Receives Data under this Agreement.\n\nSection 2. Right and License to Use and to Publish\n\n2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby grant(s) to You a worldwide, non-exclusive, irrevocable (except as provided in Section 5) right to: (a) Use Data; and (b) Publish Data.\n\n2.2 To the extent that the Data or the coordination, selection or arrangement of Data is protected or protectable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(s) that such Data or coordination, selection or arrangement is hereby licensed to You and to anyone else who Receives Data under this Agreement for Use and Publication, subject to the conditions set forth in Section 3 of this Agreement.\n\n2.3 Except for these rights and licenses expressly granted, no other intellectual property rights are granted or should be implied.\n\nSection 3. Conditions on Rights Granted\n\n3.1 If You Publish Data You Receive or Enhanced Data:\n\n(a) You may do so under a license of Your choice provided that You give anyone who Receives the Data from You the text of this Agreement, the name of this Agreement and\/or a hyperlink or other method reasonably likely to provide a copy of the text of this Agreement; and\n\n(b) You must cause any Data files containing Enhanced Data to carry prominent notices that You have changed those files; and\n\n(c) If You Publish Data You Receive, You must preserve all credit or attribution to the Data Provider(s). Such retained credit or attribution includes any of the following to the extent they exist in Data as You have Received it: legal notices or metadata; identification of the Data Provider(s); or hyperlinks to Data to the extent it is practical to do so.\n\n3.2 You may provide additional or different license terms and conditions for use, reproduction, or distribution of that Enhanced Data, or for any combination of Data and Enhanced Data as a whole, provided that Your Use and Publication of that combined Data otherwise complies with the conditions stated in this License.\n\n3.3 You and each Data Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of its relationship to Data licensed under this Agreement and shall not require either any obligation of accounting to or the consent of any Data Provider.\n\n3.4 This Agreement imposes no obligations or restrictions on Your Use or Publication of Results.\n\nSection 4. Data Provider(s)' Representations\n\n4.1 Each Data Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the Data it Publishes was created or generated by it or was obtained from others with the right to Publish the Data under this Agreement; and (b) Publication of such Data does not violate any privacy or confidentiality obligation undertaken by the Data Provider.\n\nSection 5. Termination\n\n5.1 All of Your rights under this Agreement will terminate, and Your right to Receive, Use or Publish the Data will be revoked or modified if You materially fail to comply with the terms and conditions of this Agreement and You do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If Your rights under this Agreement terminate, You agree to cease Receipt, Use and Publication of Data. However, Your obligations and any rights and permissions granted by You under this Agreement relating to Data that You Published prior to such termination will continue and survive.\n\n5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (including a cross-claim in a lawsuit) based on the Data, other than a claim asserting breach of this Agreement, then any rights previously granted to You to Receive, Use and Publish Data under this Agreement will terminate as of the date such litigation is filed.\n\nSection 6. Disclaimer of Warranties and Limitation of Liability\n\n6.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE DATA (INCLUDING ENHANCED DATA) 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.\n\n6.2 NEITHER YOU NOR ANY DATA PROVIDERS 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 DATA OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\nSection 7. Miscellaneous\n\n7.1 You agree that it is solely Your responsibility to comply with all applicable laws with regard to Your Use or Publication of Data, including any applicable privacy, data protection, security and export laws. You agree to take reasonable steps to assist a Data Provider fulfilling responsibilities to comply with applicable laws with regard to Use or Publication of Data Received hereunder.\n\n7.2 You and Data Provider(s), collectively and individually, waive and\/or agree not to assert, to the extent permitted by law, any moral rights You or they hold in Data.\n\n7.3 This Agreement confers no rights or remedies upon any person or entity other than the Parties and their respective heirs, executors, successors and assigns.\n\n7.4 The Data Provider(s) reserve no right or expectation of privacy, data protection or confidentiality in any Data that they Publish under this Agreement. If You choose to Publish Data under this Agreement, You similarly do so with no reservation or expectation of any rights of privacy or confidentiality in that Data.\n\n7.5 The Community Data License Agreement workgroup under The Linux Foundation is the steward of this Agreement (\"Steward\"). No one other than the Steward has the right to modify or publish new versions of this Agreement. Each version will be given a distinguishing version number. You may Use and Publish Data Received hereunder under the terms of the version of the Agreement under which You originally Received the Data, or under the terms of any subsequent version published by the Steward.\n", "rf_url": "https:\/\/cdla.io\/permissive-1-0", "rf_add_date": null, "rf_copyleft": null, @@ -10099,7 +10099,7 @@ }, { "rf_shortname": "CDLA-Sharing-1.0", - "rf_text": "Community Data License Agreement \u2013 Sharing \u2013 Version 1.0\n\nThis is the Community Data License Agreement \u2013 Sharing, Version 1.0 (\u201cAgreement\u201d). Data is provided to You under this Agreement by each of the Data Providers. Your exercise of any of the rights and permissions granted below constitutes Your acceptance and agreement to be bound by the terms and conditions of this Agreement.\n\nThe benefits that each Data Provider receives from making Data available and that You receive from Data or otherwise under these terms and conditions shall be deemed sufficient consideration for the formation of this Agreement. Accordingly, Data Provider(s) and You (the \u201cParties\u201d) agree as follows:\n\nSection 1. Definitions\n\n1.1 \u201cAdd\u201d means to supplement Data with Your own or someone else\u2019s Data, resulting in Your \u201cAdditions.\u201d Additions do not include Results.\n\n1.2 \u201cComputational Use\u201d means Your analysis (through the use of computational devices or otherwise) or other interpretation of Data. By way of example and not limitation, \u201cComputational Use\u201d includes the application of any computational analytical technique, the purpose of which is the analysis of any Data in digital form to generate information about Data such as patterns, trends, correlations, inferences, insights and attributes.\n\n1.3 \u201cData\u201d means the information (including copyrightable information, such as images or text), collectively or individually, whether created or gathered by a Data Provider or an Entity acting on its behalf, to which rights are granted under this Agreement.\n\n1.4 \u201cData Provider\u201d means any Entity (including any employee or contractor of such Entity authorized to Publish Data on behalf of such Entity) that Publishes Data under this Agreement prior to Your Receiving it.\n\n1.5 \u201cEnhanced Data\u201d means the subset of Data that You Publish and that is composed of (a) Your Additions and\/or (b) Modifications to Data You have received under this Agreement.\n\n1.6 \u201cEntity\u201d means any natural person or organization that exists under the laws of the jurisdiction in which it is organized, together with all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \u201ccontrol\u201d means (a) the power, directly or indirectly, to cause the direction or management of such entity, whether by contract or otherwise, (b) the ownership of more than fifty percent (50%) of the outstanding shares or securities, (c) the beneficial ownership of such entity or, (d) the ability to appoint, whether by agreement or right, the majority of directors of an Entity.\n\n1.7 \u201cLedger\u201d means a digital record of Data or grants of rights in Data governed by this Agreement, using any technology having functionality to record and store Data or grants, contributions, or licenses to Data governed by this Agreement.\n\n1.8 \u201cModify\u201d means to delete, erase, correct or re-arrange Data, resulting in \u201cModifications.\u201d Modifications do not include Results.\n\n1.9 \u201cPublish\u201d means to make all or a subset of Data (including Your Enhanced Data) available in any manner which enables its Use, including by providing a copy on physical media or remote access. For any form of Entity, that is to make the Data available to any individual who is not employed by that Entity or engaged as a contractor or agent to perform work on that Entity\u2019s behalf. A \u201cPublication\u201d occurs each time You Publish Data.\n\n1.10 \u201cReceive\u201d or \u201cReceives\u201d means to have been given access to Data, locally or remotely.\n\n1.11 \u201cResults\u201d means the outcomes or outputs that You obtain from Your Computational Use of Data. Results shall not include more than a de minimis portion of the Data on which the Computational Use is based.\n\n1.12 \u201cSui Generis Database Rights\u201d means rights, other than copyright, resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other equivalent rights anywhere in the world.\n\n1.13 \u201cUse\u201d means using Data (including accessing, copying, studying, reviewing, adapting, analyzing, evaluating, or making Computational Use of it), either by machines or humans, or a combination of both.\n\n1.14 \u201cYou\u201d or \u201cYour\u201d means any Entity that Receives Data under this Agreement.\n\nSection 2. Right and License to Use and to Publish\n\n2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby grant(s) to You a worldwide, non-exclusive, irrevocable (except as provided in Section 5) right to: (a) Use Data; and (b) Publish Data.\n\n2.2 To the extent that the Data or the coordination, selection or arrangement of Data is protected or protectable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(s) that such Data or coordination, selection or arrangement is hereby licensed to You and to anyone else who Receives Data under this Agreement for Use and Publication, subject to the conditions set forth in Section 3 of this Agreement.\n\n2.3 Except for these rights and licenses expressly granted, no other intellectual property rights are granted or should be implied.\n\nSection 3. Conditions on Rights Granted\n\n3.1 If You Publish Data You Receive or Enhanced Data:\n\n(a) The Data (including the Enhanced Data) must be Published under this Agreement in accordance with this Section 3; and\n\n(b) You must cause any Data files containing Enhanced Data to carry prominent notices that You have changed those files; and\n\n(c) If You Publish Data You Receive, You must preserve all credit or attribution to the Data Provider(s). Such retained credit or attribution includes any of the following to the extent they exist in Data as You have Received it: legal notices or metadata; identification of the Data Provider(s); or hyperlinks to Data to the extent it is practical to do so.\n\n3.2 You may not restrict or deter the ability of anyone who Receives the Data (a) to Publish the Data in a publicly-accessible manner or (b) if the project has designated a Ledger for recording Data or grants of rights in Data for purposes of this Agreement, to record the Data or grants of rights in Data in the Ledger.\n\n3.3 If You Publish Data You Receive, You must do so under an unmodified form of this Agreement and include the text of this Agreement, the name of this Agreement and\/or a hyperlink or other method reasonably likely to provide a copy of the text of this Agreement. You may not modify this Agreement or impose any further restrictions on the exercise of the rights granted under this Agreement, including by adding any restriction on commercial or non-commercial Use of Data (including Your Enhanced Data) or by limiting permitted Use of such Data to any particular platform, technology or field of endeavor. Notices that purport to modify this Agreement shall be of no effect.\n\n3.4 You and each Data Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of its relationship to Data licensed under this Agreement and shall not require either any obligation of accounting to or the consent of any Data Provider.\n\n3.5 This Agreement imposes no obligations or restrictions on Your Use or Publication of Results.\n\nSection 4. Data Provider(s)\u2019 Representations\n\n4.1 Each Data Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the Data it Publishes was created or generated by it or was obtained from others with the right to Publish the Data under this Agreement; and (b) Publication of such Data does not violate any privacy or confidentiality obligation undertaken by the Data Provider.\n\nSection 5. Termination\n\n5.1 All of Your rights under this Agreement will terminate, and Your right to Receive, Use or Publish the Data will be revoked or modified if You materially fail to comply with the terms and conditions of this Agreement and You do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If Your rights under this Agreement terminate, You agree to cease Receipt, Use and Publication of Data. However, Your obligations and any rights and permissions granted by You under this Agreement relating to Data that You Published prior to such termination will continue and survive.\n\n5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (including a cross-claim in a lawsuit) based on the Data, other than a claim asserting breach of this Agreement, then any rights previously granted to You to Receive, Use and Publish Data under this Agreement will terminate as of the date such litigation is filed.\n\nSection 6. Disclaimer of Warranties and Limitation of Liability\n\n6.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE DATA (INCLUDING ENHANCED DATA) IS PROVIDED ON AN \u201cAS IS\u201d 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.\n\n6.2 NEITHER YOU NOR ANY DATA PROVIDERS 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 DATA OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\nSection 7. Miscellaneous\n\n7.1 You agree that it is solely Your responsibility to comply with all applicable laws with regard to Your Use or Publication of Data, including any applicable privacy, data protection, security and export laws. You agree to take reasonable steps to assist a Data Provider fulfilling responsibilities to comply with applicable laws with regard to Use or Publication of Data Received hereunder.\n\n7.2 You and Data Provider(s), collectively and individually, waive and\/or agree not to assert, to the extent permitted by law, any moral rights You or they hold in Data.\n\n7.3 This Agreement confers no rights or remedies upon any person or entity other than the Parties and their respective heirs, executors, successors and assigns.\n\n7.4 The Data Provider(s) reserve no right or expectation of privacy, data protection or confidentiality in any Data that they Publish under this Agreement. If You choose to Publish Data under this Agreement, You similarly do so with no reservation or expectation of any rights of privacy or confidentiality in that Data.\n\n7.5 The Community Data License Agreement workgroup under The Linux Foundation is the steward of this Agreement (\u201cSteward\u201d). No one other than the Steward has the right to modify or publish new versions of this Agreement. Each version will be given a distinguishing version number. You may Use and Publish Data Received hereunder under the terms of the version of the Agreement under which You originally Received the Data, or under the terms of any subsequent version published by the Steward.\n", + "rf_text": "Community Data License Agreement - Sharing - Version 1.0\n\nThis is the Community Data License Agreement - Sharing, Version 1.0 (\"Agreement\"). Data is provided to You under this Agreement by each of the Data Providers. Your exercise of any of the rights and permissions granted below constitutes Your acceptance and agreement to be bound by the terms and conditions of this Agreement.\n\nThe benefits that each Data Provider receives from making Data available and that You receive from Data or otherwise under these terms and conditions shall be deemed sufficient consideration for the formation of this Agreement. Accordingly, Data Provider(s) and You (the \"Parties\") agree as follows:\n\nSection 1. Definitions\n\n1.1 \"Add\" means to supplement Data with Your own or someone else's Data, resulting in Your \"Additions.\" Additions do not include Results.\n\n1.2 \"Computational Use\" means Your analysis (through the use of computational devices or otherwise) or other interpretation of Data. By way of example and not limitation, \"Computational Use\" includes the application of any computational analytical technique, the purpose of which is the analysis of any Data in digital form to generate information about Data such as patterns, trends, correlations, inferences, insights and attributes.\n\n1.3 \"Data\" means the information (including copyrightable information, such as images or text), collectively or individually, whether created or gathered by a Data Provider or an Entity acting on its behalf, to which rights are granted under this Agreement.\n\n1.4 \"Data Provider\" means any Entity (including any employee or contractor of such Entity authorized to Publish Data on behalf of such Entity) that Publishes Data under this Agreement prior to Your Receiving it.\n\n1.5 \"Enhanced Data\" means the subset of Data that You Publish and that is composed of (a) Your Additions and\/or (b) Modifications to Data You have received under this Agreement.\n\n1.6 \"Entity\" means any natural person or organization that exists under the laws of the jurisdiction in which it is organized, together with all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (a) the power, directly or indirectly, to cause the direction or management of such entity, whether by contract or otherwise, (b) the ownership of more than fifty percent (50%) of the outstanding shares or securities, (c) the beneficial ownership of such entity or, (d) the ability to appoint, whether by agreement or right, the majority of directors of an Entity.\n\n1.7 \"Ledger\" means a digital record of Data or grants of rights in Data governed by this Agreement, using any technology having functionality to record and store Data or grants, contributions, or licenses to Data governed by this Agreement.\n\n1.8 \"Modify\" means to delete, erase, correct or re-arrange Data, resulting in \"Modifications.\" Modifications do not include Results.\n\n1.9 \"Publish\" means to make all or a subset of Data (including Your Enhanced Data) available in any manner which enables its Use, including by providing a copy on physical media or remote access. For any form of Entity, that is to make the Data available to any individual who is not employed by that Entity or engaged as a contractor or agent to perform work on that Entity's behalf. A \"Publication\" occurs each time You Publish Data.\n\n1.10 \"Receive\" or \"Receives\" means to have been given access to Data, locally or remotely.\n\n1.11 \"Results\" means the outcomes or outputs that You obtain from Your Computational Use of Data. Results shall not include more than a de minimis portion of the Data on which the Computational Use is based.\n\n1.12 \"Sui Generis Database Rights\" means rights, other than copyright, resulting from Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and\/or succeeded, as well as other equivalent rights anywhere in the world.\n\n1.13 \"Use\" means using Data (including accessing, copying, studying, reviewing, adapting, analyzing, evaluating, or making Computational Use of it), either by machines or humans, or a combination of both.\n\n1.14 \"You\" or \"Your\" means any Entity that Receives Data under this Agreement.\n\nSection 2. Right and License to Use and to Publish\n\n2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby grant(s) to You a worldwide, non-exclusive, irrevocable (except as provided in Section 5) right to: (a) Use Data; and (b) Publish Data.\n\n2.2 To the extent that the Data or the coordination, selection or arrangement of Data is protected or protectable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(s) that such Data or coordination, selection or arrangement is hereby licensed to You and to anyone else who Receives Data under this Agreement for Use and Publication, subject to the conditions set forth in Section 3 of this Agreement.\n\n2.3 Except for these rights and licenses expressly granted, no other intellectual property rights are granted or should be implied.\n\nSection 3. Conditions on Rights Granted\n\n3.1 If You Publish Data You Receive or Enhanced Data:\n\n(a) The Data (including the Enhanced Data) must be Published under this Agreement in accordance with this Section 3; and\n\n(b) You must cause any Data files containing Enhanced Data to carry prominent notices that You have changed those files; and\n\n(c) If You Publish Data You Receive, You must preserve all credit or attribution to the Data Provider(s). Such retained credit or attribution includes any of the following to the extent they exist in Data as You have Received it: legal notices or metadata; identification of the Data Provider(s); or hyperlinks to Data to the extent it is practical to do so.\n\n3.2 You may not restrict or deter the ability of anyone who Receives the Data (a) to Publish the Data in a publicly-accessible manner or (b) if the project has designated a Ledger for recording Data or grants of rights in Data for purposes of this Agreement, to record the Data or grants of rights in Data in the Ledger.\n\n3.3 If You Publish Data You Receive, You must do so under an unmodified form of this Agreement and include the text of this Agreement, the name of this Agreement and\/or a hyperlink or other method reasonably likely to provide a copy of the text of this Agreement. You may not modify this Agreement or impose any further restrictions on the exercise of the rights granted under this Agreement, including by adding any restriction on commercial or non-commercial Use of Data (including Your Enhanced Data) or by limiting permitted Use of such Data to any particular platform, technology or field of endeavor. Notices that purport to modify this Agreement shall be of no effect.\n\n3.4 You and each Data Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of its relationship to Data licensed under this Agreement and shall not require either any obligation of accounting to or the consent of any Data Provider.\n\n3.5 This Agreement imposes no obligations or restrictions on Your Use or Publication of Results.\n\nSection 4. Data Provider(s)' Representations\n\n4.1 Each Data Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the Data it Publishes was created or generated by it or was obtained from others with the right to Publish the Data under this Agreement; and (b) Publication of such Data does not violate any privacy or confidentiality obligation undertaken by the Data Provider.\n\nSection 5. Termination\n\n5.1 All of Your rights under this Agreement will terminate, and Your right to Receive, Use or Publish the Data will be revoked or modified if You materially fail to comply with the terms and conditions of this Agreement and You do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If Your rights under this Agreement terminate, You agree to cease Receipt, Use and Publication of Data. However, Your obligations and any rights and permissions granted by You under this Agreement relating to Data that You Published prior to such termination will continue and survive.\n\n5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (including a cross-claim in a lawsuit) based on the Data, other than a claim asserting breach of this Agreement, then any rights previously granted to You to Receive, Use and Publish Data under this Agreement will terminate as of the date such litigation is filed.\n\nSection 6. Disclaimer of Warranties and Limitation of Liability\n\n6.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE DATA (INCLUDING ENHANCED DATA) 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.\n\n6.2 NEITHER YOU NOR ANY DATA PROVIDERS 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 DATA OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\nSection 7. Miscellaneous\n\n7.1 You agree that it is solely Your responsibility to comply with all applicable laws with regard to Your Use or Publication of Data, including any applicable privacy, data protection, security and export laws. You agree to take reasonable steps to assist a Data Provider fulfilling responsibilities to comply with applicable laws with regard to Use or Publication of Data Received hereunder.\n\n7.2 You and Data Provider(s), collectively and individually, waive and\/or agree not to assert, to the extent permitted by law, any moral rights You or they hold in Data.\n\n7.3 This Agreement confers no rights or remedies upon any person or entity other than the Parties and their respective heirs, executors, successors and assigns.\n\n7.4 The Data Provider(s) reserve no right or expectation of privacy, data protection or confidentiality in any Data that they Publish under this Agreement. If You choose to Publish Data under this Agreement, You similarly do so with no reservation or expectation of any rights of privacy or confidentiality in that Data.\n\n7.5 The Community Data License Agreement workgroup under The Linux Foundation is the steward of this Agreement (\"Steward\"). No one other than the Steward has the right to modify or publish new versions of this Agreement. Each version will be given a distinguishing version number. You may Use and Publish Data Received hereunder under the terms of the version of the Agreement under which You originally Received the Data, or under the terms of any subsequent version published by the Steward.\n", "rf_url": "https:\/\/cdla.io\/sharing-1-0", "rf_add_date": null, "rf_copyleft": null, @@ -10143,7 +10143,7 @@ }, { "rf_shortname": "CERN-OHL-1.1", - "rf_text": "CERN OHL v1.1\n2011-07-08 - CERN, Geneva, Switzerland\nCERN Open Hardware Licence v1.1\n\nPreamble\nThrough this CERN Open Hardware Licence (\"CERN OHL\") version 1.1, the Organization wishes to disseminate its hardware designs (as published on http:\/\/www.ohwr.org\/) as widely as possible, and generally to foster collaboration among public research hardware designers. The CERN OHL is copyright of CERN. Anyone is welcome to use the CERN OHL, in unmodified form only, for the distribution of his own Open Hardware designs. Any other right is reserved.\n\n1. Definitions\nIn this Licence, the following terms have the following meanings:\n\u201cLicence\u201d means this CERN OHL.\n\u201cDocumentation\u201d means schematic diagrams, designs, circuit or circuit board layouts, mechanical drawings, flow charts and descriptive text, and other explanatory material that is explicitly stated as being made available under the conditions of this Licence. The Documentation may be in any medium, including but not limited to computer files and representations on paper, film, or any other media.\n\u201cProduct\u201d means either an entire, or any part of a, device built using the Documentation or the modified Documentation.\n\u201cLicensee\u201d means any natural or legal person exercising rights under this Licence.\n\u201cLicensor\u201d means any natural or legal person that creates or modifies Documentation and subsequently communicates to the public and\/ or distributes the resulting Documentation under the terms and conditions of this Licence.\nA Licensee may at the same time be a Licensor, and vice versa.\n\n2. Applicability\n2.1 This Licence governs the use, copying, modification, communication to the public and distribution of the Documentation, and the manufacture and distribution of Products. By exercising any right granted under this Licence, the Licensee irrevocably accepts these terms and conditions.\n2.2 This Licence is granted by the Licensor directly to the Licensee, and shall apply worldwide and without limitation in time. The Licensee may assign his licence rights or grant sub-licences.\n2.3 This Licence does not apply to software, firmware, or code loaded into programmable devices which may be used in conjunction with the Documentation, the modified Documentation or with Products. The use of such software, firmware, or code is subject to the applicable licence terms and conditions.\n\n3. Copying, modification, communication to the public and distribution of the Documentation\n3.1 The Licensee shall keep intact all copyright and trademarks notices and all notices that refer to this Licence and to the disclaimer of warranties that is included in the Documentation. He shall include a copy thereof in every copy of the documentation or, as the case may be, modified Documentation, that he communicates to the public or distributes.\n3.2 The Licensee may use, copy, communicate to the public and distribute verbatim copies of the Documentation, in any medium, subject to the requirements specified in section 3.1.\n3.3 The Licensee may modify the Documentation or any portion thereof. The Licensee may communicate to the public and distribute the modified Documentation (thereby in addition to being a Licensee also becoming a Licensor), always provided that he shall:\na. comply with section 3.1;\nb. cause the modified Documentation to carry prominent notices stating that the Licensee has modified the Documentation, with the date and details of the modifications;\nc. license the modified Documentation under the terms and conditions of this Licence or, where applicable, a later version of this Licence as may be issued by CERN; and\nd. send a copy of the modified Documentation to all Licensors that contributed to the parts of the Documentation that were modified, as well as to any other Licensor who has requested to receive a copy of the modified Documentation and has provided a means of contact with the Documentation.\n3.4 The Licence includes a licence to those patents or registered designs that are held by the Licensor, to the extent necessary to make use of the rights granted under this Licence. The scope of this section 3.4 shall be strictly limited to the parts of the Documentation or modified Documentation created by the Licensor.\n\n4. Manufacture and distribution of Products\n4.1 The Licensee may manufacture or distribute Products always provided that the Licensee distributes to each recipient of such Products a copy of the Documentation or modified Documentation, as applicable, and complies with section 3.\n4.2 The Licensee is invited to inform in writing any Licensor who has indicated its wish to receive this information about the type, quantity and dates of production of Products the Licensee has (had) manufactured.\n\n5. Warranty and liability\n5.1 DISCLAIMER \u2013 The Documentation and any modified Documentation are provided \"as is\" and any express or implied warranties, including, but not limited to, implied warranties of merchantability, of satisfactory quality, and fitness for a particular purpose or use are disclaimed in respect of the Documentation, the modified Documentation or any Product. The Licensor makes no representation that the Documentation, modified Documentation, or any Product, does or will not infringe any patent, copyright, trade secret or other proprietary right. The entire risk as to the use, quality, and performance of a Product shall be with the Licensee and not the Licensor. This disclaimer of warranty is an essential part of this Licence and a condition for the grant of any rights granted under this Licence. The Licensee warrants that it does not act in a consumer capacity.\n5.2 LIMITATION OF LIABILITY \u2013 The Licensor shall have no liability for direct, indirect, special, incidental, consequential, exemplary, punitive or other damages of any character including, without limitation, procurement of substitute goods or services, loss of use, data or profits, or business interruption, however caused and on any\ntheory of contract, warranty, tort (including negligence), product liability or otherwise, arising in any way in relation to the Documentation, modified Documentation and\/or the use, manufacture or distribution of a Product, even if advised of the possibility of such damages, and the Licensee shall hold the Licensor(s) free and harmless\nfrom any liability, costs, damages, fees and expenses, including claims by third parties, in relation to such use.\n\n6. General\n6.1 The rights granted under this Licence do not imply or represent any transfer or assignment of intellectual property rights to the Licensee.\n6.2 The Licensee shall not use or make reference to any of the names, acronyms, images or logos under which the Licensor is known, save in so far as required to comply with section 3. Any such permitted use or reference shall be factual and shall in no event suggest any kind of endorsement by the Licensor or its personnel of the modified Documentation or any Product, or any kind of implication by the Licensor or its personnel in the preparation of the modified Documentation or Product.\n6.3 CERN may publish updated versions of this Licence which retain the same general provisions as this version, but differ in detail so far this is required and reasonable. New versions will be published with a unique version number.\n6.4 This Licence shall terminate with immediate effect, upon written notice and without involvement of a court if the Licensee fails to comply with any of its terms and conditions, or if the Licensee initiates legal action against Licensor in relation to this Licence. Section 5 shall continue to apply.\n6.5 Except as may be otherwise agreed with the Intergovernmental Organization, any dispute with respect to this Licence involving an Intergovernmental Organization shall, by virtue of the latter's Intergovernmental status, be settled by international arbitration. The arbitration proceedings shall be held at the place where the Intergovernmental Organization has its seat. The arbitral award shall be final and binding upon the parties, who hereby expressly agree to renounce any form of appeal or revision.\n", + "rf_text": "CERN OHL v1.1\n2011-07-08 - CERN, Geneva, Switzerland\nCERN Open Hardware Licence v1.1\n\nPreamble\nThrough this CERN Open Hardware Licence (\"CERN OHL\") version 1.1, the Organization wishes to disseminate its hardware designs (as published on http:\/\/www.ohwr.org\/) as widely as possible, and generally to foster collaboration among public research hardware designers. The CERN OHL is copyright of CERN. Anyone is welcome to use the CERN OHL, in unmodified form only, for the distribution of his own Open Hardware designs. Any other right is reserved.\n\n1. Definitions\nIn this Licence, the following terms have the following meanings:\n\"Licence\" means this CERN OHL.\n\"Documentation\" means schematic diagrams, designs, circuit or circuit board layouts, mechanical drawings, flow charts and descriptive text, and other explanatory material that is explicitly stated as being made available under the conditions of this Licence. The Documentation may be in any medium, including but not limited to computer files and representations on paper, film, or any other media.\n\"Product\" means either an entire, or any part of a, device built using the Documentation or the modified Documentation.\n\"Licensee\" means any natural or legal person exercising rights under this Licence.\n\"Licensor\" means any natural or legal person that creates or modifies Documentation and subsequently communicates to the public and\/ or distributes the resulting Documentation under the terms and conditions of this Licence.\nA Licensee may at the same time be a Licensor, and vice versa.\n\n2. Applicability\n2.1 This Licence governs the use, copying, modification, communication to the public and distribution of the Documentation, and the manufacture and distribution of Products. By exercising any right granted under this Licence, the Licensee irrevocably accepts these terms and conditions.\n2.2 This Licence is granted by the Licensor directly to the Licensee, and shall apply worldwide and without limitation in time. The Licensee may assign his licence rights or grant sub-licences.\n2.3 This Licence does not apply to software, firmware, or code loaded into programmable devices which may be used in conjunction with the Documentation, the modified Documentation or with Products. The use of such software, firmware, or code is subject to the applicable licence terms and conditions.\n\n3. Copying, modification, communication to the public and distribution of the Documentation\n3.1 The Licensee shall keep intact all copyright and trademarks notices and all notices that refer to this Licence and to the disclaimer of warranties that is included in the Documentation. He shall include a copy thereof in every copy of the documentation or, as the case may be, modified Documentation, that he communicates to the public or distributes.\n3.2 The Licensee may use, copy, communicate to the public and distribute verbatim copies of the Documentation, in any medium, subject to the requirements specified in section 3.1.\n3.3 The Licensee may modify the Documentation or any portion thereof. The Licensee may communicate to the public and distribute the modified Documentation (thereby in addition to being a Licensee also becoming a Licensor), always provided that he shall:\na. comply with section 3.1;\nb. cause the modified Documentation to carry prominent notices stating that the Licensee has modified the Documentation, with the date and details of the modifications;\nc. license the modified Documentation under the terms and conditions of this Licence or, where applicable, a later version of this Licence as may be issued by CERN; and\nd. send a copy of the modified Documentation to all Licensors that contributed to the parts of the Documentation that were modified, as well as to any other Licensor who has requested to receive a copy of the modified Documentation and has provided a means of contact with the Documentation.\n3.4 The Licence includes a licence to those patents or registered designs that are held by the Licensor, to the extent necessary to make use of the rights granted under this Licence. The scope of this section 3.4 shall be strictly limited to the parts of the Documentation or modified Documentation created by the Licensor.\n\n4. Manufacture and distribution of Products\n4.1 The Licensee may manufacture or distribute Products always provided that the Licensee distributes to each recipient of such Products a copy of the Documentation or modified Documentation, as applicable, and complies with section 3.\n4.2 The Licensee is invited to inform in writing any Licensor who has indicated its wish to receive this information about the type, quantity and dates of production of Products the Licensee has (had) manufactured.\n\n5. Warranty and liability\n5.1 DISCLAIMER - The Documentation and any modified Documentation are provided \"as is\" and any express or implied warranties, including, but not limited to, implied warranties of merchantability, of satisfactory quality, and fitness for a particular purpose or use are disclaimed in respect of the Documentation, the modified Documentation or any Product. The Licensor makes no representation that the Documentation, modified Documentation, or any Product, does or will not infringe any patent, copyright, trade secret or other proprietary right. The entire risk as to the use, quality, and performance of a Product shall be with the Licensee and not the Licensor. This disclaimer of warranty is an essential part of this Licence and a condition for the grant of any rights granted under this Licence. The Licensee warrants that it does not act in a consumer capacity.\n5.2 LIMITATION OF LIABILITY - The Licensor shall have no liability for direct, indirect, special, incidental, consequential, exemplary, punitive or other damages of any character including, without limitation, procurement of substitute goods or services, loss of use, data or profits, or business interruption, however caused and on any\ntheory of contract, warranty, tort (including negligence), product liability or otherwise, arising in any way in relation to the Documentation, modified Documentation and\/or the use, manufacture or distribution of a Product, even if advised of the possibility of such damages, and the Licensee shall hold the Licensor(s) free and harmless\nfrom any liability, costs, damages, fees and expenses, including claims by third parties, in relation to such use.\n\n6. General\n6.1 The rights granted under this Licence do not imply or represent any transfer or assignment of intellectual property rights to the Licensee.\n6.2 The Licensee shall not use or make reference to any of the names, acronyms, images or logos under which the Licensor is known, save in so far as required to comply with section 3. Any such permitted use or reference shall be factual and shall in no event suggest any kind of endorsement by the Licensor or its personnel of the modified Documentation or any Product, or any kind of implication by the Licensor or its personnel in the preparation of the modified Documentation or Product.\n6.3 CERN may publish updated versions of this Licence which retain the same general provisions as this version, but differ in detail so far this is required and reasonable. New versions will be published with a unique version number.\n6.4 This Licence shall terminate with immediate effect, upon written notice and without involvement of a court if the Licensee fails to comply with any of its terms and conditions, or if the Licensee initiates legal action against Licensor in relation to this Licence. Section 5 shall continue to apply.\n6.5 Except as may be otherwise agreed with the Intergovernmental Organization, any dispute with respect to this Licence involving an Intergovernmental Organization shall, by virtue of the latter's Intergovernmental status, be settled by international arbitration. The arbitration proceedings shall be held at the place where the Intergovernmental Organization has its seat. The arbitral award shall be final and binding upon the parties, who hereby expressly agree to renounce any form of appeal or revision.\n", "rf_url": "https:\/\/www.ohwr.org\/project\/licenses\/wikis\/cern-ohl-v1.1", "rf_add_date": null, "rf_copyleft": null, @@ -10165,7 +10165,7 @@ }, { "rf_shortname": "CERN-OHL-1.2", - "rf_text": "CERN OHL v1.2\n2013-09-06 - CERN, Geneva, Switzerland\nCERN Open Hardware Licence v1.2\n\nPreamble\nThrough this CERN Open Hardware Licence (\"CERN OHL\") version 1.2, CERN wishes to provide a tool to foster collaboration and sharing among hardware designers. The CERN OHL is copyright CERN. Anyone is welcome to use the CERN OHL, in unmodified form only, for the distribution of their own Open Hardware designs. Any other right is reserved. Release of hardware designs under the CERN OHL does not constitute an endorsement of the licensor or its designs nor does it imply any involvement by CERN in the development of such designs.\n\n1. Definitions\nIn this Licence, the following terms have the following meanings:\n\u201cLicence\u201d means this CERN OHL.\n\u201cDocumentation\u201d means schematic diagrams, designs, circuit or circuit board layouts, mechanical drawings, flow charts and descriptive text, and other explanatory material that is explicitly stated as being made available under the conditions of this Licence. The Documentation may be in any medium, including but not limited to computer files and representations on paper, film, or any other media.\n\u201cDocumentation Location\u201d means a location where the Licensor has placed Documentation, and which he believes will be publicly accessible for at least three years from the first communication to the public or distribution of Documentation.\n\u201cProduct\u201d means either an entire, or any part of a, device built using the Documentation or the modified Documentation.\n\u201cLicensee\u201d means any natural or legal person exercising rights under this Licence.\n\u201cLicensor\u201d means any natural or legal person that creates or modifies Documentation and subsequently communicates to the public and\/ or distributes the resulting Documentation under the terms and conditions of this Licence.\nA Licensee may at the same time be a Licensor, and vice versa.\nUse of the masculine gender includes the feminine and neuter genders and is employed solely to facilitate reading.\n\n2. Applicability\n2.1. This Licence governs the use, copying, modification, communication to the public and distribution of the Documentation, and the manufacture and distribution of Products. By exercising any right granted under this Licence, the Licensee irrevocably accepts these terms and conditions.\n2.2. This Licence is granted by the Licensor directly to the Licensee, and shall apply worldwide and without limitation in time. The Licensee may assign his licence rights or grant sub-licences.\n2.3. This Licence does not extend to software, firmware, or code loaded into programmable devices which may be used in conjunction with the Documentation, the modified Documentation or with Products, unless such software, firmware, or code is explicitly expressed to be subject to this Licence. The use of such software, firmware, or code is otherwise subject to the applicable licence terms and conditions.\n\n3. Copying, modification, communication to the public and distribution of the Documentation\n3.1. The Licensee shall keep intact all copyright and trademarks notices, all notices referring to Documentation Location, and all notices that refer to this Licence and to the disclaimer of warranties that are included in the Documentation. He shall include a copy thereof in every copy of the Documentation or, as the case may be, modified Documentation, that he communicates to the public or distributes.\n3.2. The Licensee may copy, communicate to the public and distribute verbatim copies of the Documentation, in any medium, subject to the requirements specified in section 3.1.\n3.3. The Licensee may modify the Documentation or any portion thereof provided that upon modification of the Documentation, the Licensee shall make the modified Documentation available from a Documentation Location such that it can be easily located by an original Licensor once the Licensee communicates to the public or distributes the modified Documentation under section 3.4, and, where required by section 4.1, by a recipient of a Product. However, the Licensor shall not assert his rights under the foregoing proviso unless or until a Product is distributed.\n3.4. The Licensee may communicate to the public and distribute the modified Documentation (thereby in addition to being a Licensee also becoming a Licensor), always provided that he shall:\na) comply with section 3.1;\nb) cause the modified Documentation to carry prominent notices stating that the Licensee has modified the Documentation, with the date and description of the modifications;\nc) cause the modified Documentation to carry a new Documentation Location notice if the original Documentation provided for one;\nd) make available the modified Documentation at the same level of abstraction as that of the Documentation, in the preferred format for making modifications to it (e.g. the native format of the CAD tool as applicable), and in the event that format is proprietary, in a format viewable with a tool licensed under an OSI-approved license if the proprietary tool can create it; and\ne) license the modified Documentation under the terms and conditions of this Licence or, where applicable, a later version of this Licence as may be issued by CERN.\n3.5. The Licence includes a non-exclusive licence to those patents or registered designs that are held by, under the control of, or sub-licensable by the Licensor, to the extent necessary to make use of the rights granted under this Licence. The scope of this section 3.5 shall be strictly limited to the parts of the Documentation or modified Documentation created by the Licensor.\n\n4. Manufacture and distribution of Products\n4.1. The Licensee may manufacture or distribute Products always provided that, where such manufacture or distribution requires a licence under this Licence the Licensee provides to each recipient of such Products an easy means of accessing a copy of the Documentation or modified Documentation, as applicable, as set out in section 3.\n4.2. The Licensee is invited to inform any Licensor who has indicated his wish to receive this information about the type, quantity and dates of production of Products the Licensee has (had) manufactured\n\n5. Warranty and liability\n5.1. DISCLAIMER \u2013 The Documentation and any modified Documentation are provided \"as is\" and any express or implied warranties, including, but not limited to, implied warranties of merchantability, of satisfactory quality, non-infringement of third party rights, and fitness for a particular purpose or use are disclaimed in respect of the Documentation, the modified Documentation or any Product. The Licensor makes no representation that the Documentation, modified Documentation, or any Product, does or will not infringe any patent, copyright, trade secret or other proprietary right. The entire risk as to the use, quality, and performance of a Product shall be with the Licensee and not the Licensor. This disclaimer of warranty is an essential part of this Licence and a condition for the grant of any rights granted under this Licence. The Licensee warrants that it does not act in a consumer capacity.\n5.2. LIMITATION OF LIABILITY \u2013 The Licensor shall have no liability for direct, indirect, special, incidental, consequential, exemplary, punitive or other damages of any character including, without limitation, procurement of substitute goods or services, loss of use, data or profits, or business interruption, however caused and on any theory of contract, warranty, tort (including negligence), product liability or otherwise, arising in any way in relation to the Documentation, modified Documentation and\/or the use, manufacture or distribution of a Product, even if advised of the possibility of such damages, and the Licensee shall hold the Licensor(s) free and harmless from any liability, costs, damages, fees and expenses, including claims by third parties, in relation to such use.\n\n6. General\n6.1. Except for the rights explicitly granted hereunder, this Licence does not imply or represent any transfer or assignment of intellectual property rights to the Licensee.\n6.2. The Licensee shall not use or make reference to any of the names (including acronyms and abbreviations), images, or logos under which the Licensor is known, save in so far as required to comply with section 3. Any such permitted use or reference shall be factual and shall in no event suggest any kind of endorsement by the Licensor or its personnel of the modified Documentation or any Product, or any kind of implication by the Licensor or its personnel in the preparation of the modified Documentation or Product.\n6.3. CERN may publish updated versions of this Licence which retain the same general provisions as this version, but differ in detail so far this is required and reasonable. New versions will be published with a unique version number.\n6.4. This Licence shall terminate with immediate effect, upon written notice and without involvement of a court if the Licensee fails to comply with any of its terms and conditions, or if the Licensee initiates legal action against Licensor in relation to this Licence. Section 5 shall continue to apply.\n\n", + "rf_text": "CERN OHL v1.2\n2013-09-06 - CERN, Geneva, Switzerland\nCERN Open Hardware Licence v1.2\n\nPreamble\nThrough this CERN Open Hardware Licence (\"CERN OHL\") version 1.2, CERN wishes to provide a tool to foster collaboration and sharing among hardware designers. The CERN OHL is copyright CERN. Anyone is welcome to use the CERN OHL, in unmodified form only, for the distribution of their own Open Hardware designs. Any other right is reserved. Release of hardware designs under the CERN OHL does not constitute an endorsement of the licensor or its designs nor does it imply any involvement by CERN in the development of such designs.\n\n1. Definitions\nIn this Licence, the following terms have the following meanings:\n\"Licence\" means this CERN OHL.\n\"Documentation\" means schematic diagrams, designs, circuit or circuit board layouts, mechanical drawings, flow charts and descriptive text, and other explanatory material that is explicitly stated as being made available under the conditions of this Licence. The Documentation may be in any medium, including but not limited to computer files and representations on paper, film, or any other media.\n\"Documentation Location\" means a location where the Licensor has placed Documentation, and which he believes will be publicly accessible for at least three years from the first communication to the public or distribution of Documentation.\n\"Product\" means either an entire, or any part of a, device built using the Documentation or the modified Documentation.\n\"Licensee\" means any natural or legal person exercising rights under this Licence.\n\"Licensor\" means any natural or legal person that creates or modifies Documentation and subsequently communicates to the public and\/ or distributes the resulting Documentation under the terms and conditions of this Licence.\nA Licensee may at the same time be a Licensor, and vice versa.\nUse of the masculine gender includes the feminine and neuter genders and is employed solely to facilitate reading.\n\n2. Applicability\n2.1. This Licence governs the use, copying, modification, communication to the public and distribution of the Documentation, and the manufacture and distribution of Products. By exercising any right granted under this Licence, the Licensee irrevocably accepts these terms and conditions.\n2.2. This Licence is granted by the Licensor directly to the Licensee, and shall apply worldwide and without limitation in time. The Licensee may assign his licence rights or grant sub-licences.\n2.3. This Licence does not extend to software, firmware, or code loaded into programmable devices which may be used in conjunction with the Documentation, the modified Documentation or with Products, unless such software, firmware, or code is explicitly expressed to be subject to this Licence. The use of such software, firmware, or code is otherwise subject to the applicable licence terms and conditions.\n\n3. Copying, modification, communication to the public and distribution of the Documentation\n3.1. The Licensee shall keep intact all copyright and trademarks notices, all notices referring to Documentation Location, and all notices that refer to this Licence and to the disclaimer of warranties that are included in the Documentation. He shall include a copy thereof in every copy of the Documentation or, as the case may be, modified Documentation, that he communicates to the public or distributes.\n3.2. The Licensee may copy, communicate to the public and distribute verbatim copies of the Documentation, in any medium, subject to the requirements specified in section 3.1.\n3.3. The Licensee may modify the Documentation or any portion thereof provided that upon modification of the Documentation, the Licensee shall make the modified Documentation available from a Documentation Location such that it can be easily located by an original Licensor once the Licensee communicates to the public or distributes the modified Documentation under section 3.4, and, where required by section 4.1, by a recipient of a Product. However, the Licensor shall not assert his rights under the foregoing proviso unless or until a Product is distributed.\n3.4. The Licensee may communicate to the public and distribute the modified Documentation (thereby in addition to being a Licensee also becoming a Licensor), always provided that he shall:\na) comply with section 3.1;\nb) cause the modified Documentation to carry prominent notices stating that the Licensee has modified the Documentation, with the date and description of the modifications;\nc) cause the modified Documentation to carry a new Documentation Location notice if the original Documentation provided for one;\nd) make available the modified Documentation at the same level of abstraction as that of the Documentation, in the preferred format for making modifications to it (e.g. the native format of the CAD tool as applicable), and in the event that format is proprietary, in a format viewable with a tool licensed under an OSI-approved license if the proprietary tool can create it; and\ne) license the modified Documentation under the terms and conditions of this Licence or, where applicable, a later version of this Licence as may be issued by CERN.\n3.5. The Licence includes a non-exclusive licence to those patents or registered designs that are held by, under the control of, or sub-licensable by the Licensor, to the extent necessary to make use of the rights granted under this Licence. The scope of this section 3.5 shall be strictly limited to the parts of the Documentation or modified Documentation created by the Licensor.\n\n4. Manufacture and distribution of Products\n4.1. The Licensee may manufacture or distribute Products always provided that, where such manufacture or distribution requires a licence under this Licence the Licensee provides to each recipient of such Products an easy means of accessing a copy of the Documentation or modified Documentation, as applicable, as set out in section 3.\n4.2. The Licensee is invited to inform any Licensor who has indicated his wish to receive this information about the type, quantity and dates of production of Products the Licensee has (had) manufactured\n\n5. Warranty and liability\n5.1. DISCLAIMER - The Documentation and any modified Documentation are provided \"as is\" and any express or implied warranties, including, but not limited to, implied warranties of merchantability, of satisfactory quality, non-infringement of third party rights, and fitness for a particular purpose or use are disclaimed in respect of the Documentation, the modified Documentation or any Product. The Licensor makes no representation that the Documentation, modified Documentation, or any Product, does or will not infringe any patent, copyright, trade secret or other proprietary right. The entire risk as to the use, quality, and performance of a Product shall be with the Licensee and not the Licensor. This disclaimer of warranty is an essential part of this Licence and a condition for the grant of any rights granted under this Licence. The Licensee warrants that it does not act in a consumer capacity.\n5.2. LIMITATION OF LIABILITY - The Licensor shall have no liability for direct, indirect, special, incidental, consequential, exemplary, punitive or other damages of any character including, without limitation, procurement of substitute goods or services, loss of use, data or profits, or business interruption, however caused and on any theory of contract, warranty, tort (including negligence), product liability or otherwise, arising in any way in relation to the Documentation, modified Documentation and\/or the use, manufacture or distribution of a Product, even if advised of the possibility of such damages, and the Licensee shall hold the Licensor(s) free and harmless from any liability, costs, damages, fees and expenses, including claims by third parties, in relation to such use.\n\n6. General\n6.1. Except for the rights explicitly granted hereunder, this Licence does not imply or represent any transfer or assignment of intellectual property rights to the Licensee.\n6.2. The Licensee shall not use or make reference to any of the names (including acronyms and abbreviations), images, or logos under which the Licensor is known, save in so far as required to comply with section 3. Any such permitted use or reference shall be factual and shall in no event suggest any kind of endorsement by the Licensor or its personnel of the modified Documentation or any Product, or any kind of implication by the Licensor or its personnel in the preparation of the modified Documentation or Product.\n6.3. CERN may publish updated versions of this Licence which retain the same general provisions as this version, but differ in detail so far this is required and reasonable. New versions will be published with a unique version number.\n6.4. This Licence shall terminate with immediate effect, upon written notice and without involvement of a court if the Licensee fails to comply with any of its terms and conditions, or if the Licensee initiates legal action against Licensor in relation to this Licence. Section 5 shall continue to apply.\n\n", "rf_url": "https:\/\/www.ohwr.org\/project\/licenses\/wikis\/cern-ohl-v1.2", "rf_add_date": null, "rf_copyleft": null, @@ -10187,7 +10187,7 @@ }, { "rf_shortname": "CNRI-Jython", - "rf_text": "\n1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 (\"CNRI\"), and the Individual or Organization (\"Licensee\") accessing and using JPython version 1.1.x in source or binary form and its associated documentation as provided herein (\"Software\").\n\n2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, non-transferable, royalty-free, world-wide license to reproduce, analyze, test, perform and\/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., \u201cCopyright (c) 1996-1999 Corporation for National Research Initiatives; All Rights Reserved\u201d are both retained in the Software, alone or in any derivative version prepared by Licensee.\nAlternatively, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes), provided, however, that such text is displayed prominently in the Software alone or in any derivative version prepared by Licensee: \u201cJPython (Version 1.1.x) is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22\/1006. The License may also be obtained from a proxy server on the Web using the following URL: http:\/\/hdl.handle.net\/1895.22\/1006.\u201d\n3. In the event Licensee prepares a derivative work that is based on or incorporates the Software or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work, in a prominently visible way, the nature of the modifications made to CNRI's Software.\n4. Licensee may not use CNRI trademarks or trade name, including JPython or CNRI, in a trademark sense to endorse or promote products or services of Licensee, or any third party. Licensee may use the mark JPython in connection with Licensee's derivative versions that are based on or incorporate the Software, but only in the form \u201cJPython-based ___________________,\u201d or equivalent.\n5. CNRI is making the Software available to Licensee on an \u201cAS IS\u201d basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.\n6. CNRI SHALL NOT BE LIABLE TO LICENSEE OR OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. SOME STATES DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY SO THE ABOVE DISCLAIMER MAY NOT APPLY TO LICENSEE.\n7. This License Agreement may be terminated by CNRI (i) immediately upon written notice from CNRI of any material breach by the Licensee, if the nature of the breach is such that it cannot be promptly remedied; or (ii) sixty (60) days following notice from CNRI to Licensee of a material remediable breach, if Licensee has not remedied such breach within that sixty-day period.\n8. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee.\n9. By clicking on the \"ACCEPT\" button where indicated, or by installing, copying or otherwise using the Software, Licensee agrees to be bound by the terms and conditions of this License Agreement.\n", + "rf_text": "\n1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 (\"CNRI\"), and the Individual or Organization (\"Licensee\") accessing and using JPython version 1.1.x in source or binary form and its associated documentation as provided herein (\"Software\").\n\n2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, non-transferable, royalty-free, world-wide license to reproduce, analyze, test, perform and\/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., \"Copyright (c) 1996-1999 Corporation for National Research Initiatives; All Rights Reserved\" are both retained in the Software, alone or in any derivative version prepared by Licensee.\nAlternatively, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes), provided, however, that such text is displayed prominently in the Software alone or in any derivative version prepared by Licensee: \"JPython (Version 1.1.x) is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22\/1006. The License may also be obtained from a proxy server on the Web using the following URL: http:\/\/hdl.handle.net\/1895.22\/1006.\"\n3. In the event Licensee prepares a derivative work that is based on or incorporates the Software or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work, in a prominently visible way, the nature of the modifications made to CNRI's Software.\n4. Licensee may not use CNRI trademarks or trade name, including JPython or CNRI, in a trademark sense to endorse or promote products or services of Licensee, or any third party. Licensee may use the mark JPython in connection with Licensee's derivative versions that are based on or incorporate the Software, but only in the form \"JPython-based ___________________,\" or equivalent.\n5. CNRI is making the Software available to Licensee on an \"AS IS\" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.\n6. CNRI SHALL NOT BE LIABLE TO LICENSEE OR OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. SOME STATES DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY SO THE ABOVE DISCLAIMER MAY NOT APPLY TO LICENSEE.\n7. This License Agreement may be terminated by CNRI (i) immediately upon written notice from CNRI of any material breach by the Licensee, if the nature of the breach is such that it cannot be promptly remedied; or (ii) sixty (60) days following notice from CNRI to Licensee of a material remediable breach, if Licensee has not remedied such breach within that sixty-day period.\n8. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee.\n9. By clicking on the \"ACCEPT\" button where indicated, or by installing, copying or otherwise using the Software, Licensee agrees to be bound by the terms and conditions of this License Agreement.\n", "rf_url": "http:\/\/www.jython.org\/license.html", "rf_add_date": null, "rf_copyleft": null, @@ -10341,7 +10341,7 @@ }, { "rf_shortname": "EPL-2.0", - "rf_text": "Eclipse Public License - v 2.0\nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (\u201cAGREEMENT\u201d). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\u201cContribution\u201d means:\n\na) in the case of the initial Contributor, the initial content Distributed under this Agreement, and\nb) in the case of each subsequent Contributor:\ni) changes to the Program, and\nii) additions to the Program;\nwhere such changes and\/or additions to the Program originate from and are Distributed by that particular Contributor. A Contribution \u201coriginates\u201d from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include changes or additions to the Program that are not Modified Works.\n\u201cContributor\u201d means any person or entity that Distributes the Program.\n\n\u201cLicensed Patents\u201d mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.\n\n\u201cProgram\u201d means the Contributions Distributed in accordance with this Agreement.\n\n\u201cRecipient\u201d means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors.\n\n\u201cDerivative Works\u201d shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship.\n\n\u201cModified Works\u201d shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof.\n\n\u201cDistribute\u201d means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy.\n\n\u201cSource Code\u201d means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\u201cSecondary License\u201d means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor.\n\n2. GRANT OF RIGHTS\na) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, Distribute and sublicense the Contribution of such Contributor, if any, and such Derivative Works.\nb) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in Source Code or other form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.\nc) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to Distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.\nd) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.\ne) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3).\n3. REQUIREMENTS\n3.1 If a Contributor Distributes the Program in any form, then:\n\na) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and\nb) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license:\ni) effectively disclaims on behalf of all other Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;\nii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;\niii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and\niv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3.\n3.2 When the Program is Distributed as Source Code:\n\na) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and\nb) a copy of this Agreement must be included with each copy of the Program.\n3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability (\u2018notices\u2019) contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices.\n\n4. COMMERCIAL DISTRIBUTION\nCommercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (\u201cCommercial Contributor\u201d) hereby agrees to defend and indemnify every other Contributor (\u201cIndemnified Contributor\u201d) against any losses, damages and costs (collectively \u201cLosses\u201d) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.\n\nFor example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.\n\n5. NO WARRANTY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN \u201cAS IS\u201d 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. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n\n6. DISCLAIMER OF LIABILITY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR 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.\n\n7. GENERAL\nIf any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\n\nIf Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.\n\nAll Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.\n\nEveryone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version.\n\nExcept as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement.\n\nExhibit A \u2013 Form of Secondary Licenses Notice\n\u201cThis Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}.\u201d\n\nSimply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses.\n\nIf it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.\n\nYou may add additional accurate notices of copyright ownership.\n", + "rf_text": "Eclipse Public License - v 2.0\nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\"Contribution\" means:\n\na) in the case of the initial Contributor, the initial content Distributed under this Agreement, and\nb) in the case of each subsequent Contributor:\ni) changes to the Program, and\nii) additions to the Program;\nwhere such changes and\/or additions to the Program originate from and are Distributed by that particular Contributor. A Contribution \"originates\" from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include changes or additions to the Program that are not Modified Works.\n\"Contributor\" means any person or entity that Distributes the Program.\n\n\"Licensed Patents\" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.\n\n\"Program\" means the Contributions Distributed in accordance with this Agreement.\n\n\"Recipient\" means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors.\n\n\"Derivative Works\" shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship.\n\n\"Modified Works\" shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof.\n\n\"Distribute\" means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy.\n\n\"Source Code\" means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"Secondary License\" means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor.\n\n2. GRANT OF RIGHTS\na) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, Distribute and sublicense the Contribution of such Contributor, if any, and such Derivative Works.\nb) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in Source Code or other form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.\nc) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to Distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.\nd) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.\ne) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3).\n3. REQUIREMENTS\n3.1 If a Contributor Distributes the Program in any form, then:\n\na) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and\nb) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license:\ni) effectively disclaims on behalf of all other Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;\nii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;\niii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and\niv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3.\n3.2 When the Program is Distributed as Source Code:\n\na) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and\nb) a copy of this Agreement must be included with each copy of the Program.\n3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability ('notices') contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices.\n\n4. COMMERCIAL DISTRIBUTION\nCommercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (\"Commercial Contributor\") hereby agrees to defend and indemnify every other Contributor (\"Indemnified Contributor\") against any losses, damages and costs (collectively \"Losses\") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.\n\nFor example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.\n\n5. NO WARRANTY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE PROGRAM 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. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n\n6. DISCLAIMER OF LIABILITY\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR 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.\n\n7. GENERAL\nIf any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\n\nIf Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.\n\nAll Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.\n\nEveryone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version.\n\nExcept as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement.\n\nExhibit A - Form of Secondary Licenses Notice\n\"This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}.\"\n\nSimply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses.\n\nIf it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.\n\nYou may add additional accurate notices of copyright ownership.\n", "rf_url": "https:\/\/www.eclipse.org\/legal\/epl-2.0", "rf_add_date": null, "rf_copyleft": null, @@ -10363,7 +10363,7 @@ }, { "rf_shortname": "EUPL-1.2", - "rf_text": "EUROPEAN UNION PUBLIC LICENCE v. 1.2\nEUPL \u00a9 the European Union 2007, 2016\n\nThis European Union Public Licence (the \u2018EUPL\u2019) applies to the Work (as defined below) which is provided under the\nterms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such\nuse is covered by a right of the copyright holder of the Work).\nThe Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following\nnotice immediately following the copyright notice for the Work:\n Licensed under the EUPL\nor has expressed by any other means his willingness to license under the EUPL.\n\n1.Definitions\nIn this Licence, the following terms have the following meaning:\n\u2014 \u2018The Licence\u2019:this Licence.\n\u2014 \u2018The Original Work\u2019:the work or software distributed or communicated by the Licensor under this Licence, available\nas Source Code and also as Executable Code as the case may be.\n\u2014 \u2018Derivative Works\u2019:the works or software that could be created by the Licensee, based upon the Original Work or\nmodifications thereof. This Licence does not define the extent of modification or dependence on the Original Work\nrequired in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in\nthe country mentioned in Article 15.\n\u2014 \u2018The Work\u2019:the Original Work or its Derivative Works.\n\u2014 \u2018The Source Code\u2019:the human-readable form of the Work which is the most convenient for people to study and\nmodify.\n\u2014 \u2018The Executable Code\u2019:any code which has generally been compiled and which is meant to be interpreted by\na computer as a program.\n\u2014 \u2018The Licensor\u2019:the natural or legal person that distributes or communicates the Work under the Licence.\n\u2014 \u2018Contributor(s)\u2019:any natural or legal person who modifies the Work under the Licence, or otherwise contributes to\nthe creation of a Derivative Work.\n\u2014 \u2018The Licensee\u2019 or \u2018You\u2019:any natural or legal person who makes any usage of the Work under the terms of the\nLicence.\n\u2014 \u2018Distribution\u2019 or \u2018Communication\u2019:any act of selling, giving, lending, renting, distributing, communicating,\ntransmitting, or otherwise making available, online or offline, copies of the Work or providing access to its essential\nfunctionalities at the disposal of any other natural or legal person.\n\n2.Scope of the rights granted by the Licence\nThe Licensor hereby grants You a worldwide, royalty-free, non-exclusive, sublicensable licence to do the following, for\nthe duration of copyright vested in the Original Work:\n\u2014 use the Work in any circumstance and for all usage,\n\u2014 reproduce the Work,\n\u2014 modify the Work, and make Derivative Works based upon the Work,\n\u2014 communicate to the public, including the right to make available or display the Work or copies thereof to the public\nand perform publicly, as the case may be, the Work,\n\u2014 distribute the Work or copies thereof,\n\u2014 lend and rent the Work or copies thereof,\n\u2014 sublicense rights in the Work or copies thereof.\nThose rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the\napplicable law permits so.\nIn the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed\nby law in order to make effective the licence of the economic rights here above listed.\nThe Licensor grants to the Licensee royalty-free, non-exclusive usage rights to any patents held by the Licensor, to the\nextent necessary to make use of the rights granted on the Work under this Licence.\n\n3.Communication of the Source Code\nThe Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as\nExecutable Code, the Licensor provides in addition a machine-readable copy of the Source Code of the Work along with\neach copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to\nthe Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to\ndistribute or communicate the Work.\n\n4.Limitations on copyright\nNothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the\nexclusive rights of the rights owners in the Work, of the exhaustion of those rights or of other applicable limitations\nthereto.\n\n5.Obligations of the Licensee\nThe grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those\nobligations are the following:\n\nAttribution right: The Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to\nthe Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the\nLicence with every copy of the Work he\/she distributes or communicates. The Licensee must cause any Derivative Work\nto carry prominent notices stating that the Work has been modified and the date of modification.\n\nCopyleft clause: If the Licensee distributes or communicates copies of the Original Works or Derivative Works, this\nDistribution or Communication will be done under the terms of this Licence or of a later version of this Licence unless\nthe Original Work is expressly distributed only under this version of the Licence \u2014 for example by communicating\n\u2018EUPL v. 1.2 only\u2019. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the\nWork or Derivative Work that alter or restrict the terms of the Licence.\n\nCompatibility clause: If the Licensee Distributes or Communicates Derivative Works or copies thereof based upon both\nthe Work and another work licensed under a Compatible Licence, this Distribution or Communication can be done\nunder the terms of this Compatible Licence. For the sake of this clause, \u2018Compatible Licence\u2019 refers to the licences listed\nin the appendix attached to this Licence. Should the Licensee's obligations under the Compatible Licence conflict with\nhis\/her obligations under this Licence, the obligations of the Compatible Licence shall prevail.\n\nProvision of Source Code: When distributing or communicating copies of the Work, the Licensee will provide\na machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available\nfor as long as the Licensee continues to distribute or communicate the Work.\nLegal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or names\nof the Licensor, except as required for reasonable and customary use in describing the origin of the Work and\nreproducing the content of the copyright notice.\n\n6.Chain of Authorship\nThe original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him\/her or\nlicensed to him\/her and that he\/she has the power and authority to grant the Licence.\nEach Contributor warrants that the copyright in the modifications he\/she brings to the Work are owned by him\/her or\nlicensed to him\/her and that he\/she has the power and authority to grant the Licence.\nEach time You accept the Licence, the original Licensor and subsequent Contributors grant You a licence to their contributions\nto the Work, under the terms of this Licence.\n\n7.Disclaimer of Warranty\nThe Work is a work in progress, which is continuously improved by numerous Contributors. It is not a finished work\nand may therefore contain defects or \u2018bugs\u2019 inherent to this type of development.\nFor the above reason, the Work is provided under the Licence on an \u2018as is\u2019 basis and without warranties of any kind\nconcerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or\nerrors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this\nLicence.\nThis disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work.\n\n8.Disclaimer of Liability\nExcept in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be\nliable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the\nWork, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss\nof data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However,\nthe Licensor will be liable under statutory product liability laws as far such laws apply to the Work.\n\n9.Additional agreements\nWhile distributing the Work, You may choose to conclude an additional agreement, defining obligations or services\nconsistent with this Licence. However, if accepting obligations, You may act only on your own behalf and on your sole\nresponsibility, not on behalf of the original Licensor or any other Contributor, and only if You agree to indemnify,\ndefend, and hold each Contributor harmless for any liability incurred by, or claims asserted against such Contributor by\nthe fact You have accepted any warranty or additional liability.\n\n10.Acceptance of the Licence\nThe provisions of this Licence can be accepted by clicking on an icon \u2018I agree\u2019 placed under the bottom of a window\ndisplaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of\napplicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms\nand conditions.\nSimilarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You\nby Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution\nor Communication by You of the Work or copies thereof.\n\n11.Information to the public\nIn case of any Distribution or Communication of the Work by means of electronic communication by You (for example,\nby offering to download the Work from a remote location) the distribution channel or media (for example, a website)\nmust at least provide to the public the information requested by the applicable law regarding the Licensor, the Licence\nand the way it may be accessible, concluded, stored and reproduced by the Licensee.\n\n12.Termination of the Licence\nThe Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms\nof the Licence.\nSuch a termination will not terminate the licences of any person who has received the Work from the Licensee under\nthe Licence, provided such persons remain in full compliance with the Licence.\n\n13.Miscellaneous\nWithout prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the\nWork.\nIf any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or\nenforceability of the Licence as a whole. Such provision will be construed or reformed so as necessary to make it valid\nand enforceable.\nThe European Commission may publish other linguistic versions or new versions of this Licence or updated versions of\nthe Appendix, so far this is required and reasonable, without reducing the scope of the rights granted by the Licence.\nNew versions of the Licence will be published with a unique version number.\nAll linguistic versions of this Licence, approved by the European Commission, have identical value. Parties can take\nadvantage of the linguistic version of their choice.\n\n14.Jurisdiction\nWithout prejudice to specific agreement between parties,\n\u2014 any litigation resulting from the interpretation of this License, arising between the European Union institutions,\nbodies, offices or agencies, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice\nof the European Union, as laid down in article 272 of the Treaty on the Functioning of the European Union,\n\u2014 any litigation arising between other parties and resulting from the interpretation of this License, will be subject to\nthe exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business.\n\n15.Applicable Law\nWithout prejudice to specific agreement between parties,\n\u2014 this Licence shall be governed by the law of the European Union Member State where the Licensor has his seat,\nresides or has his registered office,\n\u2014 this licence shall be governed by Belgian law if the Licensor has no seat, residence or registered office inside\na European Union Member State.\n\n\n Appendix\n\n\u2018Compatible Licences\u2019 according to Article 5 EUPL are:\n\u2014 GNU General Public License (GPL) v. 2, v. 3\n\u2014 GNU Affero General Public License (AGPL) v. 3\n\u2014 Open Software License (OSL) v. 2.1, v. 3.0\n\u2014 Eclipse Public License (EPL) v. 1.0\n\u2014 CeCILL v. 2.0, v. 2.1\n\u2014 Mozilla Public Licence (MPL) v. 2\n\u2014 GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3\n\u2014 Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for works other than software\n\u2014 European Union Public Licence (EUPL) v. 1.1, v. 1.2\n\u2014 Qu\u00e9bec Free and Open-Source Licence \u2014 Reciprocity (LiLiQ-R) or Strong Reciprocity (LiLiQ-R+).\n\nThe European Commission may update this Appendix to later versions of the above licences without producing\na new version of the EUPL, as long as they provide the rights granted in Article 2 of this Licence and protect the\ncovered Source Code from exclusive appropriation.\nAll other changes or additions to this Appendix require the production of a new EUPL version.\n", + "rf_text": "EUROPEAN UNION PUBLIC LICENCE v. 1.2\nEUPL \u00a9 the European Union 2007, 2016\n\nThis European Union Public Licence (the 'EUPL') applies to the Work (as defined below) which is provided under the\nterms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such\nuse is covered by a right of the copyright holder of the Work).\nThe Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following\nnotice immediately following the copyright notice for the Work:\n Licensed under the EUPL\nor has expressed by any other means his willingness to license under the EUPL.\n\n1.Definitions\nIn this Licence, the following terms have the following meaning:\n\u2014 'The Licence':this Licence.\n\u2014 'The Original Work':the work or software distributed or communicated by the Licensor under this Licence, available\nas Source Code and also as Executable Code as the case may be.\n\u2014 'Derivative Works':the works or software that could be created by the Licensee, based upon the Original Work or\nmodifications thereof. This Licence does not define the extent of modification or dependence on the Original Work\nrequired in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in\nthe country mentioned in Article 15.\n\u2014 'The Work':the Original Work or its Derivative Works.\n\u2014 'The Source Code':the human-readable form of the Work which is the most convenient for people to study and\nmodify.\n\u2014 'The Executable Code':any code which has generally been compiled and which is meant to be interpreted by\na computer as a program.\n\u2014 'The Licensor':the natural or legal person that distributes or communicates the Work under the Licence.\n\u2014 'Contributor(s)':any natural or legal person who modifies the Work under the Licence, or otherwise contributes to\nthe creation of a Derivative Work.\n\u2014 'The Licensee' or 'You':any natural or legal person who makes any usage of the Work under the terms of the\nLicence.\n\u2014 'Distribution' or 'Communication':any act of selling, giving, lending, renting, distributing, communicating,\ntransmitting, or otherwise making available, online or offline, copies of the Work or providing access to its essential\nfunctionalities at the disposal of any other natural or legal person.\n\n2.Scope of the rights granted by the Licence\nThe Licensor hereby grants You a worldwide, royalty-free, non-exclusive, sublicensable licence to do the following, for\nthe duration of copyright vested in the Original Work:\n\u2014 use the Work in any circumstance and for all usage,\n\u2014 reproduce the Work,\n\u2014 modify the Work, and make Derivative Works based upon the Work,\n\u2014 communicate to the public, including the right to make available or display the Work or copies thereof to the public\nand perform publicly, as the case may be, the Work,\n\u2014 distribute the Work or copies thereof,\n\u2014 lend and rent the Work or copies thereof,\n\u2014 sublicense rights in the Work or copies thereof.\nThose rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the\napplicable law permits so.\nIn the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed\nby law in order to make effective the licence of the economic rights here above listed.\nThe Licensor grants to the Licensee royalty-free, non-exclusive usage rights to any patents held by the Licensor, to the\nextent necessary to make use of the rights granted on the Work under this Licence.\n\n3.Communication of the Source Code\nThe Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as\nExecutable Code, the Licensor provides in addition a machine-readable copy of the Source Code of the Work along with\neach copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to\nthe Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to\ndistribute or communicate the Work.\n\n4.Limitations on copyright\nNothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the\nexclusive rights of the rights owners in the Work, of the exhaustion of those rights or of other applicable limitations\nthereto.\n\n5.Obligations of the Licensee\nThe grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those\nobligations are the following:\n\nAttribution right: The Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to\nthe Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the\nLicence with every copy of the Work he\/she distributes or communicates. The Licensee must cause any Derivative Work\nto carry prominent notices stating that the Work has been modified and the date of modification.\n\nCopyleft clause: If the Licensee distributes or communicates copies of the Original Works or Derivative Works, this\nDistribution or Communication will be done under the terms of this Licence or of a later version of this Licence unless\nthe Original Work is expressly distributed only under this version of the Licence \u2014 for example by communicating\n'EUPL v. 1.2 only'. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the\nWork or Derivative Work that alter or restrict the terms of the Licence.\n\nCompatibility clause: If the Licensee Distributes or Communicates Derivative Works or copies thereof based upon both\nthe Work and another work licensed under a Compatible Licence, this Distribution or Communication can be done\nunder the terms of this Compatible Licence. For the sake of this clause, 'Compatible Licence' refers to the licences listed\nin the appendix attached to this Licence. Should the Licensee's obligations under the Compatible Licence conflict with\nhis\/her obligations under this Licence, the obligations of the Compatible Licence shall prevail.\n\nProvision of Source Code: When distributing or communicating copies of the Work, the Licensee will provide\na machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available\nfor as long as the Licensee continues to distribute or communicate the Work.\nLegal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or names\nof the Licensor, except as required for reasonable and customary use in describing the origin of the Work and\nreproducing the content of the copyright notice.\n\n6.Chain of Authorship\nThe original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him\/her or\nlicensed to him\/her and that he\/she has the power and authority to grant the Licence.\nEach Contributor warrants that the copyright in the modifications he\/she brings to the Work are owned by him\/her or\nlicensed to him\/her and that he\/she has the power and authority to grant the Licence.\nEach time You accept the Licence, the original Licensor and subsequent Contributors grant You a licence to their contributions\nto the Work, under the terms of this Licence.\n\n7.Disclaimer of Warranty\nThe Work is a work in progress, which is continuously improved by numerous Contributors. It is not a finished work\nand may therefore contain defects or 'bugs' inherent to this type of development.\nFor the above reason, the Work is provided under the Licence on an 'as is' basis and without warranties of any kind\nconcerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or\nerrors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this\nLicence.\nThis disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work.\n\n8.Disclaimer of Liability\nExcept in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be\nliable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the\nWork, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss\nof data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However,\nthe Licensor will be liable under statutory product liability laws as far such laws apply to the Work.\n\n9.Additional agreements\nWhile distributing the Work, You may choose to conclude an additional agreement, defining obligations or services\nconsistent with this Licence. However, if accepting obligations, You may act only on your own behalf and on your sole\nresponsibility, not on behalf of the original Licensor or any other Contributor, and only if You agree to indemnify,\ndefend, and hold each Contributor harmless for any liability incurred by, or claims asserted against such Contributor by\nthe fact You have accepted any warranty or additional liability.\n\n10.Acceptance of the Licence\nThe provisions of this Licence can be accepted by clicking on an icon 'I agree' placed under the bottom of a window\ndisplaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of\napplicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms\nand conditions.\nSimilarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You\nby Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution\nor Communication by You of the Work or copies thereof.\n\n11.Information to the public\nIn case of any Distribution or Communication of the Work by means of electronic communication by You (for example,\nby offering to download the Work from a remote location) the distribution channel or media (for example, a website)\nmust at least provide to the public the information requested by the applicable law regarding the Licensor, the Licence\nand the way it may be accessible, concluded, stored and reproduced by the Licensee.\n\n12.Termination of the Licence\nThe Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms\nof the Licence.\nSuch a termination will not terminate the licences of any person who has received the Work from the Licensee under\nthe Licence, provided such persons remain in full compliance with the Licence.\n\n13.Miscellaneous\nWithout prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the\nWork.\nIf any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or\nenforceability of the Licence as a whole. Such provision will be construed or reformed so as necessary to make it valid\nand enforceable.\nThe European Commission may publish other linguistic versions or new versions of this Licence or updated versions of\nthe Appendix, so far this is required and reasonable, without reducing the scope of the rights granted by the Licence.\nNew versions of the Licence will be published with a unique version number.\nAll linguistic versions of this Licence, approved by the European Commission, have identical value. Parties can take\nadvantage of the linguistic version of their choice.\n\n14.Jurisdiction\nWithout prejudice to specific agreement between parties,\n\u2014 any litigation resulting from the interpretation of this License, arising between the European Union institutions,\nbodies, offices or agencies, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice\nof the European Union, as laid down in article 272 of the Treaty on the Functioning of the European Union,\n\u2014 any litigation arising between other parties and resulting from the interpretation of this License, will be subject to\nthe exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business.\n\n15.Applicable Law\nWithout prejudice to specific agreement between parties,\n\u2014 this Licence shall be governed by the law of the European Union Member State where the Licensor has his seat,\nresides or has his registered office,\n\u2014 this licence shall be governed by Belgian law if the Licensor has no seat, residence or registered office inside\na European Union Member State.\n\n\n Appendix\n\n'Compatible Licences' according to Article 5 EUPL are:\n\u2014 GNU General Public License (GPL) v. 2, v. 3\n\u2014 GNU Affero General Public License (AGPL) v. 3\n\u2014 Open Software License (OSL) v. 2.1, v. 3.0\n\u2014 Eclipse Public License (EPL) v. 1.0\n\u2014 CeCILL v. 2.0, v. 2.1\n\u2014 Mozilla Public Licence (MPL) v. 2\n\u2014 GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3\n\u2014 Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for works other than software\n\u2014 European Union Public Licence (EUPL) v. 1.1, v. 1.2\n\u2014 Qu\u00e9bec Free and Open-Source Licence \u2014 Reciprocity (LiLiQ-R) or Strong Reciprocity (LiLiQ-R+).\n\nThe European Commission may update this Appendix to later versions of the above licences without producing\na new version of the EUPL, as long as they provide the rights granted in Article 2 of this Licence and protect the\ncovered Source Code from exclusive appropriation.\nAll other changes or additions to this Appendix require the production of a new EUPL version.\n", "rf_url": "https:\/\/joinup.ec.europa.eu\/page\/eupl-text-11-12", "rf_add_date": null, "rf_copyleft": null, @@ -10693,7 +10693,7 @@ }, { "rf_shortname": "LAL-1.2", - "rf_text": "Licence Art Libre\n[ Copyleft Attitude ]\n\nVersion 1.2\n\nPr\u00e9ambule :\n\nAvec cette Licence Art Libre, l\u2019autorisation est donn\u00e9e de copier, de diffuser et de transformer librement les oeuvres dans le respect des droits de l\u2019auteur.\n\nLoin d\u2019ignorer les droits de l\u2019auteur, cette licence les reconna\u00eet et les prot\u00e8ge. Elle en reformule le principe en permettant au public de faire un usage cr\u00e9atif des oeuvres d\u2019art.\nAlors que l\u2019usage fait du droit de la propri\u00e9t\u00e9 litt\u00e9raire et artistique conduit \u00e0 restreindre l\u2019acc\u00e8s du public \u00e0 l\u2019oeuvre, la Licence Art Libre a pour but de le favoriser.\nL\u2019intention est d\u2019ouvrir l\u2019acc\u00e8s et d\u2019autoriser l\u2019utilisation des ressources d\u2019une oeuvre par le plus grand nombre. En avoir jouissance pour en multiplier les r\u00e9jouissances, cr\u00e9er de nouvelles conditions de cr\u00e9ation pour amplifier les possibilit\u00e9s de cr\u00e9ation. Dans le respect des auteurs avec la reconnaissance et la d\u00e9fense de leur droit moral.\n\nEn effet, avec la venue du num\u00e9rique, l\u2019invention de l\u2019internet et des logiciels libres, un nouveau mode de cr\u00e9ation et de production est apparu. Il est aussi l\u2019amplification de ce qui a \u00e9t\u00e9 exp\u00e9riment\u00e9 par nombre d\u2019artistes contemporains.\nLe savoir et la cr\u00e9ation sont des ressources qui doivent demeurer libres pour \u00eatre encore v\u00e9ritablement du savoir et de la cr\u00e9ation. C\u2019est \u00e0 dire rester une recherche fondamentale qui ne soit pas directement li\u00e9e \u00e0 une application concr\u00e8te. Cr\u00e9er c\u2019est d\u00e9couvrir l\u2019inconnu, c\u2019est inventer le r\u00e9el avant tout souci de r\u00e9alisme.\nAinsi, l\u2019objet de l\u2019art n\u2019est pas confondu avec l\u2019objet d\u2019art fini et d\u00e9fini comme tel. C\u2019est la raison essentielle de cette Licence Art Libre : promouvoir et prot\u00e9ger des pratiques artistiques lib\u00e9r\u00e9es des seules r\u00e8gles de l\u2019\u00e9conomie de march\u00e9.\n\nD\u00c9FINITIONS\n\n\u2013 L\u2019oeuvre :il s\u2019agit d\u2019une oeuvre commune qui comprend l\u2019oeuvre originelle ainsi que toutes les contributions post\u00e9rieures (les originaux cons\u00e9quents et les copies). Elle est cr\u00e9\u00e9e \u00e0 l\u2019initiative de l\u2019auteur originel qui par cette licence d\u00e9finit les conditions selon lesquelles les contributions sont faites.\n\n\u2013 L\u2019oeuvre originelle :c\u2019est-\u00e0-dire l\u2019oeuvre cr\u00e9\u00e9e par l\u2019initiateur de l\u2019oeuvre commune dont les copies vont \u00eatre modifi\u00e9es par qui le souhaite.\n\n\u2013 Les oeuvres cons\u00e9quentes :c\u2019est-\u00e0-dire les propositions des auteurs qui contribuent \u00e0 la formation de l\u2019oeuvre en faisant usage des droits de reproduction, de diffusion et de modification que leur conf\u00e8re la licence.\n\n\u2013 Original (source ou ressource de l\u2019oeuvre) :exemplaire dat\u00e9 de l\u2019oeuvre, de sa d\u00e9finition, de sa partition ou de son programme que l\u2019auteur pr\u00e9sente comme r\u00e9f\u00e9rence pour toutes actualisations, interpr\u00e9tations, copies ou reproductions ult\u00e9rieures.\n\n\u2013 Copie :toute reproduction d\u2019un original au sens de cette licence.\n\n\u2013 Auteur de l\u2019oeuvre originelle :c\u2019est la personne qui a cr\u00e9\u00e9 l\u2019oeuvre \u00e0 l\u2019origine d\u2019une arborescence de cette oeuvre modifi\u00e9e. Par cette licence, l\u2019auteur d\u00e9termine les conditions dans lesquelles ce travail se fait.\n\n\u2013 Contributeur :toute personne qui contribue \u00e0 la cr\u00e9ation de l\u2019oeuvre. Il est l\u2019auteur d\u2019une oeuvre originale r\u00e9sultant de la modification d\u2019une copie de l\u2019oeuvre originelle ou de la modification d\u2019une copie d\u2019une oeuvre cons\u00e9quente.\n\n1. OBJET\nCette licence a pour objet de d\u00e9finir les conditions selon lesquelles vous pouvez jouir librement de cette oeuvre.\n\n2. L\u2019\u00c9TENDUE DE LA JOUISSANCE\nCette oeuvre est soumise au droit d\u2019auteur, et l\u2019auteur par cette licence vous indique quelles sont vos libert\u00e9s pour la copier, la diffuser et la modifier:\n\n2.1 LA LIBERT\u00c9 DE COPIER (OU DE REPRODUCTION)\nVous avez la libert\u00e9 de copier cette oeuvre pour un usage personnel, pour vos amis, ou toute autre personne et quelque soit la technique employ\u00e9e.\n\n2.2 LA LIBERT\u00c9 DE DIFFUSER, D\u2019INTERPR\u00c9TER (OU DE REPR\u00c9SENTATION)\nVous pouvez diffuser librement les copies de ces oeuvres, modifi\u00e9es ou non, quel que soit le support, quel que soit le lieu, \u00e0 titre on\u00e9reux ou gratuit si vous respectez toutes les conditions suivantes:\n \u2013 joindre aux copies, cette licence \u00e0 l\u2019identique, ou indiquer pr\u00e9cis\u00e9ment o\u00f9 se trouve la licence, \u2013 indiquer au destinataire le nom de l\u2019auteur des originaux, \u2013 indiquer au destinataire o\u00f9 il pourra avoir acc\u00e8s aux originaux (originels et\/ou cons\u00e9quents). L\u2019auteur de l\u2019original pourra, s\u2019il le souhaite, vous autoriser \u00e0 diffuser l\u2019original dans les m\u00eames conditions que les copies.\n\n2.3 LA LIBERT\u00c9 DE MODIFIER\nVous avez la libert\u00e9 de modifier les copies des originaux (originels et cons\u00e9quents), qui peuvent \u00eatre partielles ou non, dans le respect des conditions pr\u00e9vues \u00e0 l\u2019article 2.2 en cas de diffusion (ou repr\u00e9sentation) de la copie modifi\u00e9e. L\u2019auteur de l\u2019original pourra, s\u2019il le souhaite, vous autoriser \u00e0 modifier l\u2019original dans les m\u00eames conditions que les copies.\n\n3. L\u2019INCORPORATION DE L\u2019OEUVRE\nTous les \u00e9l\u00e9ments de cette oeuvre doivent demeurer libres, c\u2019est pourquoi il ne vous est pas permis d\u2019int\u00e9grer les originaux (originels et cons\u00e9quents) dans une autre oeuvre qui ne serait pas soumise \u00e0 cette licence.\n\n4. VOS DROITS D\u2019AUTEUR\nCette licence n\u2019a pas pour objet de nier vos droits d\u2019auteur sur votre contribution. En choisissant de contribuer \u00e0 l\u2019\u00e9volution de cette oeuvre, vous acceptez seulement d\u2019offrir aux autres les m\u00eames droits sur votre contribution que ceux qui vous ont \u00e9t\u00e9 accord\u00e9s par cette licence.\n\n5. LA DUR\u00c9E DE LA LICENCE\nCette licence prend effet d\u00e8s votre acceptation de ses dispositions. Le fait de copier, de diffuser, ou de modifier l\u2019oeuvre constitue une acception tacite. Cette licence a pour dur\u00e9e la dur\u00e9e des droits d\u2019auteur attach\u00e9s \u00e0 l\u2019oeuvre. Si vous ne respectez pas les termes de cette licence, vous perdez automatiquement les droits qu\u2019elle vous conf\u00e8re. Si le r\u00e9gime juridique auquel vous \u00eates soumis ne vous permet pas de respecter les termes de cette licence, vous ne pouvez pas vous pr\u00e9valoir des libert\u00e9s qu\u2019elle conf\u00e8re.\n\n6. LES DIFF\u00c9RENTES VERSIONS DE LA LICENCE\nCette licence pourra \u00eatre modifi\u00e9e r\u00e9guli\u00e8rement, en vue de son am\u00e9lioration, par ses auteurs (les acteurs du mouvement \u00ab\u00a0copyleft attitude\u00a0\u00bb) sous la forme de nouvelles versions num\u00e9rot\u00e9es.\nVous avez toujours le choix entre vous contenter des dispositions contenues dans la version sous laquelle la copie vous a \u00e9t\u00e9 communiqu\u00e9e ou alors, vous pr\u00e9valoir des dispositions d\u2019une des versions ult\u00e9rieures.\n\n7. LES SOUS-LICENCES\nLes sous licences ne sont pas autoris\u00e9es par la pr\u00e9sente. Toute personne qui souhaite b\u00e9n\u00e9ficier des libert\u00e9s qu\u2019elle conf\u00e8re sera li\u00e9e directement \u00e0 l\u2019auteur de l\u2019oeuvre originelle.\n\n8. LA LOI APPLICABLE AU CONTRAT\nCette licence est soumise au droit fran\u00e7ais.\n", + "rf_text": "Licence Art Libre\n[ Copyleft Attitude ]\n\nVersion 1.2\n\nPr\u00e9ambule :\n\nAvec cette Licence Art Libre, l'autorisation est donn\u00e9e de copier, de diffuser et de transformer librement les oeuvres dans le respect des droits de l'auteur.\n\nLoin d'ignorer les droits de l'auteur, cette licence les reconna\u00eet et les prot\u00e8ge. Elle en reformule le principe en permettant au public de faire un usage cr\u00e9atif des oeuvres d'art.\nAlors que l'usage fait du droit de la propri\u00e9t\u00e9 litt\u00e9raire et artistique conduit \u00e0 restreindre l'acc\u00e8s du public \u00e0 l'oeuvre, la Licence Art Libre a pour but de le favoriser.\nL'intention est d'ouvrir l'acc\u00e8s et d'autoriser l'utilisation des ressources d'une oeuvre par le plus grand nombre. En avoir jouissance pour en multiplier les r\u00e9jouissances, cr\u00e9er de nouvelles conditions de cr\u00e9ation pour amplifier les possibilit\u00e9s de cr\u00e9ation. Dans le respect des auteurs avec la reconnaissance et la d\u00e9fense de leur droit moral.\n\nEn effet, avec la venue du num\u00e9rique, l'invention de l'internet et des logiciels libres, un nouveau mode de cr\u00e9ation et de production est apparu. Il est aussi l'amplification de ce qui a \u00e9t\u00e9 exp\u00e9riment\u00e9 par nombre d'artistes contemporains.\nLe savoir et la cr\u00e9ation sont des ressources qui doivent demeurer libres pour \u00eatre encore v\u00e9ritablement du savoir et de la cr\u00e9ation. C'est \u00e0 dire rester une recherche fondamentale qui ne soit pas directement li\u00e9e \u00e0 une application concr\u00e8te. Cr\u00e9er c'est d\u00e9couvrir l'inconnu, c'est inventer le r\u00e9el avant tout souci de r\u00e9alisme.\nAinsi, l'objet de l'art n'est pas confondu avec l'objet d'art fini et d\u00e9fini comme tel. C'est la raison essentielle de cette Licence Art Libre : promouvoir et prot\u00e9ger des pratiques artistiques lib\u00e9r\u00e9es des seules r\u00e8gles de l'\u00e9conomie de march\u00e9.\n\nD\u00c9FINITIONS\n\n- L'oeuvre :il s'agit d'une oeuvre commune qui comprend l'oeuvre originelle ainsi que toutes les contributions post\u00e9rieures (les originaux cons\u00e9quents et les copies). Elle est cr\u00e9\u00e9e \u00e0 l'initiative de l'auteur originel qui par cette licence d\u00e9finit les conditions selon lesquelles les contributions sont faites.\n\n- L'oeuvre originelle :c'est-\u00e0-dire l'oeuvre cr\u00e9\u00e9e par l'initiateur de l'oeuvre commune dont les copies vont \u00eatre modifi\u00e9es par qui le souhaite.\n\n- Les oeuvres cons\u00e9quentes :c'est-\u00e0-dire les propositions des auteurs qui contribuent \u00e0 la formation de l'oeuvre en faisant usage des droits de reproduction, de diffusion et de modification que leur conf\u00e8re la licence.\n\n- Original (source ou ressource de l'oeuvre) :exemplaire dat\u00e9 de l'oeuvre, de sa d\u00e9finition, de sa partition ou de son programme que l'auteur pr\u00e9sente comme r\u00e9f\u00e9rence pour toutes actualisations, interpr\u00e9tations, copies ou reproductions ult\u00e9rieures.\n\n- Copie :toute reproduction d'un original au sens de cette licence.\n\n- Auteur de l'oeuvre originelle :c'est la personne qui a cr\u00e9\u00e9 l'oeuvre \u00e0 l'origine d'une arborescence de cette oeuvre modifi\u00e9e. Par cette licence, l'auteur d\u00e9termine les conditions dans lesquelles ce travail se fait.\n\n- Contributeur :toute personne qui contribue \u00e0 la cr\u00e9ation de l'oeuvre. Il est l'auteur d'une oeuvre originale r\u00e9sultant de la modification d'une copie de l'oeuvre originelle ou de la modification d'une copie d'une oeuvre cons\u00e9quente.\n\n1. OBJET\nCette licence a pour objet de d\u00e9finir les conditions selon lesquelles vous pouvez jouir librement de cette oeuvre.\n\n2. L'\u00c9TENDUE DE LA JOUISSANCE\nCette oeuvre est soumise au droit d'auteur, et l'auteur par cette licence vous indique quelles sont vos libert\u00e9s pour la copier, la diffuser et la modifier:\n\n2.1 LA LIBERT\u00c9 DE COPIER (OU DE REPRODUCTION)\nVous avez la libert\u00e9 de copier cette oeuvre pour un usage personnel, pour vos amis, ou toute autre personne et quelque soit la technique employ\u00e9e.\n\n2.2 LA LIBERT\u00c9 DE DIFFUSER, D'INTERPR\u00c9TER (OU DE REPR\u00c9SENTATION)\nVous pouvez diffuser librement les copies de ces oeuvres, modifi\u00e9es ou non, quel que soit le support, quel que soit le lieu, \u00e0 titre on\u00e9reux ou gratuit si vous respectez toutes les conditions suivantes:\n - joindre aux copies, cette licence \u00e0 l'identique, ou indiquer pr\u00e9cis\u00e9ment o\u00f9 se trouve la licence, - indiquer au destinataire le nom de l'auteur des originaux, - indiquer au destinataire o\u00f9 il pourra avoir acc\u00e8s aux originaux (originels et\/ou cons\u00e9quents). L'auteur de l'original pourra, s'il le souhaite, vous autoriser \u00e0 diffuser l'original dans les m\u00eames conditions que les copies.\n\n2.3 LA LIBERT\u00c9 DE MODIFIER\nVous avez la libert\u00e9 de modifier les copies des originaux (originels et cons\u00e9quents), qui peuvent \u00eatre partielles ou non, dans le respect des conditions pr\u00e9vues \u00e0 l'article 2.2 en cas de diffusion (ou repr\u00e9sentation) de la copie modifi\u00e9e. L'auteur de l'original pourra, s'il le souhaite, vous autoriser \u00e0 modifier l'original dans les m\u00eames conditions que les copies.\n\n3. L'INCORPORATION DE L'OEUVRE\nTous les \u00e9l\u00e9ments de cette oeuvre doivent demeurer libres, c'est pourquoi il ne vous est pas permis d'int\u00e9grer les originaux (originels et cons\u00e9quents) dans une autre oeuvre qui ne serait pas soumise \u00e0 cette licence.\n\n4. VOS DROITS D'AUTEUR\nCette licence n'a pas pour objet de nier vos droits d'auteur sur votre contribution. En choisissant de contribuer \u00e0 l'\u00e9volution de cette oeuvre, vous acceptez seulement d'offrir aux autres les m\u00eames droits sur votre contribution que ceux qui vous ont \u00e9t\u00e9 accord\u00e9s par cette licence.\n\n5. LA DUR\u00c9E DE LA LICENCE\nCette licence prend effet d\u00e8s votre acceptation de ses dispositions. Le fait de copier, de diffuser, ou de modifier l'oeuvre constitue une acception tacite. Cette licence a pour dur\u00e9e la dur\u00e9e des droits d'auteur attach\u00e9s \u00e0 l'oeuvre. Si vous ne respectez pas les termes de cette licence, vous perdez automatiquement les droits qu'elle vous conf\u00e8re. Si le r\u00e9gime juridique auquel vous \u00eates soumis ne vous permet pas de respecter les termes de cette licence, vous ne pouvez pas vous pr\u00e9valoir des libert\u00e9s qu'elle conf\u00e8re.\n\n6. LES DIFF\u00c9RENTES VERSIONS DE LA LICENCE\nCette licence pourra \u00eatre modifi\u00e9e r\u00e9guli\u00e8rement, en vue de son am\u00e9lioration, par ses auteurs (les acteurs du mouvement \u00ab copyleft attitude \u00bb) sous la forme de nouvelles versions num\u00e9rot\u00e9es.\nVous avez toujours le choix entre vous contenter des dispositions contenues dans la version sous laquelle la copie vous a \u00e9t\u00e9 communiqu\u00e9e ou alors, vous pr\u00e9valoir des dispositions d'une des versions ult\u00e9rieures.\n\n7. LES SOUS-LICENCES\nLes sous licences ne sont pas autoris\u00e9es par la pr\u00e9sente. Toute personne qui souhaite b\u00e9n\u00e9ficier des libert\u00e9s qu'elle conf\u00e8re sera li\u00e9e directement \u00e0 l'auteur de l'oeuvre originelle.\n\n8. LA LOI APPLICABLE AU CONTRAT\nCette licence est soumise au droit fran\u00e7ais.\n", "rf_url": "http:\/\/artlibre.org\/licence\/lal\/licence-art-libre-12\/", "rf_add_date": null, "rf_copyleft": null, @@ -10715,7 +10715,7 @@ }, { "rf_shortname": "LAL-1.3", - "rf_text": "Licence Art Libre 1.3 (LAL 1.3)\n\nPr\u00e9ambule :\n\nAvec la Licence Art Libre, l\u2019autorisation est donn\u00e9e de copier, de diffuser et de transformer librement les \u0153uvres dans le respect des droits de l\u2019auteur.\n\nLoin d\u2019ignorer ces droits, la Licence Art Libre les reconna\u00eet et les prot\u00e8ge. Elle en reformule l\u2019exercice en permettant \u00e0 tout un chacun de faire un usage cr\u00e9atif des productions de l\u2019esprit quels que soient leur genre et leur forme d\u2019expression.\n\nSi, en r\u00e8gle g\u00e9n\u00e9rale, l\u2019application du droit d\u2019auteur conduit \u00e0 restreindre l\u2019acc\u00e8s aux \u0153uvres de l\u2019esprit, la Licence Art Libre, au contraire, le favorise. L\u2019intention est d\u2019autoriser l\u2019utilisation des ressources d\u2019une \u0153uvre ; cr\u00e9er de nouvelles conditions de cr\u00e9ation pour amplifier les possibilit\u00e9s de cr\u00e9ation. La Licence Art Libre permet d\u2019avoir jouissance des \u0153uvres tout en reconnaissant les droits et les responsabilit\u00e9s de chacun.\n\nAvec le d\u00e9veloppement du num\u00e9rique, l\u2019invention d\u2019internet et des logiciels libres, les modalit\u00e9s de cr\u00e9ation ont \u00e9volu\u00e9 : les productions de l\u2019esprit s\u2019offrent naturellement \u00e0 la circulation, \u00e0 l\u2019\u00e9change et aux transformations. Elles se pr\u00eatent favorablement \u00e0 la r\u00e9alisation d\u2019\u0153uvres communes que chacun peut augmenter pour l\u2019avantage de tous.\n\nC\u2019est la raison essentielle de la Licence Art Libre : promouvoir et prot\u00e9ger ces productions de l\u2019esprit selon les principes du copyleft : libert\u00e9 d\u2019usage, de copie, de diffusion, de transformation et interdiction d\u2019appropriation exclusive.\n\nD\u00e9finitions :\n\nNous d\u00e9signons par \u00ab \u0153uvre \u00bb, autant l\u2019\u0153uvre initiale, les \u0153uvres cons\u00e9quentes, que l\u2019\u0153uvre commune telles que d\u00e9finies ci-apr\u00e8s :\n\nL\u2019\u0153uvre commune :Il s\u2019agit d\u2019une \u0153uvre qui comprend l\u2019\u0153uvre initiale ainsi que toutes les contributions post\u00e9rieures (les originaux cons\u00e9quents et les copies). Elle est cr\u00e9\u00e9e \u00e0 l\u2019initiative de l\u2019auteur initial qui par cette licence d\u00e9finit les conditions selon lesquelles les contributions sont faites.\n\nL\u2019\u0153uvre initiale :C\u2019est-\u00e0-dire l\u2019\u0153uvre cr\u00e9\u00e9e par l\u2019initiateur de l\u2019\u0153uvre commune dont les copies vont \u00eatre modifi\u00e9es par qui le souhaite.\n\nLes \u0153uvres cons\u00e9quentes :C\u2019est-\u00e0-dire les contributions des auteurs qui participent \u00e0 la formation de l\u2019\u0153uvre commune en faisant usage des droits de reproduction, de diffusion et de modification que leur conf\u00e8re la licence.\n\nOriginaux (sources ou ressources de l\u2019\u0153uvre) :Chaque exemplaire dat\u00e9 de l\u2019\u0153uvre initiale ou cons\u00e9quente que leurs auteurs pr\u00e9sentent comme r\u00e9f\u00e9rence pour toutes actualisations, interpr\u00e9tations, copies ou reproductions ult\u00e9rieures.\n\nCopie :Toute reproduction d\u2019un original au sens de cette licence.\n\n1- OBJET.\nCette licence a pour objet de d\u00e9finir les conditions selon lesquelles vous pouvez jouir librement de l\u2019\u0153uvre.\n\n2. L\u2019\u00c9TENDUE DE LA JOUISSANCE.\nCette \u0153uvre est soumise au droit d\u2019auteur, et l\u2019auteur par cette licence vous indique quelles sont vos libert\u00e9s pour la copier, la diffuser et la modifier.\n\n2.1 LA LIBERT\u00c9 DE COPIER (OU DE REPRODUCTION).\nVous avez la libert\u00e9 de copier cette \u0153uvre pour vous, vos amis ou toute autre personne, quelle que soit la technique employ\u00e9e.\n\n2.2 LA LIBERT\u00c9 DE DIFFUSER (INTERPR\u00c9TER, REPR\u00c9SENTER, DISTRIBUER).\nVous pouvez diffuser librement les copies de ces \u0153uvres, modifi\u00e9es ou non, quel que soit le support, quel que soit le lieu, \u00e0 titre on\u00e9reux ou gratuit, si vous respectez toutes les conditions suivantes :\n\n 1.\tjoindre aux copies cette licence \u00e0 l\u2019identique ou indiquer pr\u00e9cis\u00e9ment o\u00f9 se trouve la licence ;\n 2.\tindiquer au destinataire le nom de chaque auteur des originaux, y compris le v\u00f4tre si vous avez modifi\u00e9 l\u2019\u0153uvre ;\n 3.\tindiquer au destinataire o\u00f9 il pourrait avoir acc\u00e8s aux originaux (initiaux et\/ou cons\u00e9quents).\n\nLes auteurs des originaux pourront, s\u2019ils le souhaitent, vous autoriser \u00e0 diffuser l\u2019original dans les m\u00eames conditions que les copies.\n\n2.3 LA LIBERT\u00c9 DE MODIFIER.\nVous avez la libert\u00e9 de modifier les copies des originaux (initiaux et cons\u00e9quents) dans le respect des conditions suivantes :\n\n 1.\tcelles pr\u00e9vues \u00e0 l\u2019article 2.2 en cas de diffusion de la copie modifi\u00e9e ;\n 2.\tindiquer qu\u2019il s\u2019agit d\u2019une \u0153uvre modifi\u00e9e et, si possible, la nature de la modification ;\n 3.\tdiffuser cette \u0153uvre cons\u00e9quente avec la m\u00eame licence ou avec toute licence compatible ;\n 4.\tLes auteurs des originaux pourront, s\u2019ils le souhaitent, vous autoriser \u00e0 modifier l\u2019original dans les m\u00eames conditions que les copies.\n\n3. DROITS CONNEXES.\nLes actes donnant lieu \u00e0 des droits d\u2019auteur ou des droits voisins ne doivent pas constituer un obstacle aux libert\u00e9s conf\u00e9r\u00e9es par cette licence. C\u2019est pourquoi, par exemple, les interpr\u00e9tations doivent \u00eatre soumises \u00e0 la m\u00eame licence ou une licence compatible. De m\u00eame, l\u2019int\u00e9gration de l\u2019\u0153uvre \u00e0 une base de donn\u00e9es, une compilation ou une anthologie ne doit pas faire obstacle \u00e0 la jouissance de l\u2019\u0153uvre telle que d\u00e9finie par cette licence.\n\n4. L\u2019 INT\u00c9GRATION DE L\u2019\u0152UVRE.\nToute int\u00e9gration de cette \u0153uvre \u00e0 un ensemble non soumis \u00e0 la LAL doit assurer l\u2019exercice des libert\u00e9s conf\u00e9r\u00e9es par cette licence.\nSi l\u2019\u0153uvre n\u2019est plus accessible ind\u00e9pendamment de l\u2019ensemble, alors l\u2019int\u00e9gration n\u2019est possible qu\u2019\u00e0 condition que l\u2019ensemble soit soumis \u00e0 la LAL ou une licence compatible.\n\n5. CRIT\u00c8RES DE COMPATIBILIT\u00c9.\nUne licence est compatible avec la LAL si et seulement si :\n\n 1.\telle accorde l\u2019autorisation de copier, diffuser et modifier des copies de l\u2019\u0153uvre, y compris \u00e0 des fins lucratives, et sans autres restrictions que celles qu\u2019impose le respect des autres crit\u00e8res de compatibilit\u00e9 ;\n 2.\telle garantit la paternit\u00e9 de l\u2019\u0153uvre et l\u2019acc\u00e8s aux versions ant\u00e9rieures de l\u2019\u0153uvre quand cet acc\u00e8s est possible ;\n 3.\telle reconna\u00eet la LAL \u00e9galement compatible (r\u00e9ciprocit\u00e9) ;\n 4.\telle impose que les modifications faites sur l\u2019\u0153uvre soient soumises \u00e0 la m\u00eame licence ou encore \u00e0 une licence r\u00e9pondant aux crit\u00e8res de compatibilit\u00e9 pos\u00e9s par la LAL.\n\n6. VOS DROITS INTELLECTUELS.\nLa LAL n\u2019a pas pour objet de nier vos droits d\u2019auteur sur votre contribution ni vos droits connexes. En choisissant de contribuer \u00e0 l\u2019\u00e9volution de cette \u0153uvre commune, vous acceptez seulement d\u2019offrir aux autres les m\u00eames autorisations sur votre contribution que celles qui vous ont \u00e9t\u00e9 accord\u00e9es par cette licence. Ces autorisations n\u2019entra\u00eenent pas un dessaisissement de vos droits intellectuels.\n\n7. VOS RESPONSABILIT\u00c9S.\nLa libert\u00e9 de jouir de l\u2019\u0153uvre tel que permis par la LAL (libert\u00e9 de copier, diffuser, modifier) implique pour chacun la responsabilit\u00e9 de ses propres faits.\n\n8. LA DUR\u00c9E DE LA LICENCE.\nCette licence prend effet d\u00e8s votre acceptation de ses dispositions. Le fait de copier, de diffuser, ou de modifier l\u2019\u0153uvre constitue une acceptation tacite.\nCette licence a pour dur\u00e9e la dur\u00e9e des droits d\u2019auteur attach\u00e9s \u00e0 l\u2019\u0153uvre. Si vous ne respectez pas les termes de cette licence, vous perdez automatiquement les droits qu\u2019elle vous conf\u00e8re. Si le r\u00e9gime juridique auquel vous \u00eates soumis ne vous permet pas de respecter les termes de cette licence, vous ne pouvez pas vous pr\u00e9valoir des libert\u00e9s qu\u2019elle conf\u00e8re.\n\n9. LES DIFF\u00c9RENTES VERSIONS DE LA LICENCE.\nCette licence pourra \u00eatre modifi\u00e9e r\u00e9guli\u00e8rement, en vue de son am\u00e9lioration, par ses auteurs (les acteurs du mouvement Copyleft Attitude) sous la forme de nouvelles versions num\u00e9rot\u00e9es.\nVous avez toujours le choix entre vous contenter des dispositions contenues dans la version de la LAL sous laquelle la copie vous a \u00e9t\u00e9 communiqu\u00e9e ou alors, vous pr\u00e9valoir des dispositions d\u2019une des versions ult\u00e9rieures.\n\n10. LES SOUS-LICENCES.\nLes sous-licences ne sont pas autoris\u00e9es par la pr\u00e9sente. Toute personne qui souhaite b\u00e9n\u00e9ficier des libert\u00e9s qu\u2019elle conf\u00e8re sera li\u00e9e directement aux auteurs de l\u2019\u0153uvre commune.\n\n11. LE CONTEXTE JURIDIQUE.\nCette licence est r\u00e9dig\u00e9e en r\u00e9f\u00e9rence au droit fran\u00e7ais et \u00e0 la Convention de Berne relative au droit d\u2019auteur.\n", + "rf_text": "Licence Art Libre 1.3 (LAL 1.3)\n\nPr\u00e9ambule :\n\nAvec la Licence Art Libre, l'autorisation est donn\u00e9e de copier, de diffuser et de transformer librement les \u0153uvres dans le respect des droits de l'auteur.\n\nLoin d'ignorer ces droits, la Licence Art Libre les reconna\u00eet et les prot\u00e8ge. Elle en reformule l'exercice en permettant \u00e0 tout un chacun de faire un usage cr\u00e9atif des productions de l'esprit quels que soient leur genre et leur forme d'expression.\n\nSi, en r\u00e8gle g\u00e9n\u00e9rale, l'application du droit d'auteur conduit \u00e0 restreindre l'acc\u00e8s aux \u0153uvres de l'esprit, la Licence Art Libre, au contraire, le favorise. L'intention est d'autoriser l'utilisation des ressources d'une \u0153uvre ; cr\u00e9er de nouvelles conditions de cr\u00e9ation pour amplifier les possibilit\u00e9s de cr\u00e9ation. La Licence Art Libre permet d'avoir jouissance des \u0153uvres tout en reconnaissant les droits et les responsabilit\u00e9s de chacun.\n\nAvec le d\u00e9veloppement du num\u00e9rique, l'invention d'internet et des logiciels libres, les modalit\u00e9s de cr\u00e9ation ont \u00e9volu\u00e9 : les productions de l'esprit s'offrent naturellement \u00e0 la circulation, \u00e0 l'\u00e9change et aux transformations. Elles se pr\u00eatent favorablement \u00e0 la r\u00e9alisation d'\u0153uvres communes que chacun peut augmenter pour l'avantage de tous.\n\nC'est la raison essentielle de la Licence Art Libre : promouvoir et prot\u00e9ger ces productions de l'esprit selon les principes du copyleft : libert\u00e9 d'usage, de copie, de diffusion, de transformation et interdiction d'appropriation exclusive.\n\nD\u00e9finitions :\n\nNous d\u00e9signons par \u00ab \u0153uvre \u00bb, autant l'\u0153uvre initiale, les \u0153uvres cons\u00e9quentes, que l'\u0153uvre commune telles que d\u00e9finies ci-apr\u00e8s :\n\nL'\u0153uvre commune :Il s'agit d'une \u0153uvre qui comprend l'\u0153uvre initiale ainsi que toutes les contributions post\u00e9rieures (les originaux cons\u00e9quents et les copies). Elle est cr\u00e9\u00e9e \u00e0 l'initiative de l'auteur initial qui par cette licence d\u00e9finit les conditions selon lesquelles les contributions sont faites.\n\nL'\u0153uvre initiale :C'est-\u00e0-dire l'\u0153uvre cr\u00e9\u00e9e par l'initiateur de l'\u0153uvre commune dont les copies vont \u00eatre modifi\u00e9es par qui le souhaite.\n\nLes \u0153uvres cons\u00e9quentes :C'est-\u00e0-dire les contributions des auteurs qui participent \u00e0 la formation de l'\u0153uvre commune en faisant usage des droits de reproduction, de diffusion et de modification que leur conf\u00e8re la licence.\n\nOriginaux (sources ou ressources de l'\u0153uvre) :Chaque exemplaire dat\u00e9 de l'\u0153uvre initiale ou cons\u00e9quente que leurs auteurs pr\u00e9sentent comme r\u00e9f\u00e9rence pour toutes actualisations, interpr\u00e9tations, copies ou reproductions ult\u00e9rieures.\n\nCopie :Toute reproduction d'un original au sens de cette licence.\n\n1- OBJET.\nCette licence a pour objet de d\u00e9finir les conditions selon lesquelles vous pouvez jouir librement de l'\u0153uvre.\n\n2. L'\u00c9TENDUE DE LA JOUISSANCE.\nCette \u0153uvre est soumise au droit d'auteur, et l'auteur par cette licence vous indique quelles sont vos libert\u00e9s pour la copier, la diffuser et la modifier.\n\n2.1 LA LIBERT\u00c9 DE COPIER (OU DE REPRODUCTION).\nVous avez la libert\u00e9 de copier cette \u0153uvre pour vous, vos amis ou toute autre personne, quelle que soit la technique employ\u00e9e.\n\n2.2 LA LIBERT\u00c9 DE DIFFUSER (INTERPR\u00c9TER, REPR\u00c9SENTER, DISTRIBUER).\nVous pouvez diffuser librement les copies de ces \u0153uvres, modifi\u00e9es ou non, quel que soit le support, quel que soit le lieu, \u00e0 titre on\u00e9reux ou gratuit, si vous respectez toutes les conditions suivantes :\n\n 1.\tjoindre aux copies cette licence \u00e0 l'identique ou indiquer pr\u00e9cis\u00e9ment o\u00f9 se trouve la licence ;\n 2.\tindiquer au destinataire le nom de chaque auteur des originaux, y compris le v\u00f4tre si vous avez modifi\u00e9 l'\u0153uvre ;\n 3.\tindiquer au destinataire o\u00f9 il pourrait avoir acc\u00e8s aux originaux (initiaux et\/ou cons\u00e9quents).\n\nLes auteurs des originaux pourront, s'ils le souhaitent, vous autoriser \u00e0 diffuser l'original dans les m\u00eames conditions que les copies.\n\n2.3 LA LIBERT\u00c9 DE MODIFIER.\nVous avez la libert\u00e9 de modifier les copies des originaux (initiaux et cons\u00e9quents) dans le respect des conditions suivantes :\n\n 1.\tcelles pr\u00e9vues \u00e0 l'article 2.2 en cas de diffusion de la copie modifi\u00e9e ;\n 2.\tindiquer qu'il s'agit d'une \u0153uvre modifi\u00e9e et, si possible, la nature de la modification ;\n 3.\tdiffuser cette \u0153uvre cons\u00e9quente avec la m\u00eame licence ou avec toute licence compatible ;\n 4.\tLes auteurs des originaux pourront, s'ils le souhaitent, vous autoriser \u00e0 modifier l'original dans les m\u00eames conditions que les copies.\n\n3. DROITS CONNEXES.\nLes actes donnant lieu \u00e0 des droits d'auteur ou des droits voisins ne doivent pas constituer un obstacle aux libert\u00e9s conf\u00e9r\u00e9es par cette licence. C'est pourquoi, par exemple, les interpr\u00e9tations doivent \u00eatre soumises \u00e0 la m\u00eame licence ou une licence compatible. De m\u00eame, l'int\u00e9gration de l'\u0153uvre \u00e0 une base de donn\u00e9es, une compilation ou une anthologie ne doit pas faire obstacle \u00e0 la jouissance de l'\u0153uvre telle que d\u00e9finie par cette licence.\n\n4. L' INT\u00c9GRATION DE L'\u0152UVRE.\nToute int\u00e9gration de cette \u0153uvre \u00e0 un ensemble non soumis \u00e0 la LAL doit assurer l'exercice des libert\u00e9s conf\u00e9r\u00e9es par cette licence.\nSi l'\u0153uvre n'est plus accessible ind\u00e9pendamment de l'ensemble, alors l'int\u00e9gration n'est possible qu'\u00e0 condition que l'ensemble soit soumis \u00e0 la LAL ou une licence compatible.\n\n5. CRIT\u00c8RES DE COMPATIBILIT\u00c9.\nUne licence est compatible avec la LAL si et seulement si :\n\n 1.\telle accorde l'autorisation de copier, diffuser et modifier des copies de l'\u0153uvre, y compris \u00e0 des fins lucratives, et sans autres restrictions que celles qu'impose le respect des autres crit\u00e8res de compatibilit\u00e9 ;\n 2.\telle garantit la paternit\u00e9 de l'\u0153uvre et l'acc\u00e8s aux versions ant\u00e9rieures de l'\u0153uvre quand cet acc\u00e8s est possible ;\n 3.\telle reconna\u00eet la LAL \u00e9galement compatible (r\u00e9ciprocit\u00e9) ;\n 4.\telle impose que les modifications faites sur l'\u0153uvre soient soumises \u00e0 la m\u00eame licence ou encore \u00e0 une licence r\u00e9pondant aux crit\u00e8res de compatibilit\u00e9 pos\u00e9s par la LAL.\n\n6. VOS DROITS INTELLECTUELS.\nLa LAL n'a pas pour objet de nier vos droits d'auteur sur votre contribution ni vos droits connexes. En choisissant de contribuer \u00e0 l'\u00e9volution de cette \u0153uvre commune, vous acceptez seulement d'offrir aux autres les m\u00eames autorisations sur votre contribution que celles qui vous ont \u00e9t\u00e9 accord\u00e9es par cette licence. Ces autorisations n'entra\u00eenent pas un dessaisissement de vos droits intellectuels.\n\n7. VOS RESPONSABILIT\u00c9S.\nLa libert\u00e9 de jouir de l'\u0153uvre tel que permis par la LAL (libert\u00e9 de copier, diffuser, modifier) implique pour chacun la responsabilit\u00e9 de ses propres faits.\n\n8. LA DUR\u00c9E DE LA LICENCE.\nCette licence prend effet d\u00e8s votre acceptation de ses dispositions. Le fait de copier, de diffuser, ou de modifier l'\u0153uvre constitue une acceptation tacite.\nCette licence a pour dur\u00e9e la dur\u00e9e des droits d'auteur attach\u00e9s \u00e0 l'\u0153uvre. Si vous ne respectez pas les termes de cette licence, vous perdez automatiquement les droits qu'elle vous conf\u00e8re. Si le r\u00e9gime juridique auquel vous \u00eates soumis ne vous permet pas de respecter les termes de cette licence, vous ne pouvez pas vous pr\u00e9valoir des libert\u00e9s qu'elle conf\u00e8re.\n\n9. LES DIFF\u00c9RENTES VERSIONS DE LA LICENCE.\nCette licence pourra \u00eatre modifi\u00e9e r\u00e9guli\u00e8rement, en vue de son am\u00e9lioration, par ses auteurs (les acteurs du mouvement Copyleft Attitude) sous la forme de nouvelles versions num\u00e9rot\u00e9es.\nVous avez toujours le choix entre vous contenter des dispositions contenues dans la version de la LAL sous laquelle la copie vous a \u00e9t\u00e9 communiqu\u00e9e ou alors, vous pr\u00e9valoir des dispositions d'une des versions ult\u00e9rieures.\n\n10. LES SOUS-LICENCES.\nLes sous-licences ne sont pas autoris\u00e9es par la pr\u00e9sente. Toute personne qui souhaite b\u00e9n\u00e9ficier des libert\u00e9s qu'elle conf\u00e8re sera li\u00e9e directement aux auteurs de l'\u0153uvre commune.\n\n11. LE CONTEXTE JURIDIQUE.\nCette licence est r\u00e9dig\u00e9e en r\u00e9f\u00e9rence au droit fran\u00e7ais et \u00e0 la Convention de Berne relative au droit d'auteur.\n", "rf_url": "https:\/\/artlibre.org\/", "rf_add_date": null, "rf_copyleft": null, @@ -10803,12 +10803,12 @@ }, { "rf_shortname": "LiLiQ-P-1.1", - "rf_text": "Licence Libre du Qu\u00e9bec \u2013 Permissive (LiLiQ-P)\n\nVersion 1.1\n\n1. Pr\u00e9ambule\nCette licence s'applique \u00e0 tout logiciel distribu\u00e9 dont le titulaire du droit d'auteur pr\u00e9cise qu'il est sujet aux termes de la Licence Libre du Qu\u00e9bec \u2013 Permissive (LiLiQ-P) (ci-apr\u00e8s appel\u00e9e la \u00ab\u00a0licence\u00a0\u00bb).\n\n2. D\u00e9finitions\nDans la pr\u00e9sente licence, \u00e0 moins que le contexte n'indique un sens diff\u00e9rent, on entend par:\n\n \u00ab\u00a0conc\u00e9dant\u00a0\u00bb\u00a0: le titulaire du droit d'auteur sur le logiciel, ou toute personne d\u00fbment autoris\u00e9e par ce dernier \u00e0 accorder la pr\u00e9sente licence;\n \u00ab\u00a0contributeur\u00a0\u00bb\u00a0: le titulaire du droit d'auteur ou toute personne autoris\u00e9e par ce dernier \u00e0 soumettre au conc\u00e9dant une contribution. Un contributeur dont sa contribution est incorpor\u00e9e au logiciel est consid\u00e9r\u00e9 comme un conc\u00e9dant en regard de sa contribution;\n \u00ab\u00a0contribution\u00a0\u00bb\u00a0: tout logiciel original, ou partie de logiciel original soumis et destin\u00e9 \u00e0 \u00eatre incorpor\u00e9 dans le logiciel;\n \u00ab\u00a0distribution\u00a0\u00bb\u00a0: le fait de d\u00e9livrer une copie du logiciel;\n \u00ab\u00a0licenci\u00e9\u00a0\u00bb\u00a0: toute personne qui poss\u00e8de une copie du logiciel et qui exerce les droits conc\u00e9d\u00e9s par la licence;\n \u00ab\u00a0logiciel\u00a0\u00bb\u00a0: une \u0153uvre prot\u00e9g\u00e9e par le droit d'auteur, telle qu'un programme d'ordinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a pr\u00e9cis\u00e9 qu'elle est sujette aux termes de la pr\u00e9sente licence;\n \u00ab\u00a0logiciel d\u00e9riv\u00e9\u00a0\u00bb\u00a0: tout logiciel original r\u00e9alis\u00e9 par un licenci\u00e9, autre que le logiciel ou un logiciel modifi\u00e9, qui produit ou reproduit la totalit\u00e9 ou une partie importante du logiciel;\n \u00ab\u00a0logiciel modifi\u00e9\u00a0\u00bb\u00a0: toute modification par un licenci\u00e9 de l'un des fichiers source du logiciel ou encore tout nouveau fichier source qui incorpore le logiciel ou une partie importante de ce dernier.\n\n3. Licence de droit d'auteur\nSous r\u00e9serve des termes de la licence, le conc\u00e9dant accorde au licenci\u00e9 une licence non exclusive et libre de redevances lui permettant d\u2019exercer les droits suivants sur le logiciel\u00a0:\n\n 1\u00a0Produire ou reproduire la totalit\u00e9 ou une partie importante;\n 2\u00a0Ex\u00e9cuter ou repr\u00e9senter la totalit\u00e9 ou une partie importante en public;\n 3\u00a0Publier la totalit\u00e9 ou une partie importante;\n 4\u00a0Sous-licencier sous une autre licence libre, approuv\u00e9e ou certifi\u00e9e par la Free Software Foundation ou l'Open Source Initiative.\n\nCette licence est accord\u00e9e sans limite territoriale et sans limite de temps.\n\nL'exercice complet de ces droits est sujet \u00e0 la distribution par le conc\u00e9dant du code source du logiciel, lequel doit \u00eatre sous une forme permettant d'y apporter des modifications. Le conc\u00e9dant peut aussi distribuer le logiciel accompagn\u00e9 d'une offre de distribuer le code source du logiciel, sans frais suppl\u00e9mentaires, autres que ceux raisonnables afin de permettre la livraison du code source. Cette offre doit \u00eatre valide pendant une dur\u00e9e raisonnable.\n\n4. Distribution\nLe licenci\u00e9 peut distribuer des copies du logiciel, d'un logiciel modifi\u00e9 ou d\u00e9riv\u00e9, sous r\u00e9serve de respecter les conditions suivantes :\n\n 1\u00a0Le logiciel doit \u00eatre accompagn\u00e9 d'un exemplaire de cette licence;\n 2\u00a0Si le logiciel a \u00e9t\u00e9 modifi\u00e9, le licenci\u00e9 doit en faire la mention, de pr\u00e9f\u00e9rence dans chacun des fichiers modifi\u00e9s dont la nature permet une telle mention;\n 3\u00a0Les \u00e9tiquettes ou mentions faisant \u00e9tat des droits d'auteur, des marques de commerce, des garanties ou de la paternit\u00e9 concernant le logiciel ne doivent pas \u00eatre modifi\u00e9es ou supprim\u00e9es, \u00e0 moins que ces \u00e9tiquettes ou mentions ne soient inapplicables \u00e0 un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 donn\u00e9.\n\n5. Contributions\nSous r\u00e9serve d'une entente distincte, toute contribution soumise par un contributeur au conc\u00e9dant pour inclusion dans le logiciel sera soumise aux termes de cette licence.\n\n6. Marques de commerce\nLa licence n'accorde aucune permission particuli\u00e8re qui permettrait d'utiliser les marques de commerce du conc\u00e9dant, autre que celle requise permettant d'identifier la provenance du logiciel.\n\n7. Garanties\nSauf mention contraire, le conc\u00e9dant distribue le logiciel sans aucune garantie, aux risques et p\u00e9rils de l'acqu\u00e9reur de la copie du logiciel, et ce, sans assurer que le logiciel puisse r\u00e9pondre \u00e0 un besoin particulier ou puisse donner un r\u00e9sultat quelconque.\n\nSans lier le conc\u00e9dant d'une quelconque mani\u00e8re, rien n'emp\u00eache un licenci\u00e9 d'offrir ou d'exclure des garanties ou du support.\n\n8. Responsabilit\u00e9\nLe licenci\u00e9 est responsable de tout pr\u00e9judice r\u00e9sultant de l'exercice des droits accord\u00e9s par la licence.\n\nLe conc\u00e9dant ne saurait \u00eatre tenu responsable de dommages subis par le licenci\u00e9 ou par des tiers, pour quelque cause que ce soit en lien avec la licence et les droits qui y sont accord\u00e9s.\n\n9. R\u00e9siliation\nLa pr\u00e9sente licence est automatiquement r\u00e9sili\u00e9e d\u00e8s que les droits qui y sont accord\u00e9s ne sont pas exerc\u00e9s conform\u00e9ment aux termes qui y sont stipul\u00e9s.\n\nToutefois, si le d\u00e9faut est corrig\u00e9 dans un d\u00e9lai de 30 jours de sa prise de connaissance par la personne en d\u00e9faut, et qu'il s'agit du premier d\u00e9faut, la licence est accord\u00e9e de nouveau.\n\nPour tout d\u00e9faut subs\u00e9quent, le consentement expr\u00e8s du conc\u00e9dant est n\u00e9cessaire afin que la licence soit accord\u00e9e de nouveau.\n\n10. Version de la licence\nLe Centre de services partag\u00e9s du Qu\u00e9bec, ses ayants cause ou toute personne qu'il d\u00e9signe, peuvent diffuser des versions r\u00e9vis\u00e9es ou modifi\u00e9es de cette licence. Chaque version recevra un num\u00e9ro unique. Si un logiciel est d\u00e9j\u00e0 soumis aux termes d'une version sp\u00e9cifique, c'est seulement cette version qui liera les parties \u00e0 la licence.\n\nLe conc\u00e9dant peut aussi choisir de conc\u00e9der la licence sous la version actuelle ou toute version ult\u00e9rieure, auquel cas le licenci\u00e9 peut choisir sous quelle version la licence lui est accord\u00e9e.\n\n11. Divers\nDans la mesure o\u00f9 le conc\u00e9dant est un minist\u00e8re, un organisme public ou une personne morale de droit public, cr\u00e9\u00e9s en vertu d'une loi de l'Assembl\u00e9e nationale du Qu\u00e9bec, la licence est r\u00e9gie par le droit applicable au Qu\u00e9bec et en cas de contestation, les tribunaux du Qu\u00e9bec seront seuls comp\u00e9tents.\n\nLa pr\u00e9sente licence peut \u00eatre distribu\u00e9e sans conditions particuli\u00e8res. Toutefois, une version modifi\u00e9e doit \u00eatre distribu\u00e9e sous un nom diff\u00e9rent. Toute r\u00e9f\u00e9rence au Centre de services partag\u00e9s du Qu\u00e9bec, et, le cas \u00e9ch\u00e9ant, ses ayant cause, doit \u00eatre retir\u00e9e, autre que celle permettant d'identifier la provenance de la licence.\n", + "rf_text": "Licence Libre du Qu\u00e9bec - Permissive (LiLiQ-P)\n\nVersion 1.1\n\n1. Pr\u00e9ambule\nCette licence s'applique \u00e0 tout logiciel distribu\u00e9 dont le titulaire du droit d'auteur pr\u00e9cise qu'il est sujet aux termes de la Licence Libre du Qu\u00e9bec - Permissive (LiLiQ-P) (ci-apr\u00e8s appel\u00e9e la \u00ab licence \u00bb).\n\n2. D\u00e9finitions\nDans la pr\u00e9sente licence, \u00e0 moins que le contexte n'indique un sens diff\u00e9rent, on entend par:\n\n \u00ab conc\u00e9dant \u00bb : le titulaire du droit d'auteur sur le logiciel, ou toute personne d\u00fbment autoris\u00e9e par ce dernier \u00e0 accorder la pr\u00e9sente licence;\n \u00ab contributeur \u00bb : le titulaire du droit d'auteur ou toute personne autoris\u00e9e par ce dernier \u00e0 soumettre au conc\u00e9dant une contribution. Un contributeur dont sa contribution est incorpor\u00e9e au logiciel est consid\u00e9r\u00e9 comme un conc\u00e9dant en regard de sa contribution;\n \u00ab contribution \u00bb : tout logiciel original, ou partie de logiciel original soumis et destin\u00e9 \u00e0 \u00eatre incorpor\u00e9 dans le logiciel;\n \u00ab distribution \u00bb : le fait de d\u00e9livrer une copie du logiciel;\n \u00ab licenci\u00e9 \u00bb : toute personne qui poss\u00e8de une copie du logiciel et qui exerce les droits conc\u00e9d\u00e9s par la licence;\n \u00ab logiciel \u00bb : une \u0153uvre prot\u00e9g\u00e9e par le droit d'auteur, telle qu'un programme d'ordinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a pr\u00e9cis\u00e9 qu'elle est sujette aux termes de la pr\u00e9sente licence;\n \u00ab logiciel d\u00e9riv\u00e9 \u00bb : tout logiciel original r\u00e9alis\u00e9 par un licenci\u00e9, autre que le logiciel ou un logiciel modifi\u00e9, qui produit ou reproduit la totalit\u00e9 ou une partie importante du logiciel;\n \u00ab logiciel modifi\u00e9 \u00bb : toute modification par un licenci\u00e9 de l'un des fichiers source du logiciel ou encore tout nouveau fichier source qui incorpore le logiciel ou une partie importante de ce dernier.\n\n3. Licence de droit d'auteur\nSous r\u00e9serve des termes de la licence, le conc\u00e9dant accorde au licenci\u00e9 une licence non exclusive et libre de redevances lui permettant d'exercer les droits suivants sur le logiciel :\n\n 1 Produire ou reproduire la totalit\u00e9 ou une partie importante;\n 2 Ex\u00e9cuter ou repr\u00e9senter la totalit\u00e9 ou une partie importante en public;\n 3 Publier la totalit\u00e9 ou une partie importante;\n 4 Sous-licencier sous une autre licence libre, approuv\u00e9e ou certifi\u00e9e par la Free Software Foundation ou l'Open Source Initiative.\n\nCette licence est accord\u00e9e sans limite territoriale et sans limite de temps.\n\nL'exercice complet de ces droits est sujet \u00e0 la distribution par le conc\u00e9dant du code source du logiciel, lequel doit \u00eatre sous une forme permettant d'y apporter des modifications. Le conc\u00e9dant peut aussi distribuer le logiciel accompagn\u00e9 d'une offre de distribuer le code source du logiciel, sans frais suppl\u00e9mentaires, autres que ceux raisonnables afin de permettre la livraison du code source. Cette offre doit \u00eatre valide pendant une dur\u00e9e raisonnable.\n\n4. Distribution\nLe licenci\u00e9 peut distribuer des copies du logiciel, d'un logiciel modifi\u00e9 ou d\u00e9riv\u00e9, sous r\u00e9serve de respecter les conditions suivantes :\n\n 1 Le logiciel doit \u00eatre accompagn\u00e9 d'un exemplaire de cette licence;\n 2 Si le logiciel a \u00e9t\u00e9 modifi\u00e9, le licenci\u00e9 doit en faire la mention, de pr\u00e9f\u00e9rence dans chacun des fichiers modifi\u00e9s dont la nature permet une telle mention;\n 3 Les \u00e9tiquettes ou mentions faisant \u00e9tat des droits d'auteur, des marques de commerce, des garanties ou de la paternit\u00e9 concernant le logiciel ne doivent pas \u00eatre modifi\u00e9es ou supprim\u00e9es, \u00e0 moins que ces \u00e9tiquettes ou mentions ne soient inapplicables \u00e0 un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 donn\u00e9.\n\n5. Contributions\nSous r\u00e9serve d'une entente distincte, toute contribution soumise par un contributeur au conc\u00e9dant pour inclusion dans le logiciel sera soumise aux termes de cette licence.\n\n6. Marques de commerce\nLa licence n'accorde aucune permission particuli\u00e8re qui permettrait d'utiliser les marques de commerce du conc\u00e9dant, autre que celle requise permettant d'identifier la provenance du logiciel.\n\n7. Garanties\nSauf mention contraire, le conc\u00e9dant distribue le logiciel sans aucune garantie, aux risques et p\u00e9rils de l'acqu\u00e9reur de la copie du logiciel, et ce, sans assurer que le logiciel puisse r\u00e9pondre \u00e0 un besoin particulier ou puisse donner un r\u00e9sultat quelconque.\n\nSans lier le conc\u00e9dant d'une quelconque mani\u00e8re, rien n'emp\u00eache un licenci\u00e9 d'offrir ou d'exclure des garanties ou du support.\n\n8. Responsabilit\u00e9\nLe licenci\u00e9 est responsable de tout pr\u00e9judice r\u00e9sultant de l'exercice des droits accord\u00e9s par la licence.\n\nLe conc\u00e9dant ne saurait \u00eatre tenu responsable de dommages subis par le licenci\u00e9 ou par des tiers, pour quelque cause que ce soit en lien avec la licence et les droits qui y sont accord\u00e9s.\n\n9. R\u00e9siliation\nLa pr\u00e9sente licence est automatiquement r\u00e9sili\u00e9e d\u00e8s que les droits qui y sont accord\u00e9s ne sont pas exerc\u00e9s conform\u00e9ment aux termes qui y sont stipul\u00e9s.\n\nToutefois, si le d\u00e9faut est corrig\u00e9 dans un d\u00e9lai de 30 jours de sa prise de connaissance par la personne en d\u00e9faut, et qu'il s'agit du premier d\u00e9faut, la licence est accord\u00e9e de nouveau.\n\nPour tout d\u00e9faut subs\u00e9quent, le consentement expr\u00e8s du conc\u00e9dant est n\u00e9cessaire afin que la licence soit accord\u00e9e de nouveau.\n\n10. Version de la licence\nLe Centre de services partag\u00e9s du Qu\u00e9bec, ses ayants cause ou toute personne qu'il d\u00e9signe, peuvent diffuser des versions r\u00e9vis\u00e9es ou modifi\u00e9es de cette licence. Chaque version recevra un num\u00e9ro unique. Si un logiciel est d\u00e9j\u00e0 soumis aux termes d'une version sp\u00e9cifique, c'est seulement cette version qui liera les parties \u00e0 la licence.\n\nLe conc\u00e9dant peut aussi choisir de conc\u00e9der la licence sous la version actuelle ou toute version ult\u00e9rieure, auquel cas le licenci\u00e9 peut choisir sous quelle version la licence lui est accord\u00e9e.\n\n11. Divers\nDans la mesure o\u00f9 le conc\u00e9dant est un minist\u00e8re, un organisme public ou une personne morale de droit public, cr\u00e9\u00e9s en vertu d'une loi de l'Assembl\u00e9e nationale du Qu\u00e9bec, la licence est r\u00e9gie par le droit applicable au Qu\u00e9bec et en cas de contestation, les tribunaux du Qu\u00e9bec seront seuls comp\u00e9tents.\n\nLa pr\u00e9sente licence peut \u00eatre distribu\u00e9e sans conditions particuli\u00e8res. Toutefois, une version modifi\u00e9e doit \u00eatre distribu\u00e9e sous un nom diff\u00e9rent. Toute r\u00e9f\u00e9rence au Centre de services partag\u00e9s du Qu\u00e9bec, et, le cas \u00e9ch\u00e9ant, ses ayant cause, doit \u00eatre retir\u00e9e, autre que celle permettant d'identifier la provenance de la licence.\n", "rf_url": "https:\/\/forge.gouv.qc.ca\/licence\/fr\/liliq-v1-1\/", "rf_add_date": null, "rf_copyleft": null, "rf_OSIapproved": null, - "rf_fullname": "Licence Libre du Qu\u00e9bec \u2013 Permissive version 1.1", + "rf_fullname": "Licence Libre du Qu\u00e9bec - Permissive version 1.1", "rf_FSFfree": null, "rf_GPLv2compatible": null, "rf_GPLv3compatible": null, @@ -10825,12 +10825,12 @@ }, { "rf_shortname": "LiLiQ-R-1.1", - "rf_text": "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 (LiLiQ-R)\n\nVersion 1.1\n\n1. Pr\u00e9ambule\nCette licence s'applique \u00e0 tout logiciel distribu\u00e9 dont le titulaire du droit d'auteur pr\u00e9cise qu'il est sujet aux termes de la Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 (LiLiQ-R) (ci-apr\u00e8s appel\u00e9e la \u00ab\u00a0licence\u00a0\u00bb).\n\n2. D\u00e9finitions\nDans la pr\u00e9sente licence, \u00e0 moins que le contexte n'indique un sens diff\u00e9rent, on entend par:\n\n \u00ab\u00a0conc\u00e9dant\u00a0\u00bb\u00a0: le titulaire du droit d'auteur sur le logiciel, ou toute personne d\u00fbment autoris\u00e9e par ce dernier \u00e0 accorder la pr\u00e9sente licence;\n \u00ab\u00a0contributeur\u00a0\u00bb\u00a0: le titulaire du droit d'auteur ou toute personne autoris\u00e9e par ce dernier \u00e0 soumettre au conc\u00e9dant une contribution. Un contributeur dont sa contribution est incorpor\u00e9e au logiciel est consid\u00e9r\u00e9 comme un conc\u00e9dant en regard de sa contribution;\n \u00ab\u00a0contribution\u00a0\u00bb\u00a0: tout logiciel original, ou partie de logiciel original soumis et destin\u00e9 \u00e0 \u00eatre incorpor\u00e9 dans le logiciel;\n \u00ab\u00a0distribution\u00a0\u00bb\u00a0: le fait de d\u00e9livrer une copie du logiciel;\n \u00ab\u00a0licenci\u00e9\u00a0\u00bb\u00a0: toute personne qui poss\u00e8de une copie du logiciel et qui exerce les droits conc\u00e9d\u00e9s par la licence;\n \u00ab\u00a0logiciel\u00a0\u00bb\u00a0: une \u0153uvre prot\u00e9g\u00e9e par le droit d'auteur, telle qu'un programme d'ordinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a pr\u00e9cis\u00e9 qu'elle est sujette aux termes de la pr\u00e9sente licence;\n \u00ab\u00a0logiciel d\u00e9riv\u00e9\u00a0\u00bb\u00a0: tout logiciel original r\u00e9alis\u00e9 par un licenci\u00e9, autre que le logiciel ou un logiciel modifi\u00e9, qui produit ou reproduit la totalit\u00e9 ou une partie importante du logiciel;\n \u00ab\u00a0logiciel modifi\u00e9\u00a0\u00bb\u00a0: toute modification par un licenci\u00e9 de l'un des fichiers source du logiciel ou encore tout nouveau fichier source qui incorpore le logiciel ou une partie importante de ce dernier.\n\n3. Licence de droit d'auteur\nSous r\u00e9serve des termes de la licence, le conc\u00e9dant accorde au licenci\u00e9 une licence non exclusive et libre de redevances lui permettant d\u2019exercer les droits suivants sur le logiciel\u00a0:\n\n 1\u00a0Produire ou reproduire la totalit\u00e9 ou une partie importante;\n 2\u00a0Ex\u00e9cuter ou repr\u00e9senter la totalit\u00e9 ou une partie importante en public;\n 3\u00a0Publier la totalit\u00e9 ou une partie importante.\n\nCette licence est accord\u00e9e sans limite territoriale et sans limite de temps.\n\nL'exercice complet de ces droits est sujet \u00e0 la distribution par le conc\u00e9dant du code source du logiciel, lequel doit \u00eatre sous une forme permettant d'y apporter des modifications. Le conc\u00e9dant peut aussi distribuer le logiciel accompagn\u00e9 d'une offre de distribuer le code source du logiciel, sans frais suppl\u00e9mentaires, autres que ceux raisonnables afin de permettre la livraison du code source. Cette offre doit \u00eatre valide pendant une dur\u00e9e raisonnable.\n\n4. Distribution\nLe licenci\u00e9 peut distribuer des copies du logiciel, d'un logiciel modifi\u00e9 ou d\u00e9riv\u00e9, sous r\u00e9serve de respecter les conditions suivantes :\n\n 1\u00a0Le logiciel doit \u00eatre accompagn\u00e9 d'un exemplaire de cette licence;\n 2\u00a0Si le logiciel a \u00e9t\u00e9 modifi\u00e9, le licenci\u00e9 doit en faire la mention, de pr\u00e9f\u00e9rence dans chacun des fichiers modifi\u00e9s dont la nature permet une telle mention;\n 3\u00a0Les \u00e9tiquettes ou mentions faisant \u00e9tat des droits d'auteur, des marques de commerce, des garanties ou de la paternit\u00e9 concernant le logiciel ne doivent pas \u00eatre modifi\u00e9es ou supprim\u00e9es, \u00e0 moins que ces \u00e9tiquettes ou mentions ne soient inapplicables \u00e0 un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 donn\u00e9.\n\n4.1. R\u00e9ciprocit\u00e9\nChaque fois que le licenci\u00e9 distribue le logiciel, le conc\u00e9dant offre au r\u00e9cipiendaire une concession sur le logiciel selon les termes de la pr\u00e9sente licence. Le licenci\u00e9 doit offrir une concession selon les termes de la pr\u00e9sente licence pour tout logiciel modifi\u00e9 qu'il distribue.\n\nChaque fois que le licenci\u00e9 distribue le logiciel ou un logiciel modifi\u00e9, ce dernier doit assumer l'obligation d'en distribuer le code source, de la mani\u00e8re pr\u00e9vue au troisi\u00e8me alin\u00e9a de l'article\u00a03.\n\n4.2. Compatibilit\u00e9\nDans la mesure o\u00f9 le licenci\u00e9 souhaite distribuer un logiciel modifi\u00e9 combin\u00e9 \u00e0 un logiciel assujetti \u00e0 une licence compatible, mais dont il ne serait pas possible d'en respecter les termes, le conc\u00e9dant offre, en plus de la pr\u00e9sente concession, une concession selon les termes de cette licence compatible.\n\nUn licenci\u00e9 qui est titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible ne peut pas se pr\u00e9valoir de cette offre. Il en est de m\u00eame pour toute autre personne d\u00fbment autoris\u00e9e \u00e0 sous-licencier par le titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible.\n\nEst consid\u00e9r\u00e9e comme une licence compatible toute licence libre approuv\u00e9e ou certifi\u00e9e par la Free Software Foundation ou l'Open Source Initiative, dont le niveau de r\u00e9ciprocit\u00e9 est comparable ou sup\u00e9rieur \u00e0 celui de la pr\u00e9sente licence, sans toutefois \u00eatre moindre, notamment\u00a0:\n\n 1\u00a0Common Development and Distribution License (CDDL-1.0)\n 2\u00a0Common Public License Version 1.0 (CPL-1.0)\n 3\u00a0Contrat de licence de logiciel libre CeCILL, version 2.1 (CECILL-2.1)\n 4\u00a0Contrat de licence de logiciel libre CeCILL-C (CECILL-C)\n 5\u00a0Eclipse Public License - v 1.0 (EPL-1.0)\n 6\u00a0European Union Public License, version 1.1 (EUPL v. 1.1)\n 7\u00a0Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte version 1.1 (LiLiQ-R+ 1.1)\n 8\u00a0GNU General Public License Version 2 (GNU GPLv2)\n 9\u00a0GNU General Public License Version 3 (GNU GPLv3)\n 10\u00a0GNU Lesser General Public License Version 2.1 (GNU LGPLv2.1)\n 11\u00a0GNU Lesser General Public License Version 3 (GNU LGPLv3)\n 12\u00a0Mozilla Public License Version 2.0 (MPL-2.0)\n\n5. Contributions\nSous r\u00e9serve d'une entente distincte, toute contribution soumise par un contributeur au conc\u00e9dant pour inclusion dans le logiciel sera soumise aux termes de cette licence.\n\n6. Marques de commerce\nLa licence n'accorde aucune permission particuli\u00e8re qui permettrait d'utiliser les marques de commerce du conc\u00e9dant, autre que celle requise permettant d'identifier la provenance du logiciel.\n\n7. Garanties\nSauf mention contraire, le conc\u00e9dant distribue le logiciel sans aucune garantie, aux risques et p\u00e9rils de l'acqu\u00e9reur de la copie du logiciel, et ce, sans assurer que le logiciel puisse r\u00e9pondre \u00e0 un besoin particulier ou puisse donner un r\u00e9sultat quelconque.\n\nSans lier le conc\u00e9dant d'une quelconque mani\u00e8re, rien n'emp\u00eache un licenci\u00e9 d'offrir ou d'exclure des garanties ou du support.\n\n8. Responsabilit\u00e9\nLe licenci\u00e9 est responsable de tout pr\u00e9judice r\u00e9sultant de l'exercice des droits accord\u00e9s par la licence.\n\nLe conc\u00e9dant ne saurait \u00eatre tenu responsable du pr\u00e9judice subi par le licenci\u00e9 ou par des tiers, pour quelque cause que ce soit en lien avec la licence et les droits qui y sont accord\u00e9s.\n\n9. R\u00e9siliation\nLa pr\u00e9sente licence est r\u00e9sili\u00e9e de plein droit d\u00e8s que les droits qui y sont accord\u00e9s ne sont pas exerc\u00e9s conform\u00e9ment aux termes qui y sont stipul\u00e9s.\n\nToutefois, si le d\u00e9faut est corrig\u00e9 dans un d\u00e9lai de 30 jours de sa prise de connaissance par la personne en d\u00e9faut, et qu'il s'agit du premier d\u00e9faut, la licence est accord\u00e9e de nouveau.\n\nPour tout d\u00e9faut subs\u00e9quent, le consentement expr\u00e8s du conc\u00e9dant est n\u00e9cessaire afin que la licence soit accord\u00e9e de nouveau.\n\n10. Version de la licence\nLe Centre de services partag\u00e9s du Qu\u00e9bec, ses ayants cause ou toute personne qu'il d\u00e9signe, peuvent diffuser des versions r\u00e9vis\u00e9es ou modifi\u00e9es de cette licence. Chaque version recevra un num\u00e9ro unique. Si un logiciel est d\u00e9j\u00e0 soumis aux termes d'une version sp\u00e9cifique, c'est seulement cette version qui liera les parties \u00e0 la licence.\n\nLe conc\u00e9dant peut aussi choisir de conc\u00e9der la licence sous la version actuelle ou toute version ult\u00e9rieure, auquel cas le licenci\u00e9 peut choisir sous quelle version la licence lui est accord\u00e9e.\n\n11. Divers\nDans la mesure o\u00f9 le conc\u00e9dant est un minist\u00e8re, un organisme public ou une personne morale de droit public, cr\u00e9\u00e9s en vertu d'une loi de l'Assembl\u00e9e nationale du Qu\u00e9bec, la licence est r\u00e9gie par le droit applicable au Qu\u00e9bec et en cas de contestation, les tribunaux du Qu\u00e9bec seront seuls comp\u00e9tents.\n\nLa pr\u00e9sente licence peut \u00eatre distribu\u00e9e sans conditions particuli\u00e8res. Toutefois, une version modifi\u00e9e doit \u00eatre distribu\u00e9e sous un nom diff\u00e9rent. Toute r\u00e9f\u00e9rence au Centre de services partag\u00e9s du Qu\u00e9bec, et, le cas \u00e9ch\u00e9ant, ses ayant droit, doit \u00eatre retir\u00e9e, autre que celle permettant d'identifier la provenance de la licence.\n", + "rf_text": "Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 (LiLiQ-R)\n\nVersion 1.1\n\n1. Pr\u00e9ambule\nCette licence s'applique \u00e0 tout logiciel distribu\u00e9 dont le titulaire du droit d'auteur pr\u00e9cise qu'il est sujet aux termes de la Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 (LiLiQ-R) (ci-apr\u00e8s appel\u00e9e la \u00ab licence \u00bb).\n\n2. D\u00e9finitions\nDans la pr\u00e9sente licence, \u00e0 moins que le contexte n'indique un sens diff\u00e9rent, on entend par:\n\n \u00ab conc\u00e9dant \u00bb : le titulaire du droit d'auteur sur le logiciel, ou toute personne d\u00fbment autoris\u00e9e par ce dernier \u00e0 accorder la pr\u00e9sente licence;\n \u00ab contributeur \u00bb : le titulaire du droit d'auteur ou toute personne autoris\u00e9e par ce dernier \u00e0 soumettre au conc\u00e9dant une contribution. Un contributeur dont sa contribution est incorpor\u00e9e au logiciel est consid\u00e9r\u00e9 comme un conc\u00e9dant en regard de sa contribution;\n \u00ab contribution \u00bb : tout logiciel original, ou partie de logiciel original soumis et destin\u00e9 \u00e0 \u00eatre incorpor\u00e9 dans le logiciel;\n \u00ab distribution \u00bb : le fait de d\u00e9livrer une copie du logiciel;\n \u00ab licenci\u00e9 \u00bb : toute personne qui poss\u00e8de une copie du logiciel et qui exerce les droits conc\u00e9d\u00e9s par la licence;\n \u00ab logiciel \u00bb : une \u0153uvre prot\u00e9g\u00e9e par le droit d'auteur, telle qu'un programme d'ordinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a pr\u00e9cis\u00e9 qu'elle est sujette aux termes de la pr\u00e9sente licence;\n \u00ab logiciel d\u00e9riv\u00e9 \u00bb : tout logiciel original r\u00e9alis\u00e9 par un licenci\u00e9, autre que le logiciel ou un logiciel modifi\u00e9, qui produit ou reproduit la totalit\u00e9 ou une partie importante du logiciel;\n \u00ab logiciel modifi\u00e9 \u00bb : toute modification par un licenci\u00e9 de l'un des fichiers source du logiciel ou encore tout nouveau fichier source qui incorpore le logiciel ou une partie importante de ce dernier.\n\n3. Licence de droit d'auteur\nSous r\u00e9serve des termes de la licence, le conc\u00e9dant accorde au licenci\u00e9 une licence non exclusive et libre de redevances lui permettant d'exercer les droits suivants sur le logiciel :\n\n 1 Produire ou reproduire la totalit\u00e9 ou une partie importante;\n 2 Ex\u00e9cuter ou repr\u00e9senter la totalit\u00e9 ou une partie importante en public;\n 3 Publier la totalit\u00e9 ou une partie importante.\n\nCette licence est accord\u00e9e sans limite territoriale et sans limite de temps.\n\nL'exercice complet de ces droits est sujet \u00e0 la distribution par le conc\u00e9dant du code source du logiciel, lequel doit \u00eatre sous une forme permettant d'y apporter des modifications. Le conc\u00e9dant peut aussi distribuer le logiciel accompagn\u00e9 d'une offre de distribuer le code source du logiciel, sans frais suppl\u00e9mentaires, autres que ceux raisonnables afin de permettre la livraison du code source. Cette offre doit \u00eatre valide pendant une dur\u00e9e raisonnable.\n\n4. Distribution\nLe licenci\u00e9 peut distribuer des copies du logiciel, d'un logiciel modifi\u00e9 ou d\u00e9riv\u00e9, sous r\u00e9serve de respecter les conditions suivantes :\n\n 1 Le logiciel doit \u00eatre accompagn\u00e9 d'un exemplaire de cette licence;\n 2 Si le logiciel a \u00e9t\u00e9 modifi\u00e9, le licenci\u00e9 doit en faire la mention, de pr\u00e9f\u00e9rence dans chacun des fichiers modifi\u00e9s dont la nature permet une telle mention;\n 3 Les \u00e9tiquettes ou mentions faisant \u00e9tat des droits d'auteur, des marques de commerce, des garanties ou de la paternit\u00e9 concernant le logiciel ne doivent pas \u00eatre modifi\u00e9es ou supprim\u00e9es, \u00e0 moins que ces \u00e9tiquettes ou mentions ne soient inapplicables \u00e0 un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 donn\u00e9.\n\n4.1. R\u00e9ciprocit\u00e9\nChaque fois que le licenci\u00e9 distribue le logiciel, le conc\u00e9dant offre au r\u00e9cipiendaire une concession sur le logiciel selon les termes de la pr\u00e9sente licence. Le licenci\u00e9 doit offrir une concession selon les termes de la pr\u00e9sente licence pour tout logiciel modifi\u00e9 qu'il distribue.\n\nChaque fois que le licenci\u00e9 distribue le logiciel ou un logiciel modifi\u00e9, ce dernier doit assumer l'obligation d'en distribuer le code source, de la mani\u00e8re pr\u00e9vue au troisi\u00e8me alin\u00e9a de l'article 3.\n\n4.2. Compatibilit\u00e9\nDans la mesure o\u00f9 le licenci\u00e9 souhaite distribuer un logiciel modifi\u00e9 combin\u00e9 \u00e0 un logiciel assujetti \u00e0 une licence compatible, mais dont il ne serait pas possible d'en respecter les termes, le conc\u00e9dant offre, en plus de la pr\u00e9sente concession, une concession selon les termes de cette licence compatible.\n\nUn licenci\u00e9 qui est titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible ne peut pas se pr\u00e9valoir de cette offre. Il en est de m\u00eame pour toute autre personne d\u00fbment autoris\u00e9e \u00e0 sous-licencier par le titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible.\n\nEst consid\u00e9r\u00e9e comme une licence compatible toute licence libre approuv\u00e9e ou certifi\u00e9e par la Free Software Foundation ou l'Open Source Initiative, dont le niveau de r\u00e9ciprocit\u00e9 est comparable ou sup\u00e9rieur \u00e0 celui de la pr\u00e9sente licence, sans toutefois \u00eatre moindre, notamment :\n\n 1 Common Development and Distribution License (CDDL-1.0)\n 2 Common Public License Version 1.0 (CPL-1.0)\n 3 Contrat de licence de logiciel libre CeCILL, version 2.1 (CECILL-2.1)\n 4 Contrat de licence de logiciel libre CeCILL-C (CECILL-C)\n 5 Eclipse Public License - v 1.0 (EPL-1.0)\n 6 European Union Public License, version 1.1 (EUPL v. 1.1)\n 7 Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 forte version 1.1 (LiLiQ-R+ 1.1)\n 8 GNU General Public License Version 2 (GNU GPLv2)\n 9 GNU General Public License Version 3 (GNU GPLv3)\n 10 GNU Lesser General Public License Version 2.1 (GNU LGPLv2.1)\n 11 GNU Lesser General Public License Version 3 (GNU LGPLv3)\n 12 Mozilla Public License Version 2.0 (MPL-2.0)\n\n5. Contributions\nSous r\u00e9serve d'une entente distincte, toute contribution soumise par un contributeur au conc\u00e9dant pour inclusion dans le logiciel sera soumise aux termes de cette licence.\n\n6. Marques de commerce\nLa licence n'accorde aucune permission particuli\u00e8re qui permettrait d'utiliser les marques de commerce du conc\u00e9dant, autre que celle requise permettant d'identifier la provenance du logiciel.\n\n7. Garanties\nSauf mention contraire, le conc\u00e9dant distribue le logiciel sans aucune garantie, aux risques et p\u00e9rils de l'acqu\u00e9reur de la copie du logiciel, et ce, sans assurer que le logiciel puisse r\u00e9pondre \u00e0 un besoin particulier ou puisse donner un r\u00e9sultat quelconque.\n\nSans lier le conc\u00e9dant d'une quelconque mani\u00e8re, rien n'emp\u00eache un licenci\u00e9 d'offrir ou d'exclure des garanties ou du support.\n\n8. Responsabilit\u00e9\nLe licenci\u00e9 est responsable de tout pr\u00e9judice r\u00e9sultant de l'exercice des droits accord\u00e9s par la licence.\n\nLe conc\u00e9dant ne saurait \u00eatre tenu responsable du pr\u00e9judice subi par le licenci\u00e9 ou par des tiers, pour quelque cause que ce soit en lien avec la licence et les droits qui y sont accord\u00e9s.\n\n9. R\u00e9siliation\nLa pr\u00e9sente licence est r\u00e9sili\u00e9e de plein droit d\u00e8s que les droits qui y sont accord\u00e9s ne sont pas exerc\u00e9s conform\u00e9ment aux termes qui y sont stipul\u00e9s.\n\nToutefois, si le d\u00e9faut est corrig\u00e9 dans un d\u00e9lai de 30 jours de sa prise de connaissance par la personne en d\u00e9faut, et qu'il s'agit du premier d\u00e9faut, la licence est accord\u00e9e de nouveau.\n\nPour tout d\u00e9faut subs\u00e9quent, le consentement expr\u00e8s du conc\u00e9dant est n\u00e9cessaire afin que la licence soit accord\u00e9e de nouveau.\n\n10. Version de la licence\nLe Centre de services partag\u00e9s du Qu\u00e9bec, ses ayants cause ou toute personne qu'il d\u00e9signe, peuvent diffuser des versions r\u00e9vis\u00e9es ou modifi\u00e9es de cette licence. Chaque version recevra un num\u00e9ro unique. Si un logiciel est d\u00e9j\u00e0 soumis aux termes d'une version sp\u00e9cifique, c'est seulement cette version qui liera les parties \u00e0 la licence.\n\nLe conc\u00e9dant peut aussi choisir de conc\u00e9der la licence sous la version actuelle ou toute version ult\u00e9rieure, auquel cas le licenci\u00e9 peut choisir sous quelle version la licence lui est accord\u00e9e.\n\n11. Divers\nDans la mesure o\u00f9 le conc\u00e9dant est un minist\u00e8re, un organisme public ou une personne morale de droit public, cr\u00e9\u00e9s en vertu d'une loi de l'Assembl\u00e9e nationale du Qu\u00e9bec, la licence est r\u00e9gie par le droit applicable au Qu\u00e9bec et en cas de contestation, les tribunaux du Qu\u00e9bec seront seuls comp\u00e9tents.\n\nLa pr\u00e9sente licence peut \u00eatre distribu\u00e9e sans conditions particuli\u00e8res. Toutefois, une version modifi\u00e9e doit \u00eatre distribu\u00e9e sous un nom diff\u00e9rent. Toute r\u00e9f\u00e9rence au Centre de services partag\u00e9s du Qu\u00e9bec, et, le cas \u00e9ch\u00e9ant, ses ayant droit, doit \u00eatre retir\u00e9e, autre que celle permettant d'identifier la provenance de la licence.\n", "rf_url": "https:\/\/www.forge.gouv.qc.ca\/participez\/licence-logicielle\/licence-libre-du-quebec-liliq-en-francais\/licence-libre-du-quebec-reciprocite-liliq-r-v1-1\/", "rf_add_date": null, "rf_copyleft": null, "rf_OSIapproved": null, - "rf_fullname": "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 version 1.1", + "rf_fullname": "Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 version 1.1", "rf_FSFfree": null, "rf_GPLv2compatible": null, "rf_GPLv3compatible": null, @@ -10847,12 +10847,12 @@ }, { "rf_shortname": "LiLiQ-Rplus-1.1", - "rf_text": "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte (LiLiQ-R+)\n\nVersion 1.1\n\n1. Pr\u00e9ambule\nCette licence s'applique \u00e0 tout logiciel distribu\u00e9 dont le titulaire du droit d'auteur pr\u00e9cise qu'il est sujet aux termes de la Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte (LiLiQ-R+) (ci-apr\u00e8s appel\u00e9e la \u00ab\u00a0licence\u00a0\u00bb).\n\n2. D\u00e9finitions\nDans la pr\u00e9sente licence, \u00e0 moins que le contexte n'indique un sens diff\u00e9rent, on entend par:\n\n \u00ab\u00a0conc\u00e9dant\u00a0\u00bb\u00a0: le titulaire du droit d'auteur sur le logiciel, ou toute personne d\u00fbment autoris\u00e9e par ce dernier \u00e0 accorder la pr\u00e9sente licence;\n \u00ab\u00a0contributeur\u00a0\u00bb\u00a0: le titulaire du droit d'auteur ou toute personne autoris\u00e9e par ce dernier \u00e0 soumettre au conc\u00e9dant une contribution. Un contributeur dont sa contribution est incorpor\u00e9e au logiciel est consid\u00e9r\u00e9 comme un conc\u00e9dant en regard de sa contribution;\n \u00ab\u00a0contribution\u00a0\u00bb\u00a0: tout logiciel original, ou partie de logiciel original soumis et destin\u00e9 \u00e0 \u00eatre incorpor\u00e9 dans le logiciel;\n \u00ab\u00a0distribution\u00a0\u00bb\u00a0: le fait de d\u00e9livrer une copie du logiciel;\n \u00ab\u00a0licenci\u00e9\u00a0\u00bb\u00a0: toute personne qui poss\u00e8de une copie du logiciel et qui exerce les droits conc\u00e9d\u00e9s par la licence;\n \u00ab\u00a0logiciel\u00a0\u00bb\u00a0: une \u0153uvre prot\u00e9g\u00e9e par le droit d'auteur, telle qu'un programme d'ordinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a pr\u00e9cis\u00e9 qu'elle est sujette aux termes de la pr\u00e9sente licence;\n \u00ab\u00a0logiciel d\u00e9riv\u00e9\u00a0\u00bb\u00a0: tout logiciel original r\u00e9alis\u00e9 par un licenci\u00e9, autre que le logiciel ou un logiciel modifi\u00e9, qui produit ou reproduit la totalit\u00e9 ou une partie importante du logiciel;\n \u00ab\u00a0logiciel modifi\u00e9\u00a0\u00bb\u00a0: toute modification par un licenci\u00e9 de l'un des fichiers source du logiciel ou encore tout nouveau fichier source qui incorpore le logiciel ou une partie importante de ce dernier.\n\n3. Licence de droit d'auteur\nSous r\u00e9serve des termes de la licence, le conc\u00e9dant accorde au licenci\u00e9 une licence non exclusive et libre de redevances lui permettant d\u2019exercer les droits suivants sur le logiciel\u00a0:\n\n 1\u00a0Produire ou reproduire la totalit\u00e9 ou une partie importante;\n 2\u00a0Ex\u00e9cuter ou repr\u00e9senter la totalit\u00e9 ou une partie importante en public;\n 3\u00a0Publier la totalit\u00e9 ou une partie importante.\n\nCette licence est accord\u00e9e sans limite territoriale et sans limite de temps.\n\nL'exercice complet de ces droits est sujet \u00e0 la distribution par le conc\u00e9dant du code source du logiciel, lequel doit \u00eatre sous une forme permettant d'y apporter des modifications. Le conc\u00e9dant peut aussi distribuer le logiciel accompagn\u00e9 d'une offre de distribuer le code source du logiciel, sans frais suppl\u00e9mentaires, autres que ceux raisonnables afin de permettre la livraison du code source. Cette offre doit \u00eatre valide pendant une dur\u00e9e raisonnable.\n\n4. Distribution\nLe licenci\u00e9 peut distribuer des copies du logiciel, d'un logiciel modifi\u00e9 ou d\u00e9riv\u00e9, sous r\u00e9serve de respecter les conditions suivantes :\n\n 1\u00a0Le logiciel doit \u00eatre accompagn\u00e9 d'un exemplaire de cette licence;\n 2\u00a0Si le logiciel a \u00e9t\u00e9 modifi\u00e9, le licenci\u00e9 doit en faire la mention, de pr\u00e9f\u00e9rence dans chacun des fichiers modifi\u00e9s dont la nature permet une telle mention;\n 3\u00a0Les \u00e9tiquettes ou mentions faisant \u00e9tat des droits d'auteur, des marques de commerce, des garanties ou de la paternit\u00e9 concernant le logiciel ne doivent pas \u00eatre modifi\u00e9es ou supprim\u00e9es, \u00e0 moins que ces \u00e9tiquettes ou mentions ne soient inapplicables \u00e0 un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 donn\u00e9.\n\n4.1. R\u00e9ciprocit\u00e9\nChaque fois que le licenci\u00e9 distribue le logiciel, le conc\u00e9dant offre au r\u00e9cipiendaire une concession sur le logiciel selon les termes de la pr\u00e9sente licence. Le licenci\u00e9 doit offrir une concession selon les termes de la pr\u00e9sente licence pour tout logiciel modifi\u00e9 ou d\u00e9riv\u00e9 qu'il distribue.\n\nChaque fois que le licenci\u00e9 distribue le logiciel, un logiciel modifi\u00e9, ou un logiciel d\u00e9riv\u00e9, ce dernier doit assumer l'obligation d'en distribuer le code source, de la mani\u00e8re pr\u00e9vue au troisi\u00e8me alin\u00e9a de l'article 3.\n\n4.2. Compatibilit\u00e9\nDans la mesure o\u00f9 le licenci\u00e9 souhaite distribuer un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 combin\u00e9 \u00e0 un logiciel assujetti \u00e0 une licence compatible, mais dont il ne serait pas possible d'en respecter les termes, le conc\u00e9dant offre, en plus de la pr\u00e9sente concession, une concession selon les termes de cette licence compatible.\n\nUn licenci\u00e9 qui est titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible ne peut pas se pr\u00e9valoir de cette offre. Il en est de m\u00eame pour toute autre personne d\u00fbment autoris\u00e9e \u00e0 sous-licencier par le titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible.\n\nEst consid\u00e9r\u00e9e comme une licence compatible toute licence libre approuv\u00e9e ou certifi\u00e9e par la Free Software Foundation ou l'Open Source Initiative, dont le niveau de r\u00e9ciprocit\u00e9 est comparable \u00e0 celui de la pr\u00e9sente licence, sans toutefois \u00eatre moindre, notamment\u00a0:\n\n 1\u00a0Common Public License Version 1.0 (CPL-1.0)\n 2\u00a0Contrat de licence de logiciel libre CeCILL, version 2.1 (CECILL-2.1)\n 3\u00a0Eclipse Public License - v 1.0 (EPL-1.0)\n 4\u00a0European Union Public License, version 1.1 (EUPL v. 1.1)\n 5\u00a0GNU General Public License Version 2 (GNU GPLv2)\n 6\u00a0GNU General Public License Version 3 (GNU GPLv3)\n\n5. Contributions\nSous r\u00e9serve d'une entente distincte, toute contribution soumise par un contributeur au conc\u00e9dant pour inclusion dans le logiciel sera soumise aux termes de cette licence.\n\n6. Marques de commerce\nLa licence n'accorde aucune permission particuli\u00e8re qui permettrait d'utiliser les marques de commerce du conc\u00e9dant, autre que celle requise permettant d'identifier la provenance du logiciel.\n\n7. Garanties\nSauf mention contraire, le conc\u00e9dant distribue le logiciel sans aucune garantie, aux risques et p\u00e9rils de l'acqu\u00e9reur de la copie du logiciel, et ce, sans assurer que le logiciel puisse r\u00e9pondre \u00e0 un besoin particulier ou puisse donner un r\u00e9sultat quelconque.\n\nSans lier le conc\u00e9dant d'une quelconque mani\u00e8re, rien n'emp\u00eache un licenci\u00e9 d'offrir ou d'exclure des garanties ou du support.\n\n8. Responsabilit\u00e9\nLe licenci\u00e9 est responsable de tout pr\u00e9judice r\u00e9sultant de l'exercice des droits accord\u00e9s par la licence.\n\nLe conc\u00e9dant ne saurait \u00eatre tenu responsable du pr\u00e9judice subi par le licenci\u00e9 ou par des tiers, pour quelque cause que ce soit en lien avec la licence et les droits qui y sont accord\u00e9s.\n\n9. R\u00e9siliation\nLa pr\u00e9sente licence est r\u00e9sili\u00e9e de plein droit d\u00e8s que les droits qui y sont accord\u00e9s ne sont pas exerc\u00e9s conform\u00e9ment aux termes qui y sont stipul\u00e9s.\n\nToutefois, si le d\u00e9faut est corrig\u00e9 dans un d\u00e9lai de 30 jours de sa prise de connaissance par la personne en d\u00e9faut, et qu'il s'agit du premier d\u00e9faut, la licence est accord\u00e9e de nouveau.\n\nPour tout d\u00e9faut subs\u00e9quent, le consentement expr\u00e8s du conc\u00e9dant est n\u00e9cessaire afin que la licence soit accord\u00e9e de nouveau.\n\n10. Version de la licence\nLe Centre de services partag\u00e9s du Qu\u00e9bec, ses ayants cause ou toute personne qu'il d\u00e9signe, peuvent diffuser des versions r\u00e9vis\u00e9es ou modifi\u00e9es de cette licence. Chaque version recevra un num\u00e9ro unique. Si un logiciel est d\u00e9j\u00e0 soumis aux termes d'une version sp\u00e9cifique, c'est seulement cette version qui liera les parties \u00e0 la licence.\n\nLe conc\u00e9dant peut aussi choisir de conc\u00e9der la licence sous la version actuelle ou toute version ult\u00e9rieure, auquel cas le licenci\u00e9 peut choisir sous quelle version la licence lui est accord\u00e9e.\n\n11. Divers\nDans la mesure o\u00f9 le conc\u00e9dant est un minist\u00e8re, un organisme public ou une personne morale de droit public, cr\u00e9\u00e9s en vertu d'une loi de l'Assembl\u00e9e nationale du Qu\u00e9bec, la licence est r\u00e9gie par le droit applicable au Qu\u00e9bec et en cas de contestation, les tribunaux du Qu\u00e9bec seront seuls comp\u00e9tents.\n\nLa pr\u00e9sente licence peut \u00eatre distribu\u00e9e sans conditions particuli\u00e8res. Toutefois, une version modifi\u00e9e doit \u00eatre distribu\u00e9e sous un nom diff\u00e9rent. Toute r\u00e9f\u00e9rence au Centre de services partag\u00e9s du Qu\u00e9bec, et, le cas \u00e9ch\u00e9ant, ses ayant cause, doit \u00eatre retir\u00e9e, autre que celle permettant d'identifier la provenance de la licence.\n", + "rf_text": "Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 forte (LiLiQ-R+)\n\nVersion 1.1\n\n1. Pr\u00e9ambule\nCette licence s'applique \u00e0 tout logiciel distribu\u00e9 dont le titulaire du droit d'auteur pr\u00e9cise qu'il est sujet aux termes de la Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 forte (LiLiQ-R+) (ci-apr\u00e8s appel\u00e9e la \u00ab licence \u00bb).\n\n2. D\u00e9finitions\nDans la pr\u00e9sente licence, \u00e0 moins que le contexte n'indique un sens diff\u00e9rent, on entend par:\n\n \u00ab conc\u00e9dant \u00bb : le titulaire du droit d'auteur sur le logiciel, ou toute personne d\u00fbment autoris\u00e9e par ce dernier \u00e0 accorder la pr\u00e9sente licence;\n \u00ab contributeur \u00bb : le titulaire du droit d'auteur ou toute personne autoris\u00e9e par ce dernier \u00e0 soumettre au conc\u00e9dant une contribution. Un contributeur dont sa contribution est incorpor\u00e9e au logiciel est consid\u00e9r\u00e9 comme un conc\u00e9dant en regard de sa contribution;\n \u00ab contribution \u00bb : tout logiciel original, ou partie de logiciel original soumis et destin\u00e9 \u00e0 \u00eatre incorpor\u00e9 dans le logiciel;\n \u00ab distribution \u00bb : le fait de d\u00e9livrer une copie du logiciel;\n \u00ab licenci\u00e9 \u00bb : toute personne qui poss\u00e8de une copie du logiciel et qui exerce les droits conc\u00e9d\u00e9s par la licence;\n \u00ab logiciel \u00bb : une \u0153uvre prot\u00e9g\u00e9e par le droit d'auteur, telle qu'un programme d'ordinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a pr\u00e9cis\u00e9 qu'elle est sujette aux termes de la pr\u00e9sente licence;\n \u00ab logiciel d\u00e9riv\u00e9 \u00bb : tout logiciel original r\u00e9alis\u00e9 par un licenci\u00e9, autre que le logiciel ou un logiciel modifi\u00e9, qui produit ou reproduit la totalit\u00e9 ou une partie importante du logiciel;\n \u00ab logiciel modifi\u00e9 \u00bb : toute modification par un licenci\u00e9 de l'un des fichiers source du logiciel ou encore tout nouveau fichier source qui incorpore le logiciel ou une partie importante de ce dernier.\n\n3. Licence de droit d'auteur\nSous r\u00e9serve des termes de la licence, le conc\u00e9dant accorde au licenci\u00e9 une licence non exclusive et libre de redevances lui permettant d'exercer les droits suivants sur le logiciel :\n\n 1 Produire ou reproduire la totalit\u00e9 ou une partie importante;\n 2 Ex\u00e9cuter ou repr\u00e9senter la totalit\u00e9 ou une partie importante en public;\n 3 Publier la totalit\u00e9 ou une partie importante.\n\nCette licence est accord\u00e9e sans limite territoriale et sans limite de temps.\n\nL'exercice complet de ces droits est sujet \u00e0 la distribution par le conc\u00e9dant du code source du logiciel, lequel doit \u00eatre sous une forme permettant d'y apporter des modifications. Le conc\u00e9dant peut aussi distribuer le logiciel accompagn\u00e9 d'une offre de distribuer le code source du logiciel, sans frais suppl\u00e9mentaires, autres que ceux raisonnables afin de permettre la livraison du code source. Cette offre doit \u00eatre valide pendant une dur\u00e9e raisonnable.\n\n4. Distribution\nLe licenci\u00e9 peut distribuer des copies du logiciel, d'un logiciel modifi\u00e9 ou d\u00e9riv\u00e9, sous r\u00e9serve de respecter les conditions suivantes :\n\n 1 Le logiciel doit \u00eatre accompagn\u00e9 d'un exemplaire de cette licence;\n 2 Si le logiciel a \u00e9t\u00e9 modifi\u00e9, le licenci\u00e9 doit en faire la mention, de pr\u00e9f\u00e9rence dans chacun des fichiers modifi\u00e9s dont la nature permet une telle mention;\n 3 Les \u00e9tiquettes ou mentions faisant \u00e9tat des droits d'auteur, des marques de commerce, des garanties ou de la paternit\u00e9 concernant le logiciel ne doivent pas \u00eatre modifi\u00e9es ou supprim\u00e9es, \u00e0 moins que ces \u00e9tiquettes ou mentions ne soient inapplicables \u00e0 un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 donn\u00e9.\n\n4.1. R\u00e9ciprocit\u00e9\nChaque fois que le licenci\u00e9 distribue le logiciel, le conc\u00e9dant offre au r\u00e9cipiendaire une concession sur le logiciel selon les termes de la pr\u00e9sente licence. Le licenci\u00e9 doit offrir une concession selon les termes de la pr\u00e9sente licence pour tout logiciel modifi\u00e9 ou d\u00e9riv\u00e9 qu'il distribue.\n\nChaque fois que le licenci\u00e9 distribue le logiciel, un logiciel modifi\u00e9, ou un logiciel d\u00e9riv\u00e9, ce dernier doit assumer l'obligation d'en distribuer le code source, de la mani\u00e8re pr\u00e9vue au troisi\u00e8me alin\u00e9a de l'article 3.\n\n4.2. Compatibilit\u00e9\nDans la mesure o\u00f9 le licenci\u00e9 souhaite distribuer un logiciel modifi\u00e9 ou d\u00e9riv\u00e9 combin\u00e9 \u00e0 un logiciel assujetti \u00e0 une licence compatible, mais dont il ne serait pas possible d'en respecter les termes, le conc\u00e9dant offre, en plus de la pr\u00e9sente concession, une concession selon les termes de cette licence compatible.\n\nUn licenci\u00e9 qui est titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible ne peut pas se pr\u00e9valoir de cette offre. Il en est de m\u00eame pour toute autre personne d\u00fbment autoris\u00e9e \u00e0 sous-licencier par le titulaire exclusif du droit d'auteur sur le logiciel assujetti \u00e0 une licence compatible.\n\nEst consid\u00e9r\u00e9e comme une licence compatible toute licence libre approuv\u00e9e ou certifi\u00e9e par la Free Software Foundation ou l'Open Source Initiative, dont le niveau de r\u00e9ciprocit\u00e9 est comparable \u00e0 celui de la pr\u00e9sente licence, sans toutefois \u00eatre moindre, notamment :\n\n 1 Common Public License Version 1.0 (CPL-1.0)\n 2 Contrat de licence de logiciel libre CeCILL, version 2.1 (CECILL-2.1)\n 3 Eclipse Public License - v 1.0 (EPL-1.0)\n 4 European Union Public License, version 1.1 (EUPL v. 1.1)\n 5 GNU General Public License Version 2 (GNU GPLv2)\n 6 GNU General Public License Version 3 (GNU GPLv3)\n\n5. Contributions\nSous r\u00e9serve d'une entente distincte, toute contribution soumise par un contributeur au conc\u00e9dant pour inclusion dans le logiciel sera soumise aux termes de cette licence.\n\n6. Marques de commerce\nLa licence n'accorde aucune permission particuli\u00e8re qui permettrait d'utiliser les marques de commerce du conc\u00e9dant, autre que celle requise permettant d'identifier la provenance du logiciel.\n\n7. Garanties\nSauf mention contraire, le conc\u00e9dant distribue le logiciel sans aucune garantie, aux risques et p\u00e9rils de l'acqu\u00e9reur de la copie du logiciel, et ce, sans assurer que le logiciel puisse r\u00e9pondre \u00e0 un besoin particulier ou puisse donner un r\u00e9sultat quelconque.\n\nSans lier le conc\u00e9dant d'une quelconque mani\u00e8re, rien n'emp\u00eache un licenci\u00e9 d'offrir ou d'exclure des garanties ou du support.\n\n8. Responsabilit\u00e9\nLe licenci\u00e9 est responsable de tout pr\u00e9judice r\u00e9sultant de l'exercice des droits accord\u00e9s par la licence.\n\nLe conc\u00e9dant ne saurait \u00eatre tenu responsable du pr\u00e9judice subi par le licenci\u00e9 ou par des tiers, pour quelque cause que ce soit en lien avec la licence et les droits qui y sont accord\u00e9s.\n\n9. R\u00e9siliation\nLa pr\u00e9sente licence est r\u00e9sili\u00e9e de plein droit d\u00e8s que les droits qui y sont accord\u00e9s ne sont pas exerc\u00e9s conform\u00e9ment aux termes qui y sont stipul\u00e9s.\n\nToutefois, si le d\u00e9faut est corrig\u00e9 dans un d\u00e9lai de 30 jours de sa prise de connaissance par la personne en d\u00e9faut, et qu'il s'agit du premier d\u00e9faut, la licence est accord\u00e9e de nouveau.\n\nPour tout d\u00e9faut subs\u00e9quent, le consentement expr\u00e8s du conc\u00e9dant est n\u00e9cessaire afin que la licence soit accord\u00e9e de nouveau.\n\n10. Version de la licence\nLe Centre de services partag\u00e9s du Qu\u00e9bec, ses ayants cause ou toute personne qu'il d\u00e9signe, peuvent diffuser des versions r\u00e9vis\u00e9es ou modifi\u00e9es de cette licence. Chaque version recevra un num\u00e9ro unique. Si un logiciel est d\u00e9j\u00e0 soumis aux termes d'une version sp\u00e9cifique, c'est seulement cette version qui liera les parties \u00e0 la licence.\n\nLe conc\u00e9dant peut aussi choisir de conc\u00e9der la licence sous la version actuelle ou toute version ult\u00e9rieure, auquel cas le licenci\u00e9 peut choisir sous quelle version la licence lui est accord\u00e9e.\n\n11. Divers\nDans la mesure o\u00f9 le conc\u00e9dant est un minist\u00e8re, un organisme public ou une personne morale de droit public, cr\u00e9\u00e9s en vertu d'une loi de l'Assembl\u00e9e nationale du Qu\u00e9bec, la licence est r\u00e9gie par le droit applicable au Qu\u00e9bec et en cas de contestation, les tribunaux du Qu\u00e9bec seront seuls comp\u00e9tents.\n\nLa pr\u00e9sente licence peut \u00eatre distribu\u00e9e sans conditions particuli\u00e8res. Toutefois, une version modifi\u00e9e doit \u00eatre distribu\u00e9e sous un nom diff\u00e9rent. Toute r\u00e9f\u00e9rence au Centre de services partag\u00e9s du Qu\u00e9bec, et, le cas \u00e9ch\u00e9ant, ses ayant cause, doit \u00eatre retir\u00e9e, autre que celle permettant d'identifier la provenance de la licence.\n", "rf_url": "https:\/\/www.forge.gouv.qc.ca\/participez\/licence-logicielle\/licence-libre-du-quebec-liliq-en-francais\/licence-libre-du-quebec-reciprocite-forte-liliq-r-v1-1\/", "rf_add_date": null, "rf_copyleft": null, "rf_OSIapproved": null, - "rf_fullname": "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte version 1.1", + "rf_fullname": "Licence Libre du Qu\u00e9bec - R\u00e9ciprocit\u00e9 forte version 1.1", "rf_FSFfree": null, "rf_GPLv2compatible": null, "rf_GPLv3compatible": null, @@ -11089,7 +11089,7 @@ }, { "rf_shortname": "OCCT-PL", - "rf_text": "Open CASCADE Technology Public License\nVersion 6.6, April 2013\n\nOPEN CASCADE releases and makes publicly available the source code of the software Open CASCADE Technology to the free software development community under the terms and conditions of this license.\n\nIt is not the purpose of this license to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this license has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author\/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.\n\nPlease read this license carefully and completely before downloading this software. By downloading, using, modifying, distributing and sublicensing this software, you indicate your acceptance to be bound by the terms and conditions of this license. If you do not want to accept or cannot accept for any reasons the terms and conditions of this license, please do not download or use in any manner this software.\n\u00a0\n1. Definitions\n\nUnless there is something in the subject matter or in the context inconsistent therewith, the capitalized terms used in this License shall have the following meaning.\n\n\"Applicable Intellectual Property Rights\" means (a) with respect to the Initial Developer, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to the Initial Developer and that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce, modify, distribute or sublicense the Original Code without infringement; and (b) with respect to You or any Contributor, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to You or to such Contributor and that cover subject matter contained in Your Modifications or in such Contributor's Modifications, taken alone or in combination with Original Code.\n\n\"Contributor\" means each individual or legal entity that creates or contributes to the creation of any Modification, including the Initial Developer.\n\n\"Derivative Program\": means a new program combining the Software or portions thereof with other source code not governed by the terms of this License.\n\n\"Initial Developer\": means OPEN CASCADE, with main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France.\n\n\"Modifications\": mean any addition to, deletion from or change to the substance or the structure of the Software. When source code of the Software is released as a series of files, a Modification is: (a) any addition to, deletion from or change to the contents of a file containing the Software or (b) any new file or other representation of computer program statements that contains any part of the Software. By way of example, Modifications include any debug of, or improvement to, the Original Code or any of its components or portions as well as its next versions or releases thereof.\n\n\"Original Code\": means (a) the source code of the software Open CASCADE Technology originally made available by the Initial Developer under this License, including the source code of any updates or upgrades of the Original Code and (b) the object code compiled from such source code and originally made available by Initial Developer under this License.\n\n\"Software\": means the Original Code, the Modifications, the combination of Original Code and any Modifications or any respective portions thereof.\n\n\"You\" or \"Your\": means an individual or a legal entity exercising rights under this License\n\u00a0\n2. Acceptance of license\nBy using, reproducing, modifying, distributing or sublicensing the Software or any portion thereof, You expressly indicate Your acceptance of the terms and conditions of this License and undertake to act in accordance with all the provisions of this License applicable to You.\n\u00a0\n3. Scope and purpose\nThis License applies to the Software and You may not use, reproduce, modify, distribute, sublicense or circulate the Software, or any portion thereof, except as expressly provided under this License. Any attempt to otherwise use, reproduce, modify, distribute or sublicense the Software is void and will automatically terminate Your rights under this License.\n\u00a0\n4. Contributor license\nSubject to the terms and conditions of this License, the Initial Developer and each of the Contributors hereby grant You a world-wide, royalty-free, irrevocable and non-exclusive license under the Applicable Intellectual Property Rights they own or control, to use, reproduce, modify, distribute and sublicense the Software provided that:\n\n You reproduce in all copies of the Software the copyright and other proprietary notices and disclaimers of the Initial Developer as they appear in the Original Code and attached hereto as Schedule \"A\" and any other notices or disclaimers attached to the Software and keep intact all notices in the Original Code that refer to this License and to the absence of any warranty;\n\n You include a copy of this License with every copy of the Software You distribute;\n\n If you distribute or sublicense the Software (as modified by You or on Your behalf as the case may be), You cause such Software to be licensed as a whole, at no charge, to all third parties, under the terms and conditions of the License, making in particular available to all third parties the source code of the Software;\n\n You document all Your Modifications, indicate the date of each such Modification, designate the version of the Software You used, prominently include a file carrying such information with respect to the Modifications and duplicate the copyright and other proprietary notices and disclaimers attached hereto as Schedule \"B\" or any other notices or disclaimers attached to the Software with your Modifications.\n\nFor greater certainty, it is expressly understood that You may freely create Derivative Programs (without any obligation to publish such Derivative Program) and distribute same as a single product. In such case, You must ensure that all the requirements of this License are fulfilled for the Software or any portion thereof.\n\n5. Your license\nYou hereby grant all Contributors and anyone who becomes a party under this License a world-wide, non-exclusive, royalty-free and irrevocable license under the Applicable Intellectual Property Rights owned or controlled by You, to use, reproduce, modify, distribute and sublicense all Your Modifications under the terms and conditions of this License.\n\n6. Software subject to license\nYour Modifications shall be governed by the terms and conditions of this License. You are not authorized to impose any other terms or conditions than those prevailing under this License when You distribute and\/or sublicense the Software, save and except as permitted under Section 7 hereof.\n\n7. Additional terms\nYou may choose to offer, on a non-exclusive basis, and to charge a fee for any warranty, support, maintenance, liability obligations or other rights consistent with the scope of this License with respect to the Software (the \"Additional Terms\") to the recipients of the Software. However, You may do so only on Your own behalf and on Your sole and exclusive responsibility. You must obtain the recipient's agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold the Initial Developer and any Contributor harmless for any liability incurred by or claims asserted against the Initial Developer or any Contributors with respect to any such Additional Terms.\n\n8. Disclaimer of warranty\nThe Software is provided under this License on an \"as is\" basis, without warranty of any kind, including without limitation, warranties that the Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Software is with You.\n\n9. Liability\nUnder no circumstances shall You, the Initial Developer or any Contributor be liable to any person for any direct or indirect damages of any kind including, without limitation, damages for loss of goodwill, loss of data, work stoppage, computer failure or malfunction or any and all other commercial damages or losses resulting from or relating to this License or indirectly to the use of the Software.\n\n10. Trademark\nThis License does not grant any rights to use the trademarks, trade names and domain names \"MATRA\", \"EADS Matra Datavision\", \"CAS.CADE\", \"Open CASCADE\", \"opencascade.com\" and \"opencascade.org\" or any other trademarks, trade names or domain names used or owned by the Initial Developer.\n\n11. Copyright\nThe Initial Developer retains all rights, title and interest in and to the Original Code. You may not remove the copyright \u00a9 notice which appears when You download the Software.\n\n12. Term\nThis License is granted to You for a term equal to the remaining period of protection covered by the intellectual property rights applicable to the Original Code.\n\n13. Termination\nIn case of termination, as provided in Section 3 above, You agree to immediately stop any further use, reproduction, modification, distribution and sublicensing of the Software and to destroy all copies of the Software that are in Your possession or control. All sublicenses of the Software which have been properly granted prior to termination shall survive any termination of this License. In addition, Sections 5, 8 to 11, 13.2 and 15.2 of this License, in reason of their nature, shall survive the termination of this License for a period of fifteen (15) years.\n\n14. Versions of the license\nThe Initial Developer may publish new versions of this License from time to time. Once Original Code has been published under a particular version of this License, You may choose to continue to use it under the terms and conditions of that version or use the Original Code under the terms of any subsequent version of this License published by the Initial Developer.\n\n15. Miscellaneous\n 15.1 Relationship of the Parties This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between You and the Initial Developer, and You will not represent to the contrary, whether expressly, by implication or otherwise.\n\n 15.2 Independent Development Nothing in this License will impair the Initial Developer's right to acquire, license, develop, have others develop for it, market or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Derivative Programs, technology or products that You may develop, produce, market or distribute.\n\n 15.3 Severability If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and extent.\n\nEND OF THE TERMS AND CONDITIONS OF THIS LICENSE\n\nOPEN CASCADE is a French soci\u00e9t\u00e9 par actions simplifi\u00e9e having its registered head office at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France and main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France. Its web site is located at the following address opencascade.com\n\nOpen CASCADE Technology Public License\nSchedule \"A\"\n\n The content of this file is subject to the Open CASCADE Technology Public License (the \"License\"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at opencascade.com and read it completely before using this file.\n\n The Initial Developer of the Original Code is OPEN CASCADE, with main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France. The Original Code is copyright \u00a9 OPEN CASCADE SAS, 2001. All rights reserved. \"The Original Code and all software distributed under the License are distributed on an \"AS IS\" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement.\n\n Please see the License for the specific terms and conditions governing rights and limitations under the License\".\n End of Schedule \"A\"\n\nOpen CASCADE Technology Public License\nSchedule \"B\"\n\n \"The content of this file is subject to the Open CASCADE Technology Public License (the \"License\"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at opencascade.com and read it completely before using this file.\n\n The Initial Developer of the Original Code is OPEN CASCADE, with main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France. The Original Code is copyright \u00a9 Open CASCADE SAS, 2001. All rights reserved.\n\n Modifications to the Original Code have been made by ________________________. Modifications are copyright \u00a9 [Year to be included]. All rights reserved.\n\n The software Open CASCADE Technology and all software distributed under the License are distributed on an \"AS IS\" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement.\n\n Please see the License for the specific terms and conditions governing rights and limitations under the License\"\n End of Schedule \"B\"\n", + "rf_text": "Open CASCADE Technology Public License\nVersion 6.6, April 2013\n\nOPEN CASCADE releases and makes publicly available the source code of the software Open CASCADE Technology to the free software development community under the terms and conditions of this license.\n\nIt is not the purpose of this license to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this license has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author\/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.\n\nPlease read this license carefully and completely before downloading this software. By downloading, using, modifying, distributing and sublicensing this software, you indicate your acceptance to be bound by the terms and conditions of this license. If you do not want to accept or cannot accept for any reasons the terms and conditions of this license, please do not download or use in any manner this software.\n \n1. Definitions\n\nUnless there is something in the subject matter or in the context inconsistent therewith, the capitalized terms used in this License shall have the following meaning.\n\n\"Applicable Intellectual Property Rights\" means (a) with respect to the Initial Developer, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to the Initial Developer and that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce, modify, distribute or sublicense the Original Code without infringement; and (b) with respect to You or any Contributor, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to You or to such Contributor and that cover subject matter contained in Your Modifications or in such Contributor's Modifications, taken alone or in combination with Original Code.\n\n\"Contributor\" means each individual or legal entity that creates or contributes to the creation of any Modification, including the Initial Developer.\n\n\"Derivative Program\": means a new program combining the Software or portions thereof with other source code not governed by the terms of this License.\n\n\"Initial Developer\": means OPEN CASCADE, with main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France.\n\n\"Modifications\": mean any addition to, deletion from or change to the substance or the structure of the Software. When source code of the Software is released as a series of files, a Modification is: (a) any addition to, deletion from or change to the contents of a file containing the Software or (b) any new file or other representation of computer program statements that contains any part of the Software. By way of example, Modifications include any debug of, or improvement to, the Original Code or any of its components or portions as well as its next versions or releases thereof.\n\n\"Original Code\": means (a) the source code of the software Open CASCADE Technology originally made available by the Initial Developer under this License, including the source code of any updates or upgrades of the Original Code and (b) the object code compiled from such source code and originally made available by Initial Developer under this License.\n\n\"Software\": means the Original Code, the Modifications, the combination of Original Code and any Modifications or any respective portions thereof.\n\n\"You\" or \"Your\": means an individual or a legal entity exercising rights under this License\n \n2. Acceptance of license\nBy using, reproducing, modifying, distributing or sublicensing the Software or any portion thereof, You expressly indicate Your acceptance of the terms and conditions of this License and undertake to act in accordance with all the provisions of this License applicable to You.\n \n3. Scope and purpose\nThis License applies to the Software and You may not use, reproduce, modify, distribute, sublicense or circulate the Software, or any portion thereof, except as expressly provided under this License. Any attempt to otherwise use, reproduce, modify, distribute or sublicense the Software is void and will automatically terminate Your rights under this License.\n \n4. Contributor license\nSubject to the terms and conditions of this License, the Initial Developer and each of the Contributors hereby grant You a world-wide, royalty-free, irrevocable and non-exclusive license under the Applicable Intellectual Property Rights they own or control, to use, reproduce, modify, distribute and sublicense the Software provided that:\n\n You reproduce in all copies of the Software the copyright and other proprietary notices and disclaimers of the Initial Developer as they appear in the Original Code and attached hereto as Schedule \"A\" and any other notices or disclaimers attached to the Software and keep intact all notices in the Original Code that refer to this License and to the absence of any warranty;\n\n You include a copy of this License with every copy of the Software You distribute;\n\n If you distribute or sublicense the Software (as modified by You or on Your behalf as the case may be), You cause such Software to be licensed as a whole, at no charge, to all third parties, under the terms and conditions of the License, making in particular available to all third parties the source code of the Software;\n\n You document all Your Modifications, indicate the date of each such Modification, designate the version of the Software You used, prominently include a file carrying such information with respect to the Modifications and duplicate the copyright and other proprietary notices and disclaimers attached hereto as Schedule \"B\" or any other notices or disclaimers attached to the Software with your Modifications.\n\nFor greater certainty, it is expressly understood that You may freely create Derivative Programs (without any obligation to publish such Derivative Program) and distribute same as a single product. In such case, You must ensure that all the requirements of this License are fulfilled for the Software or any portion thereof.\n\n5. Your license\nYou hereby grant all Contributors and anyone who becomes a party under this License a world-wide, non-exclusive, royalty-free and irrevocable license under the Applicable Intellectual Property Rights owned or controlled by You, to use, reproduce, modify, distribute and sublicense all Your Modifications under the terms and conditions of this License.\n\n6. Software subject to license\nYour Modifications shall be governed by the terms and conditions of this License. You are not authorized to impose any other terms or conditions than those prevailing under this License when You distribute and\/or sublicense the Software, save and except as permitted under Section 7 hereof.\n\n7. Additional terms\nYou may choose to offer, on a non-exclusive basis, and to charge a fee for any warranty, support, maintenance, liability obligations or other rights consistent with the scope of this License with respect to the Software (the \"Additional Terms\") to the recipients of the Software. However, You may do so only on Your own behalf and on Your sole and exclusive responsibility. You must obtain the recipient's agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold the Initial Developer and any Contributor harmless for any liability incurred by or claims asserted against the Initial Developer or any Contributors with respect to any such Additional Terms.\n\n8. Disclaimer of warranty\nThe Software is provided under this License on an \"as is\" basis, without warranty of any kind, including without limitation, warranties that the Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Software is with You.\n\n9. Liability\nUnder no circumstances shall You, the Initial Developer or any Contributor be liable to any person for any direct or indirect damages of any kind including, without limitation, damages for loss of goodwill, loss of data, work stoppage, computer failure or malfunction or any and all other commercial damages or losses resulting from or relating to this License or indirectly to the use of the Software.\n\n10. Trademark\nThis License does not grant any rights to use the trademarks, trade names and domain names \"MATRA\", \"EADS Matra Datavision\", \"CAS.CADE\", \"Open CASCADE\", \"opencascade.com\" and \"opencascade.org\" or any other trademarks, trade names or domain names used or owned by the Initial Developer.\n\n11. Copyright\nThe Initial Developer retains all rights, title and interest in and to the Original Code. You may not remove the copyright \u00a9 notice which appears when You download the Software.\n\n12. Term\nThis License is granted to You for a term equal to the remaining period of protection covered by the intellectual property rights applicable to the Original Code.\n\n13. Termination\nIn case of termination, as provided in Section 3 above, You agree to immediately stop any further use, reproduction, modification, distribution and sublicensing of the Software and to destroy all copies of the Software that are in Your possession or control. All sublicenses of the Software which have been properly granted prior to termination shall survive any termination of this License. In addition, Sections 5, 8 to 11, 13.2 and 15.2 of this License, in reason of their nature, shall survive the termination of this License for a period of fifteen (15) years.\n\n14. Versions of the license\nThe Initial Developer may publish new versions of this License from time to time. Once Original Code has been published under a particular version of this License, You may choose to continue to use it under the terms and conditions of that version or use the Original Code under the terms of any subsequent version of this License published by the Initial Developer.\n\n15. Miscellaneous\n 15.1 Relationship of the Parties This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between You and the Initial Developer, and You will not represent to the contrary, whether expressly, by implication or otherwise.\n\n 15.2 Independent Development Nothing in this License will impair the Initial Developer's right to acquire, license, develop, have others develop for it, market or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Derivative Programs, technology or products that You may develop, produce, market or distribute.\n\n 15.3 Severability If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and extent.\n\nEND OF THE TERMS AND CONDITIONS OF THIS LICENSE\n\nOPEN CASCADE is a French soci\u00e9t\u00e9 par actions simplifi\u00e9e having its registered head office at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France and main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France. Its web site is located at the following address opencascade.com\n\nOpen CASCADE Technology Public License\nSchedule \"A\"\n\n The content of this file is subject to the Open CASCADE Technology Public License (the \"License\"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at opencascade.com and read it completely before using this file.\n\n The Initial Developer of the Original Code is OPEN CASCADE, with main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France. The Original Code is copyright \u00a9 OPEN CASCADE SAS, 2001. All rights reserved. \"The Original Code and all software distributed under the License are distributed on an \"AS IS\" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement.\n\n Please see the License for the specific terms and conditions governing rights and limitations under the License\".\n End of Schedule \"A\"\n\nOpen CASCADE Technology Public License\nSchedule \"B\"\n\n \"The content of this file is subject to the Open CASCADE Technology Public License (the \"License\"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at opencascade.com and read it completely before using this file.\n\n The Initial Developer of the Original Code is OPEN CASCADE, with main offices at 1, place des Fr\u00e8res Montgolfier, 78280, Guyancourt, France. The Original Code is copyright \u00a9 Open CASCADE SAS, 2001. All rights reserved.\n\n Modifications to the Original Code have been made by ________________________. Modifications are copyright \u00a9 [Year to be included]. All rights reserved.\n\n The software Open CASCADE Technology and all software distributed under the License are distributed on an \"AS IS\" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement.\n\n Please see the License for the specific terms and conditions governing rights and limitations under the License\"\n End of Schedule \"B\"\n", "rf_url": "http:\/\/www.opencascade.com\/content\/occt-public-license", "rf_add_date": null, "rf_copyleft": null, @@ -11111,7 +11111,7 @@ }, { "rf_shortname": "ODC-By-1.0", - "rf_text": "# ODC Attribution License (ODC-By)\n\n### Preamble\n\nThe Open Data Commons Attribution License is a license agreement intended to allow users to freely share, modify, and use this Database subject only to the attribution requirements set out in Section 4.\n\nDatabases can contain a wide variety of types of content (images, audiovisual material, and sounds all in the same database, for example), and so this license only governs the rights over the Database, and not the contents of the Database individually. Licensors may therefore wish to use this license together with another license for the contents.\n\nSometimes the contents of a database, or the database itself, can be covered by other rights not addressed here (such as private contracts, trademark over the name, or privacy rights \/ data protection rights over information in the contents), and so you are advised that you may have to consult other documents or clear other rights before doing activities not covered by this License.\n\n------\n\nThe Licensor (as defined below)\n\nand\n\nYou (as defined below)\n\nagree as follows:\n\n### 1.0 Definitions of Capitalised Words\n\n\"Collective Database\" \u2013 Means this Database in unmodified form as part of a collection of independent databases in themselves that together are assembled into a collective whole. A work that constitutes a Collective Database will not be considered a Derivative Database.\n\n\"Convey\" \u2013 As a verb, means Using the Database, a Derivative Database, or the Database as part of a Collective Database in any way that enables a Person to make or receive copies of the Database or a Derivative Database. Conveying does not include interaction with a user through a computer network, or creating and Using a Produced Work, where no transfer of a copy of the Database or a Derivative Database occurs.\n\n\"Contents\" \u2013 The contents of this Database, which includes the information, independent works, or other material collected into the Database. For example, the contents of the Database could be factual data or works such as images, audiovisual material, text, or sounds.\n\n\"Database\" \u2013 A collection of material (the Contents) arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this License.\n\n\"Database Directive\" \u2013 Means Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended or succeeded.\n\n\"Database Right\" \u2013 Means rights resulting from the Chapter III (\"sui generis\") rights in the Database Directive (as amended and as transposed by member states), which includes the Extraction and Re-utilisation of the whole or a Substantial part of the Contents, as well as any similar rights available in the relevant jurisdiction under Section 10.4.\n\n\"Derivative Database\" \u2013 Means a database based upon the Database, and includes any translation, adaptation, arrangement, modification, or any other alteration of the Database or of a Substantial part of the Contents. This includes, but is not limited to, Extracting or Re-utilising the whole or a Substantial part of the Contents in a new Database.\n\n\"Extraction\" \u2013 Means the permanent or temporary transfer of all or a Substantial part of the Contents to another medium by any means or in any form.\n\n\"License\" \u2013 Means this license agreement and is both a license of rights such as copyright and Database Rights and an agreement in contract.\n\n\"Licensor\" \u2013 Means the Person that offers the Database under the terms of this License.\n\n\"Person\" \u2013 Means a natural or legal person or a body of persons corporate or incorporate.\n\n\"Produced Work\" \u2013 a work (such as an image, audiovisual material, text, or sounds) resulting from using the whole or a Substantial part of the Contents (via a search or other query) from this Database, a Derivative Database, or this Database as part of a Collective Database.\n\n\"Publicly\" \u2013 means to Persons other than You or under Your control by either more than 50% ownership or by the power to direct their activities (such as contracting with an independent consultant).\n\n\"Re-utilisation\" \u2013 means any form of making available to the public all or a Substantial part of the Contents by the distribution of copies, by renting, by online or other forms of transmission.\n\n\"Substantial\" \u2013 Means substantial in terms of quantity or quality or a combination of both. The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may amount to the Extraction or Re-utilisation of a Substantial part of the Contents.\n\n\"Use\" \u2013 As a verb, means doing any act that is restricted by copyright or Database Rights whether in the original medium or any other; and includes without limitation distributing, copying, publicly performing, publicly displaying, and preparing derivative works of the Database, as well as modifying the Database as may be technically necessary to use it in a different mode or format.\n\n\"You\" \u2013 Means a Person exercising rights under this License who has not previously violated the terms of this License with respect to the Database, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.\n\nWords in the singular include the plural and vice versa.\n\n### 2.0 What this License covers\n\n2.1. Legal effect of this document. This License is:\n\n a. A license of applicable copyright and neighbouring rights;\n\n b. A license of the Database Right; and\n\n c. An agreement in contract between You and the Licensor.\n\n2.2 Legal rights covered. This License covers the legal rights in the Database, including:\n\n a. Copyright. Any copyright or neighbouring rights in the Database. The copyright licensed includes any individual elements of the Database, but does not cover the copyright over the Contents independent of this Database. See Section 2.4 for details. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Contents stored in the Database;\n\n b. Database Rights. Database Rights only extend to the Extraction and Re-utilisation of the whole or a Substantial part of the Contents. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Contents are removed from the Database and are selected and arranged in a way that would not infringe any applicable copyright; and\n\n c. Contract. This is an agreement between You and the Licensor for access to the Database. In return you agree to certain conditions of use on this access as outlined in this License.\n\n2.3 Rights not covered.\n\n a. This License does not apply to computer programs used in the making or operation of the Database;\n\n b. This License does not cover any patents over the Contents or the Database; and\n\n c. This License does not cover any trademarks associated with the Database.\n\n2.4 Relationship to Contents in the Database. The individual items of the Contents contained in this Database may be covered by other rights, including copyright, patent, data protection, privacy, or personality rights, and this License does not cover any rights (other than Database Rights or in contract) in individual Contents contained in the Database. For example, if used on a Database of images (the Contents), this License would not apply to copyright over individual images, which could have their own separate licenses, or one single license covering all of the rights over the images.\n\n### 3.0 Rights granted\n\n3.1 Subject to the terms and conditions of this License, the Licensor grants to You a worldwide, royalty-free, non-exclusive, terminable (but only under Section 9) license to Use the Database for the duration of any applicable copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future.\n\nThe rights granted cover, for example:\n\n a. Extraction and Re-utilisation of the whole or a Substantial part of the Contents;\n\n b. Creation of Derivative Databases;\n\n c. Creation of Collective Databases;\n\n d. Creation of temporary or permanent reproductions by any means and in any form, in whole or in part, including of any Derivative Databases or as a part of Collective Databases; and\n\n e. Distribution, communication, display, lending, making available, or performance to the public by any means and in any form, in whole or in part, including of any Derivative Database or as a part of Collective Databases.\n\n3.2 Compulsory license schemes. For the avoidance of doubt:\n\n a. Non-waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;\n\n b. Waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,\n\n c. Voluntary license schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.\n\n3.3 The right to release the Database under different terms, or to stop distributing or making available the Database, is reserved. Note that this Database may be multiple-licensed, and so You may have the choice of using alternative licenses for this Database. Subject to Section 10.4, all other rights not expressly granted by Licensor are reserved.\n\n### 4.0 Conditions of Use\n\n4.1 The rights granted in Section 3 above are expressly made subject to Your complying with the following conditions of use. These are important conditions of this License, and if You fail to follow them, You will be in material breach of its terms.\n\n4.2 Notices. If You Publicly Convey this Database, any Derivative Database, or the Database as part of a Collective Database, then You must:\n\n a. Do so only under the terms of this License;\n\n b. Include a copy of this License or its Uniform Resource Identifier (URI) with the Database or Derivative Database, including both in the Database or Derivative Database and in any relevant documentation;\n\n c. Keep intact any copyright or Database Right notices and notices that refer to this License; and\n\n d. If it is not possible to put the required notices in a particular file due to its structure, then You must include the notices in a location (such as a relevant directory) where users would be likely to look for it.\n\n4.3 Notice for using output (Contents). Creating and Using a Produced Work does not require the notice in Section 4.2. However, if you Publicly Use a Produced Work, You must include a notice associated with the Produced Work reasonably calculated to make any Person that uses, views, accesses, interacts with, or is otherwise exposed to the Produced Work aware that Content was obtained from the Database, Derivative Database, or the Database as part of a Collective Database, and that it is available under this License.\n\n a. Example notice. The following text will satisfy notice under Section 4.3:\n\n Contains information from DATABASE NAME which is made available under the ODC Attribution License.\n\nDATABASE NAME should be replaced with the name of the Database and a hyperlink to the location of the Database. \"ODC Attribution License\" should contain a hyperlink to the URI of the text of this License. If hyperlinks are not possible, You should include the plain text of the required URI's with the above notice.\n\n4.4 Licensing of others. You may not sublicense the Database. Each time You communicate the Database, the whole or Substantial part of the Contents, or any Derivative Database to anyone else in any way, the Licensor offers to the recipient a license to the Database on the same terms and conditions as this License. You are not responsible for enforcing compliance by third parties with this License, but You may enforce any rights that You have over a Derivative Database. You are solely responsible for any modifications of a Derivative Database made by You or another Person at Your direction. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.\n\n### 5.0 Moral rights\n\n5.1 Moral rights. This section covers moral rights, including any rights to be identified as the author of the Database or to object to treatment that would otherwise prejudice the author's honour and reputation, or any other derogatory treatment:\n\n a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Database to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4;\n\n b. If waiver of moral rights under Section 5.1 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Database and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4; and\n\n c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 5.1 a and b, the author may retain their moral rights over certain aspects of the Database.\n\nPlease note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the Database in some jurisdictions.\n\n### 6.0 Fair dealing, Database exceptions, and other rights not affected\n\n6.1 This License does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Database, including without limitation:\n\n a. Exceptions to the Database Right including: Extraction of Contents from non-electronic Databases for private purposes, Extraction for purposes of illustration for teaching or scientific research, and Extraction or Re-utilisation for public security or an administrative or judicial procedure.\n\n b. Fair dealing, fair use, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws.\n\n6.2 This License does not affect any rights of lawful users to Extract and Re-utilise insubstantial parts of the Contents, evaluated quantitatively or qualitatively, for any purposes whatsoever, including creating a Derivative Database (subject to other rights over the Contents, see Section 2.4). The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may however amount to the Extraction or Re-utilisation of a Substantial part of the Contents.\n\n### 7.0 Warranties and Disclaimer\n\n7.1 The Database is licensed by the Licensor \"as is\" and without any warranty of any kind, either express, implied, or arising by statute, custom, course of dealing, or trade usage. Licensor specifically disclaims any and all implied warranties or conditions of title, non-infringement, accuracy or completeness, the presence or absence of errors, fitness for a particular purpose, merchantability, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You.\n\n### 8.0 Limitation of liability\n\n8.1 Subject to any liability that may not be excluded or limited by law, the Licensor is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this License, whether by You or by anyone else, and whether caused by any fault on the part of the Licensor or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages such as loss of revenue, data, anticipated profits, and lost business. This exclusion applies even if the Licensor has been advised of the possibility of such damages.\n\n8.2 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Licensor.\n\n### 9.0 Termination of Your rights under this License\n\n9.1 Any breach by You of the terms and conditions of this License automatically terminates this License with immediate effect and without notice to You. For the avoidance of doubt, Persons who have received the Database, the whole or a Substantial part of the Contents, Derivative Databases, or the Database as part of a Collective Database from You under this License will not have their licenses terminated provided their use is in full compliance with this License or a license granted under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will survive any termination of this License.\n\n9.2 If You are not in breach of the terms of this License, the Licensor will not terminate Your rights under it.\n\n9.3 Unless terminated under Section 9.1, this License is granted to You for the duration of applicable rights in the Database.\n\n9.4 Reinstatement of rights. If you cease any breach of the terms and conditions of this License, then your full rights under this License will be reinstated:\n\n a. Provisionally and subject to permanent termination until the 60th day after cessation of breach;\n\n b. Permanently on the 60th day after cessation of breach unless otherwise reasonably notified by the Licensor; or\n\n c. Permanently if reasonably notified by the Licensor of the violation, this is the first time You have received notice of violation of this License from the Licensor, and You cure the violation prior to 30 days after your receipt of the notice.\n\n9.5 Notwithstanding the above, Licensor reserves the right to release the Database under different license terms or to stop distributing or making available the Database. Releasing the Database under different license terms or stopping the distribution of the Database will not withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.\n\n### 10.0 General\n\n10.1 If any provision of this License is held to be invalid or unenforceable, that must not affect the validity or enforceability of the remainder of the terms and conditions of this License and each remaining provision of this License shall be valid and enforced to the fullest extent permitted by law.\n\n10.2 This License is the entire agreement between the parties with respect to the rights granted here over the Database. It replaces any earlier understandings, agreements or representations with respect to the Database.\n\n10.3 If You are in breach of the terms of this License, You will not be entitled to rely on the terms of this License or to complain of any breach by the Licensor.\n\n10.4 Choice of law. This License takes effect in and will be governed by the laws of the relevant jurisdiction in which the License terms are sought to be enforced. If the standard suite of rights granted under applicable copyright law and Database Rights in the relevant jurisdiction includes additional rights not granted under this License, these additional rights are granted in this License in order to meet the terms of this License.\n", + "rf_text": "# ODC Attribution License (ODC-By)\n\n### Preamble\n\nThe Open Data Commons Attribution License is a license agreement intended to allow users to freely share, modify, and use this Database subject only to the attribution requirements set out in Section 4.\n\nDatabases can contain a wide variety of types of content (images, audiovisual material, and sounds all in the same database, for example), and so this license only governs the rights over the Database, and not the contents of the Database individually. Licensors may therefore wish to use this license together with another license for the contents.\n\nSometimes the contents of a database, or the database itself, can be covered by other rights not addressed here (such as private contracts, trademark over the name, or privacy rights \/ data protection rights over information in the contents), and so you are advised that you may have to consult other documents or clear other rights before doing activities not covered by this License.\n\n------\n\nThe Licensor (as defined below)\n\nand\n\nYou (as defined below)\n\nagree as follows:\n\n### 1.0 Definitions of Capitalised Words\n\n\"Collective Database\" - Means this Database in unmodified form as part of a collection of independent databases in themselves that together are assembled into a collective whole. A work that constitutes a Collective Database will not be considered a Derivative Database.\n\n\"Convey\" - As a verb, means Using the Database, a Derivative Database, or the Database as part of a Collective Database in any way that enables a Person to make or receive copies of the Database or a Derivative Database. Conveying does not include interaction with a user through a computer network, or creating and Using a Produced Work, where no transfer of a copy of the Database or a Derivative Database occurs.\n\n\"Contents\" - The contents of this Database, which includes the information, independent works, or other material collected into the Database. For example, the contents of the Database could be factual data or works such as images, audiovisual material, text, or sounds.\n\n\"Database\" - A collection of material (the Contents) arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this License.\n\n\"Database Directive\" - Means Directive 96\/9\/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended or succeeded.\n\n\"Database Right\" - Means rights resulting from the Chapter III (\"sui generis\") rights in the Database Directive (as amended and as transposed by member states), which includes the Extraction and Re-utilisation of the whole or a Substantial part of the Contents, as well as any similar rights available in the relevant jurisdiction under Section 10.4.\n\n\"Derivative Database\" - Means a database based upon the Database, and includes any translation, adaptation, arrangement, modification, or any other alteration of the Database or of a Substantial part of the Contents. This includes, but is not limited to, Extracting or Re-utilising the whole or a Substantial part of the Contents in a new Database.\n\n\"Extraction\" - Means the permanent or temporary transfer of all or a Substantial part of the Contents to another medium by any means or in any form.\n\n\"License\" - Means this license agreement and is both a license of rights such as copyright and Database Rights and an agreement in contract.\n\n\"Licensor\" - Means the Person that offers the Database under the terms of this License.\n\n\"Person\" - Means a natural or legal person or a body of persons corporate or incorporate.\n\n\"Produced Work\" - a work (such as an image, audiovisual material, text, or sounds) resulting from using the whole or a Substantial part of the Contents (via a search or other query) from this Database, a Derivative Database, or this Database as part of a Collective Database.\n\n\"Publicly\" - means to Persons other than You or under Your control by either more than 50% ownership or by the power to direct their activities (such as contracting with an independent consultant).\n\n\"Re-utilisation\" - means any form of making available to the public all or a Substantial part of the Contents by the distribution of copies, by renting, by online or other forms of transmission.\n\n\"Substantial\" - Means substantial in terms of quantity or quality or a combination of both. The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may amount to the Extraction or Re-utilisation of a Substantial part of the Contents.\n\n\"Use\" - As a verb, means doing any act that is restricted by copyright or Database Rights whether in the original medium or any other; and includes without limitation distributing, copying, publicly performing, publicly displaying, and preparing derivative works of the Database, as well as modifying the Database as may be technically necessary to use it in a different mode or format.\n\n\"You\" - Means a Person exercising rights under this License who has not previously violated the terms of this License with respect to the Database, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.\n\nWords in the singular include the plural and vice versa.\n\n### 2.0 What this License covers\n\n2.1. Legal effect of this document. This License is:\n\n a. A license of applicable copyright and neighbouring rights;\n\n b. A license of the Database Right; and\n\n c. An agreement in contract between You and the Licensor.\n\n2.2 Legal rights covered. This License covers the legal rights in the Database, including:\n\n a. Copyright. Any copyright or neighbouring rights in the Database. The copyright licensed includes any individual elements of the Database, but does not cover the copyright over the Contents independent of this Database. See Section 2.4 for details. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Contents stored in the Database;\n\n b. Database Rights. Database Rights only extend to the Extraction and Re-utilisation of the whole or a Substantial part of the Contents. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Contents are removed from the Database and are selected and arranged in a way that would not infringe any applicable copyright; and\n\n c. Contract. This is an agreement between You and the Licensor for access to the Database. In return you agree to certain conditions of use on this access as outlined in this License.\n\n2.3 Rights not covered.\n\n a. This License does not apply to computer programs used in the making or operation of the Database;\n\n b. This License does not cover any patents over the Contents or the Database; and\n\n c. This License does not cover any trademarks associated with the Database.\n\n2.4 Relationship to Contents in the Database. The individual items of the Contents contained in this Database may be covered by other rights, including copyright, patent, data protection, privacy, or personality rights, and this License does not cover any rights (other than Database Rights or in contract) in individual Contents contained in the Database. For example, if used on a Database of images (the Contents), this License would not apply to copyright over individual images, which could have their own separate licenses, or one single license covering all of the rights over the images.\n\n### 3.0 Rights granted\n\n3.1 Subject to the terms and conditions of this License, the Licensor grants to You a worldwide, royalty-free, non-exclusive, terminable (but only under Section 9) license to Use the Database for the duration of any applicable copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future.\n\nThe rights granted cover, for example:\n\n a. Extraction and Re-utilisation of the whole or a Substantial part of the Contents;\n\n b. Creation of Derivative Databases;\n\n c. Creation of Collective Databases;\n\n d. Creation of temporary or permanent reproductions by any means and in any form, in whole or in part, including of any Derivative Databases or as a part of Collective Databases; and\n\n e. Distribution, communication, display, lending, making available, or performance to the public by any means and in any form, in whole or in part, including of any Derivative Database or as a part of Collective Databases.\n\n3.2 Compulsory license schemes. For the avoidance of doubt:\n\n a. Non-waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;\n\n b. Waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,\n\n c. Voluntary license schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.\n\n3.3 The right to release the Database under different terms, or to stop distributing or making available the Database, is reserved. Note that this Database may be multiple-licensed, and so You may have the choice of using alternative licenses for this Database. Subject to Section 10.4, all other rights not expressly granted by Licensor are reserved.\n\n### 4.0 Conditions of Use\n\n4.1 The rights granted in Section 3 above are expressly made subject to Your complying with the following conditions of use. These are important conditions of this License, and if You fail to follow them, You will be in material breach of its terms.\n\n4.2 Notices. If You Publicly Convey this Database, any Derivative Database, or the Database as part of a Collective Database, then You must:\n\n a. Do so only under the terms of this License;\n\n b. Include a copy of this License or its Uniform Resource Identifier (URI) with the Database or Derivative Database, including both in the Database or Derivative Database and in any relevant documentation;\n\n c. Keep intact any copyright or Database Right notices and notices that refer to this License; and\n\n d. If it is not possible to put the required notices in a particular file due to its structure, then You must include the notices in a location (such as a relevant directory) where users would be likely to look for it.\n\n4.3 Notice for using output (Contents). Creating and Using a Produced Work does not require the notice in Section 4.2. However, if you Publicly Use a Produced Work, You must include a notice associated with the Produced Work reasonably calculated to make any Person that uses, views, accesses, interacts with, or is otherwise exposed to the Produced Work aware that Content was obtained from the Database, Derivative Database, or the Database as part of a Collective Database, and that it is available under this License.\n\n a. Example notice. The following text will satisfy notice under Section 4.3:\n\n Contains information from DATABASE NAME which is made available under the ODC Attribution License.\n\nDATABASE NAME should be replaced with the name of the Database and a hyperlink to the location of the Database. \"ODC Attribution License\" should contain a hyperlink to the URI of the text of this License. If hyperlinks are not possible, You should include the plain text of the required URI's with the above notice.\n\n4.4 Licensing of others. You may not sublicense the Database. Each time You communicate the Database, the whole or Substantial part of the Contents, or any Derivative Database to anyone else in any way, the Licensor offers to the recipient a license to the Database on the same terms and conditions as this License. You are not responsible for enforcing compliance by third parties with this License, but You may enforce any rights that You have over a Derivative Database. You are solely responsible for any modifications of a Derivative Database made by You or another Person at Your direction. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License.\n\n### 5.0 Moral rights\n\n5.1 Moral rights. This section covers moral rights, including any rights to be identified as the author of the Database or to object to treatment that would otherwise prejudice the author's honour and reputation, or any other derogatory treatment:\n\n a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Database to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4;\n\n b. If waiver of moral rights under Section 5.1 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Database and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4; and\n\n c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 5.1 a and b, the author may retain their moral rights over certain aspects of the Database.\n\nPlease note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the Database in some jurisdictions.\n\n### 6.0 Fair dealing, Database exceptions, and other rights not affected\n\n6.1 This License does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Database, including without limitation:\n\n a. Exceptions to the Database Right including: Extraction of Contents from non-electronic Databases for private purposes, Extraction for purposes of illustration for teaching or scientific research, and Extraction or Re-utilisation for public security or an administrative or judicial procedure.\n\n b. Fair dealing, fair use, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws.\n\n6.2 This License does not affect any rights of lawful users to Extract and Re-utilise insubstantial parts of the Contents, evaluated quantitatively or qualitatively, for any purposes whatsoever, including creating a Derivative Database (subject to other rights over the Contents, see Section 2.4). The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may however amount to the Extraction or Re-utilisation of a Substantial part of the Contents.\n\n### 7.0 Warranties and Disclaimer\n\n7.1 The Database is licensed by the Licensor \"as is\" and without any warranty of any kind, either express, implied, or arising by statute, custom, course of dealing, or trade usage. Licensor specifically disclaims any and all implied warranties or conditions of title, non-infringement, accuracy or completeness, the presence or absence of errors, fitness for a particular purpose, merchantability, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You.\n\n### 8.0 Limitation of liability\n\n8.1 Subject to any liability that may not be excluded or limited by law, the Licensor is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this License, whether by You or by anyone else, and whether caused by any fault on the part of the Licensor or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages such as loss of revenue, data, anticipated profits, and lost business. This exclusion applies even if the Licensor has been advised of the possibility of such damages.\n\n8.2 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Licensor.\n\n### 9.0 Termination of Your rights under this License\n\n9.1 Any breach by You of the terms and conditions of this License automatically terminates this License with immediate effect and without notice to You. For the avoidance of doubt, Persons who have received the Database, the whole or a Substantial part of the Contents, Derivative Databases, or the Database as part of a Collective Database from You under this License will not have their licenses terminated provided their use is in full compliance with this License or a license granted under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will survive any termination of this License.\n\n9.2 If You are not in breach of the terms of this License, the Licensor will not terminate Your rights under it.\n\n9.3 Unless terminated under Section 9.1, this License is granted to You for the duration of applicable rights in the Database.\n\n9.4 Reinstatement of rights. If you cease any breach of the terms and conditions of this License, then your full rights under this License will be reinstated:\n\n a. Provisionally and subject to permanent termination until the 60th day after cessation of breach;\n\n b. Permanently on the 60th day after cessation of breach unless otherwise reasonably notified by the Licensor; or\n\n c. Permanently if reasonably notified by the Licensor of the violation, this is the first time You have received notice of violation of this License from the Licensor, and You cure the violation prior to 30 days after your receipt of the notice.\n\n9.5 Notwithstanding the above, Licensor reserves the right to release the Database under different license terms or to stop distributing or making available the Database. Releasing the Database under different license terms or stopping the distribution of the Database will not withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.\n\n### 10.0 General\n\n10.1 If any provision of this License is held to be invalid or unenforceable, that must not affect the validity or enforceability of the remainder of the terms and conditions of this License and each remaining provision of this License shall be valid and enforced to the fullest extent permitted by law.\n\n10.2 This License is the entire agreement between the parties with respect to the rights granted here over the Database. It replaces any earlier understandings, agreements or representations with respect to the Database.\n\n10.3 If You are in breach of the terms of this License, You will not be entitled to rely on the terms of this License or to complain of any breach by the Licensor.\n\n10.4 Choice of law. This License takes effect in and will be governed by the laws of the relevant jurisdiction in which the License terms are sought to be enforced. If the standard suite of rights granted under applicable copyright law and Database Rights in the relevant jurisdiction includes additional rights not granted under this License, these additional rights are granted in this License in order to meet the terms of this License.\n", "rf_url": "https:\/\/opendatacommons.org\/licenses\/by\/1.0\/", "rf_add_date": null, "rf_copyleft": null, @@ -11133,7 +11133,7 @@ }, { "rf_shortname": "OGL-UK-1.0", - "rf_text": "Open Government Licence v1.0\n\nYou are encouraged to use and re-use the Information that is available under this licence, the Open Government Licence, freely and flexibly, with only a few conditions.\nUsing information under this licence\n\nUse of copyright and database right material expressly made available under this licence (the \u2018Information\u2019) indicates your acceptance of the terms and conditions below.\n\nThe Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.\n\nThis licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.\n\nYou are free to:\n\t\tcopy,\u00a0publish, distribute and transmit the Information;\n\t\tadapt the Information;\n\t\texploit the Information commercially for example, by combining it with other Information, or by including it in your own product or application.\n\nYou must, where you do any of the above:\n\t\tacknowledge the source of the Information by including any attribution statement specified by the Information Provider(s)\u00a0and, where possible, provide a link to this licence;\n\t\t\u00a0If the Information Provider does not provide a specific attribution statement, or if you are using Information from several Information Providers and multiple attributions are not practical in your product or application, you may consider using the following:\u2028\u00a0Contains public sector information licensed under the Open Government Licence v1.0.\n\t\tensure that you do not use the Information in a way that suggests any official status or that the Information Provider endorses you or your use of the Information;\n\t\tensure that you do not mislead others or misrepresent the Information or its source;\n\t\tensure that your use of the Information does not breach the Data Protection Act 1998 or the Privacy and Electronic Communications (EC Directive) Regulations 2003.\n\nThese are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.\n\n\u00a0Exemptions\n\nThis licence does not cover the use of:\n\t- personal data in the Information;\n\t- Information that has neither been published nor disclosed under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;\n\t- departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;\n\t- military insignia;\n\t- third party rights the Information Provider is not authorised to license;\n\t- Information subject to other intellectual property rights, including patents, trademarks, and design rights; and\n\t- identity documents such as the British Passport.\n\nNo warranty\n\nThe Information is licensed \u2018as is\u2019 and the Information Provider excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.\n\nThe Information Provider is not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.\n\nGoverning Law\n\nThis licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.\n\nDefinitions\n\nIn this licence, the terms below have the following meanings:\n\n\u2018Information\u2019\u2028means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.\n\n\u2018Information Provider\u2019\u2028means the person or organisation providing the Information under this licence.\n\n\u2018Licensor\u2019\u2028means any Information Provider which has the authority to offer Information under the terms of this licence or the Controller of Her Majesty\u2019s Stationery Office, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.\n\n\u2018Use\u2019\u2028as a verb, means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.\n\n\u2018You\u2019\u2028means the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n\nAbout the Open Government Licence\nThe Controller of Her Majesty\u2019s Stationery Office (HMSO) has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The Controller invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.\n\nThe Controller of HMSO has authority to license Information subject to copyright and database right owned by the Crown. The extent of the Controller\u2019s offer to license this Information under the terms of this licence is set out in the\u00a0UK Government Licensing Framework.\n\nThis is version 1.0 of the Open Government Licence. The Controller of HMSO may, from time to time, issue new versions of the Open Government Licence. However, you may continue to use Information licensed under this version should you wish to do so.\nThese terms have been aligned to be interoperable with any Creative Commons Attribution Licence, which covers copyright, and Open Data Commons Attribution License, which covers database rights and applicable copyrights.\n\nFurther context, best practice and guidance can be found in the\u00a0UK Government Licensing Framework\u00a0section on The National Archives website.\n", + "rf_text": "Open Government Licence v1.0\n\nYou are encouraged to use and re-use the Information that is available under this licence, the Open Government Licence, freely and flexibly, with only a few conditions.\nUsing information under this licence\n\nUse of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.\n\nThe Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.\n\nThis licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.\n\nYou are free to:\n\t\tcopy, publish, distribute and transmit the Information;\n\t\tadapt the Information;\n\t\texploit the Information commercially for example, by combining it with other Information, or by including it in your own product or application.\n\nYou must, where you do any of the above:\n\t\tacknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;\n\t\t If the Information Provider does not provide a specific attribution statement, or if you are using Information from several Information Providers and multiple attributions are not practical in your product or application, you may consider using the following:\u2028 Contains public sector information licensed under the Open Government Licence v1.0.\n\t\tensure that you do not use the Information in a way that suggests any official status or that the Information Provider endorses you or your use of the Information;\n\t\tensure that you do not mislead others or misrepresent the Information or its source;\n\t\tensure that your use of the Information does not breach the Data Protection Act 1998 or the Privacy and Electronic Communications (EC Directive) Regulations 2003.\n\nThese are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.\n\n Exemptions\n\nThis licence does not cover the use of:\n\t- personal data in the Information;\n\t- Information that has neither been published nor disclosed under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;\n\t- departmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;\n\t- military insignia;\n\t- third party rights the Information Provider is not authorised to license;\n\t- Information subject to other intellectual property rights, including patents, trademarks, and design rights; and\n\t- identity documents such as the British Passport.\n\nNo warranty\n\nThe Information is licensed 'as is' and the Information Provider excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.\n\nThe Information Provider is not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.\n\nGoverning Law\n\nThis licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.\n\nDefinitions\n\nIn this licence, the terms below have the following meanings:\n\n'Information'\u2028means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.\n\n'Information Provider'\u2028means the person or organisation providing the Information under this licence.\n\n'Licensor'\u2028means any Information Provider which has the authority to offer Information under the terms of this licence or the Controller of Her Majesty's Stationery Office, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.\n\n'Use'\u2028as a verb, means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.\n\n'You'\u2028means the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n\nAbout the Open Government Licence\nThe Controller of Her Majesty's Stationery Office (HMSO) has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The Controller invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.\n\nThe Controller of HMSO has authority to license Information subject to copyright and database right owned by the Crown. The extent of the Controller's offer to license this Information under the terms of this licence is set out in the UK Government Licensing Framework.\n\nThis is version 1.0 of the Open Government Licence. The Controller of HMSO may, from time to time, issue new versions of the Open Government Licence. However, you may continue to use Information licensed under this version should you wish to do so.\nThese terms have been aligned to be interoperable with any Creative Commons Attribution Licence, which covers copyright, and Open Data Commons Attribution License, which covers database rights and applicable copyrights.\n\nFurther context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.\n", "rf_url": "http:\/\/www.nationalarchives.gov.uk\/doc\/open-government-licence\/version\/1\/", "rf_add_date": null, "rf_copyleft": null, @@ -11155,7 +11155,7 @@ }, { "rf_shortname": "OGL-UK-2.0", - "rf_text": "Open Government Licence v2.0\n\nYou are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.\n\nUsing Information under this licence\nUse of copyright and database right material expressly made available under this licence (the \u2018Information\u2019) indicates your acceptance of the terms and conditions below.\n\nThe Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.\n\nThis licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.\n\nYou are free to:\ncopy, publish, distribute and transmit the Information;\nadapt the Information;\nexploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.\nYou must, where you do any of the above:\nacknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;\n If the Information Provider does not provide a specific attribution statement, or if you are using Information from several Information Providers and multiple attributions are not practical in your product or application, you may use the following:\n\n Contains public sector information licensed under the Open Government Licence v2.0.\n\nThese are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.\n\n Exemptions\nThis licence does not cover:\n\npersonal data in the Information;\ninformation that has neither been published nor disclosed under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;\ndepartmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;\nmilitary insignia;\nthird party rights the Information Provider is not authorised to license;\nother intellectual property rights, including patents, trade marks, and design rights; and\nidentity documents such as the British Passport\nNon-endorsement\nThis licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider endorses you or your use of the Information.\n\nNon warranty\nThe Information is licensed \u2018as is\u2019 and the Information Provider excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.\n\nThe Information Provider is not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.\n\nGoverning Law\nThis licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.\n\nDefinitions\nIn this licence, the terms below have the following meanings:\n\n\u2018Information\u2019\nmeans information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.\n\n\u2018Information Provider\u2019\nmeans the person or organisation providing the Information under this licence.\n\n\u2018Licensor\u2019\nmeans any Information Provider who has the authority to offer Information under the terms of this licence. It includes the Controller of Her Majesty\u2019s Stationery Office, who has the authority to offer Information subject to Crown copyright and Crown database rights, and Information subject to copyright and database rights which have been assigned to or acquired by the Crown, under the terms of this licence.\n\n\u2018Use\u2019\nmeans doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.\n\n\u2018You\u2019\nmeans the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n\nAbout the Open Government Licence\nThe Controller of Her Majesty\u2019s Stationery Office (HMSO) has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The Controller invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.\n\nThe Controller of HMSO has authority to license Information subject to copyright and database right owned by the Crown. The extent of the Controller\u2019s offer to license this Information under the terms of this licence is set out on The National Archives website.\n\nThis is version 2.0 of the Open Government Licence. The Controller of HMSO may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.\n\nThese terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv2.0 is Open Definition compliant.\n\nFurther context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.\n", + "rf_text": "Open Government Licence v2.0\n\nYou are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.\n\nUsing Information under this licence\nUse of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.\n\nThe Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.\n\nThis licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.\n\nYou are free to:\ncopy, publish, distribute and transmit the Information;\nadapt the Information;\nexploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.\nYou must, where you do any of the above:\nacknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;\n If the Information Provider does not provide a specific attribution statement, or if you are using Information from several Information Providers and multiple attributions are not practical in your product or application, you may use the following:\n\n Contains public sector information licensed under the Open Government Licence v2.0.\n\nThese are important conditions of this licence and if you fail to comply with them the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.\n\n Exemptions\nThis licence does not cover:\n\npersonal data in the Information;\ninformation that has neither been published nor disclosed under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;\ndepartmental or public sector organisation logos, crests and the Royal Arms except where they form an integral part of a document or dataset;\nmilitary insignia;\nthird party rights the Information Provider is not authorised to license;\nother intellectual property rights, including patents, trade marks, and design rights; and\nidentity documents such as the British Passport\nNon-endorsement\nThis licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider endorses you or your use of the Information.\n\nNon warranty\nThe Information is licensed 'as is' and the Information Provider excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.\n\nThe Information Provider is not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.\n\nGoverning Law\nThis licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.\n\nDefinitions\nIn this licence, the terms below have the following meanings:\n\n'Information'\nmeans information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.\n\n'Information Provider'\nmeans the person or organisation providing the Information under this licence.\n\n'Licensor'\nmeans any Information Provider who has the authority to offer Information under the terms of this licence. It includes the Controller of Her Majesty's Stationery Office, who has the authority to offer Information subject to Crown copyright and Crown database rights, and Information subject to copyright and database rights which have been assigned to or acquired by the Crown, under the terms of this licence.\n\n'Use'\nmeans doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.\n\n'You'\nmeans the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n\nAbout the Open Government Licence\nThe Controller of Her Majesty's Stationery Office (HMSO) has developed this licence as a tool to enable Information Providers in the public sector to license the use and re-use of their Information under a common open licence. The Controller invites public sector bodies owning their own copyright and database rights to permit the use of their Information under this licence.\n\nThe Controller of HMSO has authority to license Information subject to copyright and database right owned by the Crown. The extent of the Controller's offer to license this Information under the terms of this licence is set out on The National Archives website.\n\nThis is version 2.0 of the Open Government Licence. The Controller of HMSO may, from time to time, issue new versions of the Open Government Licence. If you are already using Information under a previous version of the Open Government Licence, the terms of that licence will continue to apply.\n\nThese terms are compatible with the Creative Commons Attribution License 4.0 and the Open Data Commons Attribution License, both of which license copyright and database rights. This means that when the Information is adapted and licensed under either of those licences, you automatically satisfy the conditions of the OGL when you comply with the other licence. The OGLv2.0 is Open Definition compliant.\n\nFurther context, best practice and guidance can be found in the UK Government Licensing Framework section on The National Archives website.\n", "rf_url": "http:\/\/www.nationalarchives.gov.uk\/doc\/open-government-licence\/version\/2\/", "rf_add_date": null, "rf_copyleft": null, @@ -11221,7 +11221,7 @@ }, { "rf_shortname": "OSET-PL-2.1", - "rf_text": "OSET Public License\n(c) 2015 ALL RIGHTS RESERVED VERSION 2.1\n\nTHIS LICENSE DEFINES THE RIGHTS OF USE, REPRODUCTION, DISTRIBUTION, MODIFICATION, AND REDISTRIBUTION OF CERTAIN COVERED SOFTWARE (AS DEFINED BELOW) ORIGINALLY RELEASED BY THE OPEN SOURCE ELECTION TECHNOLOGY FOUNDATION (FORMERLY \u201cTHE OSDV FOUNDATION\u201d). ANYONE WHO USES, REPRODUCES, DISTRIBUTES, MODIFIES, OR REDISTRIBUTES THE COVERED SOFTWARE, OR ANY PART THEREOF, IS BY THAT ACTION, ACCEPTING IN FULL THE TERMS CONTAINED IN THIS AGREEMENT. IF YOU DO NOT AGREE TO SUCH TERMS, YOU ARE NOT PERMITTED TO USE THE COVERED SOFTWARE.\n\nThis license was prepared based on the Mozilla Public License (\u201cMPL\u201d), version 2.0. For annotation of the differences between this license and MPL 2.0, please see the OSET Foundation web site at www.OSETFoundation.org\/public-license.\n\nThe text of the license begins here:\n\n1. Definitions\n\n 1.1 \u201cContributor\u201d means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.\n\n 1.2 \u201cContributor Version\u201d means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor\u2019s Contribution.\n\n 1.3 \u201cContribution\u201d means Covered Software of a particular Contributor.\n\n 1.4 \u201cCovered Software\u201d means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.\n\n 1.5 \u201cIncompatible With Secondary Licenses\u201d means:\n a. That the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or\n b. that the Covered Software was made available under the terms of version 1.x or earlier of the License, but not also under the terms of a Secondary License.\n\n 1.6 \u201cExecutable Form\u201d means any form of the work other than Source Code Form.\n\n 1.7 \u201cLarger Work\u201d means a work that combines Covered Software with other material, in a separate file (or files) that is not Covered Software.\n\n 1.8 \u201cLicense\u201d means this document.\n\n 1.9 \u201cLicensable\u201d means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.\n\n 1.10 \u201cModifications\u201d means any of the following:\n a. any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or\n\t\t b. any new file in Source Code Form that contains any Covered Software.\n\n 1.11 \u201cPatent Claims\u201d of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.\n\n 1.12 \u201cSecondary License\u201d means one of: the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.\n\n 1.13 \u201cSource Code Form\u201d means the form of the work preferred for making modifications.\n\n 1.14 \u201cYou\u201d (or \u201cYour\u201d) means an individual or a legal entity exercising rights under this License. For legal entities, \u201cYou\u201d includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, \u201ccontrol\u201d means: (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. License Grants and Conditions\n\n 2.1 Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:\n\t a. under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and\n\t b. under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.\n\n 2.2 Effective Date\n The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.\n\n 2.3 Limitations on Grant Scope\n The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:\n\t a. for any code that a Contributor has removed from Covered Software; or\n\t b. for infringements caused by: (i) Your and any other third party\u2019s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or\n\t c. under Patent Claims infringed by Covered Software in the absence of its Contributions.\n\t This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).\n\n 2.4 Subsequent Licenses\n\t No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).\n\n 2.5 Representation\n\t Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.\n\n 2.6 Fair Use\n\t This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.\n\n 2.7 Conditions\n\t Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.\n\n3. Responsibilities\n\n 3.1 Distribution of Source Form\n\t All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You must cause any of Your Modifications to carry prominent notices stating that You changed the files. You may not attempt to alter or restrict the recipients\u2019 rights in the Source Code Form.\n\n 3.2 Distribution of Executable Form\n\t If You distribute Covered Software in Executable Form then:\n\n a. such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and\n\t\t b. You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients\u2019 rights in the Source Code Form under this License.\n\n 3.3 Distribution of a Larger Work\n\t You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).\n\n 3.4 Notices\n\t You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.\n\n 3.5 Application of Additional Terms\n\n 3.5.1 You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.\n\n 3.5.2 You may place additional conditions upon the rights granted in this License to the extent necessary due to statute, judicial order, regulation (including without limitation state and federal procurement regulation), national security, or public interest. Any such additional conditions must be clearly described in the notice provisions required under Section 3.4. Any alteration of the terms of this License will apply to all copies of the Covered Software distributed by You or by any downstream recipients that receive the Covered Software from You.\n\n4. Inability to Comply Due to Statute or Regulation\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation, then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the notices required under Section 3.4. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Termination\n\n 5.1 Failure to Comply\n\t The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60-days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30-days after Your receipt of the notice.\n\n 5.2 Patent Infringement Claims\u2028 If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.\n\n 5.3 Additional Compliance Terms\n\t Notwithstanding the foregoing in this Section 5, for purposes of this Section, if You breach Section 3.1 (Distribution of Source Form), Section 3.2 (Distribution of Executable Form), Section 3.3 (Distribution of a Larger Work), or Section 3.4 (Notices), then becoming compliant as described in Section 5.1 must also include, no later than 30 days after receipt by You of notice of such violation by a Contributor, making the Covered Software available in Source Code Form as required by this License on a publicly available computer network for a period of no less than three (3) years.\n\n 5.4 Contributor Remedies\n\t If You fail to comply with the terms of this License and do not thereafter become compliant in accordance with Section 5.1 and, if applicable, Section 5.3, then each Contributor reserves its right, in addition to any other rights it may have in law or in equity, to bring an action seeking injunctive relief, or damages for willful copyright or patent infringement (including without limitation damages for unjust enrichment, where available under law), for all actions in violation of rights that would otherwise have been granted under the terms of this License.\n\n 5.5 End User License Agreements\n\t In the event of termination under this Section 5, all end user license agreements (excluding distributors and resellers), which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.\n\n6. Disclaimer of Warranty\nCovered Software is provided under this License on an \u201cas is\u201d basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.\n\n7. Limitation of Liability\nUnder no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party\u2019s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.\n\n8. Litigation\nAny litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party\u2019s ability to bring cross-claims or counter-claims.\n\n9. Government Terms\n\n 9.1 Commercial Item\n\t The Covered Software is a \u201ccommercial item,\u201d as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \u201ccommercial computer software\u201d and \u201ccommercial computer software documentation,\u201d as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein.\n\n 9.2 No Sovereign Immunity\n\t The U.S. federal government and states that use or distribute Covered Software hereby waive their sovereign immunity with respect to enforcement of the provisions of this License.\n\n 9.3 Choice of Law and Venue\n\n 9.3.1 If You are a government of a state of the United States, or Your use of the Covered Software is pursuant to a procurement contract with such a state government, this License shall be governed by the law of such state, excluding its conflict-of-law provisions, and the adjudication of disputes relating to this License will be subject to the exclusive jurisdiction of the state and federal courts located in such state.\n 9.3.2 If You are an agency of the United States federal government, or Your use of the Covered Software is pursuant to a procurement contract with such an agency, this License shall be governed by federal law for all purposes, and the adjudication of disputes relating to this License will be subject to the exclusive jurisdiction of the federal courts located in Washington, D.C.\n 9.3.3 You may alter the terms of this Section 9.3 for this License as described in Section 3.5.2.\n\n 9.4 Supremacy\n\t This Section 9 is in lieu of, and supersedes, any other Federal Acquisition Regulation, Defense Federal Acquisition Regulation, or other clause or provision that addresses government rights in computer software under this License.\n\n10. Miscellaneous\nThis License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation, which provides that the language of a contract shall be construed against the drafter, shall not be used to construe this License against a Contributor.\n\n11. Versions of the License\n\n 11.1 New Versions The Open Source Election Technology Foundation (\u201cOSET\u201d) (formerly known as the Open Source Digital Voting Foundation) is the steward of this License. Except as provided in Section 11.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.\n\n 11.2 Effects of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.\n\n 11.3 Modified Versions If You create software not governed by this License, and You want to create a new license for such software, You may create and use a modified version of this License if You rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).\n\n 11.4 Distributing Source Code Form That is Incompatible With Secondary Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.\n\nEXHIBIT A \u2013 Source Code Form License Notice\n\nThis Source Code Form is subject to the terms of the OSET Public License, v.2.1 (\u201cOSET-PL-2.1\u201d). If a copy of the OPL was not distributed with this file, You can obtain one at: www.OSETFoundation.org\/public-license.\n\nIf it is not possible or desirable to put the Notice in a particular file, then You may include the Notice in a location (e.g., such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. You may add additional accurate notices of copyright ownership.\n\nEXHIBIT B - \u201cIncompatible With Secondary License\u201d Notice\n\nThis Source Code Form is \u201cIncompatible With Secondary Licenses\u201d, as defined by the OSET Public License, v.2.1.\n", + "rf_text": "OSET Public License\n(c) 2015 ALL RIGHTS RESERVED VERSION 2.1\n\nTHIS LICENSE DEFINES THE RIGHTS OF USE, REPRODUCTION, DISTRIBUTION, MODIFICATION, AND REDISTRIBUTION OF CERTAIN COVERED SOFTWARE (AS DEFINED BELOW) ORIGINALLY RELEASED BY THE OPEN SOURCE ELECTION TECHNOLOGY FOUNDATION (FORMERLY \"THE OSDV FOUNDATION\"). ANYONE WHO USES, REPRODUCES, DISTRIBUTES, MODIFIES, OR REDISTRIBUTES THE COVERED SOFTWARE, OR ANY PART THEREOF, IS BY THAT ACTION, ACCEPTING IN FULL THE TERMS CONTAINED IN THIS AGREEMENT. IF YOU DO NOT AGREE TO SUCH TERMS, YOU ARE NOT PERMITTED TO USE THE COVERED SOFTWARE.\n\nThis license was prepared based on the Mozilla Public License (\"MPL\"), version 2.0. For annotation of the differences between this license and MPL 2.0, please see the OSET Foundation web site at www.OSETFoundation.org\/public-license.\n\nThe text of the license begins here:\n\n1. Definitions\n\n 1.1 \"Contributor\" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.\n\n 1.2 \"Contributor Version\" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution.\n\n 1.3 \"Contribution\" means Covered Software of a particular Contributor.\n\n 1.4 \"Covered Software\" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.\n\n 1.5 \"Incompatible With Secondary Licenses\" means:\n a. That the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or\n b. that the Covered Software was made available under the terms of version 1.x or earlier of the License, but not also under the terms of a Secondary License.\n\n 1.6 \"Executable Form\" means any form of the work other than Source Code Form.\n\n 1.7 \"Larger Work\" means a work that combines Covered Software with other material, in a separate file (or files) that is not Covered Software.\n\n 1.8 \"License\" means this document.\n\n 1.9 \"Licensable\" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.\n\n 1.10 \"Modifications\" means any of the following:\n a. any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or\n\t\t b. any new file in Source Code Form that contains any Covered Software.\n\n 1.11 \"Patent Claims\" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.\n\n 1.12 \"Secondary License\" means one of: the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.\n\n 1.13 \"Source Code Form\" means the form of the work preferred for making modifications.\n\n 1.14 \"You\" (or \"Your\") means an individual or a legal entity exercising rights under this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, \"control\" means: (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.\n\n2. License Grants and Conditions\n\n 2.1 Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:\n\t a. under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and\n\t b. under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.\n\n 2.2 Effective Date\n The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.\n\n 2.3 Limitations on Grant Scope\n The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:\n\t a. for any code that a Contributor has removed from Covered Software; or\n\t b. for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or\n\t c. under Patent Claims infringed by Covered Software in the absence of its Contributions.\n\t This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).\n\n 2.4 Subsequent Licenses\n\t No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).\n\n 2.5 Representation\n\t Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.\n\n 2.6 Fair Use\n\t This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.\n\n 2.7 Conditions\n\t Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.\n\n3. Responsibilities\n\n 3.1 Distribution of Source Form\n\t All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You must cause any of Your Modifications to carry prominent notices stating that You changed the files. You may not attempt to alter or restrict the recipients' rights in the Source Code Form.\n\n 3.2 Distribution of Executable Form\n\t If You distribute Covered Software in Executable Form then:\n\n a. such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and\n\t\t b. You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License.\n\n 3.3 Distribution of a Larger Work\n\t You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).\n\n 3.4 Notices\n\t You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.\n\n 3.5 Application of Additional Terms\n\n 3.5.1 You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.\n\n 3.5.2 You may place additional conditions upon the rights granted in this License to the extent necessary due to statute, judicial order, regulation (including without limitation state and federal procurement regulation), national security, or public interest. Any such additional conditions must be clearly described in the notice provisions required under Section 3.4. Any alteration of the terms of this License will apply to all copies of the Covered Software distributed by You or by any downstream recipients that receive the Covered Software from You.\n\n4. Inability to Comply Due to Statute or Regulation\nIf it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation, then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the notices required under Section 3.4. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.\n\n5. Termination\n\n 5.1 Failure to Comply\n\t The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60-days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30-days after Your receipt of the notice.\n\n 5.2 Patent Infringement Claims\u2028 If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.\n\n 5.3 Additional Compliance Terms\n\t Notwithstanding the foregoing in this Section 5, for purposes of this Section, if You breach Section 3.1 (Distribution of Source Form), Section 3.2 (Distribution of Executable Form), Section 3.3 (Distribution of a Larger Work), or Section 3.4 (Notices), then becoming compliant as described in Section 5.1 must also include, no later than 30 days after receipt by You of notice of such violation by a Contributor, making the Covered Software available in Source Code Form as required by this License on a publicly available computer network for a period of no less than three (3) years.\n\n 5.4 Contributor Remedies\n\t If You fail to comply with the terms of this License and do not thereafter become compliant in accordance with Section 5.1 and, if applicable, Section 5.3, then each Contributor reserves its right, in addition to any other rights it may have in law or in equity, to bring an action seeking injunctive relief, or damages for willful copyright or patent infringement (including without limitation damages for unjust enrichment, where available under law), for all actions in violation of rights that would otherwise have been granted under the terms of this License.\n\n 5.5 End User License Agreements\n\t In the event of termination under this Section 5, all end user license agreements (excluding distributors and resellers), which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.\n\n6. Disclaimer of Warranty\nCovered Software is provided under this License on an \"as is\" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.\n\n7. Limitation of Liability\nUnder no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.\n\n8. Litigation\nAny litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims.\n\n9. Government Terms\n\n 9.1 Commercial Item\n\t The Covered Software is a \"commercial item,\" as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer software\" and \"commercial computer software documentation,\" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein.\n\n 9.2 No Sovereign Immunity\n\t The U.S. federal government and states that use or distribute Covered Software hereby waive their sovereign immunity with respect to enforcement of the provisions of this License.\n\n 9.3 Choice of Law and Venue\n\n 9.3.1 If You are a government of a state of the United States, or Your use of the Covered Software is pursuant to a procurement contract with such a state government, this License shall be governed by the law of such state, excluding its conflict-of-law provisions, and the adjudication of disputes relating to this License will be subject to the exclusive jurisdiction of the state and federal courts located in such state.\n 9.3.2 If You are an agency of the United States federal government, or Your use of the Covered Software is pursuant to a procurement contract with such an agency, this License shall be governed by federal law for all purposes, and the adjudication of disputes relating to this License will be subject to the exclusive jurisdiction of the federal courts located in Washington, D.C.\n 9.3.3 You may alter the terms of this Section 9.3 for this License as described in Section 3.5.2.\n\n 9.4 Supremacy\n\t This Section 9 is in lieu of, and supersedes, any other Federal Acquisition Regulation, Defense Federal Acquisition Regulation, or other clause or provision that addresses government rights in computer software under this License.\n\n10. Miscellaneous\nThis License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation, which provides that the language of a contract shall be construed against the drafter, shall not be used to construe this License against a Contributor.\n\n11. Versions of the License\n\n 11.1 New Versions The Open Source Election Technology Foundation (\"OSET\") (formerly known as the Open Source Digital Voting Foundation) is the steward of this License. Except as provided in Section 11.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.\n\n 11.2 Effects of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.\n\n 11.3 Modified Versions If You create software not governed by this License, and You want to create a new license for such software, You may create and use a modified version of this License if You rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).\n\n 11.4 Distributing Source Code Form That is Incompatible With Secondary Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.\n\nEXHIBIT A - Source Code Form License Notice\n\nThis Source Code Form is subject to the terms of the OSET Public License, v.2.1 (\"OSET-PL-2.1\"). If a copy of the OPL was not distributed with this file, You can obtain one at: www.OSETFoundation.org\/public-license.\n\nIf it is not possible or desirable to put the Notice in a particular file, then You may include the Notice in a location (e.g., such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. You may add additional accurate notices of copyright ownership.\n\nEXHIBIT B - \"Incompatible With Secondary License\" Notice\n\nThis Source Code Form is \"Incompatible With Secondary Licenses\", as defined by the OSET Public License, v.2.1.\n", "rf_url": "http:\/\/www.osetfoundation.org\/public-license", "rf_add_date": null, "rf_copyleft": null, @@ -11265,7 +11265,7 @@ }, { "rf_shortname": "Plexus", - "rf_text": "Copyright 2002 (C) The Codehaus. All Rights Reserved.\n\nRedistribution and use of this software and associated documentation (\"Software\"), with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\n3. The name \"classworlds\u201d must not be used to endorse or promote products derived from this Software without prior written permission of The Codehaus. For written permission, please contact bob@codehaus.org.\n\n4. Products derived from this Software may not be called \"classworlds\u201d nor may \"classworlds\u201d appear in their names without prior written permission of The Codehaus. \"classworlds\u201d is a registered trademark of The Codehaus.\n\n5. Due credit should be given to The Codehaus. (http:\/\/classworlds.codehaus.org\/).\n\nTHIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CODEHAUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", + "rf_text": "Copyright 2002 (C) The Codehaus. All Rights Reserved.\n\nRedistribution and use of this software and associated documentation (\"Software\"), with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and\/or other materials provided with the distribution.\n\n3. The name \"classworlds\" must not be used to endorse or promote products derived from this Software without prior written permission of The Codehaus. For written permission, please contact bob@codehaus.org.\n\n4. Products derived from this Software may not be called \"classworlds\" nor may \"classworlds\" appear in their names without prior written permission of The Codehaus. \"classworlds\" is a registered trademark of The Codehaus.\n\n5. Due credit should be given to The Codehaus. (http:\/\/classworlds.codehaus.org\/).\n\nTHIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CODEHAUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", "rf_url": "https:\/\/fedoraproject.org\/wiki\/Licensing\/Plexus_Classworlds_License", "rf_add_date": null, "rf_copyleft": null, @@ -11353,7 +11353,7 @@ }, { "rf_shortname": "SHL-0.5", - "rf_text": "SOLDERPAD HARDWARE LICENSE version 0.5\n\nThis license is based closely on the Apache License Version 2.0, but is not approved or endorsed by the Apache Foundation. A copy of the non-modified Apache License 2.0 can be found at http:\/\/www.apache.org\/licenses\/LICENSE-2.0.\n\nAs this license is not currently OSI or FSF approved, the Licensor permits any Work licensed under this License, at the option of the Licensee, to be treated as licensed under the Apache License Version 2.0 (which is so approved).\n\nThis License is licensed under the terms of this License and in particular clause 7 below (Disclaimer of Warranties) applies in relation to its use.\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the Rights owner or entity authorized by the Rights owner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\u201cRights\u201d means copyright and any similar right including design right (whether registered or unregistered), semiconductor topography (mask) rights and database extraction rights (but excluding Patents and Trademarks).\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to source code, net lists, board layouts, CAD files, documentation source, and configuration files.\n\n\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, the instantiation of a hardware design and conversions to other media types, including intermediate forms such as bytecodes, FPGA bitstreams, artwork and semiconductor topographies (mask works).\n\n\"Work\" shall mean the work of authorship, whether in Source form or other Object form, made available under the License, as indicated by a Rights notice that is included in or attached to the work (an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) or physically connect to or interoperate with the interfaces of, the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any design or work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the Rights owner or by an individual or Legal Entity authorized to submit on behalf of the Rights owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the Rights owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\n\n2. Grant of License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license under the Rights to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form and do anything in relation to the Work as if the Rights did not exist.\n\n3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License; and\n\nYou must cause any modified files to carry prominent notices stating that You changed the files; and\n\nYou must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\n\nIf the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) 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. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and\/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply this license to your work\nTo apply this license to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner] Copyright and related rights are licensed under the Solderpad Hardware License, Version 0.5 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/solderpad.org\/licenses\/SHL-0.5. Unless required by applicable law or agreed to in writing, software, hardware and materials distributed under this License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n", + "rf_text": "SOLDERPAD HARDWARE LICENSE version 0.5\n\nThis license is based closely on the Apache License Version 2.0, but is not approved or endorsed by the Apache Foundation. A copy of the non-modified Apache License 2.0 can be found at http:\/\/www.apache.org\/licenses\/LICENSE-2.0.\n\nAs this license is not currently OSI or FSF approved, the Licensor permits any Work licensed under this License, at the option of the Licensee, to be treated as licensed under the Apache License Version 2.0 (which is so approved).\n\nThis License is licensed under the terms of this License and in particular clause 7 below (Disclaimer of Warranties) applies in relation to its use.\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the Rights owner or entity authorized by the Rights owner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Rights\" means copyright and any similar right including design right (whether registered or unregistered), semiconductor topography (mask) rights and database extraction rights (but excluding Patents and Trademarks).\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to source code, net lists, board layouts, CAD files, documentation source, and configuration files.\n\n\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, the instantiation of a hardware design and conversions to other media types, including intermediate forms such as bytecodes, FPGA bitstreams, artwork and semiconductor topographies (mask works).\n\n\"Work\" shall mean the work of authorship, whether in Source form or other Object form, made available under the License, as indicated by a Rights notice that is included in or attached to the work (an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) or physically connect to or interoperate with the interfaces of, the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any design or work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the Rights owner or by an individual or Legal Entity authorized to submit on behalf of the Rights owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the Rights owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\n\n2. Grant of License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license under the Rights to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form and do anything in relation to the Work as if the Rights did not exist.\n\n3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License; and\n\nYou must cause any modified files to carry prominent notices stating that You changed the files; and\n\nYou must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\n\nIf the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) 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. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and\/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply this license to your work\nTo apply this license to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner] Copyright and related rights are licensed under the Solderpad Hardware License, Version 0.5 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:\/\/solderpad.org\/licenses\/SHL-0.5. Unless required by applicable law or agreed to in writing, software, hardware and materials distributed under this License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n", "rf_url": "https:\/\/solderpad.org\/licenses\/SHL-0.5\/", "rf_add_date": null, "rf_copyleft": null, @@ -11441,7 +11441,7 @@ }, { "rf_shortname": "SSPL-1.0", - "rf_text": " Server Side Public License\n VERSION 1, OCTOBER 16, 2018\n\n Copyright \u00a9 2018 MongoDB, Inc.\n\n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n \n \u201cThis License\u201d refers to Server Side Public License.\n\n \u201cCopyright\u201d also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n\n \u201cThe Program\u201d refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \u201cyou\u201d. \u201cLicensees\u201d and\n \u201crecipients\u201d may be individuals or organizations.\n\n To \u201cmodify\u201d a work means to copy from or adapt all or part of the work in\n a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \u201cmodified version\u201d of the\n earlier work or a work \u201cbased on\u201d the earlier work.\n\n A \u201ccovered work\u201d means either the unmodified Program or a work based on\n the Program.\n\n To \u201cpropagate\u201d a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n\n To \u201cconvey\u201d a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through a\n computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \u201cAppropriate Legal Notices\u201d to the\n extent that it includes a convenient and prominently visible feature that\n (1) displays an appropriate copyright notice, and (2) tells the user that\n there is no warranty for the work (except to the extent that warranties\n are provided), that licensees may convey the work under this License, and\n how to view a copy of this License. If the interface presents a list of\n user commands or options, such as a menu, a prominent item in the list\n meets this criterion.\n\n 1. Source Code.\n\n The \u201csource code\u201d for a work means the preferred form of the work for\n making modifications to it. \u201cObject code\u201d means any non-source form of a\n work.\n\n A \u201cStandard Interface\u201d means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that is\n widely used among developers working in that language. The \u201cSystem\n Libraries\u201d of an executable work include anything, other than the work as\n a whole, that (a) is included in the normal form of packaging a Major\n Component, but which is not part of that Major Component, and (b) serves\n only to enable use of the work with that Major Component, or to implement\n a Standard Interface for which an implementation is available to the\n public in source code form. A \u201cMajor Component\u201d, in this context, means a\n major essential component (kernel, window system, and so on) of the\n specific operating system (if any) on which the executable work runs, or\n a compiler used to produce the work, or an object code interpreter used\n to run it.\n\n The \u201cCorresponding Source\u201d for a work in object code form means all the\n source code needed to generate, install, and (for an executable work) run\n the object code and to modify the work, including scripts to control\n those activities. However, it does not include the work's System\n Libraries, or general-purpose tools or generally available free programs\n which are used unmodified in performing those activities but which are\n not part of the work. For example, Corresponding Source includes\n interface definition files associated with source files for the work, and\n the source code for shared libraries and dynamically linked subprograms\n that the work is specifically designed to require, such as by intimate\n data communication or control flow between those subprograms and other\n parts of the work.\n\n The Corresponding Source need not include anything that users can\n regenerate automatically from other parts of the Corresponding Source.\n\n The Corresponding Source for a work in source code form is that same work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program, subject to section 13. The\n output from running a covered work is covered by this License only if the\n output, given its content, constitutes a covered work. This License\n acknowledges your rights of fair use or other equivalent, as provided by\n copyright law. Subject to section 13, you may make, run and propagate\n covered works that you do not convey, without conditions so long as your\n license otherwise remains in force. You may convey covered works to\n others for the sole purpose of having them make modifications exclusively\n for you, or provide you with facilities for running those works, provided\n that you comply with the terms of this License in conveying all\n material for which you do not control copyright. Those thus making or\n running the covered works for you must do so exclusively on your\n behalf, under your direction and control, on terms that prohibit them\n from making any copies of your copyrighted material outside their\n relationship with you.\n\n Conveying under any other circumstances is permitted solely under the\n conditions stated below. Sublicensing is not allowed; section 10 makes it\n unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article 11\n of the WIPO copyright treaty adopted on 20 December 1996, or similar laws\n prohibiting or restricting circumvention of such measures.\n\n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention is\n effected by exercising rights under this License with respect to the\n covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's users,\n your or third parties' legal rights to forbid circumvention of\n technological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice; keep\n intact all notices stating that this License and any non-permissive terms\n added in accord with section 7 apply to the code; keep intact all notices\n of the absence of any warranty; and give all recipients a copy of this\n License along with the Program. You may charge any price or no price for\n each copy that you convey, and you may offer support or warranty\n protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the terms\n of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified it,\n and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is released\n under this License and any conditions added under section 7. This\n requirement modifies the requirement in section 4 to \u201ckeep intact all\n notices\u201d.\n\n c) You must license the entire work, as a whole, under this License to\n anyone who comes into possession of a copy. This License will therefore\n apply, along with any applicable section 7 additional terms, to the\n whole of the work, and all its parts, regardless of how they are\n packaged. This License gives no permission to license the work in any\n other way, but it does not invalidate such permission if you have\n separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your work\n need not make them do so.\n\n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work, and\n which are not combined with it such as to form a larger program, in or on\n a volume of a storage or distribution medium, is called an \u201caggregate\u201d if\n the compilation and its resulting copyright are not used to limit the\n access or legal rights of the compilation's users beyond what the\n individual works permit. Inclusion of a covered work in an aggregate does\n not cause this License to apply to the other parts of the aggregate.\n \n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms of\n sections 4 and 5, provided that you also convey the machine-readable\n Corresponding Source under the terms of this License, in one of these\n ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium customarily\n used for software interchange.\n \n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a written\n offer, valid for at least three years and valid for as long as you\n offer spare parts or customer support for that product model, to give\n anyone who possesses the object code either (1) a copy of the\n Corresponding Source for all the software in the product that is\n covered by this License, on a durable physical medium customarily used\n for software interchange, for a price no more than your reasonable cost\n of physically performing this conveying of source, or (2) access to\n copy the Corresponding Source from a network server at no charge.\n \n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This alternative is\n allowed only occasionally and noncommercially, and only if you received\n the object code with such an offer, in accord with subsection 6b.\n \n d) Convey the object code by offering access from a designated place\n (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to copy\n the object code is a network server, the Corresponding Source may be on\n a different server (operated by you or a third party) that supports\n equivalent copying facilities, provided you maintain clear directions\n next to the object code saying where to find the Corresponding Source.\n Regardless of what server hosts the Corresponding Source, you remain\n obligated to ensure that it is available for as long as needed to\n satisfy these requirements.\n \n e) Convey the object code using peer-to-peer transmission, provided you\n inform other peers where the object code and Corresponding Source of\n the work are being offered to the general public at no charge under\n subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be included\n in conveying the object code work.\n\n A \u201cUser Product\u201d is either (1) a \u201cconsumer product\u201d, which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \u201cnormally used\u201d refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n\n \u201cInstallation Information\u201d for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n\n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as part\n of a transaction in which the right of possession and use of the User\n Product is transferred to the recipient in perpetuity or for a fixed term\n (regardless of how the transaction is characterized), the Corresponding\n Source conveyed under this section must be accompanied by the\n Installation Information. But this requirement does not apply if neither\n you nor any third party retains the ability to install modified object\n code on the User Product (for example, the work has been installed in\n ROM).\n\n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access\n to a network may be denied when the modification itself materially\n and adversely affects the operation of the network or violates the\n rules and protocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided, in\n accord with this section must be in a format that is publicly documented\n (and with an implementation available to the public in source code form),\n and must require no special password or key for unpacking, reading or\n copying.\n\n 7. Additional Terms.\n\n \u201cAdditional permissions\u201d are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall be\n treated as though they were included in this License, to the extent that\n they are valid under applicable law. If additional permissions apply only\n to part of the Program, that part may be used separately under those\n permissions, but the entire Program remains governed by this License\n without regard to the additional permissions. When you convey a copy of\n a covered work, you may at your option remove any additional permissions\n from that copy, or from any part of it. (Additional permissions may be\n written to require their own removal in certain cases when you modify the\n work.) You may place additional permissions on material, added by you to\n a covered work, for which you have or can give appropriate copyright\n permission.\n\n Notwithstanding any other provision of this License, for material you add\n to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some trade\n names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that material\n by anyone who conveys the material (or modified versions of it) with\n contractual assumptions of liability to the recipient, for any\n liability that these contractual assumptions directly impose on those\n licensors and authors.\n\n All other non-permissive additional terms are considered \u201cfurther\n restrictions\u201d within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further restriction,\n you may remove that term. If a license document contains a further\n restriction but permits relicensing or conveying under this License, you\n may add to a covered work material governed by the terms of that license\n document, provided that the further restriction does not survive such\n relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you must\n place, in the relevant source files, a statement of the additional terms\n that apply to those files, or a notice indicating where to find the\n applicable terms. Additional terms, permissive or non-permissive, may be\n stated in the form of a separately written license, or stated as\n exceptions; the above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or modify\n it is void, and will automatically terminate your rights under this\n License (including any patent licenses granted under the third paragraph\n of section 11).\n\n However, if you cease all violation of this License, then your license\n from a particular copyright holder is reinstated (a) provisionally,\n unless and until the copyright holder explicitly and finally terminates\n your license, and (b) permanently, if the copyright holder fails to\n notify you of the violation by some reasonable means prior to 60 days\n after the cessation.\n\n Moreover, your license from a particular copyright holder is reinstated\n permanently if the copyright holder notifies you of the violation by some\n reasonable means, this is the first time you have received notice of\n violation of this License (for any work) from that copyright holder, and\n you cure the violation prior to 30 days after your receipt of the notice.\n\n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or run a\n copy of the Program. Ancillary propagation of a covered work occurring\n solely as a consequence of using peer-to-peer transmission to receive a\n copy likewise does not require acceptance. However, nothing other than\n this License grants you permission to propagate or modify any covered\n work. These actions infringe copyright if you do not accept this License.\n Therefore, by modifying or propagating a covered work, you indicate your\n acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically receives\n a license from the original licensors, to run, modify and propagate that\n work, subject to this License. You are not responsible for enforcing\n compliance by third parties with this License.\n\n An \u201centity transaction\u201d is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered work\n results from an entity transaction, each party to that transaction who\n receives a copy of the work also receives whatever licenses to the work\n the party's predecessor in interest had or could give under the previous\n paragraph, plus a right to possession of the Corresponding Source of the\n work from the predecessor in interest, if the predecessor has it or can\n get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the rights\n granted or affirmed under this License. For example, you may not impose a\n license fee, royalty, or other charge for exercise of rights granted\n under this License, and you may not initiate litigation (including a\n cross-claim or counterclaim in a lawsuit) alleging that any patent claim\n is infringed by making, using, selling, offering for sale, or importing\n the Program or any portion of it.\n\n 11. Patents.\n\n A \u201ccontributor\u201d is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The work\n thus licensed is called the contributor's \u201ccontributor version\u201d.\n\n A contributor's \u201cessential patent claims\u201d are all patent claims owned or\n controlled by the contributor, whether already acquired or hereafter\n acquired, that would be infringed by some manner, permitted by this\n License, of making, using, or selling its contributor version, but do not\n include claims that would be infringed only as a consequence of further\n modification of the contributor version. For purposes of this definition,\n \u201ccontrol\u201d includes the right to grant patent sublicenses in a manner\n consistent with the requirements of this License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to make,\n use, sell, offer for sale, import and otherwise run, modify and propagate\n the contents of its contributor version.\n\n In the following three paragraphs, a \u201cpatent license\u201d is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \u201cgrant\u201d such a patent license to a party\n means to make such an agreement or commitment not to enforce a patent\n against the party.\n\n If you convey a covered work, knowingly relying on a patent license, and\n the Corresponding Source of the work is not available for anyone to copy,\n free of charge and under the terms of this License, through a publicly\n available network server or other readily accessible means, then you must\n either (1) cause the Corresponding Source to be so available, or (2)\n arrange to deprive yourself of the benefit of the patent license for this\n particular work, or (3) arrange, in a manner consistent with the\n requirements of this License, to extend the patent license to downstream\n recipients. \u201cKnowingly relying\u201d means you have actual knowledge that, but\n for the patent license, your conveying the covered work in a country, or\n your recipient's use of the covered work in a country, would infringe\n one or more identifiable patents in that country that you have reason\n to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties receiving\n the covered work authorizing them to use, propagate, modify or convey a\n specific copy of the covered work, then the patent license you grant is\n automatically extended to all recipients of the covered work and works\n based on it.\n\n A patent license is \u201cdiscriminatory\u201d if it does not include within the\n scope of its coverage, prohibits the exercise of, or is conditioned on\n the non-exercise of one or more of the rights that are specifically\n granted under this License. You may not convey a covered work if you are\n a party to an arrangement with a third party that is in the business of\n distributing software, under which you make payment to the third party\n based on the extent of your activity of conveying the work, and under\n which the third party grants, to any of the parties who would receive the\n covered work from you, a discriminatory patent license (a) in connection\n with copies of the covered work conveyed by you (or copies made from\n those copies), or (b) primarily for and in connection with specific\n products or compilations that contain the covered work, unless you\n entered into that arrangement, or that patent license was granted, prior\n to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting any\n implied license or other defenses to infringement that may otherwise be\n available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot use,\n propagate or convey a covered work so as to satisfy simultaneously your\n obligations under this License and any other pertinent obligations, then\n as a consequence you may not use, propagate or convey it at all. For\n example, if you agree to terms that obligate you to collect a royalty for\n further conveying from those to whom you convey the Program, the only way\n you could satisfy both those terms and this License would be to refrain\n entirely from conveying the Program.\n\n 13. Offering the Program as a Service.\n\n If you make the functionality of the Program or a modified version\n available to third parties as a service, you must make the Service Source\n Code available via network download to everyone at no charge, under the\n terms of this License. Making the functionality of the Program or\n modified version available to third parties as a service includes,\n without limitation, enabling third parties to interact with the\n functionality of the Program or modified version remotely through a\n computer network, offering a service the value of which entirely or\n primarily derives from the value of the Program or modified version, or\n offering a service that accomplishes for users the primary purpose of the\n Program or modified version.\n\n \u201cService Source Code\u201d means the Corresponding Source for the Program or\n the modified version, and the Corresponding Source for all programs that\n you use to make the Program or modified version available as a service,\n including, without limitation, management software, user interfaces,\n application program interfaces, automation software, monitoring software,\n backup software, storage software and hosting software, all such that a\n user could run an instance of the service using the Service Source Code\n you make available. \n\n 14. Revised Versions of this License.\n\n MongoDB, Inc. may publish revised and\/or new versions of the Server Side\n Public License from time to time. Such new versions will be similar in\n spirit to the present version, but may differ in detail to address new\n problems or concerns.\n\n Each version is given a distinguishing version number. If the Program\n specifies that a certain numbered version of the Server Side Public\n License \u201cor any later version\u201d applies to it, you have the option of\n following the terms and conditions either of that numbered version or of\n any later version published by MongoDB, Inc. If the Program does not\n specify a version number of the Server Side Public License, you may\n choose any version ever published by MongoDB, Inc.\n\n If the Program specifies that a proxy can decide which future versions of\n the Server Side Public License can be used, that proxy's public statement\n of acceptance of a version permanently authorizes you to choose that\n version for the Program.\n\n Later license versions may give you additional or different permissions.\n However, no additional obligations are imposed on any author or copyright holder\n as a result of your choosing to follow a later version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS \n AND\/OR OTHER PARTIES PROVIDE THE PROGRAM \u201cAS IS\u201d WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n \n 16. Limitation of Liability.\n \n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND\/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING\n ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF\n THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO\n LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU\n OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGES.\n \n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided above\n cannot be given local legal effect according to their terms, reviewing\n courts shall apply local law that most closely approximates an absolute\n waiver of all civil liability in connection with the Program, unless a\n warranty or assumption of liability accompanies a copy of the Program in\n return for a fee.\n \n END OF TERMS AND CONDITIONS\n", + "rf_text": " Server Side Public License\n VERSION 1, OCTOBER 16, 2018\n\n Copyright \u00a9 2018 MongoDB, Inc.\n\n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n \n \"This License\" refers to Server Side Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \"you\". \"Licensees\" and\n \"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work in\n a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \"modified version\" of the\n earlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based on\n the Program.\n\n To \"propagate\" a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through a\n computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\" to the\n extent that it includes a convenient and prominently visible feature that\n (1) displays an appropriate copyright notice, and (2) tells the user that\n there is no warranty for the work (except to the extent that warranties\n are provided), that licensees may convey the work under this License, and\n how to view a copy of this License. If the interface presents a list of\n user commands or options, such as a menu, a prominent item in the list\n meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work for\n making modifications to it. \"Object code\" means any non-source form of a\n work.\n\n A \"Standard Interface\" means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that is\n widely used among developers working in that language. The \"System\n Libraries\" of an executable work include anything, other than the work as\n a whole, that (a) is included in the normal form of packaging a Major\n Component, but which is not part of that Major Component, and (b) serves\n only to enable use of the work with that Major Component, or to implement\n a Standard Interface for which an implementation is available to the\n public in source code form. A \"Major Component\", in this context, means a\n major essential component (kernel, window system, and so on) of the\n specific operating system (if any) on which the executable work runs, or\n a compiler used to produce the work, or an object code interpreter used\n to run it.\n\n The \"Corresponding Source\" for a work in object code form means all the\n source code needed to generate, install, and (for an executable work) run\n the object code and to modify the work, including scripts to control\n those activities. However, it does not include the work's System\n Libraries, or general-purpose tools or generally available free programs\n which are used unmodified in performing those activities but which are\n not part of the work. For example, Corresponding Source includes\n interface definition files associated with source files for the work, and\n the source code for shared libraries and dynamically linked subprograms\n that the work is specifically designed to require, such as by intimate\n data communication or control flow between those subprograms and other\n parts of the work.\n\n The Corresponding Source need not include anything that users can\n regenerate automatically from other parts of the Corresponding Source.\n\n The Corresponding Source for a work in source code form is that same work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program, subject to section 13. The\n output from running a covered work is covered by this License only if the\n output, given its content, constitutes a covered work. This License\n acknowledges your rights of fair use or other equivalent, as provided by\n copyright law. Subject to section 13, you may make, run and propagate\n covered works that you do not convey, without conditions so long as your\n license otherwise remains in force. You may convey covered works to\n others for the sole purpose of having them make modifications exclusively\n for you, or provide you with facilities for running those works, provided\n that you comply with the terms of this License in conveying all\n material for which you do not control copyright. Those thus making or\n running the covered works for you must do so exclusively on your\n behalf, under your direction and control, on terms that prohibit them\n from making any copies of your copyrighted material outside their\n relationship with you.\n\n Conveying under any other circumstances is permitted solely under the\n conditions stated below. Sublicensing is not allowed; section 10 makes it\n unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article 11\n of the WIPO copyright treaty adopted on 20 December 1996, or similar laws\n prohibiting or restricting circumvention of such measures.\n\n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention is\n effected by exercising rights under this License with respect to the\n covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's users,\n your or third parties' legal rights to forbid circumvention of\n technological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice; keep\n intact all notices stating that this License and any non-permissive terms\n added in accord with section 7 apply to the code; keep intact all notices\n of the absence of any warranty; and give all recipients a copy of this\n License along with the Program. You may charge any price or no price for\n each copy that you convey, and you may offer support or warranty\n protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the terms\n of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified it,\n and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is released\n under this License and any conditions added under section 7. This\n requirement modifies the requirement in section 4 to \"keep intact all\n notices\".\n\n c) You must license the entire work, as a whole, under this License to\n anyone who comes into possession of a copy. This License will therefore\n apply, along with any applicable section 7 additional terms, to the\n whole of the work, and all its parts, regardless of how they are\n packaged. This License gives no permission to license the work in any\n other way, but it does not invalidate such permission if you have\n separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your work\n need not make them do so.\n\n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work, and\n which are not combined with it such as to form a larger program, in or on\n a volume of a storage or distribution medium, is called an \"aggregate\" if\n the compilation and its resulting copyright are not used to limit the\n access or legal rights of the compilation's users beyond what the\n individual works permit. Inclusion of a covered work in an aggregate does\n not cause this License to apply to the other parts of the aggregate.\n \n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms of\n sections 4 and 5, provided that you also convey the machine-readable\n Corresponding Source under the terms of this License, in one of these\n ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium customarily\n used for software interchange.\n \n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a written\n offer, valid for at least three years and valid for as long as you\n offer spare parts or customer support for that product model, to give\n anyone who possesses the object code either (1) a copy of the\n Corresponding Source for all the software in the product that is\n covered by this License, on a durable physical medium customarily used\n for software interchange, for a price no more than your reasonable cost\n of physically performing this conveying of source, or (2) access to\n copy the Corresponding Source from a network server at no charge.\n \n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This alternative is\n allowed only occasionally and noncommercially, and only if you received\n the object code with such an offer, in accord with subsection 6b.\n \n d) Convey the object code by offering access from a designated place\n (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to copy\n the object code is a network server, the Corresponding Source may be on\n a different server (operated by you or a third party) that supports\n equivalent copying facilities, provided you maintain clear directions\n next to the object code saying where to find the Corresponding Source.\n Regardless of what server hosts the Corresponding Source, you remain\n obligated to ensure that it is available for as long as needed to\n satisfy these requirements.\n \n e) Convey the object code using peer-to-peer transmission, provided you\n inform other peers where the object code and Corresponding Source of\n the work are being offered to the general public at no charge under\n subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be included\n in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \"normally used\" refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n\n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as part\n of a transaction in which the right of possession and use of the User\n Product is transferred to the recipient in perpetuity or for a fixed term\n (regardless of how the transaction is characterized), the Corresponding\n Source conveyed under this section must be accompanied by the\n Installation Information. But this requirement does not apply if neither\n you nor any third party retains the ability to install modified object\n code on the User Product (for example, the work has been installed in\n ROM).\n\n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access\n to a network may be denied when the modification itself materially\n and adversely affects the operation of the network or violates the\n rules and protocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided, in\n accord with this section must be in a format that is publicly documented\n (and with an implementation available to the public in source code form),\n and must require no special password or key for unpacking, reading or\n copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall be\n treated as though they were included in this License, to the extent that\n they are valid under applicable law. If additional permissions apply only\n to part of the Program, that part may be used separately under those\n permissions, but the entire Program remains governed by this License\n without regard to the additional permissions. When you convey a copy of\n a covered work, you may at your option remove any additional permissions\n from that copy, or from any part of it. (Additional permissions may be\n written to require their own removal in certain cases when you modify the\n work.) You may place additional permissions on material, added by you to\n a covered work, for which you have or can give appropriate copyright\n permission.\n\n Notwithstanding any other provision of this License, for material you add\n to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some trade\n names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that material\n by anyone who conveys the material (or modified versions of it) with\n contractual assumptions of liability to the recipient, for any\n liability that these contractual assumptions directly impose on those\n licensors and authors.\n\n All other non-permissive additional terms are considered \"further\n restrictions\" within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further restriction,\n you may remove that term. If a license document contains a further\n restriction but permits relicensing or conveying under this License, you\n may add to a covered work material governed by the terms of that license\n document, provided that the further restriction does not survive such\n relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you must\n place, in the relevant source files, a statement of the additional terms\n that apply to those files, or a notice indicating where to find the\n applicable terms. Additional terms, permissive or non-permissive, may be\n stated in the form of a separately written license, or stated as\n exceptions; the above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or modify\n it is void, and will automatically terminate your rights under this\n License (including any patent licenses granted under the third paragraph\n of section 11).\n\n However, if you cease all violation of this License, then your license\n from a particular copyright holder is reinstated (a) provisionally,\n unless and until the copyright holder explicitly and finally terminates\n your license, and (b) permanently, if the copyright holder fails to\n notify you of the violation by some reasonable means prior to 60 days\n after the cessation.\n\n Moreover, your license from a particular copyright holder is reinstated\n permanently if the copyright holder notifies you of the violation by some\n reasonable means, this is the first time you have received notice of\n violation of this License (for any work) from that copyright holder, and\n you cure the violation prior to 30 days after your receipt of the notice.\n\n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or run a\n copy of the Program. Ancillary propagation of a covered work occurring\n solely as a consequence of using peer-to-peer transmission to receive a\n copy likewise does not require acceptance. However, nothing other than\n this License grants you permission to propagate or modify any covered\n work. These actions infringe copyright if you do not accept this License.\n Therefore, by modifying or propagating a covered work, you indicate your\n acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically receives\n a license from the original licensors, to run, modify and propagate that\n work, subject to this License. You are not responsible for enforcing\n compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered work\n results from an entity transaction, each party to that transaction who\n receives a copy of the work also receives whatever licenses to the work\n the party's predecessor in interest had or could give under the previous\n paragraph, plus a right to possession of the Corresponding Source of the\n work from the predecessor in interest, if the predecessor has it or can\n get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the rights\n granted or affirmed under this License. For example, you may not impose a\n license fee, royalty, or other charge for exercise of rights granted\n under this License, and you may not initiate litigation (including a\n cross-claim or counterclaim in a lawsuit) alleging that any patent claim\n is infringed by making, using, selling, offering for sale, or importing\n the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The work\n thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims owned or\n controlled by the contributor, whether already acquired or hereafter\n acquired, that would be infringed by some manner, permitted by this\n License, of making, using, or selling its contributor version, but do not\n include claims that would be infringed only as a consequence of further\n modification of the contributor version. For purposes of this definition,\n \"control\" includes the right to grant patent sublicenses in a manner\n consistent with the requirements of this License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to make,\n use, sell, offer for sale, import and otherwise run, modify and propagate\n the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \"grant\" such a patent license to a party\n means to make such an agreement or commitment not to enforce a patent\n against the party.\n\n If you convey a covered work, knowingly relying on a patent license, and\n the Corresponding Source of the work is not available for anyone to copy,\n free of charge and under the terms of this License, through a publicly\n available network server or other readily accessible means, then you must\n either (1) cause the Corresponding Source to be so available, or (2)\n arrange to deprive yourself of the benefit of the patent license for this\n particular work, or (3) arrange, in a manner consistent with the\n requirements of this License, to extend the patent license to downstream\n recipients. \"Knowingly relying\" means you have actual knowledge that, but\n for the patent license, your conveying the covered work in a country, or\n your recipient's use of the covered work in a country, would infringe\n one or more identifiable patents in that country that you have reason\n to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties receiving\n the covered work authorizing them to use, propagate, modify or convey a\n specific copy of the covered work, then the patent license you grant is\n automatically extended to all recipients of the covered work and works\n based on it.\n\n A patent license is \"discriminatory\" if it does not include within the\n scope of its coverage, prohibits the exercise of, or is conditioned on\n the non-exercise of one or more of the rights that are specifically\n granted under this License. You may not convey a covered work if you are\n a party to an arrangement with a third party that is in the business of\n distributing software, under which you make payment to the third party\n based on the extent of your activity of conveying the work, and under\n which the third party grants, to any of the parties who would receive the\n covered work from you, a discriminatory patent license (a) in connection\n with copies of the covered work conveyed by you (or copies made from\n those copies), or (b) primarily for and in connection with specific\n products or compilations that contain the covered work, unless you\n entered into that arrangement, or that patent license was granted, prior\n to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting any\n implied license or other defenses to infringement that may otherwise be\n available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot use,\n propagate or convey a covered work so as to satisfy simultaneously your\n obligations under this License and any other pertinent obligations, then\n as a consequence you may not use, propagate or convey it at all. For\n example, if you agree to terms that obligate you to collect a royalty for\n further conveying from those to whom you convey the Program, the only way\n you could satisfy both those terms and this License would be to refrain\n entirely from conveying the Program.\n\n 13. Offering the Program as a Service.\n\n If you make the functionality of the Program or a modified version\n available to third parties as a service, you must make the Service Source\n Code available via network download to everyone at no charge, under the\n terms of this License. Making the functionality of the Program or\n modified version available to third parties as a service includes,\n without limitation, enabling third parties to interact with the\n functionality of the Program or modified version remotely through a\n computer network, offering a service the value of which entirely or\n primarily derives from the value of the Program or modified version, or\n offering a service that accomplishes for users the primary purpose of the\n Program or modified version.\n\n \"Service Source Code\" means the Corresponding Source for the Program or\n the modified version, and the Corresponding Source for all programs that\n you use to make the Program or modified version available as a service,\n including, without limitation, management software, user interfaces,\n application program interfaces, automation software, monitoring software,\n backup software, storage software and hosting software, all such that a\n user could run an instance of the service using the Service Source Code\n you make available. \n\n 14. Revised Versions of this License.\n\n MongoDB, Inc. may publish revised and\/or new versions of the Server Side\n Public License from time to time. Such new versions will be similar in\n spirit to the present version, but may differ in detail to address new\n problems or concerns.\n\n Each version is given a distinguishing version number. If the Program\n specifies that a certain numbered version of the Server Side Public\n License \"or any later version\" applies to it, you have the option of\n following the terms and conditions either of that numbered version or of\n any later version published by MongoDB, Inc. If the Program does not\n specify a version number of the Server Side Public License, you may\n choose any version ever published by MongoDB, Inc.\n\n If the Program specifies that a proxy can decide which future versions of\n the Server Side Public License can be used, that proxy's public statement\n of acceptance of a version permanently authorizes you to choose that\n version for the Program.\n\n Later license versions may give you additional or different permissions.\n However, no additional obligations are imposed on any author or copyright holder\n as a result of your choosing to follow a later version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS \n AND\/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n \n 16. Limitation of Liability.\n \n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND\/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING\n ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF\n THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO\n LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU\n OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGES.\n \n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided above\n cannot be given local legal effect according to their terms, reviewing\n courts shall apply local law that most closely approximates an absolute\n waiver of all civil liability in connection with the Program, unless a\n warranty or assumption of liability accompanies a copy of the Program in\n return for a fee.\n \n END OF TERMS AND CONDITIONS\n", "rf_url": "https:\/\/www.mongodb.com\/licensing\/server-side-public-license", "rf_add_date": null, "rf_copyleft": null, @@ -11639,7 +11639,7 @@ }, { "rf_shortname": "TORQUE-1.1", - "rf_text": "TORQUE v2.5+ Software License v1.1\nCopyright (c) 2010-2011 Adaptive Computing Enterprises, Inc. All rights reserved.\n\nUse this license to use or redistribute the TORQUE software v2.5+ and later versions. For free support for TORQUE users, questions should be emailed to the community of TORQUE users at torqueusers@supercluster.org. Users can also subscribe to the user mailing list at http:\/\/www.supercluster.org\/mailman\/listinfo\/torqueusers. Customers using TORQUE that also are licensed users of Moab branded software from Adaptive Computing Inc. can get TORQUE support from Adaptive Computing via:\nEmail: torque-support@adaptivecomputing.com.\nPhone: (801) 717-3700\nWeb: www.adaptivecomputing.com www.clusterresources.com\n\nThis license covers use of the TORQUE v2.5 software (the \"Software\") at your site or location, and, for certain users, redistribution of the Software to other sites and locations1. Later versions of TORQUE are also covered by this license. Use and redistribution of TORQUE v2.5 in source and binary forms, with or without modification, are permitted provided that all of the following conditions are met.\n\n1. Any Redistribution of source code must retain the above copyright notice and the acknowledgment contained in paragraph 5, this list of conditions and the disclaimer contained in paragraph 5.\n\n2. Any Redistribution in binary form must reproduce the above copyright notice and the acknowledgment contained in paragraph 4, this list of conditions and the disclaimer contained in paragraph 5 in the documentation and\/or other materials provided with the distribution.\n\n3. Redistributions in any form must be accompanied by information on how to obtain complete source code for TORQUE and any modifications and\/or additions to TORQUE. The source code must either be included in the distribution or be available for no more than the cost of distribution plus a nominal fee, and all modifications and additions to the Software must be freely redistributable by any party (including Licensor) without restriction.\n\n4. All advertising materials mentioning features or use of the Software must display the following acknowledgment:\n\"TORQUE is a modification of OpenPBS which was developed by NASA Ames Research Center, Lawrence Livermore National Laboratory, and Veridian TORQUE Open Source License v1.1. 1 Information Solutions, Inc. Visit www.clusterresources.com\/products\/ for more information about TORQUE and to download TORQUE. For information about Moab branded products and so receive support from Adaptive Computing for TORQUE, see www.adaptivecomputing.com.\u201d\n\n5. DISCLAIMER OF WARRANTY THIS SOFTWARE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL ADAPTIVE COMPUTING ENTERPRISES, INC. CORPORATION, ITS AFFILIATED COMPANIES, OR THE U.S. GOVERNMENT OR ANY OF ITS AGENCIES BE LIABLE FOR ANY DIRECT OR INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThis license will be governed by the laws of Utah, without reference to its choice of law rules.\n\nNote 1: TORQUE is developed from an earlier version v2.3 of OpenPBS. TORQUE has been developed beyond OpenPBS v2.3. The OpenPBS v2.3 license and OpenPBS software can be obtained at:\nhttp:\/\/www.pbsworks.com\/ResLibSearchResult.aspx?keywords=openpbs&industry=All&pro duct_service=All&category=Free%20Software%20Downloads&order_by=title. Users of TORQUE should comply with the TORQUE license as well as the OpenPBS license.\n", + "rf_text": "TORQUE v2.5+ Software License v1.1\nCopyright (c) 2010-2011 Adaptive Computing Enterprises, Inc. All rights reserved.\n\nUse this license to use or redistribute the TORQUE software v2.5+ and later versions. For free support for TORQUE users, questions should be emailed to the community of TORQUE users at torqueusers@supercluster.org. Users can also subscribe to the user mailing list at http:\/\/www.supercluster.org\/mailman\/listinfo\/torqueusers. Customers using TORQUE that also are licensed users of Moab branded software from Adaptive Computing Inc. can get TORQUE support from Adaptive Computing via:\nEmail: torque-support@adaptivecomputing.com.\nPhone: (801) 717-3700\nWeb: www.adaptivecomputing.com www.clusterresources.com\n\nThis license covers use of the TORQUE v2.5 software (the \"Software\") at your site or location, and, for certain users, redistribution of the Software to other sites and locations1. Later versions of TORQUE are also covered by this license. Use and redistribution of TORQUE v2.5 in source and binary forms, with or without modification, are permitted provided that all of the following conditions are met.\n\n1. Any Redistribution of source code must retain the above copyright notice and the acknowledgment contained in paragraph 5, this list of conditions and the disclaimer contained in paragraph 5.\n\n2. Any Redistribution in binary form must reproduce the above copyright notice and the acknowledgment contained in paragraph 4, this list of conditions and the disclaimer contained in paragraph 5 in the documentation and\/or other materials provided with the distribution.\n\n3. Redistributions in any form must be accompanied by information on how to obtain complete source code for TORQUE and any modifications and\/or additions to TORQUE. The source code must either be included in the distribution or be available for no more than the cost of distribution plus a nominal fee, and all modifications and additions to the Software must be freely redistributable by any party (including Licensor) without restriction.\n\n4. All advertising materials mentioning features or use of the Software must display the following acknowledgment:\n\"TORQUE is a modification of OpenPBS which was developed by NASA Ames Research Center, Lawrence Livermore National Laboratory, and Veridian TORQUE Open Source License v1.1. 1 Information Solutions, Inc. Visit www.clusterresources.com\/products\/ for more information about TORQUE and to download TORQUE. For information about Moab branded products and so receive support from Adaptive Computing for TORQUE, see www.adaptivecomputing.com.\"\n\n5. DISCLAIMER OF WARRANTY THIS SOFTWARE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL ADAPTIVE COMPUTING ENTERPRISES, INC. CORPORATION, ITS AFFILIATED COMPANIES, OR THE U.S. GOVERNMENT OR ANY OF ITS AGENCIES BE LIABLE FOR ANY DIRECT OR INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThis license will be governed by the laws of Utah, without reference to its choice of law rules.\n\nNote 1: TORQUE is developed from an earlier version v2.3 of OpenPBS. TORQUE has been developed beyond OpenPBS v2.3. The OpenPBS v2.3 license and OpenPBS software can be obtained at:\nhttp:\/\/www.pbsworks.com\/ResLibSearchResult.aspx?keywords=openpbs&industry=All&pro duct_service=All&category=Free%20Software%20Downloads&order_by=title. Users of TORQUE should comply with the TORQUE license as well as the OpenPBS license.\n", "rf_url": "https:\/\/fedoraproject.org\/wiki\/Licensing\/TORQUEv1.1", "rf_add_date": null, "rf_copyleft": null, @@ -11727,7 +11727,7 @@ }, { "rf_shortname": "UPL-1.0", - "rf_text": "Copyright (c) [year] [copyright holders]\n\nThe Universal Permissive License (UPL), Version 1.0\n\nSubject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software, associated documentation and\/or data (collectively the \"Software\"), free of charge and under any and all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both\n\n(a) the Software, and\n\n(b) any piece of software and\/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a \u201cLarger Work\u201d to which the Software is contributed by such licensors),\n\nwithout restriction, including without limitation the rights to copy, create derivative works of, display, perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms.\n\nThis license is subject to the following condition:\n\nThe above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", + "rf_text": "Copyright (c) [year] [copyright holders]\n\nThe Universal Permissive License (UPL), Version 1.0\n\nSubject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software, associated documentation and\/or data (collectively the \"Software\"), free of charge and under any and all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both\n\n(a) the Software, and\n\n(b) any piece of software and\/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a \"Larger Work\" to which the Software is contributed by such licensors),\n\nwithout restriction, including without limitation the rights to copy, create derivative works of, display, perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms.\n\nThis license is subject to the following condition:\n\nThe above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", "rf_url": "https:\/\/opensource.org\/licenses\/UPL", "rf_add_date": null, "rf_copyleft": null, @@ -11793,7 +11793,7 @@ }, { "rf_shortname": "Unicode-TOU", - "rf_text": "Unicode Terms of Use\n\nFor the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode\u00ae Consortium Name and Trademark Usage Policy.\n\nA. Unicode Copyright.\n\n 1. Copyright \u00a9 1991-2014 Unicode, Inc. All rights reserved.\n\n 2. Certain documents and files on this website contain a legend indicating that \"Modification is permitted.\" Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode\u00ae Standard, subject to Terms and Conditions herein.\n\n 3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein.\n\n 4. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the \"Unicode Character Database\" can be found in Exhibit 1.\n\n 5. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.\n\n 6. No license is granted to \"mirror\" the Unicode website where a fee is charged for access to the \"mirror\" site.\n\n 7. Modification is not permitted with respect to this document. All copies of this document must be verbatim.\n\nB. Restricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and\/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.\n\nC. Warranties and Disclaimers.\n\n 1. This publication and\/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and\/or website. Unicode may make improvements and\/or changes in the product(s) and\/or program(s) described in this publication and\/or website at any time.\n\n 2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.\n\n 3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND\/OR SOFTWARE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND\/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.\n\nD. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.\n\nE. Trademarks & Logos.\n\n 1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. \u201cThe Unicode Consortium\u201d and \u201cUnicode, Inc.\u201d are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.\u2019s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names.\n\n 2. The Unicode Consortium Name and Trademark Usage Policy (\u201cTrademark Policy\u201d) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc.\n\n 3. All third party trademarks referenced herein are the property of their respective owners.\n\nF. Miscellaneous.\n\n 1. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.\n\n 2. Modification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode\u2019s prior written consent.\n\n 3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode\u2019s net income.\n\n 4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.\n\n 5. Entire Agreement. This Agreement constitutes the entire agreement between the parties.\n", + "rf_text": "Unicode Terms of Use\n\nFor the general privacy policy governing access to this site, see the Unicode Privacy Policy. For trademark usage, see the Unicode\u00ae Consortium Name and Trademark Usage Policy.\n\nA. Unicode Copyright.\n\n 1. Copyright \u00a9 1991-2014 Unicode, Inc. All rights reserved.\n\n 2. Certain documents and files on this website contain a legend indicating that \"Modification is permitted.\" Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode\u00ae Standard, subject to Terms and Conditions herein.\n\n 3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein.\n\n 4. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the \"Unicode Character Database\" can be found in Exhibit 1.\n\n 5. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.\n\n 6. No license is granted to \"mirror\" the Unicode website where a fee is charged for access to the \"mirror\" site.\n\n 7. Modification is not permitted with respect to this document. All copies of this document must be verbatim.\n\nB. Restricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and\/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.\n\nC. Warranties and Disclaimers.\n\n 1. This publication and\/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and\/or website. Unicode may make improvements and\/or changes in the product(s) and\/or program(s) described in this publication and\/or website at any time.\n\n 2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.\n\n 3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND\/OR SOFTWARE IS PROVIDED \"AS IS\" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND\/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.\n\nD. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.\n\nE. Trademarks & Logos.\n\n 1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. \"The Unicode Consortium\" and \"Unicode, Inc.\" are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.'s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names.\n\n 2. The Unicode Consortium Name and Trademark Usage Policy (\"Trademark Policy\") are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc.\n\n 3. All third party trademarks referenced herein are the property of their respective owners.\n\nF. Miscellaneous.\n\n 1. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.\n\n 2. Modification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode's prior written consent.\n\n 3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode's net income.\n\n 4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.\n\n 5. Entire Agreement. This Agreement constitutes the entire agreement between the parties.\n", "rf_url": "http:\/\/www.unicode.org\/copyright.html", "rf_add_date": null, "rf_copyleft": null, @@ -11859,7 +11859,7 @@ }, { "rf_shortname": "W3C-19980720", - "rf_text": "W3C\u00ae SOFTWARE NOTICE AND LICENSE\n\nCopyright (c) 1994-2002 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http:\/\/www.w3.org\/Consortium\/Legal\/\n\nThis W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and\/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:\n\nPermission to use, copy, modify, and distribute this software and its documentation, with or without modification,\u00a0 for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:\n\n 1.\tThe full text of this NOTICE in a location viewable to users of the redistributed or derivative work.\n\n 2.\tAny pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: \"Copyright \u00a9 [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http:\/\/www.w3.org\/Consortium\/Legal\/\"\n\n 3. Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)\n\nTHIS SOFTWARE AND DOCUMENTATION IS PROVIDED \"AS IS,\" AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.\n\nCOPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.\n\nThe name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.\n\n____________________________________\n\nThis formulation of W3C's notice and license became active on August 14 1998 so as to improve compatibility with GPL. This version ensures that W3C software licensing terms are no more restrictive than GPL and consequently W3C software may be distributed in GPL packages. See the older formulation for the policy prior to this date. Please see our Copyright FAQ for common questions about using materials from our site, including specific terms and conditions for packages like libwww, Amaya, and Jigsaw. Other questions about this notice can be directed to site-policy@w3.org.\n", + "rf_text": "W3C\u00ae SOFTWARE NOTICE AND LICENSE\n\nCopyright (c) 1994-2002 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http:\/\/www.w3.org\/Consortium\/Legal\/\n\nThis W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and\/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:\n\nPermission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:\n\n 1.\tThe full text of this NOTICE in a location viewable to users of the redistributed or derivative work.\n\n 2.\tAny pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: \"Copyright \u00a9 [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http:\/\/www.w3.org\/Consortium\/Legal\/\"\n\n 3. Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)\n\nTHIS SOFTWARE AND DOCUMENTATION IS PROVIDED \"AS IS,\" AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.\n\nCOPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.\n\nThe name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.\n\n____________________________________\n\nThis formulation of W3C's notice and license became active on August 14 1998 so as to improve compatibility with GPL. This version ensures that W3C software licensing terms are no more restrictive than GPL and consequently W3C software may be distributed in GPL packages. See the older formulation for the policy prior to this date. Please see our Copyright FAQ for common questions about using materials from our site, including specific terms and conditions for packages like libwww, Amaya, and Jigsaw. Other questions about this notice can be directed to site-policy@w3.org.\n", "rf_url": "http:\/\/www.w3.org\/Consortium\/Legal\/copyright-software-19980720.html", "rf_add_date": null, "rf_copyleft": null, @@ -12013,7 +12013,7 @@ }, { "rf_shortname": "Zimbra-1.4", - "rf_text": "Zimbra Public License, Version 1.4 (ZPL)\n\nThis Zimbra Public License (this \u201cAgreement\u201d) is a legal agreement that describes the terms under which Zimbra, Inc., a Texas corporation (\u201cZimbra\u201d) will provide software to you via download or otherwise (\u201cSoftware\u201d). By using the Software, you, an individual or an entity (\u201cYou\u201d) agree to the terms of this Agreement.\n\nIn consideration of the mutual promises and upon the terms and conditions set forth below, the parties agree as follows:\n\n1. Grant of Copyright License\n\n 1.1 - Subject to the terms and conditions of this Agreement, Zimbra hereby grants to You, under any and all of its copyright interest in and to the Software, a royalty-free, non-exclusive, non-transferable license to copy, modify, compile, execute, and distribute the Software and Modifications. For the purposes of this Agreement, any change to, addition to, or abridgement of the Software made by You is a \u201cModification;\u201d however, any file You add to the Software that does not contain any part of the Software is not a \u201cModification.\u201d\n\n 1.2 - If You are an individual acting on behalf of a corporation or other entity, Your use of the Software or any Modification is subject to Your having the authority to bind such corporation or entity to this Agreement. Providing copies to persons within such corporation or entity is not considered distribution for purposes of this Agreement.\n\n 1.3 - For the Software or any Modification You distribute in source code format, You must do so only under the terms of this Agreement, and You must include a complete copy of this Agreement with Your distribution. With respect to any Modification You distribute in source code format, the terms of this Agreement will apply to You in the same way those terms apply to Zimbra with respect to the Software. In other words, when You are distributing Modifications under this Agreement, You \u201cstand in the shoes\u201d of Zimbra in terms of the rights You grant and how the terms and conditions apply to You and the licensees of Your Modifications. Notwithstanding the foregoing, when You \u201cstand in the shoes\u201d of Zimbra, You are not subject to the jurisdiction provision under Section 7, which requires all disputes under this Agreement to be subject to the jurisdiction of federal or state courts of Northern Texas.\n\n 1.4 - For the Software or any Modification You distribute in compiled or object code format, You must also provide recipients with access to the Software or Modification in source code format along with a complete copy of this Agreement. The distribution of the Software or Modifications in compiled or object code format may be under a license of Your choice, provided that You are in compliance with the terms of this Agreement. In addition, You must make absolutely clear that any license terms applying to such Software or Modification that differ from this Agreement are offered by You alone and not by Zimbra, and that such license does not restrict recipients from exercising rights in the source code to the Software granted by Zimbra under this Agreement or rights in the source code to any Modification granted by You as described in Section 1.3.\n\n 1.5 - This Agreement does not limit Your right to distribute files that are entirely Your own work (i.e., which do not incorporate any portion of the Software and are not Modifications) under any terms You choose.\n\n2. Support\nZimbra has no obligation to provide technical support or updates to You. Nothing in this Agreement requires Zimbra to enter into any license with You for any other edition of the Software.\n\n3. Intellectual Property Rights\n\n 3.1 - Except for the license expressly granted under copyright in Section 1.1, no rights, licenses or forbearances are granted or may arise in relation to this Agreement whether expressly, by implication, exhaustion, estoppel or otherwise. All rights, including all intellectual property rights, that are not expressly granted under this Agreement are hereby reserved.\n\n 3.2 - In any copy of the Software or in any Modification you create, You must retain and reproduce any and all copyright, patent, trademark, and attribution notices that are included in the Software in the same form as they appear in the Software. This includes the preservation of attribution notices in the form of trademarks or logos that exist within a user interface of the Software.\n\n 3.3 - This license does not grant You rights to use any party\u2019s name, logo, or trademarks, except solely as necessary to comply with Section 3.2.\n\n4. Disclaimer of Warranties\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d AND WITHOUT WARRANTY OF ANY KIND. ZIMBRA MAKES NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY, REGARDING OR RELATING TO THE SOFTWARE. SPECIFICALLY, ZIMBRA DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR FREE OR WILL PERFORM IN AN UNINTERRUPTED MANNER. TO THE GREATEST EXTENT ALLOWED BY LAW, ZIMBRA SPECIFICALLY DISCLAIMS ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (EVEN IF ZIMBRA HAD BEEN INFORMED OF SUCH PURPOSE), AND NONINFRINGEMENT WITH RESPECT TO THE SOFTWARE, ANY MODIFICATIONS THERETO, AND WITH RESPECT TO THE USE OF THE FOREGOING.\n\n5. Limitation of Liability\nIN NO EVENT WILL ZIMBRA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION LOSS OF PROFITS, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, AND COST OF COVER) IN CONNECTION WITH OR ARISING OUT OF OR RELATING TO THE FURNISHING, PERFORMANCE, OR USE OF THE SOFTWARE OR ANY OTHER RIGHTS GRANTED HEREUNDER, WHETHER ALLEGED AS A BREACH OF CONTRACT OR TORTIOUS CONDUCT, INCLUDING NEGLIGENCE, AND EVEN IF ZIMBRA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n6. Term and Termination\n\n 6.1 - This Agreement will continue in effect unless and until terminated earlier pursuant to this Section 6.\n\n 6.2 - In the event You violate the terms of this Agreement, Zimbra may terminate this Agreement.\n\n 6.3 - All licenses granted hereunder shall terminate upon the termination of this Agreement. Termination will be in addition to any rights and remedies available to Zimbra at law or equity or under this Agreement.\n\n 6.4 - Termination of this Agreement will not affect the provisions regarding reservation of rights (Section 3.1), provisions disclaiming or limiting Zimbra\u2019s liability (Sections 4 and 5), Termination (Section 6), or Miscellaneous (Section 7), which provisions will survive termination of this Agreement.\n\n7. Miscellaneous\nThis Agreement contains the entire agreement of the parties with respect to the subject matter of this Agreement and supersedes all previous communications, representations, understandings, and agreements, either oral or written, between the parties with respect to said subject matter. The relationship of the parties hereunder is that of independent contractors, and this Agreement will not be construed as creating an agency, partnership, joint venture, or any other form of legal association between the parties. If any term, condition, or provision in this Agreement is found to be invalid, unlawful, or unenforceable to any extent, this Agreement will be construed in a manner that most closely effectuates the intent of this Agreement. Such invalid term, condition or provision will be severed from the remaining terms, conditions, and provisions, which will continue to be valid and enforceable to the fullest extent permitted by law. This Agreement will be interpreted and construed in accordance with the laws of the State of Delaware and the United States of America, without regard to conflict of law principles. The U.N. Convention on Contracts for the International Sale of Goods shall not apply to this Agreement. All disputes arising out of this Agreement involving Zimbra or any of its parents or subsidiaries shall be subject to the jurisdiction of the federal or state courts of Northern Texas, with venue lying in Dallas County, Texas. No rights may be assigned, no obligations may be delegated, and this Agreement may not be transferred by You, in whole or in part, whether voluntary or by operation of law, including by way of sale of assets, merger, or consolidation, without the prior written consent of Zimbra, and any purported assignment, delegation, or transfer without such consent shall be void ab initio. Any waiver of the provisions of this Agreement or of a party\u2019s rights or remedies under this Agreement must be in writing to be effective. Failure, neglect, or delay by a party to enforce the provisions of this Agreement or its rights or remedies at any time will not be construed or be deemed to be a waiver of such party\u2019s rights under this Agreement and will not in any way affect the validity of the whole or any part of this Agreement or prejudice such party\u2019s right to take subsequent action.\n", + "rf_text": "Zimbra Public License, Version 1.4 (ZPL)\n\nThis Zimbra Public License (this \"Agreement\") is a legal agreement that describes the terms under which Zimbra, Inc., a Texas corporation (\"Zimbra\") will provide software to you via download or otherwise (\"Software\"). By using the Software, you, an individual or an entity (\"You\") agree to the terms of this Agreement.\n\nIn consideration of the mutual promises and upon the terms and conditions set forth below, the parties agree as follows:\n\n1. Grant of Copyright License\n\n 1.1 - Subject to the terms and conditions of this Agreement, Zimbra hereby grants to You, under any and all of its copyright interest in and to the Software, a royalty-free, non-exclusive, non-transferable license to copy, modify, compile, execute, and distribute the Software and Modifications. For the purposes of this Agreement, any change to, addition to, or abridgement of the Software made by You is a \"Modification;\" however, any file You add to the Software that does not contain any part of the Software is not a \"Modification.\"\n\n 1.2 - If You are an individual acting on behalf of a corporation or other entity, Your use of the Software or any Modification is subject to Your having the authority to bind such corporation or entity to this Agreement. Providing copies to persons within such corporation or entity is not considered distribution for purposes of this Agreement.\n\n 1.3 - For the Software or any Modification You distribute in source code format, You must do so only under the terms of this Agreement, and You must include a complete copy of this Agreement with Your distribution. With respect to any Modification You distribute in source code format, the terms of this Agreement will apply to You in the same way those terms apply to Zimbra with respect to the Software. In other words, when You are distributing Modifications under this Agreement, You \"stand in the shoes\" of Zimbra in terms of the rights You grant and how the terms and conditions apply to You and the licensees of Your Modifications. Notwithstanding the foregoing, when You \"stand in the shoes\" of Zimbra, You are not subject to the jurisdiction provision under Section 7, which requires all disputes under this Agreement to be subject to the jurisdiction of federal or state courts of Northern Texas.\n\n 1.4 - For the Software or any Modification You distribute in compiled or object code format, You must also provide recipients with access to the Software or Modification in source code format along with a complete copy of this Agreement. The distribution of the Software or Modifications in compiled or object code format may be under a license of Your choice, provided that You are in compliance with the terms of this Agreement. In addition, You must make absolutely clear that any license terms applying to such Software or Modification that differ from this Agreement are offered by You alone and not by Zimbra, and that such license does not restrict recipients from exercising rights in the source code to the Software granted by Zimbra under this Agreement or rights in the source code to any Modification granted by You as described in Section 1.3.\n\n 1.5 - This Agreement does not limit Your right to distribute files that are entirely Your own work (i.e., which do not incorporate any portion of the Software and are not Modifications) under any terms You choose.\n\n2. Support\nZimbra has no obligation to provide technical support or updates to You. Nothing in this Agreement requires Zimbra to enter into any license with You for any other edition of the Software.\n\n3. Intellectual Property Rights\n\n 3.1 - Except for the license expressly granted under copyright in Section 1.1, no rights, licenses or forbearances are granted or may arise in relation to this Agreement whether expressly, by implication, exhaustion, estoppel or otherwise. All rights, including all intellectual property rights, that are not expressly granted under this Agreement are hereby reserved.\n\n 3.2 - In any copy of the Software or in any Modification you create, You must retain and reproduce any and all copyright, patent, trademark, and attribution notices that are included in the Software in the same form as they appear in the Software. This includes the preservation of attribution notices in the form of trademarks or logos that exist within a user interface of the Software.\n\n 3.3 - This license does not grant You rights to use any party's name, logo, or trademarks, except solely as necessary to comply with Section 3.2.\n\n4. Disclaimer of Warranties\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND WITHOUT WARRANTY OF ANY KIND. ZIMBRA MAKES NO WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY, REGARDING OR RELATING TO THE SOFTWARE. SPECIFICALLY, ZIMBRA DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR FREE OR WILL PERFORM IN AN UNINTERRUPTED MANNER. TO THE GREATEST EXTENT ALLOWED BY LAW, ZIMBRA SPECIFICALLY DISCLAIMS ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (EVEN IF ZIMBRA HAD BEEN INFORMED OF SUCH PURPOSE), AND NONINFRINGEMENT WITH RESPECT TO THE SOFTWARE, ANY MODIFICATIONS THERETO, AND WITH RESPECT TO THE USE OF THE FOREGOING.\n\n5. Limitation of Liability\nIN NO EVENT WILL ZIMBRA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION LOSS OF PROFITS, LOSS OF USE, BUSINESS INTERRUPTION, LOSS OF DATA, AND COST OF COVER) IN CONNECTION WITH OR ARISING OUT OF OR RELATING TO THE FURNISHING, PERFORMANCE, OR USE OF THE SOFTWARE OR ANY OTHER RIGHTS GRANTED HEREUNDER, WHETHER ALLEGED AS A BREACH OF CONTRACT OR TORTIOUS CONDUCT, INCLUDING NEGLIGENCE, AND EVEN IF ZIMBRA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n6. Term and Termination\n\n 6.1 - This Agreement will continue in effect unless and until terminated earlier pursuant to this Section 6.\n\n 6.2 - In the event You violate the terms of this Agreement, Zimbra may terminate this Agreement.\n\n 6.3 - All licenses granted hereunder shall terminate upon the termination of this Agreement. Termination will be in addition to any rights and remedies available to Zimbra at law or equity or under this Agreement.\n\n 6.4 - Termination of this Agreement will not affect the provisions regarding reservation of rights (Section 3.1), provisions disclaiming or limiting Zimbra's liability (Sections 4 and 5), Termination (Section 6), or Miscellaneous (Section 7), which provisions will survive termination of this Agreement.\n\n7. Miscellaneous\nThis Agreement contains the entire agreement of the parties with respect to the subject matter of this Agreement and supersedes all previous communications, representations, understandings, and agreements, either oral or written, between the parties with respect to said subject matter. The relationship of the parties hereunder is that of independent contractors, and this Agreement will not be construed as creating an agency, partnership, joint venture, or any other form of legal association between the parties. If any term, condition, or provision in this Agreement is found to be invalid, unlawful, or unenforceable to any extent, this Agreement will be construed in a manner that most closely effectuates the intent of this Agreement. Such invalid term, condition or provision will be severed from the remaining terms, conditions, and provisions, which will continue to be valid and enforceable to the fullest extent permitted by law. This Agreement will be interpreted and construed in accordance with the laws of the State of Delaware and the United States of America, without regard to conflict of law principles. The U.N. Convention on Contracts for the International Sale of Goods shall not apply to this Agreement. All disputes arising out of this Agreement involving Zimbra or any of its parents or subsidiaries shall be subject to the jurisdiction of the federal or state courts of Northern Texas, with venue lying in Dallas County, Texas. No rights may be assigned, no obligations may be delegated, and this Agreement may not be transferred by You, in whole or in part, whether voluntary or by operation of law, including by way of sale of assets, merger, or consolidation, without the prior written consent of Zimbra, and any purported assignment, delegation, or transfer without such consent shall be void ab initio. Any waiver of the provisions of this Agreement or of a party's rights or remedies under this Agreement must be in writing to be effective. Failure, neglect, or delay by a party to enforce the provisions of this Agreement or its rights or remedies at any time will not be construed or be deemed to be a waiver of such party's rights under this Agreement and will not in any way affect the validity of the whole or any part of this Agreement or prejudice such party's right to take subsequent action.\n", "rf_url": "http:\/\/www.zimbra.com\/legal\/zimbra-public-license-1-4", "rf_add_date": null, "rf_copyleft": null, @@ -12431,7 +12431,7 @@ }, { "rf_shortname": "CC-BY-3.0-AT", - "rf_text": "CREATIVE COMMONS IST KEINE RECHTSANWALTSKANZLEI UND LEISTET KEINE RECHTSBERATUNG. DIE BEREITSTELLUNG DIESER LIZENZ F\u00dcHRT ZU KEINEM MANDATSVERH\u00c4LTNIS. CREATIVE COMMONS STELLT DIESE INFORMATIONEN OHNE GEW\u00c4HR ZUR VERF\u00dcGUNG. CREATIVE COMMONS \u00dcBERNIMMT KEINE GEW\u00c4HRLEISTUNG F\u00dcR DIE GELIEFERTEN INFORMATIONEN UND SCHLIE\u00dfT DIE HAFTUNG F\u00dcR SCH\u00c4DEN AUS, DIE SICH AUS DEREN GEBRAUCH ERGEBEN.\n\nLizenz\n\nDER GEGENSTAND DIESER LIZENZ (WIE UNTER \"SCHUTZGEGENSTAND\" DEFINIERT) WIRD UNTER DEN BEDINGUNGEN DIESER CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\", \"LIZENZ\" ODER \"LIZENZVERTRAG\") ZUR VERF\u00dcGUNG GESTELLT. DER SCHUTZGEGENSTAND IST DURCH DAS URHEBERRECHT UND\/ODER ANDERE GESETZE GESCH\u00dcTZT. JEDE FORM DER NUTZUNG DES SCHUTZGEGENSTANDES, DIE NICHT AUFGRUND DIESER LIZENZ ODER DURCH GESETZE GESTATTET IST, IST UNZUL\u00c4SSIG.\n\nDURCH DIE AUS\u00dcBUNG EINES DURCH DIESE LIZENZ GEW\u00c4HRTEN RECHTS AN DEM SCHUTZGEGENSTAND ERKL\u00c4REN SIE SICH MIT DEN LIZENZBEDINGUNGEN RECHTSVERBINDLICH EINVERSTANDEN. SOWEIT DIESE LIZENZ ALS LIZENZVERTRAG ANZUSEHEN IST, GEW\u00c4HRT IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAF\u00dcR, DASS SIE DAS GEBUNDENSEIN AN DIE LIZENZBEDINGUNGEN AKZEPTIEREN.\n\n1. Definitionen\n\n a. Der Begriff \"Bearbeitung\" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Ver\u00e4nderung des Schutzgegenstandes, solange dieses erkennbar vom Schutzgegenstand abgeleitet wurde. Dies kann insbesondere auch eine Umgestaltung, \u00c4nderung, Anpassung, \u00dcbersetzung oder Heranziehung des Schutzgegenstandes zur Vertonung von Laufbildern sein. Nicht als Bearbeitung des Schutzgegenstandes gelten seine Aufnahme in eine Sammlung oder ein Sammelwerk und die freie Nutzung des Schutzgegenstandes.\n\n b. Der Begriff \"Sammelwerk\" im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalten zu einem einheitlichen Ganzen, sofern diese Zusammenstellung aufgrund von Auswahl und Anordnung der darin enthaltenen selbst\u00e4ndigen Elemente eine eigent\u00fcmliche geistige Sch\u00f6pfung darstellt, unabh\u00e4ngig davon, ob die Elemente systematisch oder methodisch angelegt und dadurch einzeln zug\u00e4nglich sind oder nicht.\n\n c. \"Verbreiten\" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Bearbeitungen im Original oder in Form von Vervielf\u00e4ltigungsst\u00fccken, mithin in k\u00f6rperlich fixierter Form der \u00d6ffentlichkeit zug\u00e4nglich zu machen oder in Verkehr zu bringen.\n\n d. Der \"Lizenzgeber\" im Sinne dieser Lizenz ist diejenige nat\u00fcrliche oder juristische Person oder Gruppe, die den Schutzgegenstand unter den Bedingungen dieser Lizenz anbietet und insoweit als Rechteinhaberin auftritt.\n\n e. \"Rechteinhaber\" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere nat\u00fcrliche oder juristische Person, die am Schutzgegenstand ein Immaterialg\u00fcterrecht erlangt hat, welches die in Abschnitt 3 genannten Handlungen erfasst und eine Erteilung, \u00dcbertragung oder Einr\u00e4umung von Nutzungsbewilligungen bzw Nutzungsrechten an Dritte erlaubt.\n\n f. Der Begriff \"Schutzgegenstand\" bezeichnet in dieser Lizenz den literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalt, der unter den Bedingungen dieser Lizenz angeboten wird. Das kann insbesondere eine eigent\u00fcmliche geistige Sch\u00f6pfung jeglicher Art oder ein Werk der kleinen M\u00fcnze, ein nachgelassenes Werk oder auch ein Lichtbild oder anderes Objekt eines verwandten Schutzrechts sein, unabh\u00e4ngig von der Art seiner Fixierung und unabh\u00e4ngig davon, auf welche Weise jeweils eine Wahrnehmung erfolgen kann, gleichviel ob in analoger oder digitaler Form. Soweit Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, unterfallen auch sie dem Begriff \u201eSchutzgegenstand\u201c im Sinne dieser Lizenz.\n\n g. Mit \"Sie\" bzw. \"Ihnen\" ist die nat\u00fcrliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt 3 genannte Nutzungen des Schutzgegenstandes vornimmt und zuvor in Hinblick auf den Schutzgegenstand nicht gegen Bedingungen dieser Lizenz versto\u00dfen oder aber die ausdr\u00fcckliche Erlaubnis des Lizenzgebers erhalten hat, die durch diese Lizenz gew\u00e4hrte Nutzungsbewilligung trotz eines vorherigen Versto\u00dfes auszu\u00fcben.\n\n h. Unter \"\u00d6ffentlich Wiedergeben\" im Sinne dieser Lizenz sind Wahrnehmbarmachungen des Schutzgegenstandes in unk\u00f6rperlicher Form zu verstehen, die f\u00fcr eine Mehrzahl von Mitgliedern der \u00d6ffentlichkeit bestimmt sind und mittels \u00f6ffentlicher Wiedergabe in Form von Vortrag, Auff\u00fchrung, Vorf\u00fchrung, Darbietung, Sendung, Weitersendung oder zeit- und ortsunabh\u00e4ngiger Zurverf\u00fcgungstellung erfolgen, unabh\u00e4ngig von den zum Einsatz kommenden Techniken und Verfahren, einschlie\u00dflich drahtgebundener oder drahtloser Mittel und Einstellen in das Internet.\n\n i. \"Vervielf\u00e4ltigen\" im Sinne dieser Lizenz bedeutet, gleichviel in welchem Verfahren, auf welchem Tr\u00e4ger, in welcher Menge und ob vor\u00fcbergehend oder dauerhaft, Vervielf\u00e4ltigungsst\u00fccke des Schutzgegenstandes herzustellen, insbesondere durch Ton- oder Bildaufzeichnungen, und umfasst auch das erstmalige Festhalten des Schutzgegenstandes oder dessen Wahrnehmbarmachung auf Mitteln der wiederholbaren Wiedergabe sowie das Herstellen von Vervielf\u00e4ltigungsst\u00fccken dieser Festhaltung, sowie die Speicherung einer gesch\u00fctzten Darbietung oder eines Bild- und\/oder Schalltr\u00e4gers in digitaler Form oder auf einem anderen elektronischen Medium.\n\n2. Beschr\u00e4nkungen der Verwertungsrechte\n\nDiese Lizenz ist in keiner Weise darauf gerichtet, Befugnisse zur Nutzung des Schutzgegenstandes zu vermindern, zu beschr\u00e4nken oder zu vereiteln, die sich aus den Beschr\u00e4nkungen der Verwertungsrechte, anderen Beschr\u00e4nkungen der Ausschlie\u00dflichkeitsrechte des Rechtsinhabers oder anderen entsprechenden Rechtsnormen oder sich aus dem Fehlen eines immaterialg\u00fcterrechtlichen Schutzes ergeben.\n\n3. Lizenzierung\n\nUnter den Bedingungen dieser Lizenz erteilt Ihnen der Lizenzgeber - unbeschadet unverzichtbarer Rechte und vorbehaltlich des Abschnitts 3.e) - die verg\u00fctungsfreie, r\u00e4umlich und zeitlich (f\u00fcr die Dauer des Urheberrechts oder verwandten Schutzrechts am Schutzgegenstand) unbeschr\u00e4nkte Nutzungsbewilligung, den Schutzgegenstand in der folgenden Art und Weise zu nutzen:\n\n a. Den Schutzgegenstand in beliebiger Form und Menge zu vervielf\u00e4ltigen, ihn in Sammelwerke zu integrieren und ihn als Teil solcher Sammelwerke zu vervielf\u00e4ltigen;\n\n b. Den Schutzgegenstand zu bearbeiten, einschlie\u00dflich \u00dcbersetzungen unter Nutzung jedweder Medien anzufertigen, sofern deutlich erkennbar gemacht wird, dass es sich um eine Bearbeitung handelt;\n\n c. Den Schutzgegenstand, allein oder in Sammelwerke aufgenommen, \u00f6ffentlich wiederzugeben und zu verbreiten; und\n\n d. Bearbeitungen des Schutzgegenstandes zu ver\u00f6ffentlichen, \u00f6ffentlich wiederzugeben und zu verbreiten.\n\n e. Bez\u00fcglich der Verg\u00fctung f\u00fcr die Nutzung des Schutzgegenstandes gilt Folgendes:\n\n i. Unverzichtbare gesetzliche Verg\u00fctungsanspr\u00fcche: Soweit unverzichtbare Verg\u00fctungsanspr\u00fcche im Gegenzug f\u00fcr gesetzliche Lizenzen vorgesehen oder Pauschalabgabensysteme (zum Beispiel f\u00fcr Leermedien) vorhanden sind, beh\u00e4lt sich der Lizenzgeber das ausschlie\u00dfliche Recht vor, die entsprechenden Verg\u00fctungsanspr\u00fcche f\u00fcr jede Aus\u00fcbung eines Rechts aus dieser Lizenz durch Sie geltend zu machen.\n\n ii. Verg\u00fctung bei Zwangslizenzen: Sofern Zwangslizenzen au\u00dferhalb dieser Lizenz vorgesehen sind und zustande kommen, verzichtet der Lizenzgeber f\u00fcr alle F\u00e4lle einer lizenzgerechten Nutzung des Schutzgegenstandes durch Sie auf jegliche Verg\u00fctung.\n\n iii. Verg\u00fctung in sonstigen F\u00e4llen: Bez\u00fcglich lizenzgerechter Nutzung des Schutzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) f\u00e4llt, verzichtet der Lizenzgeber auf jegliche Verg\u00fctung, unabh\u00e4ngig davon, ob eine Geltendmachung der Verg\u00fctungsanspr\u00fcche durch ihn selbst oder nur durch eine Verwertungsgesellschaft m\u00f6glich w\u00e4re.\n\nDie vorgenannte Nutzungsbewilligung wird f\u00fcr alle bekannten sowie alle noch nicht bekannten Nutzungsarten einger\u00e4umt. Sie beinhaltet auch das Recht, solche \u00c4nderungen am Schutzgegenstand vorzunehmen, die f\u00fcr bestimmte nach dieser Lizenz zul\u00e4ssige Nutzungen technisch erforderlich sind. Alle sonstigen Rechte, die \u00fcber diesen Abschnitt hinaus nicht ausdr\u00fccklich vom Lizenzgeber einger\u00e4umt werden, bleiben diesem allein vorbehalten. Soweit Datenbanken oder Zusammenstellungen von Daten Schutzgegenstand dieser Lizenz oder Teil dessen sind und einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, verzichtet der Lizenzgeber auf die Geltendmachung s\u00e4mtlicher daraus resultierender Rechte.\n\n4. Bedingungen\n\nDie Erteilung der Nutzungsbewilligung gem\u00e4\u00df Abschnitt 3 dieser Lizenz erfolgt ausdr\u00fccklich nur unter den folgenden Bedingungen:\n\n a. Sie d\u00fcrfen den Schutzgegenstand ausschlie\u00dflich unter den Bedingungen dieser Lizenz verbreiten oder \u00f6ffentlich wiedergeben. Sie m\u00fcssen dabei stets eine Kopie dieser Lizenz oder deren vollst\u00e4ndige Internetadresse in Form des Uniform-Resource-Identifier (URI) beif\u00fcgen. Sie d\u00fcrfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen dieser Lizenz oder die durch diese Lizenz gew\u00e4hrten Rechte beschr\u00e4nken. Sie d\u00fcrfen den Schutzgegenstand nicht unterlizenzieren. Bei jeder Kopie des Schutzgegenstandes, die Sie verbreiten oder \u00f6ffentlich wiedergeben, m\u00fcssen Sie alle Hinweise unver\u00e4ndert lassen, die auf diese Lizenz und den Haftungsausschluss hinweisen. Wenn Sie den Schutzgegenstand verbreiten oder \u00f6ffentlich wiedergeben, d\u00fcrfen Sie (in Bezug auf den Schutzgegenstand) keine technischen Ma\u00dfnahmen ergreifen, die den Nutzer des Schutzgegenstandes in der Aus\u00fcbung der ihm durch diese Lizenz gew\u00e4hrten Rechte behindern k\u00f6nnen. Dasselbe gilt auch f\u00fcr den Fall, dass der Schutzgegenstand einen Bestandteil eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk insgesamt dieser Lizenz unterstellt werden muss. Sofern Sie ein Sammelwerk erstellen, m\u00fcssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin aus dem Sammelwerk die in Abschnitt 4.b) aufgez\u00e4hlten Hinweise entfernen. Wenn Sie eine Bearbeitung vornehmen, m\u00fcssen Sie \u2013 soweit dies praktikabel ist \u2013 auf die Mitteilung eines Lizenzgebers hin von der Bearbeitung die in Abschnitt 4.b) aufgez\u00e4hlten Hinweise entfernen.\n\n b. Die Verbreitung und die \u00f6ffentliche Wiedergabe des Schutzgegenstandes oder auf ihm aufbauender Inhalte oder ihn enthaltender Sammelwerke ist Ihnen nur unter der Bedingung gestattet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu geh\u00f6renden Rechtevermerke unber\u00fchrt lassen. Sie sind verpflichtet, die Urheberschaft oder die Rechteinhaberschaft in einer der Nutzung entsprechenden, angemessenen Form anzuerkennen, indem Sie selbst \u2013 soweit bekannt \u2013 Folgendes angeben:\n\n i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) Rechteinhabers, und\/oder falls der Lizenzgeber im Rechtevermerk, in den Nutzungsbedingungen oder auf andere angemessene Weise eine Zuschreibung an Dritte vorgenommen hat (z.B. an eine Stiftung, ein Verlagshaus oder eine Zeitung) (\u201eZuschreibungsempf\u00e4nger\u201c), Namen bzw. Bezeichnung dieses oder dieser Dritten;\n\n ii. den Titel des Inhaltes;\n\n iii. in einer praktikablen Form den Uniform-Resource-Identifier (URI, z.B. Internetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, es sei denn, dieser URI verweist nicht auf den Rechtevermerk oder die Lizenzinformationen zum Schutzgegenstand;\n\n iv. und im Falle einer Bearbeitung des Schutzgegenstandes in \u00dcbereinstimmung mit Abschnitt 3.b) einen Hinweis darauf, dass es sich um eine Bearbeitung handelt.\n\n Die nach diesem Abschnitt 4.b) erforderlichen Angaben k\u00f6nnen in jeder angemessenen Form gemacht werden; im Falle einer Bearbeitung des Schutzgegenstandes oder eines Sammelwerkes m\u00fcssen diese Angaben das Minimum darstellen und bei gemeinsamer Nennung aller Beitragenden dergestalt erfolgen, dass sie zumindest ebenso hervorgehoben sind wie die Hinweise auf die \u00fcbrigen Rechteinhaber. Die Angaben nach diesem Abschnitt d\u00fcrfen Sie ausschlie\u00dflich zur Angabe der Rechteinhaberschaft in der oben bezeichneten Weise verwenden. Durch die Aus\u00fcbung Ihrer Rechte aus dieser Lizenz d\u00fcrfen Sie ohne eine vorherige, separat und schriftlich vorliegende Zustimmung des Urhebers, des Lizenzgebers und\/oder des Zuschreibungsempf\u00e4ngers weder implizit noch explizit irgendeine Verbindung mit dem oder eine Unterst\u00fctzung oder Billigung durch den Urheber, den Lizenzgeber oder den Zuschreibungsempf\u00e4nger andeuten oder erkl\u00e4ren.\n\n c. Die oben unter 4.a) und b) genannten Einschr\u00e4nkungen gelten nicht f\u00fcr solche Teile des Schutzgegenstandes, die allein deshalb unter den Schutzgegenstandsbegriff fallen, weil sie als Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen.\n\n d. (Urheber)Pers\u00f6nlichkeitsrechte bleiben - soweit sie bestehen - von dieser Lizenz unber\u00fchrt.\n\n5. Gew\u00e4hrleistung\n\nSOFERN KEINE ANDERS LAUTENDE, SCHRIFTLICHE VEREINBARUNG ZWISCHEN DEM LIZENZGEBER UND IHNEN GESCHLOSSEN WURDE UND SOWEIT M\u00c4NGEL NICHT ARGLISTIG VERSCHWIEGEN WURDEN, BIETET DER LIZENZGEBER DEN SCHUTZGEGENSTAND UND DIE ERTEILUNG DER NUTZUNGSBEWILLIGUNG UNTER AUSSCHLUSS JEGLICHER GEW\u00c4HRLEISTUNG AN UND \u00dcBERNIMMT WEDER AUSDR\u00dcCKLICH NOCH KONKLUDENT GARANTIEN IRGENDEINER ART. DIES UMFASST INSBESONDERE DAS FREISEIN VON SACH- UND RECHTSM\u00c4NGELN, UNABH\u00c4NGIG VON DEREN ERKENNBARKEIT F\u00dcR DEN LIZENZGEBER, DIE VERKEHRSF\u00c4HIGKEIT DES SCHUTZGEGENSTANDES, SEINE VERWENDBARKEIT F\u00dcR EINEN BESTIMMTEN ZWECK SOWIE DIE KORREKTHEIT VON BESCHREIBUNGEN.\n\n6. Haftungsbeschr\u00e4nkung\n\n\u00dcBER DIE IN ZIFFER 5 GENANNTE GEW\u00c4HRLEISTUNG HINAUS HAFTET DER LIZENZGEBER IHNEN GEGEN\u00dcBER F\u00dcR SCH\u00c4DEN JEGLICHER ART NUR BEI GROBER FAHRL\u00c4SSIGKEIT ODER VORSATZ, UND \u00dcBERNIMMT DAR\u00dcBER HINAUS KEINERLEI FREIWILLIGE HAFTUNG F\u00dcR FOLGE- ODER ANDERE SCH\u00c4DEN, AUCH WENN ER \u00dcBER DIE M\u00d6GLICHKEIT IHRES EINTRITTS UNTERRICHTET WURDE.\n\n7. Erl\u00f6schen\n\n a. Diese Lizenz und die durch sie erteilte Nutzungsbewilligung erl\u00f6schen mit Wirkung f\u00fcr die Zukunft im Falle eines Versto\u00dfes gegen die Lizenzbedingungen durch Sie, ohne dass es dazu der Kenntnis des Lizenzgebers vom Versto\u00df oder einer weiteren Handlung einer der Vertragsparteien bedarf. Mit nat\u00fcrlichen oder juristischen Personen, die Bearbeitungen des Schutzgegenstandes oder diesen enthaltende Sammelwerke sowie entsprechende Vervielf\u00e4ltigungsst\u00fccke unter den Bedingungen dieser Lizenz von Ihnen erhalten haben, bestehen nachtr\u00e4glich entstandene Lizenzbeziehungen jedoch solange weiter, wie die genannten Personen sich ihrerseits an s\u00e4mtliche Lizenzbedingungen halten. Dar\u00fcber hinaus gelten die Ziffern 1, 2, 5, 6, 7, und 8 auch nach einem Erl\u00f6schen dieser Lizenz fort.\n\n b. Vorbehaltlich der oben genannten Bedingungen gilt diese Lizenz unbefristet bis der rechtliche Schutz f\u00fcr den Schutzgegenstand ausl\u00e4uft. Davon abgesehen beh\u00e4lt der Lizenzgeber das Recht, den Schutzgegenstand unter anderen Lizenzbedingungen anzubieten oder die eigene Weitergabe des Schutzgegenstandes jederzeit einzustellen, solange die Aus\u00fcbung dieses Rechts nicht einer K\u00fcndigung oder einem Widerruf dieser Lizenz (oder irgendeiner Weiterlizenzierung, die auf Grundlage dieser Lizenz bereits erfolgt ist bzw. zuk\u00fcnftig noch erfolgen muss) dient und diese Lizenz unter Ber\u00fccksichtigung der oben zum Erl\u00f6schen genannten Bedingungen vollumf\u00e4nglich wirksam bleibt.\n\n8. Sonstige Bestimmungen\n\n a. Jedes Mal wenn Sie den Schutzgegenstand f\u00fcr sich genommen oder als Teil eines Sammelwerkes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n b. Jedes Mal wenn Sie eine Bearbeitung des Schutzgegenstandes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz am urspr\u00fcnglichen Schutzgegenstand zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n c. Sollte eine Bestimmung dieser Lizenz unwirksam sein, so bleibt davon die Wirksamkeit der Lizenz im \u00dcbrigen unber\u00fchrt.\n\n d. Keine Bestimmung dieser Lizenz soll als abbedungen und kein Versto\u00df gegen sie als zul\u00e4ssig gelten, solange die von dem Verzicht oder von dem Versto\u00df betroffene Seite nicht schriftlich zugestimmt hat.\n\n e. Diese Lizenz (zusammen mit in ihr ausdr\u00fccklich vorgesehenen Erlaubnissen, Mitteilungen und Zustimmungen, soweit diese tats\u00e4chlich vorliegen) stellt die vollst\u00e4ndige Vereinbarung zwischen dem Lizenzgeber und Ihnen in Bezug auf den Schutzgegenstand dar. Es bestehen keine Abreden, Vereinbarungen oder Erkl\u00e4rungen in Bezug auf den Schutzgegenstand, die in dieser Lizenz nicht genannt sind. Rechtsgesch\u00e4ftliche \u00c4nderungen des Verh\u00e4ltnisses zwischen dem Lizenzgeber und Ihnen sind nur \u00fcber Modifikationen dieser Lizenz m\u00f6glich. Der Lizenzgeber ist an etwaige zus\u00e4tzliche, einseitig durch Sie \u00fcbermittelte Bestimmungen nicht gebunden. Diese Lizenz kann nur durch schriftliche Vereinbarung zwischen Ihnen und dem Lizenzgeber modifiziert werden. Derlei Modifikationen wirken ausschlie\u00dflich zwischen dem Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gem\u00e4\u00df 8.a) und b) angebotenen Lizenzen aus.\n\n f. Sofern zwischen Ihnen und dem Lizenzgeber keine anderweitige Vereinbarung getroffen wurde und soweit Wahlfreiheit besteht, findet auf diesen Lizenzvertrag das Recht der Republik \u00d6sterreich Anwendung.\n\nCreative Commons Notice\n\nCreative Commons ist nicht Partei dieser Lizenz und \u00fcbernimmt keinerlei Gew\u00e4hr oder dergleichen in Bezug auf den Schutzgegenstand. Creative Commons haftet Ihnen oder einer anderen Partei unter keinem rechtlichen Gesichtspunkt f\u00fcr irgendwelche Sch\u00e4den, die - abstrakt oder konkret, zuf\u00e4llig oder vorhersehbar - im Zusammenhang mit dieser Lizenz entstehen. Unbeschadet der vorangegangen beiden S\u00e4tze, hat Creative Commons alle Rechte und Pflichten eines Lizenzgebers, wenn es sich ausdr\u00fccklich als Lizenzgeber im Sinne dieser Lizenz bezeichnet.\n\nCreative Commons gew\u00e4hrt den Parteien nur insoweit das Recht, das Logo und die Marke \"Creative Commons\" zu nutzen, als dies notwendig ist, um der \u00d6ffentlichkeit gegen\u00fcber kenntlich zu machen, dass der Schutzgegenstand unter einer CCPL steht. Ein dar\u00fcber hinaus gehender Gebrauch der Marke \"Creative Commons\" oder einer verwandten Marke oder eines verwandten Logos bedarf der vorherigen schriftlichen Zustimmung von Creative Commons. Jeder erlaubte Gebrauch richtet sich nach der Creative Commons Marken-Nutzungs-Richtlinie in der jeweils aktuellen Fassung, die von Zeit zu Zeit auf der Website ver\u00f6ffentlicht oder auf andere Weise auf Anfrage zug\u00e4nglich gemacht wird. Zur Klarstellung: Die genannten Einschr\u00e4nkungen der Markennutzung sind nicht Bestandteil dieser Lizenz.\n\nCreative Commons kann kontaktiert werden \u00fcber https:\/\/creativecommons.org\/.\n", + "rf_text": "CREATIVE COMMONS IST KEINE RECHTSANWALTSKANZLEI UND LEISTET KEINE RECHTSBERATUNG. DIE BEREITSTELLUNG DIESER LIZENZ F\u00dcHRT ZU KEINEM MANDATSVERH\u00c4LTNIS. CREATIVE COMMONS STELLT DIESE INFORMATIONEN OHNE GEW\u00c4HR ZUR VERF\u00dcGUNG. CREATIVE COMMONS \u00dcBERNIMMT KEINE GEW\u00c4HRLEISTUNG F\u00dcR DIE GELIEFERTEN INFORMATIONEN UND SCHLIE\u00dfT DIE HAFTUNG F\u00dcR SCH\u00c4DEN AUS, DIE SICH AUS DEREN GEBRAUCH ERGEBEN.\n\nLizenz\n\nDER GEGENSTAND DIESER LIZENZ (WIE UNTER \"SCHUTZGEGENSTAND\" DEFINIERT) WIRD UNTER DEN BEDINGUNGEN DIESER CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\", \"LIZENZ\" ODER \"LIZENZVERTRAG\") ZUR VERF\u00dcGUNG GESTELLT. DER SCHUTZGEGENSTAND IST DURCH DAS URHEBERRECHT UND\/ODER ANDERE GESETZE GESCH\u00dcTZT. JEDE FORM DER NUTZUNG DES SCHUTZGEGENSTANDES, DIE NICHT AUFGRUND DIESER LIZENZ ODER DURCH GESETZE GESTATTET IST, IST UNZUL\u00c4SSIG.\n\nDURCH DIE AUS\u00dcBUNG EINES DURCH DIESE LIZENZ GEW\u00c4HRTEN RECHTS AN DEM SCHUTZGEGENSTAND ERKL\u00c4REN SIE SICH MIT DEN LIZENZBEDINGUNGEN RECHTSVERBINDLICH EINVERSTANDEN. SOWEIT DIESE LIZENZ ALS LIZENZVERTRAG ANZUSEHEN IST, GEW\u00c4HRT IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAF\u00dcR, DASS SIE DAS GEBUNDENSEIN AN DIE LIZENZBEDINGUNGEN AKZEPTIEREN.\n\n1. Definitionen\n\n a. Der Begriff \"Bearbeitung\" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Ver\u00e4nderung des Schutzgegenstandes, solange dieses erkennbar vom Schutzgegenstand abgeleitet wurde. Dies kann insbesondere auch eine Umgestaltung, \u00c4nderung, Anpassung, \u00dcbersetzung oder Heranziehung des Schutzgegenstandes zur Vertonung von Laufbildern sein. Nicht als Bearbeitung des Schutzgegenstandes gelten seine Aufnahme in eine Sammlung oder ein Sammelwerk und die freie Nutzung des Schutzgegenstandes.\n\n b. Der Begriff \"Sammelwerk\" im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalten zu einem einheitlichen Ganzen, sofern diese Zusammenstellung aufgrund von Auswahl und Anordnung der darin enthaltenen selbst\u00e4ndigen Elemente eine eigent\u00fcmliche geistige Sch\u00f6pfung darstellt, unabh\u00e4ngig davon, ob die Elemente systematisch oder methodisch angelegt und dadurch einzeln zug\u00e4nglich sind oder nicht.\n\n c. \"Verbreiten\" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Bearbeitungen im Original oder in Form von Vervielf\u00e4ltigungsst\u00fccken, mithin in k\u00f6rperlich fixierter Form der \u00d6ffentlichkeit zug\u00e4nglich zu machen oder in Verkehr zu bringen.\n\n d. Der \"Lizenzgeber\" im Sinne dieser Lizenz ist diejenige nat\u00fcrliche oder juristische Person oder Gruppe, die den Schutzgegenstand unter den Bedingungen dieser Lizenz anbietet und insoweit als Rechteinhaberin auftritt.\n\n e. \"Rechteinhaber\" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere nat\u00fcrliche oder juristische Person, die am Schutzgegenstand ein Immaterialg\u00fcterrecht erlangt hat, welches die in Abschnitt 3 genannten Handlungen erfasst und eine Erteilung, \u00dcbertragung oder Einr\u00e4umung von Nutzungsbewilligungen bzw Nutzungsrechten an Dritte erlaubt.\n\n f. Der Begriff \"Schutzgegenstand\" bezeichnet in dieser Lizenz den literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalt, der unter den Bedingungen dieser Lizenz angeboten wird. Das kann insbesondere eine eigent\u00fcmliche geistige Sch\u00f6pfung jeglicher Art oder ein Werk der kleinen M\u00fcnze, ein nachgelassenes Werk oder auch ein Lichtbild oder anderes Objekt eines verwandten Schutzrechts sein, unabh\u00e4ngig von der Art seiner Fixierung und unabh\u00e4ngig davon, auf welche Weise jeweils eine Wahrnehmung erfolgen kann, gleichviel ob in analoger oder digitaler Form. Soweit Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, unterfallen auch sie dem Begriff \u201eSchutzgegenstand\" im Sinne dieser Lizenz.\n\n g. Mit \"Sie\" bzw. \"Ihnen\" ist die nat\u00fcrliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt 3 genannte Nutzungen des Schutzgegenstandes vornimmt und zuvor in Hinblick auf den Schutzgegenstand nicht gegen Bedingungen dieser Lizenz versto\u00dfen oder aber die ausdr\u00fcckliche Erlaubnis des Lizenzgebers erhalten hat, die durch diese Lizenz gew\u00e4hrte Nutzungsbewilligung trotz eines vorherigen Versto\u00dfes auszu\u00fcben.\n\n h. Unter \"\u00d6ffentlich Wiedergeben\" im Sinne dieser Lizenz sind Wahrnehmbarmachungen des Schutzgegenstandes in unk\u00f6rperlicher Form zu verstehen, die f\u00fcr eine Mehrzahl von Mitgliedern der \u00d6ffentlichkeit bestimmt sind und mittels \u00f6ffentlicher Wiedergabe in Form von Vortrag, Auff\u00fchrung, Vorf\u00fchrung, Darbietung, Sendung, Weitersendung oder zeit- und ortsunabh\u00e4ngiger Zurverf\u00fcgungstellung erfolgen, unabh\u00e4ngig von den zum Einsatz kommenden Techniken und Verfahren, einschlie\u00dflich drahtgebundener oder drahtloser Mittel und Einstellen in das Internet.\n\n i. \"Vervielf\u00e4ltigen\" im Sinne dieser Lizenz bedeutet, gleichviel in welchem Verfahren, auf welchem Tr\u00e4ger, in welcher Menge und ob vor\u00fcbergehend oder dauerhaft, Vervielf\u00e4ltigungsst\u00fccke des Schutzgegenstandes herzustellen, insbesondere durch Ton- oder Bildaufzeichnungen, und umfasst auch das erstmalige Festhalten des Schutzgegenstandes oder dessen Wahrnehmbarmachung auf Mitteln der wiederholbaren Wiedergabe sowie das Herstellen von Vervielf\u00e4ltigungsst\u00fccken dieser Festhaltung, sowie die Speicherung einer gesch\u00fctzten Darbietung oder eines Bild- und\/oder Schalltr\u00e4gers in digitaler Form oder auf einem anderen elektronischen Medium.\n\n2. Beschr\u00e4nkungen der Verwertungsrechte\n\nDiese Lizenz ist in keiner Weise darauf gerichtet, Befugnisse zur Nutzung des Schutzgegenstandes zu vermindern, zu beschr\u00e4nken oder zu vereiteln, die sich aus den Beschr\u00e4nkungen der Verwertungsrechte, anderen Beschr\u00e4nkungen der Ausschlie\u00dflichkeitsrechte des Rechtsinhabers oder anderen entsprechenden Rechtsnormen oder sich aus dem Fehlen eines immaterialg\u00fcterrechtlichen Schutzes ergeben.\n\n3. Lizenzierung\n\nUnter den Bedingungen dieser Lizenz erteilt Ihnen der Lizenzgeber - unbeschadet unverzichtbarer Rechte und vorbehaltlich des Abschnitts 3.e) - die verg\u00fctungsfreie, r\u00e4umlich und zeitlich (f\u00fcr die Dauer des Urheberrechts oder verwandten Schutzrechts am Schutzgegenstand) unbeschr\u00e4nkte Nutzungsbewilligung, den Schutzgegenstand in der folgenden Art und Weise zu nutzen:\n\n a. Den Schutzgegenstand in beliebiger Form und Menge zu vervielf\u00e4ltigen, ihn in Sammelwerke zu integrieren und ihn als Teil solcher Sammelwerke zu vervielf\u00e4ltigen;\n\n b. Den Schutzgegenstand zu bearbeiten, einschlie\u00dflich \u00dcbersetzungen unter Nutzung jedweder Medien anzufertigen, sofern deutlich erkennbar gemacht wird, dass es sich um eine Bearbeitung handelt;\n\n c. Den Schutzgegenstand, allein oder in Sammelwerke aufgenommen, \u00f6ffentlich wiederzugeben und zu verbreiten; und\n\n d. Bearbeitungen des Schutzgegenstandes zu ver\u00f6ffentlichen, \u00f6ffentlich wiederzugeben und zu verbreiten.\n\n e. Bez\u00fcglich der Verg\u00fctung f\u00fcr die Nutzung des Schutzgegenstandes gilt Folgendes:\n\n i. Unverzichtbare gesetzliche Verg\u00fctungsanspr\u00fcche: Soweit unverzichtbare Verg\u00fctungsanspr\u00fcche im Gegenzug f\u00fcr gesetzliche Lizenzen vorgesehen oder Pauschalabgabensysteme (zum Beispiel f\u00fcr Leermedien) vorhanden sind, beh\u00e4lt sich der Lizenzgeber das ausschlie\u00dfliche Recht vor, die entsprechenden Verg\u00fctungsanspr\u00fcche f\u00fcr jede Aus\u00fcbung eines Rechts aus dieser Lizenz durch Sie geltend zu machen.\n\n ii. Verg\u00fctung bei Zwangslizenzen: Sofern Zwangslizenzen au\u00dferhalb dieser Lizenz vorgesehen sind und zustande kommen, verzichtet der Lizenzgeber f\u00fcr alle F\u00e4lle einer lizenzgerechten Nutzung des Schutzgegenstandes durch Sie auf jegliche Verg\u00fctung.\n\n iii. Verg\u00fctung in sonstigen F\u00e4llen: Bez\u00fcglich lizenzgerechter Nutzung des Schutzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) f\u00e4llt, verzichtet der Lizenzgeber auf jegliche Verg\u00fctung, unabh\u00e4ngig davon, ob eine Geltendmachung der Verg\u00fctungsanspr\u00fcche durch ihn selbst oder nur durch eine Verwertungsgesellschaft m\u00f6glich w\u00e4re.\n\nDie vorgenannte Nutzungsbewilligung wird f\u00fcr alle bekannten sowie alle noch nicht bekannten Nutzungsarten einger\u00e4umt. Sie beinhaltet auch das Recht, solche \u00c4nderungen am Schutzgegenstand vorzunehmen, die f\u00fcr bestimmte nach dieser Lizenz zul\u00e4ssige Nutzungen technisch erforderlich sind. Alle sonstigen Rechte, die \u00fcber diesen Abschnitt hinaus nicht ausdr\u00fccklich vom Lizenzgeber einger\u00e4umt werden, bleiben diesem allein vorbehalten. Soweit Datenbanken oder Zusammenstellungen von Daten Schutzgegenstand dieser Lizenz oder Teil dessen sind und einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, verzichtet der Lizenzgeber auf die Geltendmachung s\u00e4mtlicher daraus resultierender Rechte.\n\n4. Bedingungen\n\nDie Erteilung der Nutzungsbewilligung gem\u00e4\u00df Abschnitt 3 dieser Lizenz erfolgt ausdr\u00fccklich nur unter den folgenden Bedingungen:\n\n a. Sie d\u00fcrfen den Schutzgegenstand ausschlie\u00dflich unter den Bedingungen dieser Lizenz verbreiten oder \u00f6ffentlich wiedergeben. Sie m\u00fcssen dabei stets eine Kopie dieser Lizenz oder deren vollst\u00e4ndige Internetadresse in Form des Uniform-Resource-Identifier (URI) beif\u00fcgen. Sie d\u00fcrfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen dieser Lizenz oder die durch diese Lizenz gew\u00e4hrten Rechte beschr\u00e4nken. Sie d\u00fcrfen den Schutzgegenstand nicht unterlizenzieren. Bei jeder Kopie des Schutzgegenstandes, die Sie verbreiten oder \u00f6ffentlich wiedergeben, m\u00fcssen Sie alle Hinweise unver\u00e4ndert lassen, die auf diese Lizenz und den Haftungsausschluss hinweisen. Wenn Sie den Schutzgegenstand verbreiten oder \u00f6ffentlich wiedergeben, d\u00fcrfen Sie (in Bezug auf den Schutzgegenstand) keine technischen Ma\u00dfnahmen ergreifen, die den Nutzer des Schutzgegenstandes in der Aus\u00fcbung der ihm durch diese Lizenz gew\u00e4hrten Rechte behindern k\u00f6nnen. Dasselbe gilt auch f\u00fcr den Fall, dass der Schutzgegenstand einen Bestandteil eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk insgesamt dieser Lizenz unterstellt werden muss. Sofern Sie ein Sammelwerk erstellen, m\u00fcssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin aus dem Sammelwerk die in Abschnitt 4.b) aufgez\u00e4hlten Hinweise entfernen. Wenn Sie eine Bearbeitung vornehmen, m\u00fcssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin von der Bearbeitung die in Abschnitt 4.b) aufgez\u00e4hlten Hinweise entfernen.\n\n b. Die Verbreitung und die \u00f6ffentliche Wiedergabe des Schutzgegenstandes oder auf ihm aufbauender Inhalte oder ihn enthaltender Sammelwerke ist Ihnen nur unter der Bedingung gestattet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu geh\u00f6renden Rechtevermerke unber\u00fchrt lassen. Sie sind verpflichtet, die Urheberschaft oder die Rechteinhaberschaft in einer der Nutzung entsprechenden, angemessenen Form anzuerkennen, indem Sie selbst - soweit bekannt - Folgendes angeben:\n\n i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) Rechteinhabers, und\/oder falls der Lizenzgeber im Rechtevermerk, in den Nutzungsbedingungen oder auf andere angemessene Weise eine Zuschreibung an Dritte vorgenommen hat (z.B. an eine Stiftung, ein Verlagshaus oder eine Zeitung) (\u201eZuschreibungsempf\u00e4nger\"), Namen bzw. Bezeichnung dieses oder dieser Dritten;\n\n ii. den Titel des Inhaltes;\n\n iii. in einer praktikablen Form den Uniform-Resource-Identifier (URI, z.B. Internetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, es sei denn, dieser URI verweist nicht auf den Rechtevermerk oder die Lizenzinformationen zum Schutzgegenstand;\n\n iv. und im Falle einer Bearbeitung des Schutzgegenstandes in \u00dcbereinstimmung mit Abschnitt 3.b) einen Hinweis darauf, dass es sich um eine Bearbeitung handelt.\n\n Die nach diesem Abschnitt 4.b) erforderlichen Angaben k\u00f6nnen in jeder angemessenen Form gemacht werden; im Falle einer Bearbeitung des Schutzgegenstandes oder eines Sammelwerkes m\u00fcssen diese Angaben das Minimum darstellen und bei gemeinsamer Nennung aller Beitragenden dergestalt erfolgen, dass sie zumindest ebenso hervorgehoben sind wie die Hinweise auf die \u00fcbrigen Rechteinhaber. Die Angaben nach diesem Abschnitt d\u00fcrfen Sie ausschlie\u00dflich zur Angabe der Rechteinhaberschaft in der oben bezeichneten Weise verwenden. Durch die Aus\u00fcbung Ihrer Rechte aus dieser Lizenz d\u00fcrfen Sie ohne eine vorherige, separat und schriftlich vorliegende Zustimmung des Urhebers, des Lizenzgebers und\/oder des Zuschreibungsempf\u00e4ngers weder implizit noch explizit irgendeine Verbindung mit dem oder eine Unterst\u00fctzung oder Billigung durch den Urheber, den Lizenzgeber oder den Zuschreibungsempf\u00e4nger andeuten oder erkl\u00e4ren.\n\n c. Die oben unter 4.a) und b) genannten Einschr\u00e4nkungen gelten nicht f\u00fcr solche Teile des Schutzgegenstandes, die allein deshalb unter den Schutzgegenstandsbegriff fallen, weil sie als Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen.\n\n d. (Urheber)Pers\u00f6nlichkeitsrechte bleiben - soweit sie bestehen - von dieser Lizenz unber\u00fchrt.\n\n5. Gew\u00e4hrleistung\n\nSOFERN KEINE ANDERS LAUTENDE, SCHRIFTLICHE VEREINBARUNG ZWISCHEN DEM LIZENZGEBER UND IHNEN GESCHLOSSEN WURDE UND SOWEIT M\u00c4NGEL NICHT ARGLISTIG VERSCHWIEGEN WURDEN, BIETET DER LIZENZGEBER DEN SCHUTZGEGENSTAND UND DIE ERTEILUNG DER NUTZUNGSBEWILLIGUNG UNTER AUSSCHLUSS JEGLICHER GEW\u00c4HRLEISTUNG AN UND \u00dcBERNIMMT WEDER AUSDR\u00dcCKLICH NOCH KONKLUDENT GARANTIEN IRGENDEINER ART. DIES UMFASST INSBESONDERE DAS FREISEIN VON SACH- UND RECHTSM\u00c4NGELN, UNABH\u00c4NGIG VON DEREN ERKENNBARKEIT F\u00dcR DEN LIZENZGEBER, DIE VERKEHRSF\u00c4HIGKEIT DES SCHUTZGEGENSTANDES, SEINE VERWENDBARKEIT F\u00dcR EINEN BESTIMMTEN ZWECK SOWIE DIE KORREKTHEIT VON BESCHREIBUNGEN.\n\n6. Haftungsbeschr\u00e4nkung\n\n\u00dcBER DIE IN ZIFFER 5 GENANNTE GEW\u00c4HRLEISTUNG HINAUS HAFTET DER LIZENZGEBER IHNEN GEGEN\u00dcBER F\u00dcR SCH\u00c4DEN JEGLICHER ART NUR BEI GROBER FAHRL\u00c4SSIGKEIT ODER VORSATZ, UND \u00dcBERNIMMT DAR\u00dcBER HINAUS KEINERLEI FREIWILLIGE HAFTUNG F\u00dcR FOLGE- ODER ANDERE SCH\u00c4DEN, AUCH WENN ER \u00dcBER DIE M\u00d6GLICHKEIT IHRES EINTRITTS UNTERRICHTET WURDE.\n\n7. Erl\u00f6schen\n\n a. Diese Lizenz und die durch sie erteilte Nutzungsbewilligung erl\u00f6schen mit Wirkung f\u00fcr die Zukunft im Falle eines Versto\u00dfes gegen die Lizenzbedingungen durch Sie, ohne dass es dazu der Kenntnis des Lizenzgebers vom Versto\u00df oder einer weiteren Handlung einer der Vertragsparteien bedarf. Mit nat\u00fcrlichen oder juristischen Personen, die Bearbeitungen des Schutzgegenstandes oder diesen enthaltende Sammelwerke sowie entsprechende Vervielf\u00e4ltigungsst\u00fccke unter den Bedingungen dieser Lizenz von Ihnen erhalten haben, bestehen nachtr\u00e4glich entstandene Lizenzbeziehungen jedoch solange weiter, wie die genannten Personen sich ihrerseits an s\u00e4mtliche Lizenzbedingungen halten. Dar\u00fcber hinaus gelten die Ziffern 1, 2, 5, 6, 7, und 8 auch nach einem Erl\u00f6schen dieser Lizenz fort.\n\n b. Vorbehaltlich der oben genannten Bedingungen gilt diese Lizenz unbefristet bis der rechtliche Schutz f\u00fcr den Schutzgegenstand ausl\u00e4uft. Davon abgesehen beh\u00e4lt der Lizenzgeber das Recht, den Schutzgegenstand unter anderen Lizenzbedingungen anzubieten oder die eigene Weitergabe des Schutzgegenstandes jederzeit einzustellen, solange die Aus\u00fcbung dieses Rechts nicht einer K\u00fcndigung oder einem Widerruf dieser Lizenz (oder irgendeiner Weiterlizenzierung, die auf Grundlage dieser Lizenz bereits erfolgt ist bzw. zuk\u00fcnftig noch erfolgen muss) dient und diese Lizenz unter Ber\u00fccksichtigung der oben zum Erl\u00f6schen genannten Bedingungen vollumf\u00e4nglich wirksam bleibt.\n\n8. Sonstige Bestimmungen\n\n a. Jedes Mal wenn Sie den Schutzgegenstand f\u00fcr sich genommen oder als Teil eines Sammelwerkes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n b. Jedes Mal wenn Sie eine Bearbeitung des Schutzgegenstandes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz am urspr\u00fcnglichen Schutzgegenstand zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n c. Sollte eine Bestimmung dieser Lizenz unwirksam sein, so bleibt davon die Wirksamkeit der Lizenz im \u00dcbrigen unber\u00fchrt.\n\n d. Keine Bestimmung dieser Lizenz soll als abbedungen und kein Versto\u00df gegen sie als zul\u00e4ssig gelten, solange die von dem Verzicht oder von dem Versto\u00df betroffene Seite nicht schriftlich zugestimmt hat.\n\n e. Diese Lizenz (zusammen mit in ihr ausdr\u00fccklich vorgesehenen Erlaubnissen, Mitteilungen und Zustimmungen, soweit diese tats\u00e4chlich vorliegen) stellt die vollst\u00e4ndige Vereinbarung zwischen dem Lizenzgeber und Ihnen in Bezug auf den Schutzgegenstand dar. Es bestehen keine Abreden, Vereinbarungen oder Erkl\u00e4rungen in Bezug auf den Schutzgegenstand, die in dieser Lizenz nicht genannt sind. Rechtsgesch\u00e4ftliche \u00c4nderungen des Verh\u00e4ltnisses zwischen dem Lizenzgeber und Ihnen sind nur \u00fcber Modifikationen dieser Lizenz m\u00f6glich. Der Lizenzgeber ist an etwaige zus\u00e4tzliche, einseitig durch Sie \u00fcbermittelte Bestimmungen nicht gebunden. Diese Lizenz kann nur durch schriftliche Vereinbarung zwischen Ihnen und dem Lizenzgeber modifiziert werden. Derlei Modifikationen wirken ausschlie\u00dflich zwischen dem Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gem\u00e4\u00df 8.a) und b) angebotenen Lizenzen aus.\n\n f. Sofern zwischen Ihnen und dem Lizenzgeber keine anderweitige Vereinbarung getroffen wurde und soweit Wahlfreiheit besteht, findet auf diesen Lizenzvertrag das Recht der Republik \u00d6sterreich Anwendung.\n\nCreative Commons Notice\n\nCreative Commons ist nicht Partei dieser Lizenz und \u00fcbernimmt keinerlei Gew\u00e4hr oder dergleichen in Bezug auf den Schutzgegenstand. Creative Commons haftet Ihnen oder einer anderen Partei unter keinem rechtlichen Gesichtspunkt f\u00fcr irgendwelche Sch\u00e4den, die - abstrakt oder konkret, zuf\u00e4llig oder vorhersehbar - im Zusammenhang mit dieser Lizenz entstehen. Unbeschadet der vorangegangen beiden S\u00e4tze, hat Creative Commons alle Rechte und Pflichten eines Lizenzgebers, wenn es sich ausdr\u00fccklich als Lizenzgeber im Sinne dieser Lizenz bezeichnet.\n\nCreative Commons gew\u00e4hrt den Parteien nur insoweit das Recht, das Logo und die Marke \"Creative Commons\" zu nutzen, als dies notwendig ist, um der \u00d6ffentlichkeit gegen\u00fcber kenntlich zu machen, dass der Schutzgegenstand unter einer CCPL steht. Ein dar\u00fcber hinaus gehender Gebrauch der Marke \"Creative Commons\" oder einer verwandten Marke oder eines verwandten Logos bedarf der vorherigen schriftlichen Zustimmung von Creative Commons. Jeder erlaubte Gebrauch richtet sich nach der Creative Commons Marken-Nutzungs-Richtlinie in der jeweils aktuellen Fassung, die von Zeit zu Zeit auf der Website ver\u00f6ffentlicht oder auf andere Weise auf Anfrage zug\u00e4nglich gemacht wird. Zur Klarstellung: Die genannten Einschr\u00e4nkungen der Markennutzung sind nicht Bestandteil dieser Lizenz.\n\nCreative Commons kann kontaktiert werden \u00fcber https:\/\/creativecommons.org\/.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by\/3.0\/at\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -12475,7 +12475,7 @@ }, { "rf_shortname": "CC-BY-SA-3.0-AT", - "rf_text": "CREATIVE COMMONS IST KEINE RECHTSANWALTSKANZLEI UND LEISTET KEINE RECHTSBERATUNG. DIE BEREITSTELLUNG DIESER LIZENZ F\u00dcHRT ZU KEINEM MANDATSVERH\u00c4LTNIS. CREATIVE COMMONS STELLT DIESE INFORMATIONEN OHNE GEW\u00c4HR ZUR VERF\u00dcGUNG. CREATIVE COMMONS \u00dcBERNIMMT KEINE GEW\u00c4HRLEISTUNG F\u00dcR DIE GELIEFERTEN INFORMATIONEN UND SCHLIE\u00dfT DIE HAFTUNG F\u00dcR SCH\u00c4DEN AUS, DIE SICH AUS DEREN GEBRAUCH ERGEBEN.\n\nLizenz\n\nDER GEGENSTAND DIESER LIZENZ (WIE UNTER \u201eSCHUTZGEGENSTAND\u201c DEFINIERT) WIRD UNTER DEN BEDINGUNGEN DIESER CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\", \u201eLIZENZ\u201c ODER \"LIZENZVERTRAG\") ZUR VERF\u00dcGUNG GESTELLT. DER SCHUTZGEGENSTAND IST DURCH DAS URHEBERRECHT UND\/ODER ANDERE GESETZE GESCH\u00dcTZT. JEDE FORM DER NUTZUNG DES SCHUTZGEGENSTANDES, DIE NICHT AUFGRUND DIESER LIZENZ ODER DURCH GESETZE GESTATTET IST, IST UNZUL\u00c4SSIG.\n\nDURCH DIE AUS\u00dcBUNG EINES DURCH DIESE LIZENZ GEW\u00c4HRTEN RECHTS AN DEM SCHUTZGEGENSTAND ERKL\u00c4REN SIE SICH MIT DEN LIZENZBEDINGUNGEN RECHTSVERBINDLICH EINVERSTANDEN. SOWEIT DIESE LIZENZ ALS LIZENZVERTRAG ANZUSEHEN IST, GEW\u00c4HRT IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAF\u00dcR, DASS SIE DAS GEBUNDENSEIN AN DIE LIZENZBEDINGUNGEN AKZEPTIEREN.\n\n1. Definitionen\n\n a. Der Begriff \"Bearbeitung\" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Ver\u00e4nderung des Schutzgegenstandes, solange dieses erkennbar vom Schutzgegenstand abgeleitet wurde. Dies kann insbesondere auch eine Umgestaltung, \u00c4nderung, Anpassung, \u00dcbersetzung oder Heranziehung des Schutzgegenstandes zur Vertonung von Laufbildern sein. Nicht als Bearbeitung des Schutzgegenstandes gelten seine Aufnahme in eine Sammlung oder ein Sammelwerk und die freie Nutzung des Schutzgegenstandes.\n\n b. Der Begriff \"Sammelwerk\" im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalten zu einem einheitlichen Ganzen, sofern diese Zusammenstellung aufgrund von Auswahl und Anordnung der darin enthaltenen selbst\u00e4ndigen Elemente eine eigent\u00fcmliche geistige Sch\u00f6pfung darstellt, unabh\u00e4ngig davon, ob die Elemente systematisch oder methodisch angelegt und dadurch einzeln zug\u00e4nglich sind oder nicht.\n\n c. \"Verbreiten\" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Bearbeitungen im Original oder in Form von Vervielf\u00e4ltigungsst\u00fccken, mithin in k\u00f6rperlich fixierter Form der \u00d6ffentlichkeit zug\u00e4nglich zu machen oder in Verkehr zu bringen.\n\n d. Unter \"Lizenzelementen\" werden im Sinne dieser Lizenz die folgenden \u00fcbergeordneten Lizenzcharakteristika verstanden, die vom Lizenzgeber ausgew\u00e4hlt wurden und in der Bezeichnung der Lizenz zum Ausdruck kommen: \"Namensnennung\", \"Weitergabe unter gleichen Bedingungen\".\n\n e. Der \"Lizenzgeber\" im Sinne dieser Lizenz ist diejenige nat\u00fcrliche oder juristische Person oder Gruppe, die den Schutzgegenstand unter den Bedingungen dieser Lizenz anbietet und insoweit als Rechteinhaberin auftritt.\n\n f. \"Rechteinhaber\" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere nat\u00fcrliche oder juristische Person, die am Schutzgegenstand ein Immaterialg\u00fcterrecht erlangt hat, welches die in Abschnitt 3 genannten Handlungen erfasst und eine Erteilung, \u00dcbertragung oder Einr\u00e4umung von Nutzungsbewilligungen bzw Nutzungsrechten an Dritte erlaubt.\n\n g. Der Begriff \"Schutzgegenstand\" bezeichnet in dieser Lizenz den literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalt, der unter den Bedingungen dieser Lizenz angeboten wird. Das kann insbesondere eine eigent\u00fcmliche geistige Sch\u00f6pfung jeglicher Art oder ein Werk der kleinen M\u00fcnze, ein nachgelassenes Werk oder auch ein Lichtbild oder anderes Objekt eines verwandten Schutzrechts sein, unabh\u00e4ngig von der Art seiner Fixierung und unabh\u00e4ngig davon, auf welche Weise jeweils eine Wahrnehmung erfolgen kann, gleichviel ob in analoger oder digitaler Form. Soweit Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, unterfallen auch sie dem Begriff \u201eSchutzgegenstand\u201c im Sinne dieser Lizenz.\n\n h. Mit \"Sie\" bzw. \"Ihnen\" ist die nat\u00fcrliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt 3 genannte Nutzungen des Schutzgegenstandes vornimmt und zuvor in Hinblick auf den Schutzgegenstand nicht gegen Bedingungen dieser Lizenz versto\u00dfen oder aber die ausdr\u00fcckliche Erlaubnis des Lizenzgebers erhalten hat, die durch diese Lizenz gew\u00e4hrte Nutzungsbewilligung trotz eines vorherigen Versto\u00dfes auszu\u00fcben.\n\n i. Unter \"\u00d6ffentlich Wiedergeben\" im Sinne dieser Lizenz sind Wahrnehmbarmachungen des Schutzgegenstandes in unk\u00f6rperlicher Form zu verstehen, die f\u00fcr eine Mehrzahl von Mitgliedern der \u00d6ffentlichkeit bestimmt sind und mittels \u00f6ffentlicher Wiedergabe in Form von Vortrag, Auff\u00fchrung, Vorf\u00fchrung, Darbietung, Sendung, Weitersendung oder zeit- und ortsunabh\u00e4ngiger Zurverf\u00fcgungstellung erfolgen, unabh\u00e4ngig von den zum Einsatz kommenden Techniken und Verfahren, einschlie\u00dflich drahtgebundener oder drahtloser Mittel und Einstellen in das Internet.\n\n j. \"Vervielf\u00e4ltigen\" im Sinne dieser Lizenz bedeutet, gleichviel in welchem Verfahren, auf welchem Tr\u00e4ger, in welcher Menge und ob vor\u00fcbergehend oder dauerhaft, Vervielf\u00e4ltigungsst\u00fccke des Schutzgegenstandes herzustellen, insbesondere durch Ton- oder Bildaufzeichnungen, und umfasst auch das erstmalige Festhalten des Schutzgegenstandes oder dessen Wahrnehmbarmachung auf Mitteln der wiederholbaren Wiedergabe sowie das Herstellen von Vervielf\u00e4ltigungsst\u00fccken dieser Festhaltung, sowie die Speicherung einer gesch\u00fctzten Darbietung oder eines Bild- und\/oder Schalltr\u00e4gers in digitaler Form oder auf einem anderen elektronischen Medium.\n\n k. \"Mit Creative Commons kompatible Lizenz\" bezeichnet eine Lizenz, die unter https:\/\/creativecommons.org\/compatiblelicenses aufgelistet ist und die durch Creative Commons als grunds\u00e4tzlich zur vorliegenden Lizenz \u00e4quivalent akzeptiert wurde, da zumindest folgende Voraussetzungen erf\u00fcllt sind:\n\n Diese mit Creative Commons kompatible Lizenz\n\n i. enth\u00e4lt Bestimmungen, welche die gleichen Ziele verfolgen, die gleiche Bedeutung haben und die gleichen Wirkungen erzeugen wie die Lizenzelemente der vorliegenden Lizenz; und\n\n ii. erlaubt ausdr\u00fccklich das Lizenzieren von ihr unterstellten Abwandlungen unter vorliegender Lizenz, unter einer anderen rechtsordnungsspezifisch angepassten Creative-Commons-Lizenz mit denselben Lizenzelementen wie vorliegende Lizenz aufweist oder unter der entsprechenden Creative-Commons-Unported-Lizenz.\n\n2. Beschr\u00e4nkungen der Verwertungsrechte\n\nDiese Lizenz ist in keiner Weise darauf gerichtet, Befugnisse zur Nutzung des Schutzgegenstandes zu vermindern, zu beschr\u00e4nken oder zu vereiteln, die sich aus den Beschr\u00e4nkungen der Verwertungsrechte, anderen Beschr\u00e4nkungen der Ausschlie\u00dflichkeitsrechte des Rechtsinhabers oder anderen entsprechenden Rechtsnormen oder sich aus dem Fehlen eines immaterialg\u00fcterrechtlichen Schutzes ergeben.\n\n3. Lizenzierung\n\nUnter den Bedingungen dieser Lizenz erteilt Ihnen der Lizenzgeber - unbeschadet unverzichtbarer Rechte und vorbehaltlich des Abschnitts 3.e) - die verg\u00fctungsfreie, r\u00e4umlich und zeitlich (f\u00fcr die Dauer des Urheberrechts oder verwandten Schutzrechts am Schutzgegenstand) unbeschr\u00e4nkte Nutzungsbewilligung, den Schutzgegenstand in der folgenden Art und Weise zu nutzen:\n\n a. Den Schutzgegenstand in beliebiger Form und Menge zu vervielf\u00e4ltigen, ihn in Sammelwerke zu integrieren und ihn als Teil solcher Sammelwerke zu vervielf\u00e4ltigen;\n\n b. Den Schutzgegenstand zu bearbeiten, einschlie\u00dflich \u00dcbersetzungen unter Nutzung jedweder Medien anzufertigen, sofern deutlich erkennbar gemacht wird, dass es sich um eine Bearbeitung handelt;\n\n c. Den Schutzgegenstand, allein oder in Sammelwerke aufgenommen, \u00f6ffentlich wiederzugeben und zu verbreiten; und\n\n d. Bearbeitungen des Schutzgegenstandes zu ver\u00f6ffentlichen, \u00f6ffentlich wiederzugeben und zu verbreiten.\n\n e. Bez\u00fcglich Verg\u00fctung f\u00fcr die Nutzung des Schutzgegenstandes gilt Folgendes:\n\n i. Unverzichtbare gesetzliche Verg\u00fctungsanspr\u00fcche: Soweit unverzichtbare Verg\u00fctungsanspr\u00fcche im Gegenzug f\u00fcr gesetzliche Lizenzen vorgesehen oder Pauschalabgabensysteme (zum Beispiel f\u00fcr Leermedien) vorhanden sind, beh\u00e4lt sich der Lizenzgeber das ausschlie\u00dfliche Recht vor, die entsprechenden Verg\u00fctungsanspr\u00fcche f\u00fcr jede Aus\u00fcbung eines Rechts aus dieser Lizenz durch Sie geltend zu machen.\n\n ii. Verg\u00fctung bei Zwangslizenzen: Soweit Zwangslizenzen au\u00dferhalb dieser Lizenz vorgesehen sind und zustande kommen, verzichtet der Lizenzgeber f\u00fcr alle F\u00e4lle einer lizenzgerechten Nutzung des Schutzgegenstandes durch Sie auf jegliche Verg\u00fctung.\n\n iii. Verg\u00fctung in sonstigen F\u00e4llen: Bez\u00fcglich lizenzgerechter Nutzung des Schutzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) f\u00e4llt, verzichtet der Lizenzgeber auf jegliche Verg\u00fctung, unabh\u00e4ngig davon, ob eine Geltendmachung der Verg\u00fctungsanspr\u00fcche durch ihn selbst oder nur durch eine Verwertungsgesellschaft m\u00f6glich w\u00e4re.\n\nDie vorgenannte Nutzungsbewilligung wird f\u00fcr alle bekannten sowie alle noch nicht bekannten Nutzungsarten einger\u00e4umt. Sie beinhaltet auch das Recht, solche \u00c4nderungen am Schutzgegenstand vorzunehmen, die f\u00fcr bestimmte nach dieser Lizenz zul\u00e4ssige Nutzungen technisch erforderlich sind. Alle sonstigen Rechte, die \u00fcber diesen Abschnitt hinaus nicht ausdr\u00fccklich vom Lizenzgeber einger\u00e4umt werden, bleiben diesem allein vorbehalten. Soweit Datenbanken oder Zusammenstellungen von Daten Schutzgegenstand dieser Lizenz oder Teil dessen sind und einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, verzichtet der Lizenzgeber auf die Geltendmachung s\u00e4mtlicher daraus resultierender Rechte.\n\n4. Bedingungen\n\nDie Erteilung der Nutzungsbewilligung gem\u00e4\u00df Abschnitt 3 dieser Lizenz erfolgt ausdr\u00fccklich nur unter den folgenden Bedingungen:\n\n a. Sie d\u00fcrfen den Schutzgegenstand ausschlie\u00dflich unter den Bedingungen dieser Lizenz verbreiten oder \u00f6ffentlich wiedergeben. Sie m\u00fcssen dabei stets eine Kopie dieser Lizenz oder deren vollst\u00e4ndige Internetadresse in Form des Uniform-Resource-Identifier (URI) beif\u00fcgen. Sie d\u00fcrfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen dieser Lizenz oder die durch diese Lizenz gew\u00e4hrten Rechte beschr\u00e4nken. Sie d\u00fcrfen den Schutzgegenstand nicht unterlizenzieren. Bei jeder Kopie des Schutzgegenstandes, die Sie verbreiten oder \u00f6ffentlich wiedergeben, m\u00fcssen Sie alle Hinweise unver\u00e4ndert lassen, die auf diese Lizenz und den Haftungsausschluss hinweisen. Wenn Sie den Schutzgegenstand verbreiten oder \u00f6ffentlich wiedergeben, d\u00fcrfen Sie (in Bezug auf den Schutzgegenstand) keine technischen Ma\u00dfnahmen ergreifen, die den Nutzer des Schutzgegenstandes in der Aus\u00fcbung der ihm durch diese Lizenz gew\u00e4hrten Rechte behindern k\u00f6nnen. Dasselbe gilt auch f\u00fcr den Fall, dass der Schutzgegenstand einen Bestandteil eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk insgesamt dieser Lizenz unterstellt werden muss. Sofern Sie ein Sammelwerk erstellen, m\u00fcssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin aus dem Sammelwerk die in Abschnitt 4.c) aufgez\u00e4hlten Hinweise entfernen. Wenn Sie eine Bearbeitung vornehmen, m\u00fcssen Sie \u2013 soweit dies praktikabel ist \u2013 auf die Mitteilung eines Lizenzgebers hin von der Bearbeitung die in Abschnitt 4.c) aufgez\u00e4hlten Hinweise entfernen.\n\n b. Sie d\u00fcrfen eine Bearbeitung ausschlie\u00dflich unter den Bedingungen\n\n i. dieser Lizenz,\n\n ii. einer sp\u00e4teren Version dieser Lizenz mit denselben Lizenzelementen,\n\n iii. einer rechtsordnungsspezifischen Creative-Commons-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufw\u00e4rts (z.B. Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 US),\n\n iv. der Creative-Commons-Unported-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufw\u00e4rts, oder\n\n v. einer mit Creative Commons kompatiblen Lizenz\n\n verbreiten oder \u00f6ffentlich wiedergeben.\n\n Falls Sie die Bearbeitung gem\u00e4\u00df Abschnitt b)(v) unter einer mit Creative Commons kompatiblen Lizenz lizenzieren, m\u00fcssen Sie deren Lizenzbestimmungen Folge leisten.\n\n Falls Sie die Bearbeitung unter einer der unter b)(i)-(iv) genannten Lizenzen (\"Verwendbare Lizenzen\") lizenzieren, m\u00fcssen Sie deren Lizenzbestimmungen sowie folgenden Bestimmungen Folge leisten: Sie m\u00fcssen stets eine Kopie der verwendbaren Lizenz oder deren vollst\u00e4ndige Internetadresse in Form des Uniform-Resource-Identifier (URI) beif\u00fcgen, wenn Sie die Bearbeitung verbreiten oder \u00f6ffentlich wiedergeben. Sie d\u00fcrfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen der verwendbaren Lizenz oder die durch sie gew\u00e4hrten Rechte beschr\u00e4nken. Bei jeder Bearbeitung, die Sie verbreiten oder \u00f6ffentlich wiedergeben, m\u00fcssen Sie alle Hinweise auf die verwendbare Lizenz und den Haftungsausschluss unver\u00e4ndert lassen. Wenn Sie die Bearbeitung verbreiten oder \u00f6ffentlich wiedergeben, d\u00fcrfen Sie (in Bezug auf die Bearbeitung) keine technischen Ma\u00dfnahmen ergreifen, die den Nutzer der Bearbeitung in der Aus\u00fcbung der ihm durch die verwendbare Lizenz gew\u00e4hrten Rechte behindern k\u00f6nnen. Dieser Abschnitt 4.b) gilt auch f\u00fcr den Fall, dass die Bearbeitung einen Bestandteil eines Sammelwerkes bildet; dies bedeutet jedoch nicht, dass das Sammelwerk insgesamt der verwendbaren Lizenz unterstellt werden muss.\n\n c. Die Verbreitung und die \u00f6ffentliche Wiedergabe des Schutzgegenstandes oder auf ihm aufbauender Inhalte oder ihn enthaltender Sammelwerke ist Ihnen nur unter der Bedingung gestattet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu geh\u00f6renden Rechtevermerke unber\u00fchrt lassen. Sie sind verpflichtet, die Urheberschaft oder die Rechteinhaberschaft in einer der Nutzung entsprechenden, angemessenen Form anzuerkennen, indem Sie selbst \u2013 soweit bekannt \u2013 Folgendes angeben:\n\n i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) des Rechteinhabers, und\/oder falls der Lizenzgeber im Rechtevermerk, in den Nutzungsbedingungen oder auf andere angemessene Weise eine Zuschreibung an Dritte vorgenommen hat (z.B. an eine Stiftung, ein Verlagshaus oder eine Zeitung) (\u201eZuschreibungsempf\u00e4nger\u201c), Namen bzw. Bezeichnung dieses oder dieser Dritten;\n\n ii. den Titel des Inhaltes;\n\n iii. in einer praktikablen Form den Uniform-Resource-Identifier (URI, z.B. Internetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, es sei denn, dieser URI verweist nicht auf den Rechtevermerk oder die Lizenzinformationen zum Schutzgegenstand;\n\n iv. und im Falle einer Bearbeitung des Schutzgegenstandes in \u00dcbereinstimmung mit Abschnitt 3.b) einen Hinweis darauf, dass es sich um eine Bearbeitung handelt.\n\n Die nach diesem Abschnitt 4.c) erforderlichen Angaben k\u00f6nnen in jeder angemessenen Form gemacht werden; im Falle einer Bearbeitung des Schutzgegenstandes oder eines Sammelwerkes m\u00fcssen diese Angaben das Minimum darstellen und bei gemeinsamer Nennung aller Beitragenden dergestalt erfolgen, dass sie zumindest ebenso hervorgehoben sind wie die Hinweise auf die \u00fcbrigen Rechteinhaber. Die Angaben nach diesem Abschnitt d\u00fcrfen Sie ausschlie\u00dflich zur Angabe der Rechteinhaberschaft in der oben bezeichneten Weise verwenden. Durch die Aus\u00fcbung Ihrer Rechte aus dieser Lizenz d\u00fcrfen Sie ohne eine vorherige, separat und schriftlich vorliegende Zustimmung des Urhebers, des Lizenzgebers und\/oder des Zuschreibungsempf\u00e4ngers weder implizit noch explizit irgendeine Verbindung mit dem oder eine Unterst\u00fctzung oder Billigung durch den Lizenzgeber oder den Zuschreibungsempf\u00e4nger andeuten oder erkl\u00e4ren.\n\n d. Die oben unter 4.a) bis c) genannten Einschr\u00e4nkungen gelten nicht f\u00fcr solche Teile des Schutzgegenstandes, die allein deshalb unter den Schutzgegenstandsbegriff fallen, weil sie als Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen.\n\n e. (Urheber)Pers\u00f6nlichkeitsrechte bleiben - soweit sie bestehen - von dieser Lizenz unber\u00fchrt.\n\n5. Gew\u00e4hrleistung\n\nSOFERN KEINE ANDERS LAUTENDE, SCHRIFTLICHE VEREINBARUNG ZWISCHEN DEM LIZENZGEBER UND IHNEN GESCHLOSSEN WURDE UND SOWEIT M\u00c4NGEL NICHT ARGLISTIG VERSCHWIEGEN WURDEN, BIETET DER LIZENZGEBER DEN SCHUTZGEGENSTAND UND DIE ERTEILUNG DER NUTZUNGSBEWILLIGUNG UNTER AUSSCHLUSS JEGLICHER GEW\u00c4HRLEISTUNG AN UND \u00dcBERNIMMT WEDER AUSDR\u00dcCKLICH NOCH KONKLUDENT GARANTIEN IRGENDEINER ART. DIES UMFASST INSBESONDERE DAS FREISEIN VON SACH- UND RECHTSM\u00c4NGELN, UNABH\u00c4NGIG VON DEREN ERKENNBARKEIT F\u00dcR DEN LIZENZGEBER, DIE VERKEHRSF\u00c4HIGKEIT DES SCHUTZGEGENSTANDES, SEINE VERWENDBARKEIT F\u00dcR EINEN BESTIMMTEN ZWECK SOWIE DIE KORREKTHEIT VON BESCHREIBUNGEN.\n\n6. Haftungsbeschr\u00e4nkung\n\n\u00dcBER DIE IN ZIFFER 5 GENANNTE GEW\u00c4HRLEISTUNG HINAUS HAFTET DER LIZENZGEBER IHNEN GEGEN\u00dcBER F\u00dcR SCH\u00c4DEN JEGLICHER ART NUR BEI GROBER FAHRL\u00c4SSIGKEIT ODER VORSATZ, UND \u00dcBERNIMMT DAR\u00dcBER HINAUS KEINERLEI FREIWILLIGE HAFTUNG F\u00dcR FOLGE- ODER ANDERE SCH\u00c4DEN, AUCH WENN ER \u00dcBER DIE M\u00d6GLICHKEIT IHRES EINTRITTS UNTERRICHTET WURDE.\n\n7. Erl\u00f6schen\n\n a. Diese Lizenz und die durch sie erteilte Nutzungsbewilligung erl\u00f6schen mit Wirkung f\u00fcr die Zukunft im Falle eines Versto\u00dfes gegen die Lizenzbedingungen durch Sie, ohne dass es dazu der Kenntnis des Lizenzgebers vom Versto\u00df oder einer weiteren Handlung einer der Vertragsparteien bedarf. Mit nat\u00fcrlichen oder juristischen Personen, die Bearbeitungen des Schutzgegenstandes oder diesen enthaltende Sammelwerke sowie entsprechende Vervielf\u00e4ltigungsst\u00fccke unter den Bedingungen dieser Lizenz von Ihnen erhalten haben, bestehen nachtr\u00e4glich entstandene Lizenzbeziehungen jedoch solange weiter, wie die genannten Personen sich ihrerseits an s\u00e4mtliche Lizenzbedingungen halten. Dar\u00fcber hinaus gelten die Ziffern 1, 2, 5, 6, 7, und 8 auch nach einem Erl\u00f6schen dieser Lizenz fort.\n\n b. Vorbehaltlich der oben genannten Bedingungen gilt diese Lizenz unbefristet bis der rechtliche Schutz f\u00fcr den Schutzgegenstand ausl\u00e4uft. Davon abgesehen beh\u00e4lt der Lizenzgeber das Recht, den Schutzgegenstand unter anderen Lizenzbedingungen anzubieten oder die eigene Weitergabe des Schutzgegenstandes jederzeit einzustellen, solange die Aus\u00fcbung dieses Rechts nicht einer K\u00fcndigung oder einem Widerruf dieser Lizenz (oder irgendeiner Weiterlizenzierung, die auf Grundlage dieser Lizenz bereits erfolgt ist bzw. zuk\u00fcnftig noch erfolgen muss) dient und diese Lizenz unter Ber\u00fccksichtigung der oben zum Erl\u00f6schen genannten Bedingungen vollumf\u00e4nglich wirksam bleibt.\n\n8. Sonstige Bestimmungen\n\n a. Jedes Mal wenn Sie den Schutzgegenstand f\u00fcr sich genommen oder als Teil eines Sammelwerkes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n b. Jedes Mal wenn Sie eine Bearbeitung des Schutzgegenstandes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz am urspr\u00fcnglichen Schutzgegenstand zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n c. Sollte eine Bestimmung dieser Lizenz unwirksam sein, so bleibt davon die Wirksamkeit der Lizenz im \u00dcbrigen unber\u00fchrt.\n\n d. Keine Bestimmung dieser Lizenz soll als abbedungen und kein Versto\u00df gegen sie als zul\u00e4ssig gelten, solange die von dem Verzicht oder von dem Versto\u00df betroffene Seite nicht schriftlich zugestimmt hat.\n\n e. Diese Lizenz (zusammen mit in ihr ausdr\u00fccklich vorgesehenen Erlaubnissen, Mitteilungen und Zustimmungen, soweit diese tats\u00e4chlich vorliegen) stellt die vollst\u00e4ndige Vereinbarung zwischen dem Lizenzgeber und Ihnen in Bezug auf den Schutzgegenstand dar. Es bestehen keine Abreden, Vereinbarungen oder Erkl\u00e4rungen in Bezug auf den Schutzgegenstand, die in dieser Lizenz nicht genannt sind. Rechtsgesch\u00e4ftliche \u00c4nderungen des Verh\u00e4ltnisses zwischen dem Lizenzgeber und Ihnen sind nur \u00fcber Modifikationen dieser Lizenz m\u00f6glich. Der Lizenzgeber ist an etwaige zus\u00e4tzliche, einseitig durch Sie \u00fcbermittelte Bestimmungen nicht gebunden. Diese Lizenz kann nur durch schriftliche Vereinbarung zwischen Ihnen und dem Lizenzgeber modifiziert werden. Derlei Modifikationen wirken ausschlie\u00dflich zwischen dem Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gem\u00e4\u00df 8.a) und b) angebotenen Lizenzen aus.\n\n f. Sofern zwischen Ihnen und dem Lizenzgeber keine anderweitige Vereinbarung getroffen wurde und soweit Wahlfreiheit besteht, findet auf diesen Lizenzvertrag das Recht der Republik \u00d6sterreich Anwendung.\n\nCreative Commons Notice\n\nCreative Commons ist nicht Partei dieser Lizenz und \u00fcbernimmt keinerlei Gew\u00e4hr oder dergleichen in Bezug auf den Schutzgegenstand. Creative Commons haftet Ihnen oder einer anderen Partei unter keinem rechtlichen Gesichtspunkt f\u00fcr irgendwelche Sch\u00e4den, die - abstrakt oder konkret, zuf\u00e4llig oder vorhersehbar - im Zusammenhang mit dieser Lizenz entstehen. Unbeschadet der vorangegangen beiden S\u00e4tze, hat Creative Commons alle Rechte und Pflichten eines Lizenzgebers, wenn es sich ausdr\u00fccklich als Lizenzgeber im Sinne dieser Lizenz bezeichnet.\n\nCreative Commons gew\u00e4hrt den Parteien nur insoweit das Recht, das Logo und die Marke \"Creative Commons\" zu nutzen, als dies notwendig ist, um der \u00d6ffentlichkeit gegen\u00fcber kenntlich zu machen, dass der Schutzgegenstand unter einer CCPL steht. Ein dar\u00fcber hinaus gehender Gebrauch der Marke \"Creative Commons\" oder einer verwandten Marke oder eines verwandten Logos bedarf der vorherigen schriftlichen Zustimmung von Creative Commons. Jeder erlaubte Gebrauch richtet sich nach der Creative Commons Marken-Nutzungs-Richtlinie in der jeweils aktuellen Fassung, die von Zeit zu Zeit auf der Website ver\u00f6ffentlicht oder auf andere Weise auf Anfrage zug\u00e4nglich gemacht wird. Zur Klarstellung: Die genannten Einschr\u00e4nkungen der Markennutzung sind nicht Bestandteil dieser Lizenz.\n\nCreative Commons kann kontaktiert werden \u00fcber https:\/\/creativecommons.org\/.\n", + "rf_text": "CREATIVE COMMONS IST KEINE RECHTSANWALTSKANZLEI UND LEISTET KEINE RECHTSBERATUNG. DIE BEREITSTELLUNG DIESER LIZENZ F\u00dcHRT ZU KEINEM MANDATSVERH\u00c4LTNIS. CREATIVE COMMONS STELLT DIESE INFORMATIONEN OHNE GEW\u00c4HR ZUR VERF\u00dcGUNG. CREATIVE COMMONS \u00dcBERNIMMT KEINE GEW\u00c4HRLEISTUNG F\u00dcR DIE GELIEFERTEN INFORMATIONEN UND SCHLIE\u00dfT DIE HAFTUNG F\u00dcR SCH\u00c4DEN AUS, DIE SICH AUS DEREN GEBRAUCH ERGEBEN.\n\nLizenz\n\nDER GEGENSTAND DIESER LIZENZ (WIE UNTER \u201eSCHUTZGEGENSTAND\" DEFINIERT) WIRD UNTER DEN BEDINGUNGEN DIESER CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\", \u201eLIZENZ\" ODER \"LIZENZVERTRAG\") ZUR VERF\u00dcGUNG GESTELLT. DER SCHUTZGEGENSTAND IST DURCH DAS URHEBERRECHT UND\/ODER ANDERE GESETZE GESCH\u00dcTZT. JEDE FORM DER NUTZUNG DES SCHUTZGEGENSTANDES, DIE NICHT AUFGRUND DIESER LIZENZ ODER DURCH GESETZE GESTATTET IST, IST UNZUL\u00c4SSIG.\n\nDURCH DIE AUS\u00dcBUNG EINES DURCH DIESE LIZENZ GEW\u00c4HRTEN RECHTS AN DEM SCHUTZGEGENSTAND ERKL\u00c4REN SIE SICH MIT DEN LIZENZBEDINGUNGEN RECHTSVERBINDLICH EINVERSTANDEN. SOWEIT DIESE LIZENZ ALS LIZENZVERTRAG ANZUSEHEN IST, GEW\u00c4HRT IHNEN DER LIZENZGEBER DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAF\u00dcR, DASS SIE DAS GEBUNDENSEIN AN DIE LIZENZBEDINGUNGEN AKZEPTIEREN.\n\n1. Definitionen\n\n a. Der Begriff \"Bearbeitung\" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Ver\u00e4nderung des Schutzgegenstandes, solange dieses erkennbar vom Schutzgegenstand abgeleitet wurde. Dies kann insbesondere auch eine Umgestaltung, \u00c4nderung, Anpassung, \u00dcbersetzung oder Heranziehung des Schutzgegenstandes zur Vertonung von Laufbildern sein. Nicht als Bearbeitung des Schutzgegenstandes gelten seine Aufnahme in eine Sammlung oder ein Sammelwerk und die freie Nutzung des Schutzgegenstandes.\n\n b. Der Begriff \"Sammelwerk\" im Sinne dieser Lizenz meint eine Zusammenstellung von literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalten zu einem einheitlichen Ganzen, sofern diese Zusammenstellung aufgrund von Auswahl und Anordnung der darin enthaltenen selbst\u00e4ndigen Elemente eine eigent\u00fcmliche geistige Sch\u00f6pfung darstellt, unabh\u00e4ngig davon, ob die Elemente systematisch oder methodisch angelegt und dadurch einzeln zug\u00e4nglich sind oder nicht.\n\n c. \"Verbreiten\" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder Bearbeitungen im Original oder in Form von Vervielf\u00e4ltigungsst\u00fccken, mithin in k\u00f6rperlich fixierter Form der \u00d6ffentlichkeit zug\u00e4nglich zu machen oder in Verkehr zu bringen.\n\n d. Unter \"Lizenzelementen\" werden im Sinne dieser Lizenz die folgenden \u00fcbergeordneten Lizenzcharakteristika verstanden, die vom Lizenzgeber ausgew\u00e4hlt wurden und in der Bezeichnung der Lizenz zum Ausdruck kommen: \"Namensnennung\", \"Weitergabe unter gleichen Bedingungen\".\n\n e. Der \"Lizenzgeber\" im Sinne dieser Lizenz ist diejenige nat\u00fcrliche oder juristische Person oder Gruppe, die den Schutzgegenstand unter den Bedingungen dieser Lizenz anbietet und insoweit als Rechteinhaberin auftritt.\n\n f. \"Rechteinhaber\" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes oder jede andere nat\u00fcrliche oder juristische Person, die am Schutzgegenstand ein Immaterialg\u00fcterrecht erlangt hat, welches die in Abschnitt 3 genannten Handlungen erfasst und eine Erteilung, \u00dcbertragung oder Einr\u00e4umung von Nutzungsbewilligungen bzw Nutzungsrechten an Dritte erlaubt.\n\n g. Der Begriff \"Schutzgegenstand\" bezeichnet in dieser Lizenz den literarischen, k\u00fcnstlerischen oder wissenschaftlichen Inhalt, der unter den Bedingungen dieser Lizenz angeboten wird. Das kann insbesondere eine eigent\u00fcmliche geistige Sch\u00f6pfung jeglicher Art oder ein Werk der kleinen M\u00fcnze, ein nachgelassenes Werk oder auch ein Lichtbild oder anderes Objekt eines verwandten Schutzrechts sein, unabh\u00e4ngig von der Art seiner Fixierung und unabh\u00e4ngig davon, auf welche Weise jeweils eine Wahrnehmung erfolgen kann, gleichviel ob in analoger oder digitaler Form. Soweit Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, unterfallen auch sie dem Begriff \u201eSchutzgegenstand\" im Sinne dieser Lizenz.\n\n h. Mit \"Sie\" bzw. \"Ihnen\" ist die nat\u00fcrliche oder juristische Person gemeint, die in dieser Lizenz im Abschnitt 3 genannte Nutzungen des Schutzgegenstandes vornimmt und zuvor in Hinblick auf den Schutzgegenstand nicht gegen Bedingungen dieser Lizenz versto\u00dfen oder aber die ausdr\u00fcckliche Erlaubnis des Lizenzgebers erhalten hat, die durch diese Lizenz gew\u00e4hrte Nutzungsbewilligung trotz eines vorherigen Versto\u00dfes auszu\u00fcben.\n\n i. Unter \"\u00d6ffentlich Wiedergeben\" im Sinne dieser Lizenz sind Wahrnehmbarmachungen des Schutzgegenstandes in unk\u00f6rperlicher Form zu verstehen, die f\u00fcr eine Mehrzahl von Mitgliedern der \u00d6ffentlichkeit bestimmt sind und mittels \u00f6ffentlicher Wiedergabe in Form von Vortrag, Auff\u00fchrung, Vorf\u00fchrung, Darbietung, Sendung, Weitersendung oder zeit- und ortsunabh\u00e4ngiger Zurverf\u00fcgungstellung erfolgen, unabh\u00e4ngig von den zum Einsatz kommenden Techniken und Verfahren, einschlie\u00dflich drahtgebundener oder drahtloser Mittel und Einstellen in das Internet.\n\n j. \"Vervielf\u00e4ltigen\" im Sinne dieser Lizenz bedeutet, gleichviel in welchem Verfahren, auf welchem Tr\u00e4ger, in welcher Menge und ob vor\u00fcbergehend oder dauerhaft, Vervielf\u00e4ltigungsst\u00fccke des Schutzgegenstandes herzustellen, insbesondere durch Ton- oder Bildaufzeichnungen, und umfasst auch das erstmalige Festhalten des Schutzgegenstandes oder dessen Wahrnehmbarmachung auf Mitteln der wiederholbaren Wiedergabe sowie das Herstellen von Vervielf\u00e4ltigungsst\u00fccken dieser Festhaltung, sowie die Speicherung einer gesch\u00fctzten Darbietung oder eines Bild- und\/oder Schalltr\u00e4gers in digitaler Form oder auf einem anderen elektronischen Medium.\n\n k. \"Mit Creative Commons kompatible Lizenz\" bezeichnet eine Lizenz, die unter https:\/\/creativecommons.org\/compatiblelicenses aufgelistet ist und die durch Creative Commons als grunds\u00e4tzlich zur vorliegenden Lizenz \u00e4quivalent akzeptiert wurde, da zumindest folgende Voraussetzungen erf\u00fcllt sind:\n\n Diese mit Creative Commons kompatible Lizenz\n\n i. enth\u00e4lt Bestimmungen, welche die gleichen Ziele verfolgen, die gleiche Bedeutung haben und die gleichen Wirkungen erzeugen wie die Lizenzelemente der vorliegenden Lizenz; und\n\n ii. erlaubt ausdr\u00fccklich das Lizenzieren von ihr unterstellten Abwandlungen unter vorliegender Lizenz, unter einer anderen rechtsordnungsspezifisch angepassten Creative-Commons-Lizenz mit denselben Lizenzelementen wie vorliegende Lizenz aufweist oder unter der entsprechenden Creative-Commons-Unported-Lizenz.\n\n2. Beschr\u00e4nkungen der Verwertungsrechte\n\nDiese Lizenz ist in keiner Weise darauf gerichtet, Befugnisse zur Nutzung des Schutzgegenstandes zu vermindern, zu beschr\u00e4nken oder zu vereiteln, die sich aus den Beschr\u00e4nkungen der Verwertungsrechte, anderen Beschr\u00e4nkungen der Ausschlie\u00dflichkeitsrechte des Rechtsinhabers oder anderen entsprechenden Rechtsnormen oder sich aus dem Fehlen eines immaterialg\u00fcterrechtlichen Schutzes ergeben.\n\n3. Lizenzierung\n\nUnter den Bedingungen dieser Lizenz erteilt Ihnen der Lizenzgeber - unbeschadet unverzichtbarer Rechte und vorbehaltlich des Abschnitts 3.e) - die verg\u00fctungsfreie, r\u00e4umlich und zeitlich (f\u00fcr die Dauer des Urheberrechts oder verwandten Schutzrechts am Schutzgegenstand) unbeschr\u00e4nkte Nutzungsbewilligung, den Schutzgegenstand in der folgenden Art und Weise zu nutzen:\n\n a. Den Schutzgegenstand in beliebiger Form und Menge zu vervielf\u00e4ltigen, ihn in Sammelwerke zu integrieren und ihn als Teil solcher Sammelwerke zu vervielf\u00e4ltigen;\n\n b. Den Schutzgegenstand zu bearbeiten, einschlie\u00dflich \u00dcbersetzungen unter Nutzung jedweder Medien anzufertigen, sofern deutlich erkennbar gemacht wird, dass es sich um eine Bearbeitung handelt;\n\n c. Den Schutzgegenstand, allein oder in Sammelwerke aufgenommen, \u00f6ffentlich wiederzugeben und zu verbreiten; und\n\n d. Bearbeitungen des Schutzgegenstandes zu ver\u00f6ffentlichen, \u00f6ffentlich wiederzugeben und zu verbreiten.\n\n e. Bez\u00fcglich Verg\u00fctung f\u00fcr die Nutzung des Schutzgegenstandes gilt Folgendes:\n\n i. Unverzichtbare gesetzliche Verg\u00fctungsanspr\u00fcche: Soweit unverzichtbare Verg\u00fctungsanspr\u00fcche im Gegenzug f\u00fcr gesetzliche Lizenzen vorgesehen oder Pauschalabgabensysteme (zum Beispiel f\u00fcr Leermedien) vorhanden sind, beh\u00e4lt sich der Lizenzgeber das ausschlie\u00dfliche Recht vor, die entsprechenden Verg\u00fctungsanspr\u00fcche f\u00fcr jede Aus\u00fcbung eines Rechts aus dieser Lizenz durch Sie geltend zu machen.\n\n ii. Verg\u00fctung bei Zwangslizenzen: Soweit Zwangslizenzen au\u00dferhalb dieser Lizenz vorgesehen sind und zustande kommen, verzichtet der Lizenzgeber f\u00fcr alle F\u00e4lle einer lizenzgerechten Nutzung des Schutzgegenstandes durch Sie auf jegliche Verg\u00fctung.\n\n iii. Verg\u00fctung in sonstigen F\u00e4llen: Bez\u00fcglich lizenzgerechter Nutzung des Schutzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte (i) und (ii) f\u00e4llt, verzichtet der Lizenzgeber auf jegliche Verg\u00fctung, unabh\u00e4ngig davon, ob eine Geltendmachung der Verg\u00fctungsanspr\u00fcche durch ihn selbst oder nur durch eine Verwertungsgesellschaft m\u00f6glich w\u00e4re.\n\nDie vorgenannte Nutzungsbewilligung wird f\u00fcr alle bekannten sowie alle noch nicht bekannten Nutzungsarten einger\u00e4umt. Sie beinhaltet auch das Recht, solche \u00c4nderungen am Schutzgegenstand vorzunehmen, die f\u00fcr bestimmte nach dieser Lizenz zul\u00e4ssige Nutzungen technisch erforderlich sind. Alle sonstigen Rechte, die \u00fcber diesen Abschnitt hinaus nicht ausdr\u00fccklich vom Lizenzgeber einger\u00e4umt werden, bleiben diesem allein vorbehalten. Soweit Datenbanken oder Zusammenstellungen von Daten Schutzgegenstand dieser Lizenz oder Teil dessen sind und einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen, verzichtet der Lizenzgeber auf die Geltendmachung s\u00e4mtlicher daraus resultierender Rechte.\n\n4. Bedingungen\n\nDie Erteilung der Nutzungsbewilligung gem\u00e4\u00df Abschnitt 3 dieser Lizenz erfolgt ausdr\u00fccklich nur unter den folgenden Bedingungen:\n\n a. Sie d\u00fcrfen den Schutzgegenstand ausschlie\u00dflich unter den Bedingungen dieser Lizenz verbreiten oder \u00f6ffentlich wiedergeben. Sie m\u00fcssen dabei stets eine Kopie dieser Lizenz oder deren vollst\u00e4ndige Internetadresse in Form des Uniform-Resource-Identifier (URI) beif\u00fcgen. Sie d\u00fcrfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen dieser Lizenz oder die durch diese Lizenz gew\u00e4hrten Rechte beschr\u00e4nken. Sie d\u00fcrfen den Schutzgegenstand nicht unterlizenzieren. Bei jeder Kopie des Schutzgegenstandes, die Sie verbreiten oder \u00f6ffentlich wiedergeben, m\u00fcssen Sie alle Hinweise unver\u00e4ndert lassen, die auf diese Lizenz und den Haftungsausschluss hinweisen. Wenn Sie den Schutzgegenstand verbreiten oder \u00f6ffentlich wiedergeben, d\u00fcrfen Sie (in Bezug auf den Schutzgegenstand) keine technischen Ma\u00dfnahmen ergreifen, die den Nutzer des Schutzgegenstandes in der Aus\u00fcbung der ihm durch diese Lizenz gew\u00e4hrten Rechte behindern k\u00f6nnen. Dasselbe gilt auch f\u00fcr den Fall, dass der Schutzgegenstand einen Bestandteil eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk insgesamt dieser Lizenz unterstellt werden muss. Sofern Sie ein Sammelwerk erstellen, m\u00fcssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin aus dem Sammelwerk die in Abschnitt 4.c) aufgez\u00e4hlten Hinweise entfernen. Wenn Sie eine Bearbeitung vornehmen, m\u00fcssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin von der Bearbeitung die in Abschnitt 4.c) aufgez\u00e4hlten Hinweise entfernen.\n\n b. Sie d\u00fcrfen eine Bearbeitung ausschlie\u00dflich unter den Bedingungen\n\n i. dieser Lizenz,\n\n ii. einer sp\u00e4teren Version dieser Lizenz mit denselben Lizenzelementen,\n\n iii. einer rechtsordnungsspezifischen Creative-Commons-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufw\u00e4rts (z.B. Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 US),\n\n iv. der Creative-Commons-Unported-Lizenz mit denselben Lizenzelementen ab Version 3.0 aufw\u00e4rts, oder\n\n v. einer mit Creative Commons kompatiblen Lizenz\n\n verbreiten oder \u00f6ffentlich wiedergeben.\n\n Falls Sie die Bearbeitung gem\u00e4\u00df Abschnitt b)(v) unter einer mit Creative Commons kompatiblen Lizenz lizenzieren, m\u00fcssen Sie deren Lizenzbestimmungen Folge leisten.\n\n Falls Sie die Bearbeitung unter einer der unter b)(i)-(iv) genannten Lizenzen (\"Verwendbare Lizenzen\") lizenzieren, m\u00fcssen Sie deren Lizenzbestimmungen sowie folgenden Bestimmungen Folge leisten: Sie m\u00fcssen stets eine Kopie der verwendbaren Lizenz oder deren vollst\u00e4ndige Internetadresse in Form des Uniform-Resource-Identifier (URI) beif\u00fcgen, wenn Sie die Bearbeitung verbreiten oder \u00f6ffentlich wiedergeben. Sie d\u00fcrfen keine Vertrags- oder Nutzungsbedingungen anbieten oder fordern, die die Bedingungen der verwendbaren Lizenz oder die durch sie gew\u00e4hrten Rechte beschr\u00e4nken. Bei jeder Bearbeitung, die Sie verbreiten oder \u00f6ffentlich wiedergeben, m\u00fcssen Sie alle Hinweise auf die verwendbare Lizenz und den Haftungsausschluss unver\u00e4ndert lassen. Wenn Sie die Bearbeitung verbreiten oder \u00f6ffentlich wiedergeben, d\u00fcrfen Sie (in Bezug auf die Bearbeitung) keine technischen Ma\u00dfnahmen ergreifen, die den Nutzer der Bearbeitung in der Aus\u00fcbung der ihm durch die verwendbare Lizenz gew\u00e4hrten Rechte behindern k\u00f6nnen. Dieser Abschnitt 4.b) gilt auch f\u00fcr den Fall, dass die Bearbeitung einen Bestandteil eines Sammelwerkes bildet; dies bedeutet jedoch nicht, dass das Sammelwerk insgesamt der verwendbaren Lizenz unterstellt werden muss.\n\n c. Die Verbreitung und die \u00f6ffentliche Wiedergabe des Schutzgegenstandes oder auf ihm aufbauender Inhalte oder ihn enthaltender Sammelwerke ist Ihnen nur unter der Bedingung gestattet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu geh\u00f6renden Rechtevermerke unber\u00fchrt lassen. Sie sind verpflichtet, die Urheberschaft oder die Rechteinhaberschaft in einer der Nutzung entsprechenden, angemessenen Form anzuerkennen, indem Sie selbst - soweit bekannt - Folgendes angeben:\n\n i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) des Rechteinhabers, und\/oder falls der Lizenzgeber im Rechtevermerk, in den Nutzungsbedingungen oder auf andere angemessene Weise eine Zuschreibung an Dritte vorgenommen hat (z.B. an eine Stiftung, ein Verlagshaus oder eine Zeitung) (\u201eZuschreibungsempf\u00e4nger\"), Namen bzw. Bezeichnung dieses oder dieser Dritten;\n\n ii. den Titel des Inhaltes;\n\n iii. in einer praktikablen Form den Uniform-Resource-Identifier (URI, z.B. Internetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, es sei denn, dieser URI verweist nicht auf den Rechtevermerk oder die Lizenzinformationen zum Schutzgegenstand;\n\n iv. und im Falle einer Bearbeitung des Schutzgegenstandes in \u00dcbereinstimmung mit Abschnitt 3.b) einen Hinweis darauf, dass es sich um eine Bearbeitung handelt.\n\n Die nach diesem Abschnitt 4.c) erforderlichen Angaben k\u00f6nnen in jeder angemessenen Form gemacht werden; im Falle einer Bearbeitung des Schutzgegenstandes oder eines Sammelwerkes m\u00fcssen diese Angaben das Minimum darstellen und bei gemeinsamer Nennung aller Beitragenden dergestalt erfolgen, dass sie zumindest ebenso hervorgehoben sind wie die Hinweise auf die \u00fcbrigen Rechteinhaber. Die Angaben nach diesem Abschnitt d\u00fcrfen Sie ausschlie\u00dflich zur Angabe der Rechteinhaberschaft in der oben bezeichneten Weise verwenden. Durch die Aus\u00fcbung Ihrer Rechte aus dieser Lizenz d\u00fcrfen Sie ohne eine vorherige, separat und schriftlich vorliegende Zustimmung des Urhebers, des Lizenzgebers und\/oder des Zuschreibungsempf\u00e4ngers weder implizit noch explizit irgendeine Verbindung mit dem oder eine Unterst\u00fctzung oder Billigung durch den Lizenzgeber oder den Zuschreibungsempf\u00e4nger andeuten oder erkl\u00e4ren.\n\n d. Die oben unter 4.a) bis c) genannten Einschr\u00e4nkungen gelten nicht f\u00fcr solche Teile des Schutzgegenstandes, die allein deshalb unter den Schutzgegenstandsbegriff fallen, weil sie als Datenbanken oder Zusammenstellungen von Daten einen immaterialg\u00fcterrechtlichen Schutz eigener Art genie\u00dfen.\n\n e. (Urheber)Pers\u00f6nlichkeitsrechte bleiben - soweit sie bestehen - von dieser Lizenz unber\u00fchrt.\n\n5. Gew\u00e4hrleistung\n\nSOFERN KEINE ANDERS LAUTENDE, SCHRIFTLICHE VEREINBARUNG ZWISCHEN DEM LIZENZGEBER UND IHNEN GESCHLOSSEN WURDE UND SOWEIT M\u00c4NGEL NICHT ARGLISTIG VERSCHWIEGEN WURDEN, BIETET DER LIZENZGEBER DEN SCHUTZGEGENSTAND UND DIE ERTEILUNG DER NUTZUNGSBEWILLIGUNG UNTER AUSSCHLUSS JEGLICHER GEW\u00c4HRLEISTUNG AN UND \u00dcBERNIMMT WEDER AUSDR\u00dcCKLICH NOCH KONKLUDENT GARANTIEN IRGENDEINER ART. DIES UMFASST INSBESONDERE DAS FREISEIN VON SACH- UND RECHTSM\u00c4NGELN, UNABH\u00c4NGIG VON DEREN ERKENNBARKEIT F\u00dcR DEN LIZENZGEBER, DIE VERKEHRSF\u00c4HIGKEIT DES SCHUTZGEGENSTANDES, SEINE VERWENDBARKEIT F\u00dcR EINEN BESTIMMTEN ZWECK SOWIE DIE KORREKTHEIT VON BESCHREIBUNGEN.\n\n6. Haftungsbeschr\u00e4nkung\n\n\u00dcBER DIE IN ZIFFER 5 GENANNTE GEW\u00c4HRLEISTUNG HINAUS HAFTET DER LIZENZGEBER IHNEN GEGEN\u00dcBER F\u00dcR SCH\u00c4DEN JEGLICHER ART NUR BEI GROBER FAHRL\u00c4SSIGKEIT ODER VORSATZ, UND \u00dcBERNIMMT DAR\u00dcBER HINAUS KEINERLEI FREIWILLIGE HAFTUNG F\u00dcR FOLGE- ODER ANDERE SCH\u00c4DEN, AUCH WENN ER \u00dcBER DIE M\u00d6GLICHKEIT IHRES EINTRITTS UNTERRICHTET WURDE.\n\n7. Erl\u00f6schen\n\n a. Diese Lizenz und die durch sie erteilte Nutzungsbewilligung erl\u00f6schen mit Wirkung f\u00fcr die Zukunft im Falle eines Versto\u00dfes gegen die Lizenzbedingungen durch Sie, ohne dass es dazu der Kenntnis des Lizenzgebers vom Versto\u00df oder einer weiteren Handlung einer der Vertragsparteien bedarf. Mit nat\u00fcrlichen oder juristischen Personen, die Bearbeitungen des Schutzgegenstandes oder diesen enthaltende Sammelwerke sowie entsprechende Vervielf\u00e4ltigungsst\u00fccke unter den Bedingungen dieser Lizenz von Ihnen erhalten haben, bestehen nachtr\u00e4glich entstandene Lizenzbeziehungen jedoch solange weiter, wie die genannten Personen sich ihrerseits an s\u00e4mtliche Lizenzbedingungen halten. Dar\u00fcber hinaus gelten die Ziffern 1, 2, 5, 6, 7, und 8 auch nach einem Erl\u00f6schen dieser Lizenz fort.\n\n b. Vorbehaltlich der oben genannten Bedingungen gilt diese Lizenz unbefristet bis der rechtliche Schutz f\u00fcr den Schutzgegenstand ausl\u00e4uft. Davon abgesehen beh\u00e4lt der Lizenzgeber das Recht, den Schutzgegenstand unter anderen Lizenzbedingungen anzubieten oder die eigene Weitergabe des Schutzgegenstandes jederzeit einzustellen, solange die Aus\u00fcbung dieses Rechts nicht einer K\u00fcndigung oder einem Widerruf dieser Lizenz (oder irgendeiner Weiterlizenzierung, die auf Grundlage dieser Lizenz bereits erfolgt ist bzw. zuk\u00fcnftig noch erfolgen muss) dient und diese Lizenz unter Ber\u00fccksichtigung der oben zum Erl\u00f6schen genannten Bedingungen vollumf\u00e4nglich wirksam bleibt.\n\n8. Sonstige Bestimmungen\n\n a. Jedes Mal wenn Sie den Schutzgegenstand f\u00fcr sich genommen oder als Teil eines Sammelwerkes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n b. Jedes Mal wenn Sie eine Bearbeitung des Schutzgegenstandes verbreiten oder \u00f6ffentlich wiedergeben, bietet der Lizenzgeber dem Empf\u00e4nger eine Lizenz am urspr\u00fcnglichen Schutzgegenstand zu den gleichen Bedingungen und im gleichen Umfang an, wie Ihnen in Form dieser Lizenz.\n\n c. Sollte eine Bestimmung dieser Lizenz unwirksam sein, so bleibt davon die Wirksamkeit der Lizenz im \u00dcbrigen unber\u00fchrt.\n\n d. Keine Bestimmung dieser Lizenz soll als abbedungen und kein Versto\u00df gegen sie als zul\u00e4ssig gelten, solange die von dem Verzicht oder von dem Versto\u00df betroffene Seite nicht schriftlich zugestimmt hat.\n\n e. Diese Lizenz (zusammen mit in ihr ausdr\u00fccklich vorgesehenen Erlaubnissen, Mitteilungen und Zustimmungen, soweit diese tats\u00e4chlich vorliegen) stellt die vollst\u00e4ndige Vereinbarung zwischen dem Lizenzgeber und Ihnen in Bezug auf den Schutzgegenstand dar. Es bestehen keine Abreden, Vereinbarungen oder Erkl\u00e4rungen in Bezug auf den Schutzgegenstand, die in dieser Lizenz nicht genannt sind. Rechtsgesch\u00e4ftliche \u00c4nderungen des Verh\u00e4ltnisses zwischen dem Lizenzgeber und Ihnen sind nur \u00fcber Modifikationen dieser Lizenz m\u00f6glich. Der Lizenzgeber ist an etwaige zus\u00e4tzliche, einseitig durch Sie \u00fcbermittelte Bestimmungen nicht gebunden. Diese Lizenz kann nur durch schriftliche Vereinbarung zwischen Ihnen und dem Lizenzgeber modifiziert werden. Derlei Modifikationen wirken ausschlie\u00dflich zwischen dem Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gem\u00e4\u00df 8.a) und b) angebotenen Lizenzen aus.\n\n f. Sofern zwischen Ihnen und dem Lizenzgeber keine anderweitige Vereinbarung getroffen wurde und soweit Wahlfreiheit besteht, findet auf diesen Lizenzvertrag das Recht der Republik \u00d6sterreich Anwendung.\n\nCreative Commons Notice\n\nCreative Commons ist nicht Partei dieser Lizenz und \u00fcbernimmt keinerlei Gew\u00e4hr oder dergleichen in Bezug auf den Schutzgegenstand. Creative Commons haftet Ihnen oder einer anderen Partei unter keinem rechtlichen Gesichtspunkt f\u00fcr irgendwelche Sch\u00e4den, die - abstrakt oder konkret, zuf\u00e4llig oder vorhersehbar - im Zusammenhang mit dieser Lizenz entstehen. Unbeschadet der vorangegangen beiden S\u00e4tze, hat Creative Commons alle Rechte und Pflichten eines Lizenzgebers, wenn es sich ausdr\u00fccklich als Lizenzgeber im Sinne dieser Lizenz bezeichnet.\n\nCreative Commons gew\u00e4hrt den Parteien nur insoweit das Recht, das Logo und die Marke \"Creative Commons\" zu nutzen, als dies notwendig ist, um der \u00d6ffentlichkeit gegen\u00fcber kenntlich zu machen, dass der Schutzgegenstand unter einer CCPL steht. Ein dar\u00fcber hinaus gehender Gebrauch der Marke \"Creative Commons\" oder einer verwandten Marke oder eines verwandten Logos bedarf der vorherigen schriftlichen Zustimmung von Creative Commons. Jeder erlaubte Gebrauch richtet sich nach der Creative Commons Marken-Nutzungs-Richtlinie in der jeweils aktuellen Fassung, die von Zeit zu Zeit auf der Website ver\u00f6ffentlicht oder auf andere Weise auf Anfrage zug\u00e4nglich gemacht wird. Zur Klarstellung: Die genannten Einschr\u00e4nkungen der Markennutzung sind nicht Bestandteil dieser Lizenz.\n\nCreative Commons kann kontaktiert werden \u00fcber https:\/\/creativecommons.org\/.\n", "rf_url": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/at\/legalcode", "rf_add_date": null, "rf_copyleft": null, @@ -12651,7 +12651,7 @@ }, { "rf_shortname": "Hippocratic-2.1", - "rf_text": "[SOFTWARE NAME] Copyright (YEAR) (COPYRIGHT HOLDER(S)\/AUTHOR(S))(\u201cLicensor\u201d)\n\nHippocratic License Version Number: 2.1.\n\nPurpose. The purpose of this License is for the Licensor named above to permit the Licensee (as defined below) broad permission, if consistent with Human Rights Laws and Human Rights Principles (as each is defined below), to use and work with the Software (as defined below) within the full scope of Licensor\u2019s copyright and patent rights, if any, in the Software, while ensuring attribution and protecting the Licensor from liability.\n\nPermission and Conditions. The Licensor grants permission by this license (\u201cLicense\u201d), free of charge, to the extent of Licensor\u2019s rights under applicable copyright and patent law, to any person or entity (the \u201cLicensee\u201d) obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to do everything with the Software that would otherwise infringe (i) the Licensor\u2019s copyright in the Software or (ii) any patent claims to the Software that the Licensor can license or becomes able to license, subject to all of the following terms and conditions:\n\n* Acceptance. This License is automatically offered to every person and entity subject to its terms and conditions. Licensee accepts this License and agrees to its terms and conditions by taking any action with the Software that, absent this License, would infringe any intellectual property right held by Licensor.\n\n* Notice. Licensee must ensure that everyone who gets a copy of any part of this Software from Licensee, with or without changes, also receives the License and the above copyright notice (and if included by the Licensor, patent, trademark and attribution notice). Licensee must cause any modified versions of the Software to carry prominent notices stating that Licensee changed the Software. For clarity, although Licensee is free to create modifications of the Software and distribute only the modified portion created by Licensee with additional or different terms, the portion of the Software not modified must be distributed pursuant to this License. If anyone notifies Licensee in writing that Licensee has not complied with this Notice section, Licensee can keep this License by taking all practical steps to comply within 30 days after the notice. If Licensee does not do so, Licensee\u2019s License (and all rights licensed hereunder) shall end immediately.\n\n* Compliance with Human Rights Principles and Human Rights Laws.\n\n 1. Human Rights Principles.\n\n (a) Licensee is advised to consult the articles of the United Nations Universal Declaration of Human Rights and the United Nations Global Compact that define recognized principles of international human rights (the \u201cHuman Rights Principles\u201d). Licensee shall use the Software in a manner consistent with Human Rights Principles.\n\n (b) Unless the Licensor and Licensee agree otherwise, any dispute, controversy, or claim arising out of or relating to (i) Section 1(a) regarding Human Rights Principles, including the breach of Section 1(a), termination of this License for breach of the Human Rights Principles, or invalidity of Section 1(a) or (ii) a determination of whether any Law is consistent or in conflict with Human Rights Principles pursuant to Section 2, below, shall be settled by arbitration in accordance with the Hague Rules on Business and Human Rights Arbitration (the \u201cRules\u201d); provided, however, that Licensee may elect not to participate in such arbitration, in which event this License (and all rights licensed hereunder) shall end immediately. The number of arbitrators shall be one unless the Rules require otherwise.\n\n Unless both the Licensor and Licensee agree to the contrary: (1) All documents and information concerning the arbitration shall be public and may be disclosed by any party; (2) The repository referred to under Article 43 of the Rules shall make available to the public in a timely manner all documents concerning the arbitration which are communicated to it, including all submissions of the parties, all evidence admitted into the record of the proceedings, all transcripts or other recordings of hearings and all orders, decisions and awards of the arbitral tribunal, subject only to the arbitral tribunal's powers to take such measures as may be necessary to safeguard the integrity of the arbitral process pursuant to Articles 18, 33, 41 and 42 of the Rules; and (3) Article 26(6) of the Rules shall not apply.\n\n 2. Human Rights Laws. The Software shall not be used by any person or entity for any systems, activities, or other uses that violate any Human Rights Laws. \u201cHuman Rights Laws\u201d means any applicable laws, regulations, or rules (collectively, \u201cLaws\u201d) that protect human, civil, labor, privacy, political, environmental, security, economic, due process, or similar rights; provided, however, that such Laws are consistent and not in conflict with Human Rights Principles (a dispute over the consistency or a conflict between Laws and Human Rights Principles shall be determined by arbitration as stated above). Where the Human Rights Laws of more than one jurisdiction are applicable or in conflict with respect to the use of the Software, the Human Rights Laws that are most protective of the individuals or groups harmed shall apply.\n\n 3. Indemnity. Licensee shall hold harmless and indemnify Licensor (and any other contributor) against all losses, damages, liabilities, deficiencies, claims, actions, judgments, settlements, interest, awards, penalties, fines, costs, or expenses of whatever kind, including Licensor\u2019s reasonable attorneys\u2019 fees, arising out of or relating to Licensee\u2019s use of the Software in violation of Human Rights Laws or Human Rights Principles.\n\n* Failure to Comply. Any failure of Licensee to act according to the terms and conditions of this License is both a breach of the License and an infringement of the intellectual property rights of the Licensor (subject to exceptions under Laws, e.g., fair use). In the event of a breach or infringement, the terms and conditions of this License may be enforced by Licensor under the Laws of any jurisdiction to which Licensee is subject. Licensee also agrees that the Licensor may enforce the terms and conditions of this License against Licensee through specific performance (or similar remedy under Laws) to the extent permitted by Laws. For clarity, except in the event of a breach of this License, infringement, or as otherwise stated in this License, Licensor may not terminate this License with Licensee.\n\n* Enforceability and Interpretation. If any term or provision of this License is determined to be invalid, illegal, or unenforceable by a court of competent jurisdiction, then such invalidity, illegality, or unenforceability shall not affect any other term or provision of this License or invalidate or render unenforceable such term or provision in any other jurisdiction; provided, however, subject to a court modification pursuant to the immediately following sentence, if any term or provision of this License pertaining to Human Rights Laws or Human Rights Principles is deemed invalid, illegal, or unenforceable against Licensee by a court of competent jurisdiction, all rights in the Software granted to Licensee shall be deemed null and void as between Licensor and Licensee. Upon a determination that any term or provision is invalid, illegal, or unenforceable, to the extent permitted by Laws, the court may modify this License to affect the original purpose that the Software be used in compliance with Human Rights Principles and Human Rights Laws as closely as possible. The language in this License shall be interpreted as to its fair meaning and not strictly for or against any party.\n\n* Disclaimer. TO THE FULL EXTENT ALLOWED BY LAW, THIS SOFTWARE COMES \u201cAS IS,\u201d WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, AND LICENSOR AND ANY OTHER CONTRIBUTOR SHALL NOT BE LIABLE TO ANYONE FOR ANY DAMAGES OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THIS LICENSE, UNDER ANY KIND OF LEGAL CLAIM.\n\nThis Hippocratic License is an Ethical Source license (https:\/\/ethicalsource.dev) and is offered for use by licensors and licensees at their own risk, on an \u201cAS IS\u201d basis, and with no warranties express or implied, to the maximum extent permitted by Laws.\n", + "rf_text": "[SOFTWARE NAME] Copyright (YEAR) (COPYRIGHT HOLDER(S)\/AUTHOR(S))(\"Licensor\")\n\nHippocratic License Version Number: 2.1.\n\nPurpose. The purpose of this License is for the Licensor named above to permit the Licensee (as defined below) broad permission, if consistent with Human Rights Laws and Human Rights Principles (as each is defined below), to use and work with the Software (as defined below) within the full scope of Licensor's copyright and patent rights, if any, in the Software, while ensuring attribution and protecting the Licensor from liability.\n\nPermission and Conditions. The Licensor grants permission by this license (\"License\"), free of charge, to the extent of Licensor's rights under applicable copyright and patent law, to any person or entity (the \"Licensee\") obtaining a copy of this software and associated documentation files (the \"Software\"), to do everything with the Software that would otherwise infringe (i) the Licensor's copyright in the Software or (ii) any patent claims to the Software that the Licensor can license or becomes able to license, subject to all of the following terms and conditions:\n\n* Acceptance. This License is automatically offered to every person and entity subject to its terms and conditions. Licensee accepts this License and agrees to its terms and conditions by taking any action with the Software that, absent this License, would infringe any intellectual property right held by Licensor.\n\n* Notice. Licensee must ensure that everyone who gets a copy of any part of this Software from Licensee, with or without changes, also receives the License and the above copyright notice (and if included by the Licensor, patent, trademark and attribution notice). Licensee must cause any modified versions of the Software to carry prominent notices stating that Licensee changed the Software. For clarity, although Licensee is free to create modifications of the Software and distribute only the modified portion created by Licensee with additional or different terms, the portion of the Software not modified must be distributed pursuant to this License. If anyone notifies Licensee in writing that Licensee has not complied with this Notice section, Licensee can keep this License by taking all practical steps to comply within 30 days after the notice. If Licensee does not do so, Licensee's License (and all rights licensed hereunder) shall end immediately.\n\n* Compliance with Human Rights Principles and Human Rights Laws.\n\n 1. Human Rights Principles.\n\n (a) Licensee is advised to consult the articles of the United Nations Universal Declaration of Human Rights and the United Nations Global Compact that define recognized principles of international human rights (the \"Human Rights Principles\"). Licensee shall use the Software in a manner consistent with Human Rights Principles.\n\n (b) Unless the Licensor and Licensee agree otherwise, any dispute, controversy, or claim arising out of or relating to (i) Section 1(a) regarding Human Rights Principles, including the breach of Section 1(a), termination of this License for breach of the Human Rights Principles, or invalidity of Section 1(a) or (ii) a determination of whether any Law is consistent or in conflict with Human Rights Principles pursuant to Section 2, below, shall be settled by arbitration in accordance with the Hague Rules on Business and Human Rights Arbitration (the \"Rules\"); provided, however, that Licensee may elect not to participate in such arbitration, in which event this License (and all rights licensed hereunder) shall end immediately. The number of arbitrators shall be one unless the Rules require otherwise.\n\n Unless both the Licensor and Licensee agree to the contrary: (1) All documents and information concerning the arbitration shall be public and may be disclosed by any party; (2) The repository referred to under Article 43 of the Rules shall make available to the public in a timely manner all documents concerning the arbitration which are communicated to it, including all submissions of the parties, all evidence admitted into the record of the proceedings, all transcripts or other recordings of hearings and all orders, decisions and awards of the arbitral tribunal, subject only to the arbitral tribunal's powers to take such measures as may be necessary to safeguard the integrity of the arbitral process pursuant to Articles 18, 33, 41 and 42 of the Rules; and (3) Article 26(6) of the Rules shall not apply.\n\n 2. Human Rights Laws. The Software shall not be used by any person or entity for any systems, activities, or other uses that violate any Human Rights Laws. \"Human Rights Laws\" means any applicable laws, regulations, or rules (collectively, \"Laws\") that protect human, civil, labor, privacy, political, environmental, security, economic, due process, or similar rights; provided, however, that such Laws are consistent and not in conflict with Human Rights Principles (a dispute over the consistency or a conflict between Laws and Human Rights Principles shall be determined by arbitration as stated above). Where the Human Rights Laws of more than one jurisdiction are applicable or in conflict with respect to the use of the Software, the Human Rights Laws that are most protective of the individuals or groups harmed shall apply.\n\n 3. Indemnity. Licensee shall hold harmless and indemnify Licensor (and any other contributor) against all losses, damages, liabilities, deficiencies, claims, actions, judgments, settlements, interest, awards, penalties, fines, costs, or expenses of whatever kind, including Licensor's reasonable attorneys' fees, arising out of or relating to Licensee's use of the Software in violation of Human Rights Laws or Human Rights Principles.\n\n* Failure to Comply. Any failure of Licensee to act according to the terms and conditions of this License is both a breach of the License and an infringement of the intellectual property rights of the Licensor (subject to exceptions under Laws, e.g., fair use). In the event of a breach or infringement, the terms and conditions of this License may be enforced by Licensor under the Laws of any jurisdiction to which Licensee is subject. Licensee also agrees that the Licensor may enforce the terms and conditions of this License against Licensee through specific performance (or similar remedy under Laws) to the extent permitted by Laws. For clarity, except in the event of a breach of this License, infringement, or as otherwise stated in this License, Licensor may not terminate this License with Licensee.\n\n* Enforceability and Interpretation. If any term or provision of this License is determined to be invalid, illegal, or unenforceable by a court of competent jurisdiction, then such invalidity, illegality, or unenforceability shall not affect any other term or provision of this License or invalidate or render unenforceable such term or provision in any other jurisdiction; provided, however, subject to a court modification pursuant to the immediately following sentence, if any term or provision of this License pertaining to Human Rights Laws or Human Rights Principles is deemed invalid, illegal, or unenforceable against Licensee by a court of competent jurisdiction, all rights in the Software granted to Licensee shall be deemed null and void as between Licensor and Licensee. Upon a determination that any term or provision is invalid, illegal, or unenforceable, to the extent permitted by Laws, the court may modify this License to affect the original purpose that the Software be used in compliance with Human Rights Principles and Human Rights Laws as closely as possible. The language in this License shall be interpreted as to its fair meaning and not strictly for or against any party.\n\n* Disclaimer. TO THE FULL EXTENT ALLOWED BY LAW, THIS SOFTWARE COMES \"AS IS,\" WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, AND LICENSOR AND ANY OTHER CONTRIBUTOR SHALL NOT BE LIABLE TO ANYONE FOR ANY DAMAGES OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THIS LICENSE, UNDER ANY KIND OF LEGAL CLAIM.\n\nThis Hippocratic License is an Ethical Source license (https:\/\/ethicalsource.dev) and is offered for use by licensors and licensees at their own risk, on an \"AS IS\" basis, and with no warranties express or implied, to the maximum extent permitted by Laws.\n", "rf_url": "https:\/\/firstdonoharm.dev\/version\/2\/1\/license.html", "rf_add_date": null, "rf_copyleft": null, @@ -12673,7 +12673,7 @@ }, { "rf_shortname": "MulanPSL-1.0", - "rf_text": "\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1, \u7b2c1\u7248\n\n\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c \u7b2c1\u7248\n\n2019\u5e748\u6708 http:\/\/license.coscl.org.cn\/MulanPSL\n\n\u60a8\u5bf9\u201c\u8f6f\u4ef6\u201d\u7684\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u53ca\u5206\u53d1\u53d7\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c1\u7248\uff08\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\uff09\u7684\u5982\u4e0b\u6761\u6b3e\u7684\u7ea6\u675f\uff1a\n\n0. \u5b9a\u4e49\n\n\u201c\u8f6f\u4ef6\u201d\u662f\u6307\u7531\u201c\u8d21\u732e\u201d\u6784\u6210\u7684\u8bb8\u53ef\u5728\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u7a0b\u5e8f\u548c\u76f8\u5173\u6587\u6863\u7684\u96c6\u5408\u3002\n\n\u201c\u8d21\u732e\u8005\u201d\u662f\u6307\u5c06\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u8bb8\u53ef\u5728\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u81ea\u7136\u4eba\u6216\u201c\u6cd5\u4eba\u5b9e\u4f53\u201d\u3002\n\n\u201c\u6cd5\u4eba\u5b9e\u4f53\u201d\u662f\u6307\u63d0\u4ea4\u8d21\u732e\u7684\u673a\u6784\u53ca\u5176\u201c\u5173\u8054\u5b9e\u4f53\u201d\u3002\n\n\u201c\u5173\u8054\u5b9e\u4f53\u201d\u662f\u6307\uff0c\u5bf9\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u4e00\u65b9\u800c\u8a00\uff0c\u63a7\u5236\u3001\u53d7\u63a7\u5236\u6216\u4e0e\u5176\u5171\u540c\u53d7\u63a7\u5236\u7684\u673a\u6784\uff0c\u6b64\u5904\u7684\u63a7\u5236\u662f\u6307\u6709\u53d7\u63a7\u65b9\u6216\u5171\u540c\u53d7\u63a7\u65b9\u81f3\u5c1150%\u76f4\u63a5\u6216\u95f4\u63a5\u7684\u6295\u7968\u6743\u3001\u8d44\u91d1\u6216\u5176\u4ed6\u6709\u4ef7\u8bc1\u5238\u3002\n\n\u201c\u8d21\u732e\u201d\u662f\u6307\u7531\u4efb\u4e00\u201c\u8d21\u732e\u8005\u201d\u8bb8\u53ef\u5728\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u3002\n\n1. \u6388\u4e88\u7248\u6743\u8bb8\u53ef\n\n\u6bcf\u4e2a\u201c\u8d21\u732e\u8005\u201d\u6839\u636e\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\u7248\u6743\u8bb8\u53ef\uff0c\u60a8\u53ef\u4ee5\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u3001\u5206\u53d1\u5176\u201c\u8d21\u732e\u201d\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\u3002\n\n2. \u6388\u4e88\u4e13\u5229\u8bb8\u53ef\n\n\u6bcf\u4e2a\u201c\u8d21\u732e\u8005\u201d\u6839\u636e\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\uff08\u6839\u636e\u672c\u6761\u89c4\u5b9a\u64a4\u9500\u9664\u5916\uff09\u4e13\u5229\u8bb8\u53ef\uff0c\u4f9b\u60a8\u5236\u9020\u3001\u59d4\u6258\u5236\u9020\u3001\u4f7f\u7528\u3001\u8bb8\u8bfa\u9500\u552e\u3001\u9500\u552e\u3001\u8fdb\u53e3\u5176\u201c\u8d21\u732e\u201d\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u8f6c\u79fb\u5176\u201c\u8d21\u732e\u201d\u3002\u524d\u8ff0\u4e13\u5229\u8bb8\u53ef\u4ec5\u9650\u4e8e\u201c\u8d21\u732e\u8005\u201d\u73b0\u5728\u6216\u5c06\u6765\u62e5\u6709\u6216\u63a7\u5236\u7684\u5176\u201c\u8d21\u732e\u201d\u672c\u8eab\u6216\u5176\u201c\u8d21\u732e\u201d\u4e0e\u8bb8\u53ef\u201c\u8d21\u732e\u201d\u65f6\u7684\u201c\u8f6f\u4ef6\u201d\u7ed3\u5408\u800c\u5c06\u5fc5\u7136\u4f1a\u4fb5\u72af\u7684\u4e13\u5229\u6743\u5229\u8981\u6c42\uff0c\u4e0d\u5305\u62ec\u4ec5\u56e0\u60a8\u6216\u4ed6\u4eba\u4fee\u6539\u201c\u8d21\u732e\u201d\u6216\u5176\u4ed6\u7ed3\u5408\u800c\u5c06\u5fc5\u7136\u4f1a\u4fb5\u72af\u5230\u7684\u4e13\u5229\u6743\u5229\u8981\u6c42\u3002\u5982\u60a8\u6216\u60a8\u7684\u201c\u5173\u8054\u5b9e\u4f53\u201d\u76f4\u63a5\u6216\u95f4\u63a5\u5730\uff08\u5305\u62ec\u901a\u8fc7\u4ee3\u7406\u3001\u4e13\u5229\u88ab\u8bb8\u53ef\u4eba\u6216\u53d7\u8ba9\u4eba\uff09\uff0c\u5c31\u201c\u8f6f\u4ef6\u201d\u6216\u5176\u4e2d\u7684\u201c\u8d21\u732e\u201d\u5bf9\u4efb\u4f55\u4eba\u53d1\u8d77\u4e13\u5229\u4fb5\u6743\u8bc9\u8bbc\uff08\u5305\u62ec\u53cd\u8bc9\u6216\u4ea4\u53c9\u8bc9\u8bbc\uff09\u6216\u5176\u4ed6\u4e13\u5229\u7ef4\u6743\u884c\u52a8\uff0c\u6307\u63a7\u5176\u4fb5\u72af\u4e13\u5229\u6743\uff0c\u5219\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u6388\u4e88\u60a8\u5bf9\u201c\u8f6f\u4ef6\u201d\u7684\u4e13\u5229\u8bb8\u53ef\u81ea\u60a8\u63d0\u8d77\u8bc9\u8bbc\u6216\u53d1\u8d77\u7ef4\u6743\u884c\u52a8\u4e4b\u65e5\u7ec8\u6b62\u3002\n\n3. \u65e0\u5546\u6807\u8bb8\u53ef\n\n\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0d\u63d0\u4f9b\u5bf9\u201c\u8d21\u732e\u8005\u201d\u7684\u5546\u54c1\u540d\u79f0\u3001\u5546\u6807\u3001\u670d\u52a1\u6807\u5fd7\u6216\u4ea7\u54c1\u540d\u79f0\u7684\u5546\u6807\u8bb8\u53ef\uff0c\u4f46\u60a8\u4e3a\u6ee1\u8db3\u7b2c4\u6761\u89c4\u5b9a\u7684\u58f0\u660e\u4e49\u52a1\u800c\u5fc5\u987b\u4f7f\u7528\u9664\u5916\u3002\n\n4. \u5206\u53d1\u9650\u5236\n\n\u60a8\u53ef\u4ee5\u5728\u4efb\u4f55\u5a92\u4ecb\u4e2d\u5c06\u201c\u8f6f\u4ef6\u201d\u4ee5\u6e90\u7a0b\u5e8f\u5f62\u5f0f\u6216\u53ef\u6267\u884c\u5f62\u5f0f\u91cd\u65b0\u5206\u53d1\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\uff0c\u4f46\u60a8\u5fc5\u987b\u5411\u63a5\u6536\u8005\u63d0\u4f9b\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u7684\u526f\u672c\uff0c\u5e76\u4fdd\u7559\u201c\u8f6f\u4ef6\u201d\u4e2d\u7684\u7248\u6743\u3001\u5546\u6807\u3001\u4e13\u5229\u53ca\u514d\u8d23\u58f0\u660e\u3002\n\n5. \u514d\u8d23\u58f0\u660e\u4e0e\u8d23\u4efb\u9650\u5236\n\n\u201c\u8f6f\u4ef6\u201d\u53ca\u5176\u4e2d\u7684\u201c\u8d21\u732e\u201d\u5728\u63d0\u4f9b\u65f6\u4e0d\u5e26\u4efb\u4f55\u660e\u793a\u6216\u9ed8\u793a\u7684\u62c5\u4fdd\u3002\u5728\u4efb\u4f55\u60c5\u51b5\u4e0b\uff0c\u201c\u8d21\u732e\u8005\u201d\u6216\u7248\u6743\u6240\u6709\u8005\u4e0d\u5bf9\u4efb\u4f55\u4eba\u56e0\u4f7f\u7528\u201c\u8f6f\u4ef6\u201d\u6216\u5176\u4e2d\u7684\u201c\u8d21\u732e\u201d\u800c\u5f15\u53d1\u7684\u4efb\u4f55\u76f4\u63a5\u6216\u95f4\u63a5\u635f\u5931\u627f\u62c5\u8d23\u4efb\uff0c\u4e0d\u8bba\u56e0\u4f55\u79cd\u539f\u56e0\u5bfc\u81f4\u6216\u8005\u57fa\u4e8e\u4f55\u79cd\u6cd5\u5f8b\u7406\u8bba,\u5373\u4f7f\u5176\u66fe\u88ab\u5efa\u8bae\u6709\u6b64\u79cd\u635f\u5931\u7684\u53ef\u80fd\u6027\u3002\n\n\u6761\u6b3e\u7ed3\u675f\n\n\u5982\u4f55\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c1\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u8f6f\u4ef6\n\n\u5982\u679c\u60a8\u5e0c\u671b\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c1\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u65b0\u8f6f\u4ef6\uff0c\u4e3a\u4e86\u65b9\u4fbf\u63a5\u6536\u8005\u67e5\u9605\uff0c\u5efa\u8bae\u60a8\u5b8c\u6210\u5982\u4e0b\u4e09\u6b65\uff1a\n\n1\uff0c \u8bf7\u60a8\u8865\u5145\u5982\u4e0b\u58f0\u660e\u4e2d\u7684\u7a7a\u767d\uff0c\u5305\u62ec\u8f6f\u4ef6\u540d\u3001\u8f6f\u4ef6\u7684\u9996\u6b21\u53d1\u8868\u5e74\u4efd\u4ee5\u53ca\u60a8\u4f5c\u4e3a\u7248\u6743\u4eba\u7684\u540d\u5b57\uff1b\n\n2\uff0c \u8bf7\u60a8\u5728\u8f6f\u4ef6\u5305\u7684\u4e00\u7ea7\u76ee\u5f55\u4e0b\u521b\u5efa\u4ee5\u201cLICENSE\u201d\u4e3a\u540d\u7684\u6587\u4ef6\uff0c\u5c06\u6574\u4e2a\u8bb8\u53ef\u8bc1\u6587\u672c\u653e\u5165\u8be5\u6587\u4ef6\u4e2d\uff1b\n\n3\uff0c \u8bf7\u5c06\u5982\u4e0b\u58f0\u660e\u6587\u672c\u653e\u5165\u6bcf\u4e2a\u6e90\u6587\u4ef6\u7684\u5934\u90e8\u6ce8\u91ca\u4e2d\u3002\n\nCopyright (c) [2019] [name of copyright holder]\n[Software Name] is licensed under the Mulan PSL v1.\nYou can use this software according to the terms and conditions of the Mulan PSL v1.\nYou may obtain a copy of Mulan PSL v1 at:\n http:\/\/license.coscl.org.cn\/MulanPSL\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v1 for more details.\nMulan Permissive Software License\uff0cVersion 1\n\nMulan Permissive Software License\uff0cVersion 1 (Mulan PSL v1)\n\nAugust 2019 http:\/\/license.coscl.org.cn\/MulanPSL\n\nYour reproduction, use, modification and distribution of the Software shall be subject to Mulan PSL v1 (this License) with following terms and conditions:\n\n0. Definition\n\nSoftware means the program and related documents which are comprised of those Contribution and licensed under this License.\n\nContributor means the Individual or Legal Entity who licenses its copyrightable work under this License.\n\nLegal Entity means the entity making a Contribution and all its Affiliates.\n\nAffiliates means entities that control, or are controlled by, or are under common control with a party to this License, \u2018control\u2019 means direct or indirect ownership of at least fifty percent (50%) of the voting power, capital or other securities of controlled or commonly controlled entity.\n\nContribution means the copyrightable work licensed by a particular Contributor under this License.\n\n1. Grant of Copyright License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable copyright license to reproduce, use, modify, or distribute its Contribution, with modification or not.\n\n2. Grant of Patent License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable (except for revocation under this Section) patent license to make, have made, use, offer for sale, sell, import or otherwise transfer its Contribution where such patent license is only limited to the patent claims owned or controlled by such Contributor now or in future which will be necessarily infringed by its Contribution alone, or by combination of the Contribution with the Software to which the Contribution was contributed, excluding of any patent claims solely be infringed by your or others\u2019 modification or other combinations. If you or your Affiliates directly or indirectly (including through an agent, patent licensee or assignee\uff09, institute patent litigation (including a cross claim or counterclaim in a litigation) or other patent enforcement activities against any individual or entity by alleging that the Software or any Contribution in it infringes patents, then any patent license granted to you under this License for the Software shall terminate as of the date such litigation or activity is filed or taken.\n\n3. No Trademark License\n\nNo trademark license is granted to use the trade names, trademarks, service marks, or product names of Contributor, except as required to fulfill notice requirements in section 4.\n\n4. Distribution Restriction\n\nYou may distribute the Software in any medium with or without modification, whether in source or executable forms, provided that you provide recipients with a copy of this License and retain copyright, patent, trademark and disclaimer statements in the Software.\n\n5. Disclaimer of Warranty and Limitation of Liability\n\nThe Software and Contribution in it are provided without warranties of any kind, either express or implied. In no event shall any Contributor or copyright holder be liable to you for any damages, including, but not limited to any direct, or indirect, special or consequential damages arising from your use or inability to use the Software or the Contribution in it, no matter how it\u2019s caused or based on which legal theory, even if advised of the possibility of such damages.\n\nEnd of the Terms and Conditions\n\nHow to apply the Mulan Permissive Software License\uff0cVersion 1 (Mulan PSL v1) to your software\n\nTo apply the Mulan PSL v1 to your work, for easy identification by recipients, you are suggested to complete following three steps:\n\ni. Fill in the blanks in following statement, including insert your software name, the year of the first publication of your software, and your name identified as the copyright owner;\nii. Create a file named \u201cLICENSE\u201d which contains the whole context of this License in the first directory of your software package;\niii. Attach the statement to the appropriate annotated syntax at the beginning of each source file.\n\nCopyright (c) [2019] [name of copyright holder]\n[Software Name] is licensed under the Mulan PSL v1.\nYou can use this software according to the terms and conditions of the Mulan PSL v1.\nYou may obtain a copy of Mulan PSL v1 at:\n http:\/\/license.coscl.org.cn\/MulanPSL\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v1 for more details.\n", + "rf_text": "\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1, \u7b2c1\u7248\n\n\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c \u7b2c1\u7248\n\n2019\u5e748\u6708 http:\/\/license.coscl.org.cn\/MulanPSL\n\n\u60a8\u5bf9\"\u8f6f\u4ef6\"\u7684\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u53ca\u5206\u53d1\u53d7\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c1\u7248\uff08\"\u672c\u8bb8\u53ef\u8bc1\"\uff09\u7684\u5982\u4e0b\u6761\u6b3e\u7684\u7ea6\u675f\uff1a\n\n0. \u5b9a\u4e49\n\n\"\u8f6f\u4ef6\"\u662f\u6307\u7531\"\u8d21\u732e\"\u6784\u6210\u7684\u8bb8\u53ef\u5728\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u7a0b\u5e8f\u548c\u76f8\u5173\u6587\u6863\u7684\u96c6\u5408\u3002\n\n\"\u8d21\u732e\u8005\"\u662f\u6307\u5c06\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u8bb8\u53ef\u5728\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u81ea\u7136\u4eba\u6216\"\u6cd5\u4eba\u5b9e\u4f53\"\u3002\n\n\"\u6cd5\u4eba\u5b9e\u4f53\"\u662f\u6307\u63d0\u4ea4\u8d21\u732e\u7684\u673a\u6784\u53ca\u5176\"\u5173\u8054\u5b9e\u4f53\"\u3002\n\n\"\u5173\u8054\u5b9e\u4f53\"\u662f\u6307\uff0c\u5bf9\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u4e00\u65b9\u800c\u8a00\uff0c\u63a7\u5236\u3001\u53d7\u63a7\u5236\u6216\u4e0e\u5176\u5171\u540c\u53d7\u63a7\u5236\u7684\u673a\u6784\uff0c\u6b64\u5904\u7684\u63a7\u5236\u662f\u6307\u6709\u53d7\u63a7\u65b9\u6216\u5171\u540c\u53d7\u63a7\u65b9\u81f3\u5c1150%\u76f4\u63a5\u6216\u95f4\u63a5\u7684\u6295\u7968\u6743\u3001\u8d44\u91d1\u6216\u5176\u4ed6\u6709\u4ef7\u8bc1\u5238\u3002\n\n\"\u8d21\u732e\"\u662f\u6307\u7531\u4efb\u4e00\"\u8d21\u732e\u8005\"\u8bb8\u53ef\u5728\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u3002\n\n1. \u6388\u4e88\u7248\u6743\u8bb8\u53ef\n\n\u6bcf\u4e2a\"\u8d21\u732e\u8005\"\u6839\u636e\"\u672c\u8bb8\u53ef\u8bc1\"\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\u7248\u6743\u8bb8\u53ef\uff0c\u60a8\u53ef\u4ee5\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u3001\u5206\u53d1\u5176\"\u8d21\u732e\"\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\u3002\n\n2. \u6388\u4e88\u4e13\u5229\u8bb8\u53ef\n\n\u6bcf\u4e2a\"\u8d21\u732e\u8005\"\u6839\u636e\"\u672c\u8bb8\u53ef\u8bc1\"\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\uff08\u6839\u636e\u672c\u6761\u89c4\u5b9a\u64a4\u9500\u9664\u5916\uff09\u4e13\u5229\u8bb8\u53ef\uff0c\u4f9b\u60a8\u5236\u9020\u3001\u59d4\u6258\u5236\u9020\u3001\u4f7f\u7528\u3001\u8bb8\u8bfa\u9500\u552e\u3001\u9500\u552e\u3001\u8fdb\u53e3\u5176\"\u8d21\u732e\"\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u8f6c\u79fb\u5176\"\u8d21\u732e\"\u3002\u524d\u8ff0\u4e13\u5229\u8bb8\u53ef\u4ec5\u9650\u4e8e\"\u8d21\u732e\u8005\"\u73b0\u5728\u6216\u5c06\u6765\u62e5\u6709\u6216\u63a7\u5236\u7684\u5176\"\u8d21\u732e\"\u672c\u8eab\u6216\u5176\"\u8d21\u732e\"\u4e0e\u8bb8\u53ef\"\u8d21\u732e\"\u65f6\u7684\"\u8f6f\u4ef6\"\u7ed3\u5408\u800c\u5c06\u5fc5\u7136\u4f1a\u4fb5\u72af\u7684\u4e13\u5229\u6743\u5229\u8981\u6c42\uff0c\u4e0d\u5305\u62ec\u4ec5\u56e0\u60a8\u6216\u4ed6\u4eba\u4fee\u6539\"\u8d21\u732e\"\u6216\u5176\u4ed6\u7ed3\u5408\u800c\u5c06\u5fc5\u7136\u4f1a\u4fb5\u72af\u5230\u7684\u4e13\u5229\u6743\u5229\u8981\u6c42\u3002\u5982\u60a8\u6216\u60a8\u7684\"\u5173\u8054\u5b9e\u4f53\"\u76f4\u63a5\u6216\u95f4\u63a5\u5730\uff08\u5305\u62ec\u901a\u8fc7\u4ee3\u7406\u3001\u4e13\u5229\u88ab\u8bb8\u53ef\u4eba\u6216\u53d7\u8ba9\u4eba\uff09\uff0c\u5c31\"\u8f6f\u4ef6\"\u6216\u5176\u4e2d\u7684\"\u8d21\u732e\"\u5bf9\u4efb\u4f55\u4eba\u53d1\u8d77\u4e13\u5229\u4fb5\u6743\u8bc9\u8bbc\uff08\u5305\u62ec\u53cd\u8bc9\u6216\u4ea4\u53c9\u8bc9\u8bbc\uff09\u6216\u5176\u4ed6\u4e13\u5229\u7ef4\u6743\u884c\u52a8\uff0c\u6307\u63a7\u5176\u4fb5\u72af\u4e13\u5229\u6743\uff0c\u5219\"\u672c\u8bb8\u53ef\u8bc1\"\u6388\u4e88\u60a8\u5bf9\"\u8f6f\u4ef6\"\u7684\u4e13\u5229\u8bb8\u53ef\u81ea\u60a8\u63d0\u8d77\u8bc9\u8bbc\u6216\u53d1\u8d77\u7ef4\u6743\u884c\u52a8\u4e4b\u65e5\u7ec8\u6b62\u3002\n\n3. \u65e0\u5546\u6807\u8bb8\u53ef\n\n\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0d\u63d0\u4f9b\u5bf9\"\u8d21\u732e\u8005\"\u7684\u5546\u54c1\u540d\u79f0\u3001\u5546\u6807\u3001\u670d\u52a1\u6807\u5fd7\u6216\u4ea7\u54c1\u540d\u79f0\u7684\u5546\u6807\u8bb8\u53ef\uff0c\u4f46\u60a8\u4e3a\u6ee1\u8db3\u7b2c4\u6761\u89c4\u5b9a\u7684\u58f0\u660e\u4e49\u52a1\u800c\u5fc5\u987b\u4f7f\u7528\u9664\u5916\u3002\n\n4. \u5206\u53d1\u9650\u5236\n\n\u60a8\u53ef\u4ee5\u5728\u4efb\u4f55\u5a92\u4ecb\u4e2d\u5c06\"\u8f6f\u4ef6\"\u4ee5\u6e90\u7a0b\u5e8f\u5f62\u5f0f\u6216\u53ef\u6267\u884c\u5f62\u5f0f\u91cd\u65b0\u5206\u53d1\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\uff0c\u4f46\u60a8\u5fc5\u987b\u5411\u63a5\u6536\u8005\u63d0\u4f9b\"\u672c\u8bb8\u53ef\u8bc1\"\u7684\u526f\u672c\uff0c\u5e76\u4fdd\u7559\"\u8f6f\u4ef6\"\u4e2d\u7684\u7248\u6743\u3001\u5546\u6807\u3001\u4e13\u5229\u53ca\u514d\u8d23\u58f0\u660e\u3002\n\n5. \u514d\u8d23\u58f0\u660e\u4e0e\u8d23\u4efb\u9650\u5236\n\n\"\u8f6f\u4ef6\"\u53ca\u5176\u4e2d\u7684\"\u8d21\u732e\"\u5728\u63d0\u4f9b\u65f6\u4e0d\u5e26\u4efb\u4f55\u660e\u793a\u6216\u9ed8\u793a\u7684\u62c5\u4fdd\u3002\u5728\u4efb\u4f55\u60c5\u51b5\u4e0b\uff0c\"\u8d21\u732e\u8005\"\u6216\u7248\u6743\u6240\u6709\u8005\u4e0d\u5bf9\u4efb\u4f55\u4eba\u56e0\u4f7f\u7528\"\u8f6f\u4ef6\"\u6216\u5176\u4e2d\u7684\"\u8d21\u732e\"\u800c\u5f15\u53d1\u7684\u4efb\u4f55\u76f4\u63a5\u6216\u95f4\u63a5\u635f\u5931\u627f\u62c5\u8d23\u4efb\uff0c\u4e0d\u8bba\u56e0\u4f55\u79cd\u539f\u56e0\u5bfc\u81f4\u6216\u8005\u57fa\u4e8e\u4f55\u79cd\u6cd5\u5f8b\u7406\u8bba,\u5373\u4f7f\u5176\u66fe\u88ab\u5efa\u8bae\u6709\u6b64\u79cd\u635f\u5931\u7684\u53ef\u80fd\u6027\u3002\n\n\u6761\u6b3e\u7ed3\u675f\n\n\u5982\u4f55\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c1\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u8f6f\u4ef6\n\n\u5982\u679c\u60a8\u5e0c\u671b\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c1\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u65b0\u8f6f\u4ef6\uff0c\u4e3a\u4e86\u65b9\u4fbf\u63a5\u6536\u8005\u67e5\u9605\uff0c\u5efa\u8bae\u60a8\u5b8c\u6210\u5982\u4e0b\u4e09\u6b65\uff1a\n\n1\uff0c \u8bf7\u60a8\u8865\u5145\u5982\u4e0b\u58f0\u660e\u4e2d\u7684\u7a7a\u767d\uff0c\u5305\u62ec\u8f6f\u4ef6\u540d\u3001\u8f6f\u4ef6\u7684\u9996\u6b21\u53d1\u8868\u5e74\u4efd\u4ee5\u53ca\u60a8\u4f5c\u4e3a\u7248\u6743\u4eba\u7684\u540d\u5b57\uff1b\n\n2\uff0c \u8bf7\u60a8\u5728\u8f6f\u4ef6\u5305\u7684\u4e00\u7ea7\u76ee\u5f55\u4e0b\u521b\u5efa\u4ee5\"LICENSE\"\u4e3a\u540d\u7684\u6587\u4ef6\uff0c\u5c06\u6574\u4e2a\u8bb8\u53ef\u8bc1\u6587\u672c\u653e\u5165\u8be5\u6587\u4ef6\u4e2d\uff1b\n\n3\uff0c \u8bf7\u5c06\u5982\u4e0b\u58f0\u660e\u6587\u672c\u653e\u5165\u6bcf\u4e2a\u6e90\u6587\u4ef6\u7684\u5934\u90e8\u6ce8\u91ca\u4e2d\u3002\n\nCopyright (c) [2019] [name of copyright holder]\n[Software Name] is licensed under the Mulan PSL v1.\nYou can use this software according to the terms and conditions of the Mulan PSL v1.\nYou may obtain a copy of Mulan PSL v1 at:\n http:\/\/license.coscl.org.cn\/MulanPSL\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v1 for more details.\nMulan Permissive Software License\uff0cVersion 1\n\nMulan Permissive Software License\uff0cVersion 1 (Mulan PSL v1)\n\nAugust 2019 http:\/\/license.coscl.org.cn\/MulanPSL\n\nYour reproduction, use, modification and distribution of the Software shall be subject to Mulan PSL v1 (this License) with following terms and conditions:\n\n0. Definition\n\nSoftware means the program and related documents which are comprised of those Contribution and licensed under this License.\n\nContributor means the Individual or Legal Entity who licenses its copyrightable work under this License.\n\nLegal Entity means the entity making a Contribution and all its Affiliates.\n\nAffiliates means entities that control, or are controlled by, or are under common control with a party to this License, 'control' means direct or indirect ownership of at least fifty percent (50%) of the voting power, capital or other securities of controlled or commonly controlled entity.\n\nContribution means the copyrightable work licensed by a particular Contributor under this License.\n\n1. Grant of Copyright License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable copyright license to reproduce, use, modify, or distribute its Contribution, with modification or not.\n\n2. Grant of Patent License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable (except for revocation under this Section) patent license to make, have made, use, offer for sale, sell, import or otherwise transfer its Contribution where such patent license is only limited to the patent claims owned or controlled by such Contributor now or in future which will be necessarily infringed by its Contribution alone, or by combination of the Contribution with the Software to which the Contribution was contributed, excluding of any patent claims solely be infringed by your or others' modification or other combinations. If you or your Affiliates directly or indirectly (including through an agent, patent licensee or assignee\uff09, institute patent litigation (including a cross claim or counterclaim in a litigation) or other patent enforcement activities against any individual or entity by alleging that the Software or any Contribution in it infringes patents, then any patent license granted to you under this License for the Software shall terminate as of the date such litigation or activity is filed or taken.\n\n3. No Trademark License\n\nNo trademark license is granted to use the trade names, trademarks, service marks, or product names of Contributor, except as required to fulfill notice requirements in section 4.\n\n4. Distribution Restriction\n\nYou may distribute the Software in any medium with or without modification, whether in source or executable forms, provided that you provide recipients with a copy of this License and retain copyright, patent, trademark and disclaimer statements in the Software.\n\n5. Disclaimer of Warranty and Limitation of Liability\n\nThe Software and Contribution in it are provided without warranties of any kind, either express or implied. In no event shall any Contributor or copyright holder be liable to you for any damages, including, but not limited to any direct, or indirect, special or consequential damages arising from your use or inability to use the Software or the Contribution in it, no matter how it's caused or based on which legal theory, even if advised of the possibility of such damages.\n\nEnd of the Terms and Conditions\n\nHow to apply the Mulan Permissive Software License\uff0cVersion 1 (Mulan PSL v1) to your software\n\nTo apply the Mulan PSL v1 to your work, for easy identification by recipients, you are suggested to complete following three steps:\n\ni. Fill in the blanks in following statement, including insert your software name, the year of the first publication of your software, and your name identified as the copyright owner;\nii. Create a file named \"LICENSE\" which contains the whole context of this License in the first directory of your software package;\niii. Attach the statement to the appropriate annotated syntax at the beginning of each source file.\n\nCopyright (c) [2019] [name of copyright holder]\n[Software Name] is licensed under the Mulan PSL v1.\nYou can use this software according to the terms and conditions of the Mulan PSL v1.\nYou may obtain a copy of Mulan PSL v1 at:\n http:\/\/license.coscl.org.cn\/MulanPSL\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v1 for more details.\n", "rf_url": "https:\/\/license.coscl.org.cn\/MulanPSL\/", "rf_add_date": null, "rf_copyleft": null, @@ -12695,7 +12695,7 @@ }, { "rf_shortname": "MulanPSL-2.0", - "rf_text": "\n\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1, \u7b2c2\u7248\n\n\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c \u7b2c2\u7248\n\n2020\u5e741\u6708 http:\/\/license.coscl.org.cn\/MulanPSL2\n\n\u60a8\u5bf9\u201c\u8f6f\u4ef6\u201d\u7684\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u53ca\u5206\u53d1\u53d7\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c2\u7248\uff08\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\uff09\u7684\u5982\u4e0b\u6761\u6b3e\u7684\u7ea6\u675f\uff1a\n\n0. \u5b9a\u4e49\n\n\u201c\u8f6f\u4ef6\u201d \u662f\u6307\u7531\u201c\u8d21\u732e\u201d\u6784\u6210\u7684\u8bb8\u53ef\u5728\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u7a0b\u5e8f\u548c\u76f8\u5173\u6587\u6863\u7684\u96c6\u5408\u3002\n\n\u201c\u8d21\u732e\u201d \u662f\u6307\u7531\u4efb\u4e00\u201c\u8d21\u732e\u8005\u201d\u8bb8\u53ef\u5728\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u3002\n\n\u201c\u8d21\u732e\u8005\u201d \u662f\u6307\u5c06\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u8bb8\u53ef\u5728\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u81ea\u7136\u4eba\u6216\u201c\u6cd5\u4eba\u5b9e\u4f53\u201d\u3002\n\n\u201c\u6cd5\u4eba\u5b9e\u4f53\u201d \u662f\u6307\u63d0\u4ea4\u8d21\u732e\u7684\u673a\u6784\u53ca\u5176\u201c\u5173\u8054\u5b9e\u4f53\u201d\u3002\n\n\u201c\u5173\u8054\u5b9e\u4f53\u201d \u662f\u6307\uff0c\u5bf9\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0b\u7684\u884c\u4e3a\u65b9\u800c\u8a00\uff0c\u63a7\u5236\u3001\u53d7\u63a7\u5236\u6216\u4e0e\u5176\u5171\u540c\u53d7\u63a7\u5236\u7684\u673a\u6784\uff0c\u6b64\u5904\u7684\u63a7\u5236\u662f\u6307\u6709\u53d7\u63a7\u65b9\u6216\u5171\u540c\u53d7\u63a7\u65b9\u81f3\u5c1150%\u76f4\u63a5\u6216\u95f4\u63a5\u7684\u6295\u7968\u6743\u3001\u8d44\u91d1\u6216\u5176\u4ed6\u6709\u4ef7\u8bc1\u5238\u3002\n\n1. \u6388\u4e88\u7248\u6743\u8bb8\u53ef\n\n\u6bcf\u4e2a\u201c\u8d21\u732e\u8005\u201d\u6839\u636e\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\u7248\u6743\u8bb8\u53ef\uff0c\u60a8\u53ef\u4ee5\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u3001\u5206\u53d1\u5176\u201c\u8d21\u732e\u201d\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\u3002\n\n2. \u6388\u4e88\u4e13\u5229\u8bb8\u53ef\n\n\u6bcf\u4e2a\u201c\u8d21\u732e\u8005\u201d\u6839\u636e\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\uff08\u6839\u636e\u672c\u6761\u89c4\u5b9a\u64a4\u9500\u9664\u5916\uff09\u4e13\u5229\u8bb8\u53ef\uff0c\u4f9b\u60a8\u5236\u9020\u3001\u59d4\u6258\u5236\u9020\u3001\u4f7f\u7528\u3001\u8bb8\u8bfa\u9500\u552e\u3001\u9500\u552e\u3001\u8fdb\u53e3\u5176\u201c\u8d21\u732e\u201d\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u8f6c\u79fb\u5176\u201c\u8d21\u732e\u201d\u3002\u524d\u8ff0\u4e13\u5229\u8bb8\u53ef\u4ec5\u9650\u4e8e\u201c\u8d21\u732e\u8005\u201d\u73b0\u5728\u6216\u5c06\u6765\u62e5\u6709\u6216\u63a7\u5236\u7684\u5176\u201c\u8d21\u732e\u201d\u672c\u8eab\u6216\u5176\u201c\u8d21\u732e\u201d\u4e0e\u8bb8\u53ef\u201c\u8d21\u732e\u201d\u65f6\u7684\u201c\u8f6f\u4ef6\u201d\u7ed3\u5408\u800c\u5c06\u5fc5\u7136\u4f1a\u4fb5\u72af\u7684\u4e13\u5229\u6743\u5229\u8981\u6c42\uff0c\u4e0d\u5305\u62ec\u5bf9\u201c\u8d21\u732e\u201d\u7684\u4fee\u6539\u6216\u5305\u542b\u201c\u8d21\u732e\u201d\u7684\u5176\u4ed6\u7ed3\u5408\u3002\u5982\u679c\u60a8\u6216\u60a8\u7684\u201c\u5173\u8054\u5b9e\u4f53\u201d\u76f4\u63a5\u6216\u95f4\u63a5\u5730\uff0c\u5c31\u201c\u8f6f\u4ef6\u201d\u6216\u5176\u4e2d\u7684\u201c\u8d21\u732e\u201d\u5bf9\u4efb\u4f55\u4eba\u53d1\u8d77\u4e13\u5229\u4fb5\u6743\u8bc9\u8bbc\uff08\u5305\u62ec\u53cd\u8bc9\u6216\u4ea4\u53c9\u8bc9\u8bbc\uff09\u6216\u5176\u4ed6\u4e13\u5229\u7ef4\u6743\u884c\u52a8\uff0c\u6307\u63a7\u5176\u4fb5\u72af\u4e13\u5229\u6743\uff0c\u5219\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u6388\u4e88\u60a8\u5bf9\u201c\u8f6f\u4ef6\u201d\u7684\u4e13\u5229\u8bb8\u53ef\u81ea\u60a8\u63d0\u8d77\u8bc9\u8bbc\u6216\u53d1\u8d77\u7ef4\u6743\u884c\u52a8\u4e4b\u65e5\u7ec8\u6b62\u3002\n\n3. \u65e0\u5546\u6807\u8bb8\u53ef\n\n\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4e0d\u63d0\u4f9b\u5bf9\u201c\u8d21\u732e\u8005\u201d\u7684\u5546\u54c1\u540d\u79f0\u3001\u5546\u6807\u3001\u670d\u52a1\u6807\u5fd7\u6216\u4ea7\u54c1\u540d\u79f0\u7684\u5546\u6807\u8bb8\u53ef\uff0c\u4f46\u60a8\u4e3a\u6ee1\u8db3\u7b2c4\u6761\u89c4\u5b9a\u7684\u58f0\u660e\u4e49\u52a1\u800c\u5fc5\u987b\u4f7f\u7528\u9664\u5916\u3002\n\n4. \u5206\u53d1\u9650\u5236\n\n\u60a8\u53ef\u4ee5\u5728\u4efb\u4f55\u5a92\u4ecb\u4e2d\u5c06\u201c\u8f6f\u4ef6\u201d\u4ee5\u6e90\u7a0b\u5e8f\u5f62\u5f0f\u6216\u53ef\u6267\u884c\u5f62\u5f0f\u91cd\u65b0\u5206\u53d1\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\uff0c\u4f46\u60a8\u5fc5\u987b\u5411\u63a5\u6536\u8005\u63d0\u4f9b\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u7684\u526f\u672c\uff0c\u5e76\u4fdd\u7559\u201c\u8f6f\u4ef6\u201d\u4e2d\u7684\u7248\u6743\u3001\u5546\u6807\u3001\u4e13\u5229\u53ca\u514d\u8d23\u58f0\u660e\u3002\n\n5. \u514d\u8d23\u58f0\u660e\u4e0e\u8d23\u4efb\u9650\u5236\n\n\u201c\u8f6f\u4ef6\u201d\u53ca\u5176\u4e2d\u7684\u201c\u8d21\u732e\u201d\u5728\u63d0\u4f9b\u65f6\u4e0d\u5e26\u4efb\u4f55\u660e\u793a\u6216\u9ed8\u793a\u7684\u62c5\u4fdd\u3002\u5728\u4efb\u4f55\u60c5\u51b5\u4e0b\uff0c\u201c\u8d21\u732e\u8005\u201d\u6216\u7248\u6743\u6240\u6709\u8005\u4e0d\u5bf9\u4efb\u4f55\u4eba\u56e0\u4f7f\u7528\u201c\u8f6f\u4ef6\u201d\u6216\u5176\u4e2d\u7684\u201c\u8d21\u732e\u201d\u800c\u5f15\u53d1\u7684\u4efb\u4f55\u76f4\u63a5\u6216\u95f4\u63a5\u635f\u5931\u627f\u62c5\u8d23\u4efb\uff0c\u4e0d\u8bba\u56e0\u4f55\u79cd\u539f\u56e0\u5bfc\u81f4\u6216\u8005\u57fa\u4e8e\u4f55\u79cd\u6cd5\u5f8b\u7406\u8bba\uff0c\u5373\u4f7f\u5176\u66fe\u88ab\u5efa\u8bae\u6709\u6b64\u79cd\u635f\u5931\u7684\u53ef\u80fd\u6027\u3002\n\n6. \u8bed\u8a00\n\n\u201c\u672c\u8bb8\u53ef\u8bc1\u201d\u4ee5\u4e2d\u82f1\u6587\u53cc\u8bed\u8868\u8ff0\uff0c\u4e2d\u82f1\u6587\u7248\u672c\u5177\u6709\u540c\u7b49\u6cd5\u5f8b\u6548\u529b\u3002\u5982\u679c\u4e2d\u82f1\u6587\u7248\u672c\u5b58\u5728\u4efb\u4f55\u51b2\u7a81\u4e0d\u4e00\u81f4\uff0c\u4ee5\u4e2d\u6587\u7248\u4e3a\u51c6\u3002\n\n\u6761\u6b3e\u7ed3\u675f\n\n\u5982\u4f55\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c2\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u8f6f\u4ef6\n\n\u5982\u679c\u60a8\u5e0c\u671b\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c2\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u65b0\u8f6f\u4ef6\uff0c\u4e3a\u4e86\u65b9\u4fbf\u63a5\u6536\u8005\u67e5\u9605\uff0c\u5efa\u8bae\u60a8\u5b8c\u6210\u5982\u4e0b\u4e09\u6b65\uff1a\n\n1\uff0c \u8bf7\u60a8\u8865\u5145\u5982\u4e0b\u58f0\u660e\u4e2d\u7684\u7a7a\u767d\uff0c\u5305\u62ec\u8f6f\u4ef6\u540d\u3001\u8f6f\u4ef6\u7684\u9996\u6b21\u53d1\u8868\u5e74\u4efd\u4ee5\u53ca\u60a8\u4f5c\u4e3a\u7248\u6743\u4eba\u7684\u540d\u5b57\uff1b\n\n2\uff0c \u8bf7\u60a8\u5728\u8f6f\u4ef6\u5305\u7684\u4e00\u7ea7\u76ee\u5f55\u4e0b\u521b\u5efa\u4ee5\u201cLICENSE\u201d\u4e3a\u540d\u7684\u6587\u4ef6\uff0c\u5c06\u6574\u4e2a\u8bb8\u53ef\u8bc1\u6587\u672c\u653e\u5165\u8be5\u6587\u4ef6\u4e2d\uff1b\n\n3\uff0c \u8bf7\u5c06\u5982\u4e0b\u58f0\u660e\u6587\u672c\u653e\u5165\u6bcf\u4e2a\u6e90\u6587\u4ef6\u7684\u5934\u90e8\u6ce8\u91ca\u4e2d\u3002\n\nCopyright (c) [Year] [name of copyright holder]\n[Software Name] is licensed under Mulan PSL v2.\nYou can use this software according to the terms and conditions of the Mulan PSL v2.\nYou may obtain a copy of Mulan PSL v2 at:\n http:\/\/license.coscl.org.cn\/MulanPSL2\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND,\nEITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,\nMERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v2 for more details.\n\nMulan Permissive Software License\uff0cVersion 2\n\nMulan Permissive Software License\uff0cVersion 2 (Mulan PSL v2)\n\nJanuary 2020 http:\/\/license.coscl.org.cn\/MulanPSL2\n\nYour reproduction, use, modification and distribution of the Software shall be subject to Mulan PSL v2 (this License) with the following terms and conditions:\n\n0. Definition\n\nSoftware means the program and related documents which are licensed under this License and comprise all Contribution(s).\n\nContribution means the copyrightable work licensed by a particular Contributor under this License.\n\nContributor means the Individual or Legal Entity who licenses its copyrightable work under this License.\n\nLegal Entity means the entity making a Contribution and all its Affiliates.\n\nAffiliates means entities that control, are controlled by, or are under common control with the acting entity under this License, \u2018control\u2019 means direct or indirect ownership of at least fifty percent (50%) of the voting power, capital or other securities of controlled or commonly controlled entity.\n\n1. Grant of Copyright License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable copyright license to reproduce, use, modify, or distribute its Contribution, with modification or not.\n\n2. Grant of Patent License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable (except for revocation under this Section) patent license to make, have made, use, offer for sale, sell, import or otherwise transfer its Contribution, where such patent license is only limited to the patent claims owned or controlled by such Contributor now or in future which will be necessarily infringed by its Contribution alone, or by combination of the Contribution with the Software to which the Contribution was contributed. The patent license shall not apply to any modification of the Contribution, and any other combination which includes the Contribution. If you or your Affiliates directly or indirectly institute patent litigation (including a cross claim or counterclaim in a litigation) or other patent enforcement activities against any individual or entity by alleging that the Software or any Contribution in it infringes patents, then any patent license granted to you under this License for the Software shall terminate as of the date such litigation or activity is filed or taken.\n\n3. No Trademark License\n\nNo trademark license is granted to use the trade names, trademarks, service marks, or product names of Contributor, except as required to fulfill notice requirements in section 4.\n\n4. Distribution Restriction\n\nYou may distribute the Software in any medium with or without modification, whether in source or executable forms, provided that you provide recipients with a copy of this License and retain copyright, patent, trademark and disclaimer statements in the Software.\n\n5. Disclaimer of Warranty and Limitation of Liability\n\nTHE SOFTWARE AND CONTRIBUTION IN IT ARE PROVIDED WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. IN NO EVENT SHALL ANY CONTRIBUTOR OR COPYRIGHT HOLDER BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO ANY DIRECT, OR INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING FROM YOUR USE OR INABILITY TO USE THE SOFTWARE OR THE CONTRIBUTION IN IT, NO MATTER HOW IT\u2019S CAUSED OR BASED ON WHICH LEGAL THEORY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n6. Language\n\nTHIS LICENSE IS WRITTEN IN BOTH CHINESE AND ENGLISH, AND THE CHINESE VERSION AND ENGLISH VERSION SHALL HAVE THE SAME LEGAL EFFECT. IN THE CASE OF DIVERGENCE BETWEEN THE CHINESE AND ENGLISH VERSIONS, THE CHINESE VERSION SHALL PREVAIL.\n\nEND OF THE TERMS AND CONDITIONS\n\nHow to Apply the Mulan Permissive Software License\uff0cVersion 2 (Mulan PSL v2) to Your Software\n\nTo apply the Mulan PSL v2 to your work, for easy identification by recipients, you are suggested to complete following three steps:\n\ni. Fill in the blanks in following statement, including insert your software name, the year of the first publication of your software, and your name identified as the copyright owner;\nii. Create a file named \"LICENSE\" which contains the whole context of this License in the first directory of your software package;\niii. Attach the statement to the appropriate annotated syntax at the beginning of each source file.\n\nCopyright (c) [Year] [name of copyright holder]\n[Software Name] is licensed under Mulan PSL v2.\nYou can use this software according to the terms and conditions of the Mulan PSL v2.\nYou may obtain a copy of Mulan PSL v2 at:\n http:\/\/license.coscl.org.cn\/MulanPSL2\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND,\nEITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,\nMERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v2 for more details.\n\n", + "rf_text": "\n\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1, \u7b2c2\u7248\n\n\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c \u7b2c2\u7248\n\n2020\u5e741\u6708 http:\/\/license.coscl.org.cn\/MulanPSL2\n\n\u60a8\u5bf9\"\u8f6f\u4ef6\"\u7684\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u53ca\u5206\u53d1\u53d7\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c2\u7248\uff08\"\u672c\u8bb8\u53ef\u8bc1\"\uff09\u7684\u5982\u4e0b\u6761\u6b3e\u7684\u7ea6\u675f\uff1a\n\n0. \u5b9a\u4e49\n\n\"\u8f6f\u4ef6\" \u662f\u6307\u7531\"\u8d21\u732e\"\u6784\u6210\u7684\u8bb8\u53ef\u5728\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u7a0b\u5e8f\u548c\u76f8\u5173\u6587\u6863\u7684\u96c6\u5408\u3002\n\n\"\u8d21\u732e\" \u662f\u6307\u7531\u4efb\u4e00\"\u8d21\u732e\u8005\"\u8bb8\u53ef\u5728\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u3002\n\n\"\u8d21\u732e\u8005\" \u662f\u6307\u5c06\u53d7\u7248\u6743\u6cd5\u4fdd\u62a4\u7684\u4f5c\u54c1\u8bb8\u53ef\u5728\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u81ea\u7136\u4eba\u6216\"\u6cd5\u4eba\u5b9e\u4f53\"\u3002\n\n\"\u6cd5\u4eba\u5b9e\u4f53\" \u662f\u6307\u63d0\u4ea4\u8d21\u732e\u7684\u673a\u6784\u53ca\u5176\"\u5173\u8054\u5b9e\u4f53\"\u3002\n\n\"\u5173\u8054\u5b9e\u4f53\" \u662f\u6307\uff0c\u5bf9\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0b\u7684\u884c\u4e3a\u65b9\u800c\u8a00\uff0c\u63a7\u5236\u3001\u53d7\u63a7\u5236\u6216\u4e0e\u5176\u5171\u540c\u53d7\u63a7\u5236\u7684\u673a\u6784\uff0c\u6b64\u5904\u7684\u63a7\u5236\u662f\u6307\u6709\u53d7\u63a7\u65b9\u6216\u5171\u540c\u53d7\u63a7\u65b9\u81f3\u5c1150%\u76f4\u63a5\u6216\u95f4\u63a5\u7684\u6295\u7968\u6743\u3001\u8d44\u91d1\u6216\u5176\u4ed6\u6709\u4ef7\u8bc1\u5238\u3002\n\n1. \u6388\u4e88\u7248\u6743\u8bb8\u53ef\n\n\u6bcf\u4e2a\"\u8d21\u732e\u8005\"\u6839\u636e\"\u672c\u8bb8\u53ef\u8bc1\"\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\u7248\u6743\u8bb8\u53ef\uff0c\u60a8\u53ef\u4ee5\u590d\u5236\u3001\u4f7f\u7528\u3001\u4fee\u6539\u3001\u5206\u53d1\u5176\"\u8d21\u732e\"\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\u3002\n\n2. \u6388\u4e88\u4e13\u5229\u8bb8\u53ef\n\n\u6bcf\u4e2a\"\u8d21\u732e\u8005\"\u6839\u636e\"\u672c\u8bb8\u53ef\u8bc1\"\u6388\u4e88\u60a8\u6c38\u4e45\u6027\u7684\u3001\u5168\u7403\u6027\u7684\u3001\u514d\u8d39\u7684\u3001\u975e\u72ec\u5360\u7684\u3001\u4e0d\u53ef\u64a4\u9500\u7684\uff08\u6839\u636e\u672c\u6761\u89c4\u5b9a\u64a4\u9500\u9664\u5916\uff09\u4e13\u5229\u8bb8\u53ef\uff0c\u4f9b\u60a8\u5236\u9020\u3001\u59d4\u6258\u5236\u9020\u3001\u4f7f\u7528\u3001\u8bb8\u8bfa\u9500\u552e\u3001\u9500\u552e\u3001\u8fdb\u53e3\u5176\"\u8d21\u732e\"\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u8f6c\u79fb\u5176\"\u8d21\u732e\"\u3002\u524d\u8ff0\u4e13\u5229\u8bb8\u53ef\u4ec5\u9650\u4e8e\"\u8d21\u732e\u8005\"\u73b0\u5728\u6216\u5c06\u6765\u62e5\u6709\u6216\u63a7\u5236\u7684\u5176\"\u8d21\u732e\"\u672c\u8eab\u6216\u5176\"\u8d21\u732e\"\u4e0e\u8bb8\u53ef\"\u8d21\u732e\"\u65f6\u7684\"\u8f6f\u4ef6\"\u7ed3\u5408\u800c\u5c06\u5fc5\u7136\u4f1a\u4fb5\u72af\u7684\u4e13\u5229\u6743\u5229\u8981\u6c42\uff0c\u4e0d\u5305\u62ec\u5bf9\"\u8d21\u732e\"\u7684\u4fee\u6539\u6216\u5305\u542b\"\u8d21\u732e\"\u7684\u5176\u4ed6\u7ed3\u5408\u3002\u5982\u679c\u60a8\u6216\u60a8\u7684\"\u5173\u8054\u5b9e\u4f53\"\u76f4\u63a5\u6216\u95f4\u63a5\u5730\uff0c\u5c31\"\u8f6f\u4ef6\"\u6216\u5176\u4e2d\u7684\"\u8d21\u732e\"\u5bf9\u4efb\u4f55\u4eba\u53d1\u8d77\u4e13\u5229\u4fb5\u6743\u8bc9\u8bbc\uff08\u5305\u62ec\u53cd\u8bc9\u6216\u4ea4\u53c9\u8bc9\u8bbc\uff09\u6216\u5176\u4ed6\u4e13\u5229\u7ef4\u6743\u884c\u52a8\uff0c\u6307\u63a7\u5176\u4fb5\u72af\u4e13\u5229\u6743\uff0c\u5219\"\u672c\u8bb8\u53ef\u8bc1\"\u6388\u4e88\u60a8\u5bf9\"\u8f6f\u4ef6\"\u7684\u4e13\u5229\u8bb8\u53ef\u81ea\u60a8\u63d0\u8d77\u8bc9\u8bbc\u6216\u53d1\u8d77\u7ef4\u6743\u884c\u52a8\u4e4b\u65e5\u7ec8\u6b62\u3002\n\n3. \u65e0\u5546\u6807\u8bb8\u53ef\n\n\"\u672c\u8bb8\u53ef\u8bc1\"\u4e0d\u63d0\u4f9b\u5bf9\"\u8d21\u732e\u8005\"\u7684\u5546\u54c1\u540d\u79f0\u3001\u5546\u6807\u3001\u670d\u52a1\u6807\u5fd7\u6216\u4ea7\u54c1\u540d\u79f0\u7684\u5546\u6807\u8bb8\u53ef\uff0c\u4f46\u60a8\u4e3a\u6ee1\u8db3\u7b2c4\u6761\u89c4\u5b9a\u7684\u58f0\u660e\u4e49\u52a1\u800c\u5fc5\u987b\u4f7f\u7528\u9664\u5916\u3002\n\n4. \u5206\u53d1\u9650\u5236\n\n\u60a8\u53ef\u4ee5\u5728\u4efb\u4f55\u5a92\u4ecb\u4e2d\u5c06\"\u8f6f\u4ef6\"\u4ee5\u6e90\u7a0b\u5e8f\u5f62\u5f0f\u6216\u53ef\u6267\u884c\u5f62\u5f0f\u91cd\u65b0\u5206\u53d1\uff0c\u4e0d\u8bba\u4fee\u6539\u4e0e\u5426\uff0c\u4f46\u60a8\u5fc5\u987b\u5411\u63a5\u6536\u8005\u63d0\u4f9b\"\u672c\u8bb8\u53ef\u8bc1\"\u7684\u526f\u672c\uff0c\u5e76\u4fdd\u7559\"\u8f6f\u4ef6\"\u4e2d\u7684\u7248\u6743\u3001\u5546\u6807\u3001\u4e13\u5229\u53ca\u514d\u8d23\u58f0\u660e\u3002\n\n5. \u514d\u8d23\u58f0\u660e\u4e0e\u8d23\u4efb\u9650\u5236\n\n\"\u8f6f\u4ef6\"\u53ca\u5176\u4e2d\u7684\"\u8d21\u732e\"\u5728\u63d0\u4f9b\u65f6\u4e0d\u5e26\u4efb\u4f55\u660e\u793a\u6216\u9ed8\u793a\u7684\u62c5\u4fdd\u3002\u5728\u4efb\u4f55\u60c5\u51b5\u4e0b\uff0c\"\u8d21\u732e\u8005\"\u6216\u7248\u6743\u6240\u6709\u8005\u4e0d\u5bf9\u4efb\u4f55\u4eba\u56e0\u4f7f\u7528\"\u8f6f\u4ef6\"\u6216\u5176\u4e2d\u7684\"\u8d21\u732e\"\u800c\u5f15\u53d1\u7684\u4efb\u4f55\u76f4\u63a5\u6216\u95f4\u63a5\u635f\u5931\u627f\u62c5\u8d23\u4efb\uff0c\u4e0d\u8bba\u56e0\u4f55\u79cd\u539f\u56e0\u5bfc\u81f4\u6216\u8005\u57fa\u4e8e\u4f55\u79cd\u6cd5\u5f8b\u7406\u8bba\uff0c\u5373\u4f7f\u5176\u66fe\u88ab\u5efa\u8bae\u6709\u6b64\u79cd\u635f\u5931\u7684\u53ef\u80fd\u6027\u3002\n\n6. \u8bed\u8a00\n\n\"\u672c\u8bb8\u53ef\u8bc1\"\u4ee5\u4e2d\u82f1\u6587\u53cc\u8bed\u8868\u8ff0\uff0c\u4e2d\u82f1\u6587\u7248\u672c\u5177\u6709\u540c\u7b49\u6cd5\u5f8b\u6548\u529b\u3002\u5982\u679c\u4e2d\u82f1\u6587\u7248\u672c\u5b58\u5728\u4efb\u4f55\u51b2\u7a81\u4e0d\u4e00\u81f4\uff0c\u4ee5\u4e2d\u6587\u7248\u4e3a\u51c6\u3002\n\n\u6761\u6b3e\u7ed3\u675f\n\n\u5982\u4f55\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c2\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u8f6f\u4ef6\n\n\u5982\u679c\u60a8\u5e0c\u671b\u5c06\u6728\u5170\u5bbd\u677e\u8bb8\u53ef\u8bc1\uff0c\u7b2c2\u7248\uff0c\u5e94\u7528\u5230\u60a8\u7684\u65b0\u8f6f\u4ef6\uff0c\u4e3a\u4e86\u65b9\u4fbf\u63a5\u6536\u8005\u67e5\u9605\uff0c\u5efa\u8bae\u60a8\u5b8c\u6210\u5982\u4e0b\u4e09\u6b65\uff1a\n\n1\uff0c \u8bf7\u60a8\u8865\u5145\u5982\u4e0b\u58f0\u660e\u4e2d\u7684\u7a7a\u767d\uff0c\u5305\u62ec\u8f6f\u4ef6\u540d\u3001\u8f6f\u4ef6\u7684\u9996\u6b21\u53d1\u8868\u5e74\u4efd\u4ee5\u53ca\u60a8\u4f5c\u4e3a\u7248\u6743\u4eba\u7684\u540d\u5b57\uff1b\n\n2\uff0c \u8bf7\u60a8\u5728\u8f6f\u4ef6\u5305\u7684\u4e00\u7ea7\u76ee\u5f55\u4e0b\u521b\u5efa\u4ee5\"LICENSE\"\u4e3a\u540d\u7684\u6587\u4ef6\uff0c\u5c06\u6574\u4e2a\u8bb8\u53ef\u8bc1\u6587\u672c\u653e\u5165\u8be5\u6587\u4ef6\u4e2d\uff1b\n\n3\uff0c \u8bf7\u5c06\u5982\u4e0b\u58f0\u660e\u6587\u672c\u653e\u5165\u6bcf\u4e2a\u6e90\u6587\u4ef6\u7684\u5934\u90e8\u6ce8\u91ca\u4e2d\u3002\n\nCopyright (c) [Year] [name of copyright holder]\n[Software Name] is licensed under Mulan PSL v2.\nYou can use this software according to the terms and conditions of the Mulan PSL v2.\nYou may obtain a copy of Mulan PSL v2 at:\n http:\/\/license.coscl.org.cn\/MulanPSL2\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND,\nEITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,\nMERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v2 for more details.\n\nMulan Permissive Software License\uff0cVersion 2\n\nMulan Permissive Software License\uff0cVersion 2 (Mulan PSL v2)\n\nJanuary 2020 http:\/\/license.coscl.org.cn\/MulanPSL2\n\nYour reproduction, use, modification and distribution of the Software shall be subject to Mulan PSL v2 (this License) with the following terms and conditions:\n\n0. Definition\n\nSoftware means the program and related documents which are licensed under this License and comprise all Contribution(s).\n\nContribution means the copyrightable work licensed by a particular Contributor under this License.\n\nContributor means the Individual or Legal Entity who licenses its copyrightable work under this License.\n\nLegal Entity means the entity making a Contribution and all its Affiliates.\n\nAffiliates means entities that control, are controlled by, or are under common control with the acting entity under this License, 'control' means direct or indirect ownership of at least fifty percent (50%) of the voting power, capital or other securities of controlled or commonly controlled entity.\n\n1. Grant of Copyright License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable copyright license to reproduce, use, modify, or distribute its Contribution, with modification or not.\n\n2. Grant of Patent License\n\nSubject to the terms and conditions of this License, each Contributor hereby grants to you a perpetual, worldwide, royalty-free, non-exclusive, irrevocable (except for revocation under this Section) patent license to make, have made, use, offer for sale, sell, import or otherwise transfer its Contribution, where such patent license is only limited to the patent claims owned or controlled by such Contributor now or in future which will be necessarily infringed by its Contribution alone, or by combination of the Contribution with the Software to which the Contribution was contributed. The patent license shall not apply to any modification of the Contribution, and any other combination which includes the Contribution. If you or your Affiliates directly or indirectly institute patent litigation (including a cross claim or counterclaim in a litigation) or other patent enforcement activities against any individual or entity by alleging that the Software or any Contribution in it infringes patents, then any patent license granted to you under this License for the Software shall terminate as of the date such litigation or activity is filed or taken.\n\n3. No Trademark License\n\nNo trademark license is granted to use the trade names, trademarks, service marks, or product names of Contributor, except as required to fulfill notice requirements in section 4.\n\n4. Distribution Restriction\n\nYou may distribute the Software in any medium with or without modification, whether in source or executable forms, provided that you provide recipients with a copy of this License and retain copyright, patent, trademark and disclaimer statements in the Software.\n\n5. Disclaimer of Warranty and Limitation of Liability\n\nTHE SOFTWARE AND CONTRIBUTION IN IT ARE PROVIDED WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. IN NO EVENT SHALL ANY CONTRIBUTOR OR COPYRIGHT HOLDER BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO ANY DIRECT, OR INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING FROM YOUR USE OR INABILITY TO USE THE SOFTWARE OR THE CONTRIBUTION IN IT, NO MATTER HOW IT'S CAUSED OR BASED ON WHICH LEGAL THEORY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n6. Language\n\nTHIS LICENSE IS WRITTEN IN BOTH CHINESE AND ENGLISH, AND THE CHINESE VERSION AND ENGLISH VERSION SHALL HAVE THE SAME LEGAL EFFECT. IN THE CASE OF DIVERGENCE BETWEEN THE CHINESE AND ENGLISH VERSIONS, THE CHINESE VERSION SHALL PREVAIL.\n\nEND OF THE TERMS AND CONDITIONS\n\nHow to Apply the Mulan Permissive Software License\uff0cVersion 2 (Mulan PSL v2) to Your Software\n\nTo apply the Mulan PSL v2 to your work, for easy identification by recipients, you are suggested to complete following three steps:\n\ni. Fill in the blanks in following statement, including insert your software name, the year of the first publication of your software, and your name identified as the copyright owner;\nii. Create a file named \"LICENSE\" which contains the whole context of this License in the first directory of your software package;\niii. Attach the statement to the appropriate annotated syntax at the beginning of each source file.\n\nCopyright (c) [Year] [name of copyright holder]\n[Software Name] is licensed under Mulan PSL v2.\nYou can use this software according to the terms and conditions of the Mulan PSL v2.\nYou may obtain a copy of Mulan PSL v2 at:\n http:\/\/license.coscl.org.cn\/MulanPSL2\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTIES OF ANY KIND,\nEITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,\nMERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.\nSee the Mulan PSL v2 for more details.\n\n", "rf_url": "https:\/\/license.coscl.org.cn\/MulanPSL2\/", "rf_add_date": null, "rf_copyleft": null, @@ -12717,7 +12717,7 @@ }, { "rf_shortname": "NCGL-UK-2.0", - "rf_text": "Non-Commercial Government Licence\nfor public sector information\n\nYou are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.\n\nUsing information under this licence\n\nUse of copyright and database right material expressly made available under this licence (the \u2018Information\u2019) indicates your acceptance of the terms and conditions below.\n\nThe Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information for Non-Commercial purposes only subject to the conditions below.\n\nThis licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.\n\nYou are free to:\n\t\tcopy,\u00a0publish, distribute and transmit the Information;\n\t\tadapt the Information;\n\t\texploit the Information for Non-Commercial purposes for example, by combining it with other information in your own product or application.\n\nYou are not permitted to:\n\t\texercise any of the rights granted to you by this licence in any manner that is\u00a0primarily intended for or directed toward commercial advantage or private monetary compensation.\n\nYou must, where you do any of the above:\n\t\tacknowledge the source of the Information by including any attribution statement specified by the Information Provider(s)\u00a0and, where possible,\u00a0provide a link to this licence;\n\nIf the Information Provider does not provide a specific attribution statement, you must use the following:\n Contains information licensed under the Non-Commercial Government Licence v2.0.\n\nIf you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.\n\t\tensure that any onward licensing of the Information \u2013 for example when combined with other information \u2013 is for Non-Commercial purposes only.\n\nThese are important conditions of this licence and if you fail to comply with them or use the Information other than for Non-Commercial purposes the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.\n\nExemptions\n\nThis licence does not cover the use of:\n\t\u2022\tpersonal data in the Information;\n\t\u2022\tInformation that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;\n\t\u2022\tdepartmental or public sector organisation logos, crests, military insignia and the Royal Arms except where they form an integral part of a document or dataset;\n\t\u2022\tmilitary insignia\n\t\u2022\tthird party rights the Information Provider is not authorised to license;\n\t\u2022\tother intellectual property rights, including patents, trade marks, and design rights; and\n\t\u2022\tidentity documents such as the British Passport.\n\nNon-endorsement\nThis licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and\/or Licensor endorse you or your use of the Information.\n\nNo warranty\nThe Information is licensed \u2018as is\u2019 and the Information Provider excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.\nThe Information Provider is not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.\n\nGoverning Law\nThis licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.\n\nDefinitions\nIn this licence the terms below have the following meanings:\n\n\u2018Information\u2019 means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.\n\n\u2018Information Provider\u2019 means the person or organisation providing the Information under this licence.\n\n\u2018Licensor\u2019 means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of the Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.\n\n\u2018Non-Commercial purposes\u2019 means not intended for or directed toward commercial advantage or private monetary compensation. For the purposes of this licence, \u2018private monetary compensation\u2019 does not include the exchange of the Information for other copyrighted works by means of digital file-sharing or otherwise provided there is no payment of any monetary compensation in connection with the exchange of the Information.\n\n\u2018Use\u2019 as a verb, means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.\n\n\u2018You\u2019 means the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n", + "rf_text": "Non-Commercial Government Licence\nfor public sector information\n\nYou are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.\n\nUsing information under this licence\n\nUse of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.\n\nThe Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information for Non-Commercial purposes only subject to the conditions below.\n\nThis licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.\n\nYou are free to:\n\t\tcopy, publish, distribute and transmit the Information;\n\t\tadapt the Information;\n\t\texploit the Information for Non-Commercial purposes for example, by combining it with other information in your own product or application.\n\nYou are not permitted to:\n\t\texercise any of the rights granted to you by this licence in any manner that is primarily intended for or directed toward commercial advantage or private monetary compensation.\n\nYou must, where you do any of the above:\n\t\tacknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence;\n\nIf the Information Provider does not provide a specific attribution statement, you must use the following:\n Contains information licensed under the Non-Commercial Government Licence v2.0.\n\nIf you are using Information from several Information Providers and listing multiple attributions is not practical in your product or application, you may include a URI or hyperlink to a resource that contains the required attribution statements.\n\t\tensure that any onward licensing of the Information - for example when combined with other information - is for Non-Commercial purposes only.\n\nThese are important conditions of this licence and if you fail to comply with them or use the Information other than for Non-Commercial purposes the rights granted to you under this licence, or any similar licence granted by the Licensor, will end automatically.\n\nExemptions\n\nThis licence does not cover the use of:\n\t\u2022\tpersonal data in the Information;\n\t\u2022\tInformation that has not been accessed by way of publication or disclosure under information access legislation (including the Freedom of Information Acts for the UK and Scotland) by or with the consent of the Information Provider;\n\t\u2022\tdepartmental or public sector organisation logos, crests, military insignia and the Royal Arms except where they form an integral part of a document or dataset;\n\t\u2022\tmilitary insignia\n\t\u2022\tthird party rights the Information Provider is not authorised to license;\n\t\u2022\tother intellectual property rights, including patents, trade marks, and design rights; and\n\t\u2022\tidentity documents such as the British Passport.\n\nNon-endorsement\nThis licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider and\/or Licensor endorse you or your use of the Information.\n\nNo warranty\nThe Information is licensed 'as is' and the Information Provider excludes all representations, warranties, obligations and liabilities in relation to the Information to the maximum extent permitted by law.\nThe Information Provider is not liable for any errors or omissions in the Information and shall not be liable for any loss, injury or damage of any kind caused by its use. The Information Provider does not guarantee the continued supply of the Information.\n\nGoverning Law\nThis licence is governed by the laws of the jurisdiction in which the Information Provider has its principal place of business, unless otherwise specified by the Information Provider.\n\nDefinitions\nIn this licence the terms below have the following meanings:\n\n'Information' means information protected by copyright or by database right (for example, literary and artistic works, content, data and source code) offered for use under the terms of this licence.\n\n'Information Provider' means the person or organisation providing the Information under this licence.\n\n'Licensor' means any Information Provider which has the authority to offer Information under the terms of this licence or the Keeper of the Public Records, who has the authority to offer Information subject to Crown copyright and Crown database rights and Information subject to copyright and database right that has been assigned to or acquired by the Crown, under the terms of this licence.\n\n'Non-Commercial purposes' means not intended for or directed toward commercial advantage or private monetary compensation. For the purposes of this licence, 'private monetary compensation' does not include the exchange of the Information for other copyrighted works by means of digital file-sharing or otherwise provided there is no payment of any monetary compensation in connection with the exchange of the Information.\n\n'Use' as a verb, means doing any act which is restricted by copyright or database right, whether in the original medium or in any other medium, and includes without limitation distributing, copying, adapting, modifying as may be technically necessary to use it in a different mode or format.\n\n'You' means the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n", "rf_url": "http:\/\/www.nationalarchives.gov.uk\/doc\/non-commercial-government-licence\/version\/2\/", "rf_add_date": null, "rf_copyleft": null, @@ -12805,7 +12805,7 @@ }, { "rf_shortname": "O-UDA-1.0", - "rf_text": "Open Use of Data Agreement v1.0\n\nThis is the Open Use of Data Agreement, Version 1.0 (the \"O-UDA\"). Capitalized terms are defined in Section 5. Data Provider and you agree as follows:\n\n1. Provision of the Data\n\n 1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under this O-UDA if you follow the O-UDA's terms.\n\n 1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the use, modification, or distribution of the Data provided you meet the terms of the O-UDA.\n\n 1.3 This O-UDA does not restrict your use, modification, or distribution of any portions of the Data that are in the public domain or that may be used, modified, or distributed under any other legal exception or limitation.\n\n2. No Restrictions on Use or Results\n\n 2.1. The O-UDA does not impose any restriction with respect to:\n\n 2.1.1. the use or modification of Data; or\n\n 2.1.2. the use, modification, or distribution of Results.\n\n3. Redistribution of Data\n\n 3.1. You may redistribute the Data under terms of your choice, so long as:\n\n 3.1.1. You include with any Data you redistribute all credit or attribution information that you received with the Data, and your terms require any Downstream Recipient to do the same; and\n\n 3.1.2. Your terms include a warranty disclaimer and limitation of liability for Upstream Data Providers at least as broad as those contained in Section 4.2 and 4.3 of the O-UDA.\n\n4. No Warranty, Limitation of Liability\n\n 4.1. Data Provider does not represent or warrant that it has any rights whatsoever in the Data.\n\n 4.2. THE DATA IS PROVIDED ON AN \u201cAS IS\u201d 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.\n\n 4.3. NEITHER DATA PROVIDER NOR ANY UPSTREAM DATA PROVIDER 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 DATA OR RESULTS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n5. Definitions\n\n 5.1. \"Data\" means the material you receive under the O-UDA in modified or unmodified form, but not including Results.\n\n 5.2. \"Data Provider\" means the source from which you receive the Data and with whom you enter into the O-UDA.\n\n 5.3. \"Downstream Recipient\" means any person or persons who receives the Data directly or indirectly from you in accordance with the O-UDA.\n\n 5.4. \"Result\" means anything that you develop or improve from your use of Data that does not include more than a de minimis portion of the Data on which the use is based. Results may include de minimis portions of the Data necessary to report on or explain use that has been conducted with the Data, such as figures in scientific papers, but do not include more. Artificial intelligence models trained on Data (and which do not include more than a de minimis portion of Data) are Results.\n\n 5.5. \"Upstream Data Providers\" means the source or sources from which the Data Provider directly or indirectly received, under the terms of the O-UDA, material that is included in the Data.\n", + "rf_text": "Open Use of Data Agreement v1.0\n\nThis is the Open Use of Data Agreement, Version 1.0 (the \"O-UDA\"). Capitalized terms are defined in Section 5. Data Provider and you agree as follows:\n\n1. Provision of the Data\n\n 1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under this O-UDA if you follow the O-UDA's terms.\n\n 1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the use, modification, or distribution of the Data provided you meet the terms of the O-UDA.\n\n 1.3 This O-UDA does not restrict your use, modification, or distribution of any portions of the Data that are in the public domain or that may be used, modified, or distributed under any other legal exception or limitation.\n\n2. No Restrictions on Use or Results\n\n 2.1. The O-UDA does not impose any restriction with respect to:\n\n 2.1.1. the use or modification of Data; or\n\n 2.1.2. the use, modification, or distribution of Results.\n\n3. Redistribution of Data\n\n 3.1. You may redistribute the Data under terms of your choice, so long as:\n\n 3.1.1. You include with any Data you redistribute all credit or attribution information that you received with the Data, and your terms require any Downstream Recipient to do the same; and\n\n 3.1.2. Your terms include a warranty disclaimer and limitation of liability for Upstream Data Providers at least as broad as those contained in Section 4.2 and 4.3 of the O-UDA.\n\n4. No Warranty, Limitation of Liability\n\n 4.1. Data Provider does not represent or warrant that it has any rights whatsoever in the Data.\n\n 4.2. THE DATA 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.\n\n 4.3. NEITHER DATA PROVIDER NOR ANY UPSTREAM DATA PROVIDER 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 DATA OR RESULTS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n5. Definitions\n\n 5.1. \"Data\" means the material you receive under the O-UDA in modified or unmodified form, but not including Results.\n\n 5.2. \"Data Provider\" means the source from which you receive the Data and with whom you enter into the O-UDA.\n\n 5.3. \"Downstream Recipient\" means any person or persons who receives the Data directly or indirectly from you in accordance with the O-UDA.\n\n 5.4. \"Result\" means anything that you develop or improve from your use of Data that does not include more than a de minimis portion of the Data on which the use is based. Results may include de minimis portions of the Data necessary to report on or explain use that has been conducted with the Data, such as figures in scientific papers, but do not include more. Artificial intelligence models trained on Data (and which do not include more than a de minimis portion of Data) are Results.\n\n 5.5. \"Upstream Data Providers\" means the source or sources from which the Data Provider directly or indirectly received, under the terms of the O-UDA, material that is included in the Data.\n", "rf_url": "https:\/\/github.com\/microsoft\/Open-Use-of-Data-Agreement\/blob\/v1.0\/O-UDA-1.0.md", "rf_add_date": null, "rf_copyleft": null, @@ -12871,7 +12871,7 @@ }, { "rf_shortname": "OGL-Canada-2.0", - "rf_text": "Open Government Licence - Canada\n\nYou are encouraged to use the Information that is available under this licence with only a few conditions.\n\nUsing Information under this licence\n* Use of any Information indicates your acceptance of the terms below.\n* The Information Provider grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information, including for commercial purposes, subject to the terms below.\n\nYou are free to:\n* Copy, modify, publish, translate, adapt, distribute or otherwise use the Information in any medium, mode or format for any lawful purpose.\n\nYou must, where you do any of the above:\n* Acknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence.\n* If the Information Provider does not provide a specific attribution statement, or if you are using Information from several information providers and multiple attributions are not practical for your product or application, you must use the following attribution statement:\n Contains information licensed under the Open Government Licence \u2013 Canada.\n\nThe terms of this licence are important, and if you fail to comply with any of them, the rights granted to you under this licence, or any similar licence granted by the Information Provider, will end automatically.\n\nExemptions\nThis licence does not grant you any right to use:\n* Personal Information;\n* third party rights the Information Provider is not authorized to license;\n* the names, crests, logos, or other official symbols of the Information Provider; and\n* Information subject to other intellectual property rights, including patents, trade-marks and official marks.\n\nNon-endorsement\nThis licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider endorses you or your use of the Information.\n\nNo Warranty\nThe Information is licensed \u201cas is\u201d, and the Information Provider excludes all representations, warranties, obligations, and liabilities, whether express or implied, to the maximum extent permitted by law.\n\nThe Information Provider is not liable for any errors or omissions in the Information, and will not under any circumstances be liable for any direct, indirect, special, incidental, consequential, or other loss, injury or damage caused by its use or otherwise arising in connection with this licence or the Information, even if specifically advised of the possibility of such loss, injury or damage.\n\nGoverning Law\nThis licence is governed by the laws of the province of Ontario and the applicable laws of Canada.\n\nLegal proceedings related to this licence may only be brought in the courts of Ontario or the Federal Court of Canada.\n\nDefinitions\nIn this licence, the terms below have the following meanings:\n\n\"Information\" means information resources protected by copyright or other information that is offered for use under the terms of this licence.\n\n\"Information Provider\" means Her Majesty the Queen in right of Canada.\n\n\u201cPersonal Information\u201d means \u201cpersonal information\u201d as defined in section 3 of the Privacy Act, R.S.C. 1985, c. P-21.\n\n\"You\" means the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n\nVersioning\nThis is version 2.0 of the Open Government Licence \u2013 Canada. The Information Provider may make changes to the terms of this licence from time to time and issue a new version of the licence. Your use of the Information will be governed by the terms of the licence in force as of the date you accessed the information.\n", + "rf_text": "Open Government Licence - Canada\n\nYou are encouraged to use the Information that is available under this licence with only a few conditions.\n\nUsing Information under this licence\n* Use of any Information indicates your acceptance of the terms below.\n* The Information Provider grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information, including for commercial purposes, subject to the terms below.\n\nYou are free to:\n* Copy, modify, publish, translate, adapt, distribute or otherwise use the Information in any medium, mode or format for any lawful purpose.\n\nYou must, where you do any of the above:\n* Acknowledge the source of the Information by including any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence.\n* If the Information Provider does not provide a specific attribution statement, or if you are using Information from several information providers and multiple attributions are not practical for your product or application, you must use the following attribution statement:\n Contains information licensed under the Open Government Licence - Canada.\n\nThe terms of this licence are important, and if you fail to comply with any of them, the rights granted to you under this licence, or any similar licence granted by the Information Provider, will end automatically.\n\nExemptions\nThis licence does not grant you any right to use:\n* Personal Information;\n* third party rights the Information Provider is not authorized to license;\n* the names, crests, logos, or other official symbols of the Information Provider; and\n* Information subject to other intellectual property rights, including patents, trade-marks and official marks.\n\nNon-endorsement\nThis licence does not grant you any right to use the Information in a way that suggests any official status or that the Information Provider endorses you or your use of the Information.\n\nNo Warranty\nThe Information is licensed \"as is\", and the Information Provider excludes all representations, warranties, obligations, and liabilities, whether express or implied, to the maximum extent permitted by law.\n\nThe Information Provider is not liable for any errors or omissions in the Information, and will not under any circumstances be liable for any direct, indirect, special, incidental, consequential, or other loss, injury or damage caused by its use or otherwise arising in connection with this licence or the Information, even if specifically advised of the possibility of such loss, injury or damage.\n\nGoverning Law\nThis licence is governed by the laws of the province of Ontario and the applicable laws of Canada.\n\nLegal proceedings related to this licence may only be brought in the courts of Ontario or the Federal Court of Canada.\n\nDefinitions\nIn this licence, the terms below have the following meanings:\n\n\"Information\" means information resources protected by copyright or other information that is offered for use under the terms of this licence.\n\n\"Information Provider\" means Her Majesty the Queen in right of Canada.\n\n\"Personal Information\" means \"personal information\" as defined in section 3 of the Privacy Act, R.S.C. 1985, c. P-21.\n\n\"You\" means the natural or legal person, or body of persons corporate or incorporate, acquiring rights under this licence.\n\nVersioning\nThis is version 2.0 of the Open Government Licence - Canada. The Information Provider may make changes to the terms of this licence from time to time and issue a new version of the licence. Your use of the Information will be governed by the terms of the licence in force as of the date you accessed the information.\n", "rf_url": "https:\/\/open.canada.ca\/en\/open-government-licence-canada", "rf_add_date": null, "rf_copyleft": null, @@ -12959,7 +12959,7 @@ }, { "rf_shortname": "PolyForm-Small-Business-1.0.0", - "rf_text": "# PolyForm Small Business License 1.0.0\n\n\n\n## Acceptance\n\nIn order to get any license under these terms, you must agree\nto them as both strict obligations and conditions to all\nyour licenses.\n\n## Copyright License\n\nThe licensor grants you a copyright license for the\nsoftware to do everything you might do with the software\nthat would otherwise infringe the licensor's copyright\nin it for any permitted purpose. However, you may\nonly distribute the software according to [Distribution\nLicense](#distribution-license) and make changes or new works\nbased on the software according to [Changes and New Works\nLicense](#changes-and-new-works-license).\n\n## Distribution License\n\nThe licensor grants you an additional copyright license\nto distribute copies of the software. Your license\nto distribute covers distributing the software with\nchanges and new works permitted by [Changes and New Works\nLicense](#changes-and-new-works-license).\n\n## Notices\n\nYou must ensure that anyone who gets a copy of any part of\nthe software from you also gets a copy of these terms or the\nURL for them above, as well as copies of any plain-text lines\nbeginning with `Required Notice:` that the licensor provided\nwith the software. For example:\n\n> Required Notice: Copyright Yoyodyne, Inc. (http:\/\/example.com)\n\n## Changes and New Works License\n\nThe licensor grants you an additional copyright license to\nmake changes and new works based on the software for any\npermitted purpose.\n\n## Patent License\n\nThe licensor grants you a patent license for the software that\ncovers patent claims the licensor can license, or becomes able\nto license, that you would infringe by using the software.\n\n## Fair Use\n\nYou may have \"fair use\" rights for the software under the\nlaw. These terms do not limit them.\n\n## Small Business\n\nUse of the software for the benefit of your company is use for\na permitted purpose if your company has fewer than 100 total\nindividuals working as employees and independent contractors,\nand less than 1,000,000 USD (2019) total revenue in the prior\ntax year. Adjust this revenue threshold for inflation according\nto the United States Bureau of Labor Statistics' consumer price\nindex for all urban consumers, U.S. city average, for all items,\nnot seasonally adjusted, with 1982\u20131984=100 reference base.\n\n## No Other Rights\n\nThese terms do not allow you to sublicense or transfer any of\nyour licenses to anyone else, or prevent the licensor from\ngranting licenses to anyone else. These terms do not imply\nany other licenses.\n\n## Patent Defense\n\nIf you make any written claim that the software infringes or\ncontributes to infringement of any patent, your patent license\nfor the software granted under these terms ends immediately. If\nyour company makes such a claim, your patent license ends\nimmediately for work on behalf of your company.\n\n## Violations\n\nThe first time you are notified in writing that you have\nviolated any of these terms, or done anything with the software\nnot covered by your licenses, your licenses can nonetheless\ncontinue if you come into full compliance with these terms,\nand take practical steps to correct past violations, within\n32 days of receiving notice. Otherwise, all your licenses\nend immediately.\n\n## No Liability\n\n***As far as the law allows, the software comes as is, without\nany warranty or condition, and the licensor will not be liable\nto you for any damages arising out of these terms or the use\nor nature of the software, under any kind of legal claim.***\n\n## Definitions\n\nThe **licensor** is the individual or entity offering these\nterms, and the **software** is the software the licensor makes\navailable under these terms.\n\n**You** refers to the individual or entity agreeing to these\nterms.\n\n**Your company** is any legal entity, sole proprietorship,\nor other kind of organization that you work for, plus all\norganizations that have control over, are under the control of,\nor are under common control with that organization. **Control**\nmeans ownership of substantially all the assets of an entity,\nor the power to direct its management and policies by vote,\ncontract, or otherwise. Control can be direct or indirect.\n\n**Your licenses** are all the licenses granted to you for the\nsoftware under these terms.\n\n**Use** means anything you do with the software requiring one\nof your licenses.\n", + "rf_text": "# PolyForm Small Business License 1.0.0\n\n\n\n## Acceptance\n\nIn order to get any license under these terms, you must agree\nto them as both strict obligations and conditions to all\nyour licenses.\n\n## Copyright License\n\nThe licensor grants you a copyright license for the\nsoftware to do everything you might do with the software\nthat would otherwise infringe the licensor's copyright\nin it for any permitted purpose. However, you may\nonly distribute the software according to [Distribution\nLicense](#distribution-license) and make changes or new works\nbased on the software according to [Changes and New Works\nLicense](#changes-and-new-works-license).\n\n## Distribution License\n\nThe licensor grants you an additional copyright license\nto distribute copies of the software. Your license\nto distribute covers distributing the software with\nchanges and new works permitted by [Changes and New Works\nLicense](#changes-and-new-works-license).\n\n## Notices\n\nYou must ensure that anyone who gets a copy of any part of\nthe software from you also gets a copy of these terms or the\nURL for them above, as well as copies of any plain-text lines\nbeginning with `Required Notice:` that the licensor provided\nwith the software. For example:\n\n> Required Notice: Copyright Yoyodyne, Inc. (http:\/\/example.com)\n\n## Changes and New Works License\n\nThe licensor grants you an additional copyright license to\nmake changes and new works based on the software for any\npermitted purpose.\n\n## Patent License\n\nThe licensor grants you a patent license for the software that\ncovers patent claims the licensor can license, or becomes able\nto license, that you would infringe by using the software.\n\n## Fair Use\n\nYou may have \"fair use\" rights for the software under the\nlaw. These terms do not limit them.\n\n## Small Business\n\nUse of the software for the benefit of your company is use for\na permitted purpose if your company has fewer than 100 total\nindividuals working as employees and independent contractors,\nand less than 1,000,000 USD (2019) total revenue in the prior\ntax year. Adjust this revenue threshold for inflation according\nto the United States Bureau of Labor Statistics' consumer price\nindex for all urban consumers, U.S. city average, for all items,\nnot seasonally adjusted, with 1982-1984=100 reference base.\n\n## No Other Rights\n\nThese terms do not allow you to sublicense or transfer any of\nyour licenses to anyone else, or prevent the licensor from\ngranting licenses to anyone else. These terms do not imply\nany other licenses.\n\n## Patent Defense\n\nIf you make any written claim that the software infringes or\ncontributes to infringement of any patent, your patent license\nfor the software granted under these terms ends immediately. If\nyour company makes such a claim, your patent license ends\nimmediately for work on behalf of your company.\n\n## Violations\n\nThe first time you are notified in writing that you have\nviolated any of these terms, or done anything with the software\nnot covered by your licenses, your licenses can nonetheless\ncontinue if you come into full compliance with these terms,\nand take practical steps to correct past violations, within\n32 days of receiving notice. Otherwise, all your licenses\nend immediately.\n\n## No Liability\n\n***As far as the law allows, the software comes as is, without\nany warranty or condition, and the licensor will not be liable\nto you for any damages arising out of these terms or the use\nor nature of the software, under any kind of legal claim.***\n\n## Definitions\n\nThe **licensor** is the individual or entity offering these\nterms, and the **software** is the software the licensor makes\navailable under these terms.\n\n**You** refers to the individual or entity agreeing to these\nterms.\n\n**Your company** is any legal entity, sole proprietorship,\nor other kind of organization that you work for, plus all\norganizations that have control over, are under the control of,\nor are under common control with that organization. **Control**\nmeans ownership of substantially all the assets of an entity,\nor the power to direct its management and policies by vote,\ncontract, or otherwise. Control can be direct or indirect.\n\n**Your licenses** are all the licenses granted to you for the\nsoftware under these terms.\n\n**Use** means anything you do with the software requiring one\nof your licenses.\n", "rf_url": "https:\/\/polyformproject.org\/licenses\/small-business\/1.0.0", "rf_add_date": null, "rf_copyleft": null, @@ -13025,7 +13025,7 @@ }, { "rf_shortname": "UCL-1.0", - "rf_text": "Upstream Compatibility License v. 1.0 (UCL-1.0)\n\nThis Upstream Compatibility License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\n Licensed under the Upstream Compatibility License 1.0\n\n1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n a) to reproduce the Original Work in copies, either alone or as part of a collective work;\n\n b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n\n c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work You distribute or communicate shall be licensed under this Upstream Compatibility License and all Derivative Work You distribute or communicate\n shall be licensed under both this Upstream Compatibility License and the Apache License 2.0 or later;\n\n d) to perform the Original Work publicly; and\n\n e) to display the Original Work publicly.\n\n2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n3) Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor\u2019s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n5) External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including \u201cfair use\u201d or \u201cfair dealing\u201d). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n12) Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n14) Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n16) Modification of This License. This License is Copyright (c) 2005 Lawrence Rosen and Copyright (c) 2017 Nigel Tzeng. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Open Software License\" or \"OSL\" or the \"Upstream Compatibility License\" or \"UCL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under \" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.\n", + "rf_text": "Upstream Compatibility License v. 1.0 (UCL-1.0)\n\nThis Upstream Compatibility License (the \"License\") applies to any original work of authorship (the \"Original Work\") whose owner (the \"Licensor\") has placed the following licensing notice adjacent to the copyright notice for the Original Work:\n\n Licensed under the Upstream Compatibility License 1.0\n\n1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:\n\n a) to reproduce the Original Work in copies, either alone or as part of a collective work;\n\n b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works (\"Derivative Works\") based upon the Original Work;\n\n c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work You distribute or communicate shall be licensed under this Upstream Compatibility License and all Derivative Work You distribute or communicate\n shall be licensed under both this Upstream Compatibility License and the Apache License 2.0 or later;\n\n d) to perform the Original Work publicly; and\n\n e) to display the Original Work publicly.\n\n2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.\n\n3) Grant of Source Code License. The term \"Source Code\" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.\n\n4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor's trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.\n\n5) External Deployment. The term \"External Deployment\" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).\n\n6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an \"Attribution Notice.\" You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.\n\n7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an \"AS IS\" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.\n\n8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.\n\n9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including \"fair use\" or \"fair dealing\"). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).\n\n10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.\n\n11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.\n\n12) Attorneys' Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.\n\n13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.\n\n14) Definition of \"You\" in This License. \"You\" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, \"You\" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.\n\n16) Modification of This License. This License is Copyright (c) 2005 Lawrence Rosen and Copyright (c) 2017 Nigel Tzeng. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the \"Modified License\") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the \"Open Software License\" or \"OSL\" or the \"Upstream Compatibility License\" or \"UCL\" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice \"Licensed under \" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.\n", "rf_url": "https:\/\/opensource.org\/licenses\/UCL-1.0", "rf_add_date": null, "rf_copyleft": null, @@ -13047,7 +13047,7 @@ }, { "rf_shortname": "etalab-2.0", - "rf_text": "LICENCE OUVERTE \/ OPEN LICENCE\n===================================================================\n\n- Version 2.0\n- Avril 2017\n\n\n\u00ab R\u00c9UTILISATION \u00bb DE L\u2019\u00ab INFORMATION \u00bb SOUS CETTE LICENCE\n-------------------------------------------------------------------\n\nLe \u00ab Conc\u00e9dant \u00bb conc\u00e8de au \u00ab R\u00e9utilisateur \u00bb un droit non exclusif et gratuit\nde libre \u00ab R\u00e9utilisation \u00bb de l\u2019\u00ab Information \u00bb objet de la pr\u00e9sente licence,\n\u00e0 des fins commerciales ou non, dans le monde entier et pour une dur\u00e9e\nillimit\u00e9e, dans les conditions exprim\u00e9es ci-dessous.\n\nLe \u00ab R\u00e9utilisateur \u00bb est libre de r\u00e9utiliser l\u2019\u00ab Information \u00bb :\n\n- de la reproduire, la copier,\n- de l\u2019adapter, la modifier, l\u2019extraire et la transformer, pour cr\u00e9er des\n\u00ab Informations d\u00e9riv\u00e9es \u00bb, des produits ou des services,\n- de la communiquer, la diffuser, la redistribuer, la publier et la transmettre,\n- de l\u2019exploiter \u00e0 titre commercial, par exemple en la combinant avec d\u2019autres\ninformations, ou en l\u2019incluant dans son propre produit ou application.\n\nSous r\u00e9serve de :\n\n- mentionner la paternit\u00e9 de l\u2019\u00ab Information \u00bb : sa source (au moins le nom du\n\u00ab Conc\u00e9dant \u00bb) et la date de derni\u00e8re mise \u00e0 jour de l\u2019\u00ab Information \u00bb\nr\u00e9utilis\u00e9e.\n\nLe \u00ab R\u00e9utilisateur \u00bb peut notamment s\u2019acquitter de cette condition en renvoyant,\npar un lien hypertexte, vers la source de \u00ab l\u2019Information \u00bb et assurant une\nmention effective de sa paternit\u00e9.\n\nPar exemple :\n\n\u00ab Minist\u00e8re de xxx - Donn\u00e9es originales t\u00e9l\u00e9charg\u00e9es sur\nhttp:\/\/www.data.gouv.fr\/fr\/datasets\/xxx\/, mise \u00e0 jour du 14 f\u00e9vrier 2017 \u00bb.\n\nCette mention de paternit\u00e9 ne conf\u00e8re aucun caract\u00e8re officiel \u00e0 la\n\u00ab R\u00e9utilisation \u00bb de l\u2019\u00ab Information \u00bb, et ne doit pas sugg\u00e9rer une quelconque\nreconnaissance ou caution par le \u00ab Conc\u00e9dant \u00bb, ou par toute autre entit\u00e9\npublique, du \u00ab R\u00e9utilisateur \u00bb ou de sa \u00ab R\u00e9utilisation \u00bb.\n\n\n\u00ab DONN\u00c9ES \u00c0 CARACT\u00c8RE PERSONNEL \u00bb\n-------------------------------------------------------------------\n\nL\u2019\u00ab Information \u00bb mise \u00e0 disposition peut contenir des \u00ab Donn\u00e9es \u00e0 caract\u00e8re\npersonnel \u00bb pouvant faire l\u2019objet d\u2019une \u00ab R\u00e9utilisation \u00bb. Si tel est le cas,\nle \u00ab Conc\u00e9dant \u00bb informe le \u00ab R\u00e9utilisateur \u00bb de leur pr\u00e9sence.\n\nL\u2019\u00ab Information \u00bb peut \u00eatre librement r\u00e9utilis\u00e9e, dans le cadre des droits\naccord\u00e9s par la pr\u00e9sente licence, \u00e0 condition de respecter le cadre l\u00e9gal\nrelatif \u00e0 la protection des donn\u00e9es \u00e0 caract\u00e8re personnel.\n\n\n\u00ab DROITS DE PROPRI\u00c9T\u00c9 INTELLECTUELLE \u00bb\n-------------------------------------------------------------------\n\nIl est garanti au \u00ab R\u00e9utilisateur \u00bb que les \u00e9ventuels \u00ab Droits de propri\u00e9t\u00e9\nintellectuelle \u00bb d\u00e9tenus par des tiers ou par le \u00ab Conc\u00e9dant \u00bb sur\nl\u2019\u00ab Information \u00bb ne font pas obstacle aux droits accord\u00e9s par la pr\u00e9sente\nlicence.\n\nLorsque le \u00ab Conc\u00e9dant \u00bb d\u00e9tient des \u00ab Droits de propri\u00e9t\u00e9 intellectuelle \u00bb\ncessibles sur l\u2019\u00ab Information \u00bb, il les c\u00e8de au \u00ab R\u00e9utilisateur \u00bb de fa\u00e7on non\nexclusive, \u00e0 titre gracieux, pour le monde entier, pour toute la dur\u00e9e des\n\u00ab Droits de propri\u00e9t\u00e9 intellectuelle \u00bb, et le \u00ab R\u00e9utilisateur \u00bb peut faire tout\nusage de l\u2019\u00ab Information \u00bb conform\u00e9ment aux libert\u00e9s et aux conditions d\u00e9finies\npar la pr\u00e9sente licence.\n\n\nRESPONSABILIT\u00c9\n-------------------------------------------------------------------\n\nL\u2019\u00ab Information \u00bb est mise \u00e0 disposition telle que produite ou re\u00e7ue par le\n\u00ab Conc\u00e9dant \u00bb, sans autre garantie expresse ou tacite que celles pr\u00e9vues par la\npr\u00e9sente licence. L\u2019absence de d\u00e9fauts ou d\u2019erreurs \u00e9ventuellement contenues\ndans l\u2019\u00ab Information \u00bb, comme la fourniture continue de l\u2019\u00ab Information \u00bb n\u2019est\npas garantie par le \u00ab Conc\u00e9dant \u00bb. Il ne peut \u00eatre tenu pour responsable de\ntoute perte, pr\u00e9judice ou dommage de quelque sorte caus\u00e9 \u00e0 des tiers du fait de\nla \u00ab R\u00e9utilisation \u00bb.\n\nLe \u00ab R\u00e9utilisateur \u00bb est seul responsable de la \u00ab R\u00e9utilisation \u00bb de\nl\u2019\u00ab Information \u00bb.\n\nLa \u00ab R\u00e9utilisation \u00bb ne doit pas induire en erreur des tiers quant au contenu\nde l\u2019\u00ab Information \u00bb, sa source et sa date de mise \u00e0 jour.\n\n\nDROIT APPLICABLE\n-------------------------------------------------------------------\n\nLa pr\u00e9sente licence est r\u00e9gie par le droit fran\u00e7ais.\n\n\nCOMPATIBILIT\u00c9 DE LA PR\u00c9SENTE LICENCE\n-------------------------------------------------------------------\n\nLa pr\u00e9sente licence a \u00e9t\u00e9 con\u00e7ue pour \u00eatre compatible avec toute licence libre\nqui exige au moins la mention de paternit\u00e9 et notamment avec la version\nant\u00e9rieure de la pr\u00e9sente licence ainsi qu\u2019avec les licences :\n\n- \u00ab Open Government Licence \u00bb (OGL) du Royaume-Uni,\n- \u00ab Creative Commons Attribution \u00bb (CC-BY) de Creative Commons et\n- \u00ab Open Data Commons Attribution \u00bb (ODC-BY) de l\u2019Open Knowledge Foundation.\n\n\nD\u00c9FINITIONS\n-------------------------------------------------------------------\n\nSont consid\u00e9r\u00e9s, au sens de la pr\u00e9sente licence comme :\n\nLe \u00ab Conc\u00e9dant \u00bb : toute personne conc\u00e9dant un droit de \u00ab R\u00e9utilisation \u00bb sur\nl\u2019\u00ab Information \u00bb dans les libert\u00e9s et les conditions pr\u00e9vues par la pr\u00e9sente\nlicence\n\nL\u2019\u00ab Information \u00bb :\n\n- toute information publique figurant dans des documents communiqu\u00e9s ou publi\u00e9s\npar une administration mentionn\u00e9e au premier alin\u00e9a de l\u2019article L.300-2 du\nCRPA;\n- toute information mise \u00e0 disposition par toute personne selon les termes et\nconditions de la pr\u00e9sente licence.\n\nLa \u00ab R\u00e9utilisation \u00bb : l\u2019utilisation de l\u2019\u00ab Information \u00bb \u00e0 d\u2019autres fins que\ncelles pour lesquelles elle a \u00e9t\u00e9 produite ou re\u00e7ue.\n\nLe \u00ab R\u00e9utilisateur \u00bb: toute personne qui r\u00e9utilise les \u00ab Informations \u00bb\nconform\u00e9ment aux conditions de la pr\u00e9sente licence.\n\nDes \u00ab Donn\u00e9es \u00e0 caract\u00e8re personnel \u00bb : toute information se rapportant \u00e0 une\npersonne physique identifi\u00e9e ou identifiable, pouvant \u00eatre identifi\u00e9e\ndirectement ou indirectement. Leur \u00ab R\u00e9utilisation \u00bb est subordonn\u00e9e au respect\ndu cadre juridique en vigueur.\n\nUne \u00ab Information d\u00e9riv\u00e9e \u00bb : toute nouvelle donn\u00e9e ou information cr\u00e9\u00e9es\ndirectement \u00e0 partir de l\u2019\u00ab Information \u00bb ou \u00e0 partir d\u2019une combinaison de\nl\u2019\u00ab Information \u00bb et d\u2019autres donn\u00e9es ou informations non soumises \u00e0 cette\nlicence.\n\nLes \u00ab Droits de propri\u00e9t\u00e9 intellectuelle \u00bb : tous droits identifi\u00e9s comme tels\npar le Code de la propri\u00e9t\u00e9 intellectuelle (notamment le droit d\u2019auteur, droits\nvoisins au droit d\u2019auteur, droit sui generis des producteurs de bases de\ndonn\u00e9es\u2026).\n\n\n\u00c0 PROPOS DE CETTE LICENCE\n-------------------------------------------------------------------\n\nLa pr\u00e9sente licence a vocation \u00e0 \u00eatre utilis\u00e9e par les administrations pour la\nr\u00e9utilisation de leurs informations publiques. Elle peut \u00e9galement \u00eatre\nutilis\u00e9e par toute personne souhaitant mettre \u00e0 disposition de\nl\u2019\u00ab Information \u00bb dans les conditions d\u00e9finies par la pr\u00e9sente licence.\n\nLa France est dot\u00e9e d\u2019un cadre juridique global visant \u00e0 une diffusion\nspontan\u00e9e par les administrations de leurs informations publiques afin d\u2019en\npermettre la plus large r\u00e9utilisation.\n\nLe droit de la \u00ab R\u00e9utilisation \u00bb de l\u2019\u00ab Information \u00bb des administrations est\nr\u00e9gi par le code des relations entre le public et l\u2019administration (CRPA).\n\nCette licence facilite la r\u00e9utilisation libre et gratuite des informations\npubliques et figure parmi les licences qui peuvent \u00eatre utilis\u00e9es par\nl\u2019administration en vertu du d\u00e9cret pris en application de l\u2019article L.323-2\ndu CRPA.\n\nEtalab est la mission charg\u00e9e, sous l\u2019autorit\u00e9 du Premier ministre, d\u2019ouvrir le\nplus grand nombre de donn\u00e9es publiques des administrations de l\u2019Etat et de ses\n\u00e9tablissements publics. Elle a r\u00e9alis\u00e9 la Licence Ouverte pour faciliter la\nr\u00e9utilisation libre et gratuite de ces informations publiques, telles que\nd\u00e9finies par l\u2019article L321-1 du CRPA.\n\nCette licence est la version 2.0 de la Licence Ouverte.\n\nEtalab se r\u00e9serve la facult\u00e9 de proposer de nouvelles versions de la Licence\nOuverte. Cependant, les \u00ab R\u00e9utilisateurs \u00bb pourront continuer \u00e0 r\u00e9utiliser les\ninformations qu\u2019ils ont obtenues sous cette licence s\u2019ils le souhaitent.\n", + "rf_text": "LICENCE OUVERTE \/ OPEN LICENCE\n===================================================================\n\n- Version 2.0\n- Avril 2017\n\n\n\u00ab R\u00c9UTILISATION \u00bb DE L'\u00ab INFORMATION \u00bb SOUS CETTE LICENCE\n-------------------------------------------------------------------\n\nLe \u00ab Conc\u00e9dant \u00bb conc\u00e8de au \u00ab R\u00e9utilisateur \u00bb un droit non exclusif et gratuit\nde libre \u00ab R\u00e9utilisation \u00bb de l'\u00ab Information \u00bb objet de la pr\u00e9sente licence,\n\u00e0 des fins commerciales ou non, dans le monde entier et pour une dur\u00e9e\nillimit\u00e9e, dans les conditions exprim\u00e9es ci-dessous.\n\nLe \u00ab R\u00e9utilisateur \u00bb est libre de r\u00e9utiliser l'\u00ab Information \u00bb :\n\n- de la reproduire, la copier,\n- de l'adapter, la modifier, l'extraire et la transformer, pour cr\u00e9er des\n\u00ab Informations d\u00e9riv\u00e9es \u00bb, des produits ou des services,\n- de la communiquer, la diffuser, la redistribuer, la publier et la transmettre,\n- de l'exploiter \u00e0 titre commercial, par exemple en la combinant avec d'autres\ninformations, ou en l'incluant dans son propre produit ou application.\n\nSous r\u00e9serve de :\n\n- mentionner la paternit\u00e9 de l'\u00ab Information \u00bb : sa source (au moins le nom du\n\u00ab Conc\u00e9dant \u00bb) et la date de derni\u00e8re mise \u00e0 jour de l'\u00ab Information \u00bb\nr\u00e9utilis\u00e9e.\n\nLe \u00ab R\u00e9utilisateur \u00bb peut notamment s'acquitter de cette condition en renvoyant,\npar un lien hypertexte, vers la source de \u00ab l'Information \u00bb et assurant une\nmention effective de sa paternit\u00e9.\n\nPar exemple :\n\n\u00ab Minist\u00e8re de xxx - Donn\u00e9es originales t\u00e9l\u00e9charg\u00e9es sur\nhttp:\/\/www.data.gouv.fr\/fr\/datasets\/xxx\/, mise \u00e0 jour du 14 f\u00e9vrier 2017 \u00bb.\n\nCette mention de paternit\u00e9 ne conf\u00e8re aucun caract\u00e8re officiel \u00e0 la\n\u00ab R\u00e9utilisation \u00bb de l'\u00ab Information \u00bb, et ne doit pas sugg\u00e9rer une quelconque\nreconnaissance ou caution par le \u00ab Conc\u00e9dant \u00bb, ou par toute autre entit\u00e9\npublique, du \u00ab R\u00e9utilisateur \u00bb ou de sa \u00ab R\u00e9utilisation \u00bb.\n\n\n\u00ab DONN\u00c9ES \u00c0 CARACT\u00c8RE PERSONNEL \u00bb\n-------------------------------------------------------------------\n\nL'\u00ab Information \u00bb mise \u00e0 disposition peut contenir des \u00ab Donn\u00e9es \u00e0 caract\u00e8re\npersonnel \u00bb pouvant faire l'objet d'une \u00ab R\u00e9utilisation \u00bb. Si tel est le cas,\nle \u00ab Conc\u00e9dant \u00bb informe le \u00ab R\u00e9utilisateur \u00bb de leur pr\u00e9sence.\n\nL'\u00ab Information \u00bb peut \u00eatre librement r\u00e9utilis\u00e9e, dans le cadre des droits\naccord\u00e9s par la pr\u00e9sente licence, \u00e0 condition de respecter le cadre l\u00e9gal\nrelatif \u00e0 la protection des donn\u00e9es \u00e0 caract\u00e8re personnel.\n\n\n\u00ab DROITS DE PROPRI\u00c9T\u00c9 INTELLECTUELLE \u00bb\n-------------------------------------------------------------------\n\nIl est garanti au \u00ab R\u00e9utilisateur \u00bb que les \u00e9ventuels \u00ab Droits de propri\u00e9t\u00e9\nintellectuelle \u00bb d\u00e9tenus par des tiers ou par le \u00ab Conc\u00e9dant \u00bb sur\nl'\u00ab Information \u00bb ne font pas obstacle aux droits accord\u00e9s par la pr\u00e9sente\nlicence.\n\nLorsque le \u00ab Conc\u00e9dant \u00bb d\u00e9tient des \u00ab Droits de propri\u00e9t\u00e9 intellectuelle \u00bb\ncessibles sur l'\u00ab Information \u00bb, il les c\u00e8de au \u00ab R\u00e9utilisateur \u00bb de fa\u00e7on non\nexclusive, \u00e0 titre gracieux, pour le monde entier, pour toute la dur\u00e9e des\n\u00ab Droits de propri\u00e9t\u00e9 intellectuelle \u00bb, et le \u00ab R\u00e9utilisateur \u00bb peut faire tout\nusage de l'\u00ab Information \u00bb conform\u00e9ment aux libert\u00e9s et aux conditions d\u00e9finies\npar la pr\u00e9sente licence.\n\n\nRESPONSABILIT\u00c9\n-------------------------------------------------------------------\n\nL'\u00ab Information \u00bb est mise \u00e0 disposition telle que produite ou re\u00e7ue par le\n\u00ab Conc\u00e9dant \u00bb, sans autre garantie expresse ou tacite que celles pr\u00e9vues par la\npr\u00e9sente licence. L'absence de d\u00e9fauts ou d'erreurs \u00e9ventuellement contenues\ndans l'\u00ab Information \u00bb, comme la fourniture continue de l'\u00ab Information \u00bb n'est\npas garantie par le \u00ab Conc\u00e9dant \u00bb. Il ne peut \u00eatre tenu pour responsable de\ntoute perte, pr\u00e9judice ou dommage de quelque sorte caus\u00e9 \u00e0 des tiers du fait de\nla \u00ab R\u00e9utilisation \u00bb.\n\nLe \u00ab R\u00e9utilisateur \u00bb est seul responsable de la \u00ab R\u00e9utilisation \u00bb de\nl'\u00ab Information \u00bb.\n\nLa \u00ab R\u00e9utilisation \u00bb ne doit pas induire en erreur des tiers quant au contenu\nde l'\u00ab Information \u00bb, sa source et sa date de mise \u00e0 jour.\n\n\nDROIT APPLICABLE\n-------------------------------------------------------------------\n\nLa pr\u00e9sente licence est r\u00e9gie par le droit fran\u00e7ais.\n\n\nCOMPATIBILIT\u00c9 DE LA PR\u00c9SENTE LICENCE\n-------------------------------------------------------------------\n\nLa pr\u00e9sente licence a \u00e9t\u00e9 con\u00e7ue pour \u00eatre compatible avec toute licence libre\nqui exige au moins la mention de paternit\u00e9 et notamment avec la version\nant\u00e9rieure de la pr\u00e9sente licence ainsi qu'avec les licences :\n\n- \u00ab Open Government Licence \u00bb (OGL) du Royaume-Uni,\n- \u00ab Creative Commons Attribution \u00bb (CC-BY) de Creative Commons et\n- \u00ab Open Data Commons Attribution \u00bb (ODC-BY) de l'Open Knowledge Foundation.\n\n\nD\u00c9FINITIONS\n-------------------------------------------------------------------\n\nSont consid\u00e9r\u00e9s, au sens de la pr\u00e9sente licence comme :\n\nLe \u00ab Conc\u00e9dant \u00bb : toute personne conc\u00e9dant un droit de \u00ab R\u00e9utilisation \u00bb sur\nl'\u00ab Information \u00bb dans les libert\u00e9s et les conditions pr\u00e9vues par la pr\u00e9sente\nlicence\n\nL'\u00ab Information \u00bb :\n\n- toute information publique figurant dans des documents communiqu\u00e9s ou publi\u00e9s\npar une administration mentionn\u00e9e au premier alin\u00e9a de l'article L.300-2 du\nCRPA;\n- toute information mise \u00e0 disposition par toute personne selon les termes et\nconditions de la pr\u00e9sente licence.\n\nLa \u00ab R\u00e9utilisation \u00bb : l'utilisation de l'\u00ab Information \u00bb \u00e0 d'autres fins que\ncelles pour lesquelles elle a \u00e9t\u00e9 produite ou re\u00e7ue.\n\nLe \u00ab R\u00e9utilisateur \u00bb: toute personne qui r\u00e9utilise les \u00ab Informations \u00bb\nconform\u00e9ment aux conditions de la pr\u00e9sente licence.\n\nDes \u00ab Donn\u00e9es \u00e0 caract\u00e8re personnel \u00bb : toute information se rapportant \u00e0 une\npersonne physique identifi\u00e9e ou identifiable, pouvant \u00eatre identifi\u00e9e\ndirectement ou indirectement. Leur \u00ab R\u00e9utilisation \u00bb est subordonn\u00e9e au respect\ndu cadre juridique en vigueur.\n\nUne \u00ab Information d\u00e9riv\u00e9e \u00bb : toute nouvelle donn\u00e9e ou information cr\u00e9\u00e9es\ndirectement \u00e0 partir de l'\u00ab Information \u00bb ou \u00e0 partir d'une combinaison de\nl'\u00ab Information \u00bb et d'autres donn\u00e9es ou informations non soumises \u00e0 cette\nlicence.\n\nLes \u00ab Droits de propri\u00e9t\u00e9 intellectuelle \u00bb : tous droits identifi\u00e9s comme tels\npar le Code de la propri\u00e9t\u00e9 intellectuelle (notamment le droit d'auteur, droits\nvoisins au droit d'auteur, droit sui generis des producteurs de bases de\ndonn\u00e9es\u2026).\n\n\n\u00c0 PROPOS DE CETTE LICENCE\n-------------------------------------------------------------------\n\nLa pr\u00e9sente licence a vocation \u00e0 \u00eatre utilis\u00e9e par les administrations pour la\nr\u00e9utilisation de leurs informations publiques. Elle peut \u00e9galement \u00eatre\nutilis\u00e9e par toute personne souhaitant mettre \u00e0 disposition de\nl'\u00ab Information \u00bb dans les conditions d\u00e9finies par la pr\u00e9sente licence.\n\nLa France est dot\u00e9e d'un cadre juridique global visant \u00e0 une diffusion\nspontan\u00e9e par les administrations de leurs informations publiques afin d'en\npermettre la plus large r\u00e9utilisation.\n\nLe droit de la \u00ab R\u00e9utilisation \u00bb de l'\u00ab Information \u00bb des administrations est\nr\u00e9gi par le code des relations entre le public et l'administration (CRPA).\n\nCette licence facilite la r\u00e9utilisation libre et gratuite des informations\npubliques et figure parmi les licences qui peuvent \u00eatre utilis\u00e9es par\nl'administration en vertu du d\u00e9cret pris en application de l'article L.323-2\ndu CRPA.\n\nEtalab est la mission charg\u00e9e, sous l'autorit\u00e9 du Premier ministre, d'ouvrir le\nplus grand nombre de donn\u00e9es publiques des administrations de l'Etat et de ses\n\u00e9tablissements publics. Elle a r\u00e9alis\u00e9 la Licence Ouverte pour faciliter la\nr\u00e9utilisation libre et gratuite de ces informations publiques, telles que\nd\u00e9finies par l'article L321-1 du CRPA.\n\nCette licence est la version 2.0 de la Licence Ouverte.\n\nEtalab se r\u00e9serve la facult\u00e9 de proposer de nouvelles versions de la Licence\nOuverte. Cependant, les \u00ab R\u00e9utilisateurs \u00bb pourront continuer \u00e0 r\u00e9utiliser les\ninformations qu'ils ont obtenues sous cette licence s'ils le souhaitent.\n", "rf_url": "https:\/\/github.com\/DISIC\/politique-de-contribution-open-source\/blob\/master\/LICENSE.pdf", "rf_add_date": null, "rf_copyleft": null, @@ -13201,7 +13201,7 @@ }, { "rf_shortname": "BUSL-1.1", - "rf_text": "Business Source License 1.1\n\nLicense text copyright \u00a9 2017 MariaDB Corporation Ab, All Rights Reserved.\n\"Business Source License\" is a trademark of MariaDB Corporation Ab.\n\nTerms\n\nThe Licensor hereby grants you the right to copy, modify, create derivative\nworks, redistribute, and make non-production use of the Licensed Work. The\nLicensor may make an Additional Use Grant, above, permitting limited\nproduction use.\n\nEffective on the Change Date, or the fourth anniversary of the first publicly\navailable distribution of a specific version of the Licensed Work under this\nLicense, whichever comes first, the Licensor hereby grants you rights under\nthe terms of the Change License, and the rights granted in the paragraph\nabove terminate.\n\nIf your use of the Licensed Work does not comply with the requirements\ncurrently in effect as described in this License, you must purchase a\ncommercial license from the Licensor, its affiliated entities, or authorized\nresellers, or you must refrain from using the Licensed Work.\n\nAll copies of the original and modified Licensed Work, and derivative works\nof the Licensed Work, are subject to this License. This License applies\nseparately for each version of the Licensed Work and the Change Date may vary\nfor each version of the Licensed Work released by Licensor.\n\nYou must conspicuously display this License on each original or modified copy\nof the Licensed Work. If you receive the Licensed Work in original or\nmodified form from a third party, the terms and conditions set forth in this\nLicense apply to your use of that work.\n\nAny use of the Licensed Work in violation of this License will automatically\nterminate your rights under this License for the current and all other\nversions of the Licensed Work.\n\nThis License does not grant you any right in any trademark or logo of\nLicensor or its affiliates (provided that you may use a trademark or logo of\nLicensor as expressly required by this License).\n\nTO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON\nAN \u201cAS IS\u201d BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,\nEXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND\nTITLE.\n\nMariaDB hereby grants you permission to use this License\u2019s text to license\nyour works, and to refer to it using the trademark \u201cBusiness Source License\u201d,\nas long as you comply with the Covenants of Licensor below.\n\nCovenants of Licensor\n\nIn consideration of the right to use this License\u2019s text and the \u201cBusiness\nSource License\u201d name and trademark, Licensor covenants to MariaDB, and to all\nother recipients of the licensed work to be provided by Licensor:\n\n1. To specify as the Change License the GPL Version 2.0 or any later version,\n or a license that is compatible with GPL Version 2.0 or a later version,\n where \u201ccompatible\u201d means that software provided under the Change License can\n be included in a program with software provided under GPL Version 2.0 or a\n later version. Licensor may specify additional Change Licenses without\n limitation.\n\n2. To either: (a) specify an additional grant of rights to use that does not\n impose any additional restriction on the right granted in this License, as\n the Additional Use Grant; or (b) insert the text \u201cNone\u201d.\n\n3. To specify a Change Date.\n\n4. Not to modify this License in any other way.\n\n", + "rf_text": "Business Source License 1.1\n\nLicense text copyright \u00a9 2017 MariaDB Corporation Ab, All Rights Reserved.\n\"Business Source License\" is a trademark of MariaDB Corporation Ab.\n\nTerms\n\nThe Licensor hereby grants you the right to copy, modify, create derivative\nworks, redistribute, and make non-production use of the Licensed Work. The\nLicensor may make an Additional Use Grant, above, permitting limited\nproduction use.\n\nEffective on the Change Date, or the fourth anniversary of the first publicly\navailable distribution of a specific version of the Licensed Work under this\nLicense, whichever comes first, the Licensor hereby grants you rights under\nthe terms of the Change License, and the rights granted in the paragraph\nabove terminate.\n\nIf your use of the Licensed Work does not comply with the requirements\ncurrently in effect as described in this License, you must purchase a\ncommercial license from the Licensor, its affiliated entities, or authorized\nresellers, or you must refrain from using the Licensed Work.\n\nAll copies of the original and modified Licensed Work, and derivative works\nof the Licensed Work, are subject to this License. This License applies\nseparately for each version of the Licensed Work and the Change Date may vary\nfor each version of the Licensed Work released by Licensor.\n\nYou must conspicuously display this License on each original or modified copy\nof the Licensed Work. If you receive the Licensed Work in original or\nmodified form from a third party, the terms and conditions set forth in this\nLicense apply to your use of that work.\n\nAny use of the Licensed Work in violation of this License will automatically\nterminate your rights under this License for the current and all other\nversions of the Licensed Work.\n\nThis License does not grant you any right in any trademark or logo of\nLicensor or its affiliates (provided that you may use a trademark or logo of\nLicensor as expressly required by this License).\n\nTO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON\nAN \"AS IS\" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,\nEXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND\nTITLE.\n\nMariaDB hereby grants you permission to use this License's text to license\nyour works, and to refer to it using the trademark \"Business Source License\",\nas long as you comply with the Covenants of Licensor below.\n\nCovenants of Licensor\n\nIn consideration of the right to use this License's text and the \"Business\nSource License\" name and trademark, Licensor covenants to MariaDB, and to all\nother recipients of the licensed work to be provided by Licensor:\n\n1. To specify as the Change License the GPL Version 2.0 or any later version,\n or a license that is compatible with GPL Version 2.0 or a later version,\n where \"compatible\" means that software provided under the Change License can\n be included in a program with software provided under GPL Version 2.0 or a\n later version. Licensor may specify additional Change Licenses without\n limitation.\n\n2. To either: (a) specify an additional grant of rights to use that does not\n impose any additional restriction on the right granted in this License, as\n the Additional Use Grant; or (b) insert the text \"None\".\n\n3. To specify a Change Date.\n\n4. Not to modify this License in any other way.\n\n", "rf_url": "https:\/\/mariadb.com\/bsl11\/", "rf_add_date": null, "rf_copyleft": null, @@ -13210,7 +13210,7 @@ "rf_FSFfree": null, "rf_GPLv2compatible": null, "rf_GPLv3compatible": null, - "rf_notes": "The Business Source License (this document, or the \u201cLicense\u201d) is not an Open Source license. However, the Licensed Work will eventually be made available under an Open Source License, as stated in this License. This is a paramaterized license. The license parameters are: restrictions on usage, a change date, and the open source license that will govern usage of the software after the change date.", + "rf_notes": "The Business Source License (this document, or the \"License\") is not an Open Source license. However, the Licensed Work will eventually be made available under an Open Source License, as stated in this License. This is a paramaterized license. The license parameters are: restrictions on usage, a change date, and the open source license that will govern usage of the software after the change date.", "rf_Fedora": null, "marydone": "f", "rf_active": "t", @@ -13267,7 +13267,7 @@ }, { "rf_shortname": "C-UDA-1.0", - "rf_text": "Computational Use of Data Agreement v1.0\n\nThis is the Computational Use of Data Agreement, Version 1.0 (the \u201cC-UDA\u201d). Capitalized terms are defined in Section 5. Data Provider and you agree as follows:\n\n1. Provision of the Data\n\n1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under this C-UDA for Computational Use if you follow the C-UDA's terms.\n\n1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the use, modification, or distribution of the Data provided you meet the terms of the C-UDA.\n\n1.3 This C-UDA does not restrict your use, modification, or distribution of any portions of the Data that are in the public domain or that may be used, modified, or distributed under any other legal exception or limitation.\n\n2. Restrictions\n\n2.1 You agree that you will use the Data solely for Computational Use.\n\n2.2 The C-UDA does not impose any restriction with respect to the use, modification, or distribution of Results.\n\n3. Redistribution of Data\n\n3.1. You may redistribute the Data, so long as:\n\n3.1.1. You include with any Data you redistribute all credit or attribution information that you received with the Data, and your terms require any Downstream Recipient to do the same; and\n\n3.1.2. You bind each recipient to whom you redistribute the Data to the terms of the C-UDA.\n\n4. No Warranty, Limitation of Liability\n\n4.1. Data Provider does not represent or warrant that it has any rights whatsoever in the Data.\n\n4.2. THE DATA IS PROVIDED ON AN \u201cAS IS\u201d 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.\n\n4.3. NEITHER DATA PROVIDER NOR ANY UPSTREAM DATA PROVIDER 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 DATA OR RESULTS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n5. Definitions\n\n5.1. \u201cComputational Use\u201d means activities necessary to enable the use of Data (alone or along with other material) for analysis by a computer.\n\n5.2.\u201cData\u201d means the material you receive under the C-UDA in modified or unmodified form, but not including Results.\n\n5.3. \u201cData Provider\u201d means the source from which you receive the Data and with whom you enter into the C-UDA.\n\n5.4. \u201cDownstream Recipient\u201d means any person or persons who receives the Data directly or indirectly from you in accordance with the C-UDA.\n\n5.5. \u201cResult\u201d means anything that you develop or improve from your use of Data that does not include more than a de minimis portion of the Data on which the use is based. Results may include de minimis portions of the Data necessary to report on or explain use that has been conducted with the Data, such as figures in scientific papers, but do not include more. Artificial intelligence models trained on Data (and which do not include more than a de minimis portion of Data) are Results.\n\n5.6. \u201cUpstream Data Providers\u201d means the source or sources from which the Data Provider directly or indirectly received, under the terms of the C-UDA, material that is included in the Data.\n", + "rf_text": "Computational Use of Data Agreement v1.0\n\nThis is the Computational Use of Data Agreement, Version 1.0 (the \"C-UDA\"). Capitalized terms are defined in Section 5. Data Provider and you agree as follows:\n\n1. Provision of the Data\n\n1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under this C-UDA for Computational Use if you follow the C-UDA's terms.\n\n1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the use, modification, or distribution of the Data provided you meet the terms of the C-UDA.\n\n1.3 This C-UDA does not restrict your use, modification, or distribution of any portions of the Data that are in the public domain or that may be used, modified, or distributed under any other legal exception or limitation.\n\n2. Restrictions\n\n2.1 You agree that you will use the Data solely for Computational Use.\n\n2.2 The C-UDA does not impose any restriction with respect to the use, modification, or distribution of Results.\n\n3. Redistribution of Data\n\n3.1. You may redistribute the Data, so long as:\n\n3.1.1. You include with any Data you redistribute all credit or attribution information that you received with the Data, and your terms require any Downstream Recipient to do the same; and\n\n3.1.2. You bind each recipient to whom you redistribute the Data to the terms of the C-UDA.\n\n4. No Warranty, Limitation of Liability\n\n4.1. Data Provider does not represent or warrant that it has any rights whatsoever in the Data.\n\n4.2. THE DATA 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.\n\n4.3. NEITHER DATA PROVIDER NOR ANY UPSTREAM DATA PROVIDER 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 DATA OR RESULTS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n5. Definitions\n\n5.1. \"Computational Use\" means activities necessary to enable the use of Data (alone or along with other material) for analysis by a computer.\n\n5.2.\"Data\" means the material you receive under the C-UDA in modified or unmodified form, but not including Results.\n\n5.3. \"Data Provider\" means the source from which you receive the Data and with whom you enter into the C-UDA.\n\n5.4. \"Downstream Recipient\" means any person or persons who receives the Data directly or indirectly from you in accordance with the C-UDA.\n\n5.5. \"Result\" means anything that you develop or improve from your use of Data that does not include more than a de minimis portion of the Data on which the use is based. Results may include de minimis portions of the Data necessary to report on or explain use that has been conducted with the Data, such as figures in scientific papers, but do not include more. Artificial intelligence models trained on Data (and which do not include more than a de minimis portion of Data) are Results.\n\n5.6. \"Upstream Data Providers\" means the source or sources from which the Data Provider directly or indirectly received, under the terms of the C-UDA, material that is included in the Data.\n", "rf_url": "https:\/\/github.com\/microsoft\/Computational-Use-of-Data-Agreement\/blob\/master\/C-UDA-1.0.md", "rf_add_date": null, "rf_copyleft": null, @@ -13289,7 +13289,7 @@ }, { "rf_shortname": "CAL-1.0-Combined-Work-Exception", - "rf_text": "# The Cryptographic Autonomy License, v. 1.0\n\n*This Cryptographic Autonomy License (the \"License\") applies to any\nWork whose owner has marked it with any of the following notices, or a\nsimilar demonstration of intent:*\n\nSPDX-License-Identifier: CAL-1.0\nLicensed under the Cryptographic Autonomy License version 1.0\n\n*or*\n\nSPDX-License-Identifier: CAL-1.0-Combined-Work-Exception\nLicensed under the Cryptographic Autonomy License version 1.0, with\nCombined Work Exception\n\n______________________________________________________________________\n\n## 1. Purpose\n\nThis License gives You unlimited permission to use and modify the\nsoftware to which it applies (the \"Work\"), either as-is or in modified\nform, for Your private purposes, while protecting the owners and\ncontributors to the software from liability.\n\nThis License also strives to protect the freedom and autonomy of third\nparties who receive the Work from you. If any non-affiliated third\nparty receives any part, aspect, or element of the Work from You, this\nLicense requires that You provide that third party all the permissions\nand materials needed to independently use and modify the Work without\nthat third party having a loss of data or capability due to your\nactions.\n\nThe full permissions, conditions, and other terms are laid out below.\n\n## 2. Receiving a License\n\nIn order to receive this License, You must agree to its rules. The\nrules of this License are both obligations of Your agreement with the\nLicensor and conditions to your License. You must not do anything with\nthe Work that triggers a rule You cannot or will not follow.\n\n### 2.1. Application\n\nThe terms of this License apply to the Work as you receive it from\nLicensor, as well as to any modifications, elaborations, or\nimplementations created by You that contain any licensable portion of\nthe Work (a \"Modified Work\"). Unless specified, any reference to the\nWork also applies to a Modified Work.\n\n### 2.2. Offer and Acceptance\n\nThis License is automatically offered to every person and\norganization. You show that you accept this License and agree to its\nconditions by taking any action with the Work that, absent this\nLicense, would infringe any intellectual property right held by\nLicensor.\n\n### 2.3. Compliance and Remedies\n\nAny failure to act according to the terms and conditions of this\nLicense places Your use of the Work outside the scope of the License\nand infringes the intellectual property rights of the Licensor. In the\nevent of infringement, the terms and conditions of this License may be\nenforced by Licensor under the intellectual property laws of any\njurisdiction to which You are subject. You also agree that either the\nLicensor or a Recipient (as an intended third-party beneficiary) may\nenforce the terms and conditions of this License against You via\nspecific performance.\n\n## 3. Permissions\n### 3.1. Permissions Granted\n\nConditioned on compliance with section 4, and subject to the\nlimitations of section 3.2, Licensor grants You the world-wide,\nroyalty-free, non-exclusive permission to:\n\n+ a) Take any action with the Work that would infringe the non-patent\nintellectual property laws of any jurisdiction to which You are\nsubject; and\n\n+ b) claims that Licensor can license or becomes able to\nlicense, to the extent that those claims are embodied in the Work as\ndistributed by Licensor. ### 3.2. Limitations on Permissions Granted\n\nThe following limitations apply to the permissions granted in section\n3.1:\n\n+ a) Licensor does not grant any patent license for claims that are\nonly infringed due to modification of the Work as provided by\nLicensor, or the combination of the Work as provided by Licensor,\ndirectly or indirectly, with any other component, including other\nsoftware or hardware.\n\n+ b) Licensor does not grant any license to the trademarks, service\nmarks, or logos of Licensor, except to the extent necessary to comply\nwith the attribution conditions in section 4.1 of this License.\n\n## 4. Conditions\n\nIf You exercise any permission granted by this License, such that the\nWork, or any part, aspect, or element of the Work, is distributed,\ncommunicated, made available, or made perceptible to a non-Affiliate\nthird party (a \"Recipient\"), either via physical delivery or via a\nnetwork connection to the Recipient, You must comply with the\nfollowing conditions:\n\n### 4.1. Provide Access to Source Code\n\nSubject to the exception in section 4.4, You must provide to each\nRecipient a copy of, or no-charge unrestricted network access to, the\nSource Code corresponding to the Work (\"Access\").\n\nThe \"Source Code\" of the Work means the form of the Work preferred for\nmaking modifications, including any comments, configuration\ninformation, documentation, help materials, installation instructions,\ncryptographic seeds or keys, and any information reasonably necessary\nfor the Recipient to independently compile and use the Source Code and\nto have full access to the functionality contained in the Work.\n\n#### 4.1.1. Providing Network Access to the Source Code\n\nNetwork Access to the Notices and Source Code may be provided by You\nor by a third party, such as a public software repository, and must\npersist during the same period in which You exercise any of the\npermissions granted to You under this License and for at least one\nyear thereafter.\n\n#### 4.1.2. Source Code for a Modified Work\n\nSubject to the exception in section 4.5, You must provide to each\nRecipient of a Modified Work Access to Source Code corresponding to\nthose portions of the Work remaining in the Modified Work as well as\nthe modifications used by You to create the Modified Work. The Source\nCode corresponding to the modifications in the Modified Work must be\nprovided to the Recipient either a) under this License, or b) under a\nCompatible Open Source License.\n\nA \u201cCompatible Open Source License\u201d means a license accepted by the Open Source \nInitiative that allows object code created using both Source Code provided under \nthis License and Source Code provided under the other open source license to be \ndistributed together as a single work.\n\n#### 4.1.3. Coordinated Disclosure of Security Vulnerabilities\n\nYou may delay providing the Source Code corresponding to a particular\nmodification of the Work for up to ninety (90) days (the \"Embargo\nPeriod\") if:\n\n+ a) the modification is intended to address a newly-identified\nvulnerability or a security flaw in the Work,\n\n+ b) disclosure of the vulnerability or security flaw before the end\nof the Embargo Period would put the data, identity, or autonomy of one\nor more Recipients of the Work at significant risk,\n\n+ c) You are participating in a coordinated disclosure of the\nvulnerability or security flaw with one or more additional Licensees,\nand\n\n+ d) Access to the Source Code pertaining to the modification is\nprovided to all Recipients at the end of the Embargo Period.\n\n### 4.2. Maintain User Autonomy\n\nIn addition to providing each Recipient the opportunity to have Access\nto the Source Code, You cannot use the permissions given under this\nLicense to interfere with a Recipient's ability to fully use an\nindependent copy of the Work generated from the Source Code You\nprovide with the Recipient's own User Data.\n\n\"User Data\" means any data that is an input to or an output from the\nWork, where the presence of the data is necessary for substantially\nidentical use of the Work in an equivalent context chosen by the\nRecipient, and where the Recipient has an existing ownership interest,\nan existing right to possess, or where the data has been generated by,\nfor, or has been assigned to the Recipient.\n\n#### 4.2.1. No Withholding User Data\n\nThroughout any period in which You exercise any of the permissions\ngranted to You under this License, You must also provide to any\nRecipient to whom you provide services via the Work, a no-charge copy,\nprovided in a commonly used electronic form, of the Recipient's User\nData in your possession, to the extent that such User Data is\navailable to You for use in conjunction with the Work.\n\n#### 4.2.2. No Technical Measures that Limit Access\n\nYou may not, by means of the use cryptographic methods applied to\nanything provided to the Recipient, by possession or control of\ncryptographic keys, seeds, hashes, by any other technological\nprotection measures, or by any other method, limit a Recipient's\nability to access any functionality present in Recipient's independent\ncopy of the Work, or to deny a Recipient full control of the\nRecipient's User Data.\n\n#### 4.2.3. No Legal or Contractual Measures that Limit Access\n\nYou may not contractually restrict a Recipient's ability to\nindependently exercise the permissions granted under this License. You\nwaive any legal power to forbid circumvention of technical protection\nmeasures that include use of the Work, and You waive any claim that\nthe capabilities of the Work were limited or modified as a means of\nenforcing the legal rights of third parties against Recipients.\n\n### 4.3. Provide Notices and Attribution\n\nYou must retain all licensing, authorship, or attribution notices\ncontained in the Source Code (the \"Notices\"), and provide all such\nNotices to each Recipient, together with a statement acknowledging the\nuse of the Work. Notices may be provided directly to a Recipient or\nvia an easy-to-find hyperlink to an Internet location also providing\nAccess to Source Code.\n\n### 4.4. Scope of Conditions in this License\n\nYou are required to uphold the conditions of this License only\nrelative to those who are Recipients of the Work from You. Other than\nproviding Recipients with the applicable Notices, Access to Source\nCode, and a copy of and full control of their User Data, nothing in\nthis License requires You to provide processing services to or engage\nin network interactions with anyone.\n\n### 4.5. Combined Work Exception\n\nAs an exception to condition that You provide Recipients Access to\nSource Code, any Source Code files marked by the Licensor as having\nthe \"Combined Work Exception,\" or any object code exclusively\nresulting from Source Code files so marked, may be combined with other\nSoftware into a \"Larger Work.\" So long as you comply with the\nrequirements to provide Recipients the applicable Notices and Access\nto the Source Code provided to You by Licensor, and you provide\nRecipients access to their User Data and do not limit Recipient's\nability to independently work with their User Data, any other Software\nin the Larger Work as well as the Larger Work as a whole may be\nlicensed under the terms of your choice.\n\n## 5. Term and Termination\n\nThe term of this License begins when You receive the Work, and\ncontinues until terminated for any of the reasons described herein, or\nuntil all Licensor's intellectual property rights in the Software\nexpire, whichever comes first (\"Term\"). This License cannot be\nrevoked, only terminated for the reasons listed below.\n\n### 5.1. Effect of Termination\n\nIf this License is terminated for any reason, all permissions granted\nto You under Section 3 by any Licensor automatically terminate. You\nwill immediately cease exercising any permissions granted in this\nLicense relative to the Work, including as part of any Modified Work.\n\n### 5.2. Termination for Non-Compliance; Reinstatement\n\nThis License terminates automatically if You fail to comply with any\nof the conditions in section 4. As a special exception to termination\nfor non-compliance, Your permissions for the Work under this License\nwill automatically be reinstated if You come into compliance with all\nthe conditions in section 2 within sixty (60) days of being notified\nby Licensor or an intended third-party beneficiary of Your\nnoncompliance. You are eligible for reinstatement of permissions for\nthe Work one time only, and only for the sixty days immediately after\nbecoming aware of noncompliance. Loss of permissions granted for the\nWork under this License due to either a) sustained noncompliance\nlasting more than sixty days or b) subsequent termination for\nnoncompliance after reinstatement, is permanent, unless rights are\nspecifically restored by Licensor in writing.\n\n### 5.3. Termination Due to Litigation\n\nIf You initiate litigation against Licensor, or any Recipient of the\nWork, either direct or indirect, asserting that the Work directly or\nindirectly infringes any patent, then all permissions granted to You\nby this License shall terminate. In the event of termination due to\nlitigation, all permissions validly granted by You under this License,\ndirectly or indirectly, shall survive termination. Administrative\nreview procedures, declaratory judgment actions, counterclaims in\nresponse to patent litigation, and enforcement actions against former\nLicensees terminated under this section do not cause termination due\nto litigation.\n\n## 6. Disclaimer of Warranty and Limit on Liability\n\nAs far as the law allows, the Work comes AS-IS, without any warranty\nof any kind, and no Licensor or contributor will be liable to anyone\nfor any damages related to this software or this license, under any\nkind of legal claim, or for any type of damages, including indirect,\nspecial, incidental, or consequential damages of any type arising as a\nresult of this License or the use of the Work including, without\nlimitation, damages for loss of goodwill, work stoppage, computer\nfailure or malfunction, loss of profits, revenue, or any and all other\ncommercial damages or losses.\n\n## 7. Other Provisions\n### 7.1. Affiliates\n\nAn \"Affiliate\" means any other entity that, directly or indirectly\nthrough one or more intermediaries, controls, is controlled by, or is\nunder common control with, the Licensee. Employees of a Licensee and\nnatural persons acting as contractors exclusively providing services\nto Licensee are also Affiliates.\n\n### 7.2. Choice of Jurisdiction and Governing Law\n\nA Licensor may require that any action or suit by a Licensee relating\nto a Work provided by Licensor under this License may be brought only\nin the courts of a particular jurisdiction and under the laws of a\nparticular jurisdiction (excluding its conflict-of-law provisions), if\nLicensor provides conspicuous notice of the particular jurisdiction to\nall Licensees.\n\n### 7.3. No Sublicensing\n\nThis License is not sublicensable. Each time You provide the Work or a\nModified Work to a Recipient, the Recipient automatically receives a\nlicense under the terms described in this License. You may not impose\nany further reservations, conditions, or other provisions on any\nRecipients' exercise of the permissions granted herein.\n\n### 7.4. Attorneys' Fees\n\nIn any action to enforce the terms of this License, or seeking damages\nrelating thereto, including by an intended third-party beneficiary,\nthe prevailing party shall be entitled to recover its costs and\nexpenses, including, without limitation, reasonable attorneys' fees\nand costs incurred in connection with such action, including any\nappeal of such action. A \"prevailing party\" is the party that\nachieves, or avoids, compliance with this License, including through\nsettlement. This section shall survive the termination of this\nLicense.\n\n### 7.5. No Waiver\n\nAny failure by Licensor to enforce any provision of this License will\nnot constitute a present or future waiver of such provision nor limit\nLicensor's ability to enforce such provision at a later time.\n\n### 7.6. Severability\n\nIf any provision of this License is held to be unenforceable, such\nprovision shall be reformed only to the extent necessary to make it\nenforceable. Any invalid or unenforceable portion will be interpreted\nto the effect and intent of the original portion. If such a\nconstruction is not possible, the invalid or unenforceable portion\nwill be severed from this License but the rest of this License will\nremain in full force and effect.\n\n### 7.7. License for the Text of this License\n\nThe text of this license is released under the Creative Commons\nAttribution-ShareAlike 4.0 International License, with the caveat that\nany modifications of this license may not use the name \"Cryptographic\nAutonomy License\" or any name confusingly similar thereto to describe\nany derived work of this License.\n", + "rf_text": "# The Cryptographic Autonomy License, v. 1.0\n\n*This Cryptographic Autonomy License (the \"License\") applies to any\nWork whose owner has marked it with any of the following notices, or a\nsimilar demonstration of intent:*\n\nSPDX-License-Identifier: CAL-1.0\nLicensed under the Cryptographic Autonomy License version 1.0\n\n*or*\n\nSPDX-License-Identifier: CAL-1.0-Combined-Work-Exception\nLicensed under the Cryptographic Autonomy License version 1.0, with\nCombined Work Exception\n\n______________________________________________________________________\n\n## 1. Purpose\n\nThis License gives You unlimited permission to use and modify the\nsoftware to which it applies (the \"Work\"), either as-is or in modified\nform, for Your private purposes, while protecting the owners and\ncontributors to the software from liability.\n\nThis License also strives to protect the freedom and autonomy of third\nparties who receive the Work from you. If any non-affiliated third\nparty receives any part, aspect, or element of the Work from You, this\nLicense requires that You provide that third party all the permissions\nand materials needed to independently use and modify the Work without\nthat third party having a loss of data or capability due to your\nactions.\n\nThe full permissions, conditions, and other terms are laid out below.\n\n## 2. Receiving a License\n\nIn order to receive this License, You must agree to its rules. The\nrules of this License are both obligations of Your agreement with the\nLicensor and conditions to your License. You must not do anything with\nthe Work that triggers a rule You cannot or will not follow.\n\n### 2.1. Application\n\nThe terms of this License apply to the Work as you receive it from\nLicensor, as well as to any modifications, elaborations, or\nimplementations created by You that contain any licensable portion of\nthe Work (a \"Modified Work\"). Unless specified, any reference to the\nWork also applies to a Modified Work.\n\n### 2.2. Offer and Acceptance\n\nThis License is automatically offered to every person and\norganization. You show that you accept this License and agree to its\nconditions by taking any action with the Work that, absent this\nLicense, would infringe any intellectual property right held by\nLicensor.\n\n### 2.3. Compliance and Remedies\n\nAny failure to act according to the terms and conditions of this\nLicense places Your use of the Work outside the scope of the License\nand infringes the intellectual property rights of the Licensor. In the\nevent of infringement, the terms and conditions of this License may be\nenforced by Licensor under the intellectual property laws of any\njurisdiction to which You are subject. You also agree that either the\nLicensor or a Recipient (as an intended third-party beneficiary) may\nenforce the terms and conditions of this License against You via\nspecific performance.\n\n## 3. Permissions\n### 3.1. Permissions Granted\n\nConditioned on compliance with section 4, and subject to the\nlimitations of section 3.2, Licensor grants You the world-wide,\nroyalty-free, non-exclusive permission to:\n\n+ a) Take any action with the Work that would infringe the non-patent\nintellectual property laws of any jurisdiction to which You are\nsubject; and\n\n+ b) claims that Licensor can license or becomes able to\nlicense, to the extent that those claims are embodied in the Work as\ndistributed by Licensor. ### 3.2. Limitations on Permissions Granted\n\nThe following limitations apply to the permissions granted in section\n3.1:\n\n+ a) Licensor does not grant any patent license for claims that are\nonly infringed due to modification of the Work as provided by\nLicensor, or the combination of the Work as provided by Licensor,\ndirectly or indirectly, with any other component, including other\nsoftware or hardware.\n\n+ b) Licensor does not grant any license to the trademarks, service\nmarks, or logos of Licensor, except to the extent necessary to comply\nwith the attribution conditions in section 4.1 of this License.\n\n## 4. Conditions\n\nIf You exercise any permission granted by this License, such that the\nWork, or any part, aspect, or element of the Work, is distributed,\ncommunicated, made available, or made perceptible to a non-Affiliate\nthird party (a \"Recipient\"), either via physical delivery or via a\nnetwork connection to the Recipient, You must comply with the\nfollowing conditions:\n\n### 4.1. Provide Access to Source Code\n\nSubject to the exception in section 4.4, You must provide to each\nRecipient a copy of, or no-charge unrestricted network access to, the\nSource Code corresponding to the Work (\"Access\").\n\nThe \"Source Code\" of the Work means the form of the Work preferred for\nmaking modifications, including any comments, configuration\ninformation, documentation, help materials, installation instructions,\ncryptographic seeds or keys, and any information reasonably necessary\nfor the Recipient to independently compile and use the Source Code and\nto have full access to the functionality contained in the Work.\n\n#### 4.1.1. Providing Network Access to the Source Code\n\nNetwork Access to the Notices and Source Code may be provided by You\nor by a third party, such as a public software repository, and must\npersist during the same period in which You exercise any of the\npermissions granted to You under this License and for at least one\nyear thereafter.\n\n#### 4.1.2. Source Code for a Modified Work\n\nSubject to the exception in section 4.5, You must provide to each\nRecipient of a Modified Work Access to Source Code corresponding to\nthose portions of the Work remaining in the Modified Work as well as\nthe modifications used by You to create the Modified Work. The Source\nCode corresponding to the modifications in the Modified Work must be\nprovided to the Recipient either a) under this License, or b) under a\nCompatible Open Source License.\n\nA \"Compatible Open Source License\" means a license accepted by the Open Source \nInitiative that allows object code created using both Source Code provided under \nthis License and Source Code provided under the other open source license to be \ndistributed together as a single work.\n\n#### 4.1.3. Coordinated Disclosure of Security Vulnerabilities\n\nYou may delay providing the Source Code corresponding to a particular\nmodification of the Work for up to ninety (90) days (the \"Embargo\nPeriod\") if:\n\n+ a) the modification is intended to address a newly-identified\nvulnerability or a security flaw in the Work,\n\n+ b) disclosure of the vulnerability or security flaw before the end\nof the Embargo Period would put the data, identity, or autonomy of one\nor more Recipients of the Work at significant risk,\n\n+ c) You are participating in a coordinated disclosure of the\nvulnerability or security flaw with one or more additional Licensees,\nand\n\n+ d) Access to the Source Code pertaining to the modification is\nprovided to all Recipients at the end of the Embargo Period.\n\n### 4.2. Maintain User Autonomy\n\nIn addition to providing each Recipient the opportunity to have Access\nto the Source Code, You cannot use the permissions given under this\nLicense to interfere with a Recipient's ability to fully use an\nindependent copy of the Work generated from the Source Code You\nprovide with the Recipient's own User Data.\n\n\"User Data\" means any data that is an input to or an output from the\nWork, where the presence of the data is necessary for substantially\nidentical use of the Work in an equivalent context chosen by the\nRecipient, and where the Recipient has an existing ownership interest,\nan existing right to possess, or where the data has been generated by,\nfor, or has been assigned to the Recipient.\n\n#### 4.2.1. No Withholding User Data\n\nThroughout any period in which You exercise any of the permissions\ngranted to You under this License, You must also provide to any\nRecipient to whom you provide services via the Work, a no-charge copy,\nprovided in a commonly used electronic form, of the Recipient's User\nData in your possession, to the extent that such User Data is\navailable to You for use in conjunction with the Work.\n\n#### 4.2.2. No Technical Measures that Limit Access\n\nYou may not, by means of the use cryptographic methods applied to\nanything provided to the Recipient, by possession or control of\ncryptographic keys, seeds, hashes, by any other technological\nprotection measures, or by any other method, limit a Recipient's\nability to access any functionality present in Recipient's independent\ncopy of the Work, or to deny a Recipient full control of the\nRecipient's User Data.\n\n#### 4.2.3. No Legal or Contractual Measures that Limit Access\n\nYou may not contractually restrict a Recipient's ability to\nindependently exercise the permissions granted under this License. You\nwaive any legal power to forbid circumvention of technical protection\nmeasures that include use of the Work, and You waive any claim that\nthe capabilities of the Work were limited or modified as a means of\nenforcing the legal rights of third parties against Recipients.\n\n### 4.3. Provide Notices and Attribution\n\nYou must retain all licensing, authorship, or attribution notices\ncontained in the Source Code (the \"Notices\"), and provide all such\nNotices to each Recipient, together with a statement acknowledging the\nuse of the Work. Notices may be provided directly to a Recipient or\nvia an easy-to-find hyperlink to an Internet location also providing\nAccess to Source Code.\n\n### 4.4. Scope of Conditions in this License\n\nYou are required to uphold the conditions of this License only\nrelative to those who are Recipients of the Work from You. Other than\nproviding Recipients with the applicable Notices, Access to Source\nCode, and a copy of and full control of their User Data, nothing in\nthis License requires You to provide processing services to or engage\nin network interactions with anyone.\n\n### 4.5. Combined Work Exception\n\nAs an exception to condition that You provide Recipients Access to\nSource Code, any Source Code files marked by the Licensor as having\nthe \"Combined Work Exception,\" or any object code exclusively\nresulting from Source Code files so marked, may be combined with other\nSoftware into a \"Larger Work.\" So long as you comply with the\nrequirements to provide Recipients the applicable Notices and Access\nto the Source Code provided to You by Licensor, and you provide\nRecipients access to their User Data and do not limit Recipient's\nability to independently work with their User Data, any other Software\nin the Larger Work as well as the Larger Work as a whole may be\nlicensed under the terms of your choice.\n\n## 5. Term and Termination\n\nThe term of this License begins when You receive the Work, and\ncontinues until terminated for any of the reasons described herein, or\nuntil all Licensor's intellectual property rights in the Software\nexpire, whichever comes first (\"Term\"). This License cannot be\nrevoked, only terminated for the reasons listed below.\n\n### 5.1. Effect of Termination\n\nIf this License is terminated for any reason, all permissions granted\nto You under Section 3 by any Licensor automatically terminate. You\nwill immediately cease exercising any permissions granted in this\nLicense relative to the Work, including as part of any Modified Work.\n\n### 5.2. Termination for Non-Compliance; Reinstatement\n\nThis License terminates automatically if You fail to comply with any\nof the conditions in section 4. As a special exception to termination\nfor non-compliance, Your permissions for the Work under this License\nwill automatically be reinstated if You come into compliance with all\nthe conditions in section 2 within sixty (60) days of being notified\nby Licensor or an intended third-party beneficiary of Your\nnoncompliance. You are eligible for reinstatement of permissions for\nthe Work one time only, and only for the sixty days immediately after\nbecoming aware of noncompliance. Loss of permissions granted for the\nWork under this License due to either a) sustained noncompliance\nlasting more than sixty days or b) subsequent termination for\nnoncompliance after reinstatement, is permanent, unless rights are\nspecifically restored by Licensor in writing.\n\n### 5.3. Termination Due to Litigation\n\nIf You initiate litigation against Licensor, or any Recipient of the\nWork, either direct or indirect, asserting that the Work directly or\nindirectly infringes any patent, then all permissions granted to You\nby this License shall terminate. In the event of termination due to\nlitigation, all permissions validly granted by You under this License,\ndirectly or indirectly, shall survive termination. Administrative\nreview procedures, declaratory judgment actions, counterclaims in\nresponse to patent litigation, and enforcement actions against former\nLicensees terminated under this section do not cause termination due\nto litigation.\n\n## 6. Disclaimer of Warranty and Limit on Liability\n\nAs far as the law allows, the Work comes AS-IS, without any warranty\nof any kind, and no Licensor or contributor will be liable to anyone\nfor any damages related to this software or this license, under any\nkind of legal claim, or for any type of damages, including indirect,\nspecial, incidental, or consequential damages of any type arising as a\nresult of this License or the use of the Work including, without\nlimitation, damages for loss of goodwill, work stoppage, computer\nfailure or malfunction, loss of profits, revenue, or any and all other\ncommercial damages or losses.\n\n## 7. Other Provisions\n### 7.1. Affiliates\n\nAn \"Affiliate\" means any other entity that, directly or indirectly\nthrough one or more intermediaries, controls, is controlled by, or is\nunder common control with, the Licensee. Employees of a Licensee and\nnatural persons acting as contractors exclusively providing services\nto Licensee are also Affiliates.\n\n### 7.2. Choice of Jurisdiction and Governing Law\n\nA Licensor may require that any action or suit by a Licensee relating\nto a Work provided by Licensor under this License may be brought only\nin the courts of a particular jurisdiction and under the laws of a\nparticular jurisdiction (excluding its conflict-of-law provisions), if\nLicensor provides conspicuous notice of the particular jurisdiction to\nall Licensees.\n\n### 7.3. No Sublicensing\n\nThis License is not sublicensable. Each time You provide the Work or a\nModified Work to a Recipient, the Recipient automatically receives a\nlicense under the terms described in this License. You may not impose\nany further reservations, conditions, or other provisions on any\nRecipients' exercise of the permissions granted herein.\n\n### 7.4. Attorneys' Fees\n\nIn any action to enforce the terms of this License, or seeking damages\nrelating thereto, including by an intended third-party beneficiary,\nthe prevailing party shall be entitled to recover its costs and\nexpenses, including, without limitation, reasonable attorneys' fees\nand costs incurred in connection with such action, including any\nappeal of such action. A \"prevailing party\" is the party that\nachieves, or avoids, compliance with this License, including through\nsettlement. This section shall survive the termination of this\nLicense.\n\n### 7.5. No Waiver\n\nAny failure by Licensor to enforce any provision of this License will\nnot constitute a present or future waiver of such provision nor limit\nLicensor's ability to enforce such provision at a later time.\n\n### 7.6. Severability\n\nIf any provision of this License is held to be unenforceable, such\nprovision shall be reformed only to the extent necessary to make it\nenforceable. Any invalid or unenforceable portion will be interpreted\nto the effect and intent of the original portion. If such a\nconstruction is not possible, the invalid or unenforceable portion\nwill be severed from this License but the rest of this License will\nremain in full force and effect.\n\n### 7.7. License for the Text of this License\n\nThe text of this license is released under the Creative Commons\nAttribution-ShareAlike 4.0 International License, with the caveat that\nany modifications of this license may not use the name \"Cryptographic\nAutonomy License\" or any name confusingly similar thereto to describe\nany derived work of this License.\n", "rf_url": "http:\/\/cryptographicautonomylicense.com\/license-text.html", "rf_add_date": null, "rf_copyleft": null, @@ -13641,7 +13641,7 @@ }, { "rf_shortname": "GD", - "rf_text": "Credits and license terms\n\nIn order to resolve any possible confusion regarding the authorship of gd, the following copyright statement covers all of the authors who have required such a statement.\u00a0 If you are aware of any oversights in this copyright notice, please contact Pierre-A.\u00a0 Joye who will be pleased to correct them.\n\n\t\u2022\tPortions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Cold Spring Harbor Laboratory.\u00a0 Funded under Grant P41-RR02188 by the National Institutes of Health.\n\t\u2022\tPortions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Boutell.Com, Inc.\n\t\u2022\tPortions relating to GD2 format copyright 1999, 2000, 2001, 2002, 2003, 2004 Philip Warner.\n\t\u2022\tPortions relating to PNG copyright 1999, 2000, 2001, 2002, 2003, 2004 Greg Roelofs.\n\t\u2022\tPortions relating to gdttf.c copyright 1999, 2000, 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org).\n\t\u2022\tPortions relating to gdft.c copyright 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org).\n\t\u2022\tPortions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Pierre-Alain Joye (pierre@libgd.org).\n\t\u2022\tPortions relating to JPEG and to color quantization copyright 2000, 2001, 2002, 2003, 2004, Doug Becker and copyright \u00a9 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Thomas G.\u00a0 Lane.\u00a0 This software is based in part on the work of the Independent JPEG Group.\u00a0 See the file README-JPEG.TXT for more information.\n\t\u2022\tPortions relating to GIF compression copyright 1989 by Jef Poskanzer and David Rowley, with modifications for thread safety by Thomas Boutell.\n\t\u2022\tPortions relating to GIF decompression copyright 1990, 1991, 1993 by David Koblas, with modifications for thread safety by Thomas Boutell.\n\t\u2022\tPortions relating to WBMP copyright 2000, 2001, 2002, 2003, 2004 Maurice Szmurlo and Johan Van den Brande.\n\t\u2022\tPortions relating to GIF animations copyright 2004 Jaakko Hyv\u00e4tti (jaakko.hyvatti@iki.fi)\n\nPermission has been granted to copy, distribute and modify gd in any context without fee, including a commercial application, provided that this notice is present in user-accessible supporting documentation.\n\nThis does not affect your ownership of the derived work itself, and the intent is to assure proper credit for the authors of gd, not to interfere with your productive use of gd.\u00a0 If you have questions, ask.\u00a0 \u201cDerived works\u201d includes all programs that utilize the library.\u00a0 Credit must be given in user-accessible documentation.\n\nThis software is provided \u201cAS IS.\u201d\u00a0 The copyright holders disclaim all warranties, either express or implied, including but not limited to implied warranties of merchantability and fitness for a particular purpose, with respect to this code and accompanying documentation.\n\nAlthough their code does not appear in the current release, the authors wish to thank David Koblas, David Rowley, and Hutchison Avenue Software Corporation for their prior contributions.\n", + "rf_text": "Credits and license terms\n\nIn order to resolve any possible confusion regarding the authorship of gd, the following copyright statement covers all of the authors who have required such a statement. If you are aware of any oversights in this copyright notice, please contact Pierre-A. Joye who will be pleased to correct them.\n\n\t\u2022\tPortions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Cold Spring Harbor Laboratory. Funded under Grant P41-RR02188 by the National Institutes of Health.\n\t\u2022\tPortions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 by Boutell.Com, Inc.\n\t\u2022\tPortions relating to GD2 format copyright 1999, 2000, 2001, 2002, 2003, 2004 Philip Warner.\n\t\u2022\tPortions relating to PNG copyright 1999, 2000, 2001, 2002, 2003, 2004 Greg Roelofs.\n\t\u2022\tPortions relating to gdttf.c copyright 1999, 2000, 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org).\n\t\u2022\tPortions relating to gdft.c copyright 2001, 2002, 2003, 2004 John Ellson (ellson@graphviz.org).\n\t\u2022\tPortions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Pierre-Alain Joye (pierre@libgd.org).\n\t\u2022\tPortions relating to JPEG and to color quantization copyright 2000, 2001, 2002, 2003, 2004, Doug Becker and copyright \u00a9 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Thomas G. Lane. This software is based in part on the work of the Independent JPEG Group. See the file README-JPEG.TXT for more information.\n\t\u2022\tPortions relating to GIF compression copyright 1989 by Jef Poskanzer and David Rowley, with modifications for thread safety by Thomas Boutell.\n\t\u2022\tPortions relating to GIF decompression copyright 1990, 1991, 1993 by David Koblas, with modifications for thread safety by Thomas Boutell.\n\t\u2022\tPortions relating to WBMP copyright 2000, 2001, 2002, 2003, 2004 Maurice Szmurlo and Johan Van den Brande.\n\t\u2022\tPortions relating to GIF animations copyright 2004 Jaakko Hyv\u00e4tti (jaakko.hyvatti@iki.fi)\n\nPermission has been granted to copy, distribute and modify gd in any context without fee, including a commercial application, provided that this notice is present in user-accessible supporting documentation.\n\nThis does not affect your ownership of the derived work itself, and the intent is to assure proper credit for the authors of gd, not to interfere with your productive use of gd. If you have questions, ask. \"Derived works\" includes all programs that utilize the library. Credit must be given in user-accessible documentation.\n\nThis software is provided \"AS IS.\" The copyright holders disclaim all warranties, either express or implied, including but not limited to implied warranties of merchantability and fitness for a particular purpose, with respect to this code and accompanying documentation.\n\nAlthough their code does not appear in the current release, the authors wish to thank David Koblas, David Rowley, and Hutchison Avenue Software Corporation for their prior contributions.\n", "rf_url": "https:\/\/libgd.github.io\/manuals\/2.3.0\/files\/license-txt.html", "rf_add_date": null, "rf_copyleft": null, @@ -13661,4 +13661,4 @@ "rf_spdx_compatible": "t", "rf_flag": "1" } -] \ No newline at end of file +] diff --git a/src/cli/exportLicenseRefUsingSPDX.php b/src/cli/exportLicenseRefUsingSPDX.php index 9a1d18bca6..a1cf6e92b8 100644 --- a/src/cli/exportLicenseRefUsingSPDX.php +++ b/src/cli/exportLicenseRefUsingSPDX.php @@ -1,6 +1,6 @@ 'https://spdx.org/licenses/licenses.json', + 'exceptions' => 'https://spdx.org/licenses/exceptions.json' + ); $usage = "Usage: " . basename($argv[0]) . " [options] Create new licenseref.json file. Options are: @@ -64,10 +68,6 @@ function startProcessingLicenseData() For type 'licenses' URL is : $scanList[licenses] For type 'exceptions' URL is : $scanList[exceptions]"; - $scanList = array( - 'licenses' => 'https://spdx.org/licenses/licenses.json', - 'exceptions' => 'https://spdx.org/licenses/exceptions.json' - ); $options = getopt("hcEen", array("type:","url:")); /* get type and url if exists if not set them to empty */ @@ -203,10 +203,10 @@ function getListSPDX($type, $URL, $updateWithNew, $updateExisting, $addNewLicens !empty($updateExisting) ) ) { - $existingLicenseRefData[$licenseIdCheck]['rf_fullname'] = $getCurrentData[$this->mapArrayData[$type][2]]; - $existingLicenseRefData[$licenseIdCheck]['rf_text'] = $getCurrentData[$this->mapArrayData[$type][1]]; + $existingLicenseRefData[$licenseIdCheck]['rf_fullname'] = $this->replaceUnicode($getCurrentData[$this->mapArrayData[$type][2]]); + $existingLicenseRefData[$licenseIdCheck]['rf_text'] = $this->replaceUnicode($getCurrentData[$this->mapArrayData[$type][1]]); $existingLicenseRefData[$licenseIdCheck]['rf_url'] = $getCurrentData['seeAlso'][0]; - $existingLicenseRefData[$licenseIdCheck]['rf_notes'] = (array_key_exists("licenseComments", $getCurrentData) ? $getCurrentData['licenseComments'] : $existingLicenseRefData[$licenseIdCheck]['rf_notes']); + $existingLicenseRefData[$licenseIdCheck]['rf_notes'] = $this->replaceUnicode((array_key_exists("licenseComments", $getCurrentData) ? $getCurrentData['licenseComments'] : $existingLicenseRefData[$licenseIdCheck]['rf_notes'])); echo "INFO: license ".$getCurrentData[$this->mapArrayData[$type][0]]." updated\n\n"; } if (!is_numeric($licenseIdCheck) && @@ -218,7 +218,7 @@ function getListSPDX($type, $URL, $updateWithNew, $updateExisting, $addNewLicens ) { $existingLicenseRefData[] = array( 'rf_shortname' => $getCurrentData[$this->mapArrayData[$type][0]], - 'rf_text' => $getCurrentData[$this->mapArrayData[$type][1]], + 'rf_text' => $this->replaceUnicode($getCurrentData[$this->mapArrayData[$type][1]]), 'rf_url' => $getCurrentData['seeAlso'][0], 'rf_add_date' => null, 'rf_copyleft' => null, @@ -227,7 +227,7 @@ function getListSPDX($type, $URL, $updateWithNew, $updateExisting, $addNewLicens 'rf_FSFfree' => null, 'rf_GPLv2compatible' => null, 'rf_GPLv3compatible' => null, - 'rf_notes' => (array_key_exists("licenseComments", $getCurrentData) ? $getCurrentData['licenseComments'] : null), + 'rf_notes' => $this->replaceUnicode((array_key_exists("licenseComments", $getCurrentData) ? $getCurrentData['licenseComments'] : null)), 'rf_Fedora' => null, 'marydone' => "f", 'rf_active' => "t", @@ -243,6 +243,35 @@ function getListSPDX($type, $URL, $updateWithNew, $updateExisting, $addNewLicens } return $existingLicenseRefData; } + + /** + * Replace common unicode characters with ASCII for consistent results. + * + * @param string $text Input text + * @return string Input with characters replaced + */ + private function replaceUnicode($text) + { + $search = [ + '\u00a0', // no break space + '\u2018', // Left single quote + '\u2019', // Right single quote + '\u201c', // Left double quote + '\u201d', // Right double quote + '\u2013', // em dash + ]; + + $replace = [ + " ", + "'", + "'", + '"', + '"', + "-", + ]; + + return str_replace($search, $replace, $text); + } } $obj = new exportLicenseRef(); echo $obj->startProcessingLicenseData(); diff --git a/src/monk/agent_tests/Functional/bulkTest.php b/src/monk/agent_tests/Functional/bulkTest.php index aad160980c..0ccd528e29 100644 --- a/src/monk/agent_tests/Functional/bulkTest.php +++ b/src/monk/agent_tests/Functional/bulkTest.php @@ -138,15 +138,6 @@ private function getHeartCount($output) } } - /** @group Functional */ - public function testDatabaseSetup() - { - $this->setUpTables(); - $this->setUpRepo(); - - $this->rmRepo(); - } - /** @group Functional */ public function testRunTwoIndependentMonkBulkScans() { diff --git a/src/scheduler/agent_tests/Functional/Functional.py b/src/scheduler/agent_tests/Functional/Functional.py index c1a7b10b37..28b3245f2e 100755 --- a/src/scheduler/agent_tests/Functional/Functional.py +++ b/src/scheduler/agent_tests/Functional/Functional.py @@ -32,7 +32,7 @@ from xml.dom.minidom import parseString from xml.dom import Node from optparse import OptionParser -import ConfigParser +import configparser import subprocess import functools import signal @@ -121,7 +121,7 @@ def __init__(self, node): self.defines['pids'] = {} # get variable definitions - for i in xrange(definitions.length): + for i in range(definitions.length): if definitions.item(i).name not in self.defines: self.defines[definitions.item(i).name] = self.substitute(definitions.item(i).value, defNode) @@ -275,7 +275,7 @@ def createAction(self, node): Returns the new action """ def action_wrapper(action, node, doc, dest): - print '.',# node.nodeName, + print('.', end=' ')# node.nodeName, return action(node, doc, dest) if not hasattr(self, node.nodeName): @@ -398,8 +398,8 @@ def loadConf(self, node, doc, dest): """ dir = self.required(node, 'directory') - config = ConfigParser.ConfigParser() - config.readfp(open(dir + "/fossology.conf")) + config = configparser.ConfigParser() + config.read_file(open(dir + "/fossology.conf")) self.defines["FOSSOLOGY"] = {} self.defines["BUILD"] = {} @@ -408,7 +408,7 @@ def loadConf(self, node, doc, dest): self.defines["FOSSOLOGY"]["path"] = config.get("FOSSOLOGY", "path") self.defines["FOSSOLOGY"]["depth"] = config.get("FOSSOLOGY", "depth") - config.readfp(open(dir + "/VERSION")) + config.read_file(open(dir + "/VERSION")) self.defines["BUILD"]["VERSION"] = config.get("BUILD", "VERSION") self.defines["BUILD"]["COMMIT_HASH"] = config.get("BUILD", "COMMIT_HASH") @@ -448,7 +448,7 @@ def loop(self, node, doc, dest): tests += ret[0] failed += ret[1] else: - for i in xrange(int(iterations)): + for i in range(int(iterations)): self.defines[varname] = str(i) for action in actions: ret = action(doc, dest) @@ -598,12 +598,12 @@ def performTests(self, suiteNode, document, fname): tests = 0 totalasserts = 0 - print "start up", + print("start up", end=' ') for action in self.setup: while action(None, None)[1] != 0: time.sleep(5) - print "tests", + print("tests", end=' ') for test in self.tests: assertions = 0 testNode = document.createElement("testcase") @@ -627,7 +627,7 @@ def performTests(self, suiteNode, document, fname): suiteNode.appendChild(testNode) - print " clean up", + print(" clean up", end=' ') for action in self.cleanup: action(None, None) @@ -637,7 +637,7 @@ def performTests(self, suiteNode, document, fname): suiteNode.setAttribute("failures", str(failures)) suiteNode.setAttribute("tests", str(tests)) suiteNode.setAttribute("assertions", str(totalasserts)) - print + print() ################################################################################ ### MAIN ####################################################################### @@ -684,10 +684,10 @@ def main(): if options.specific and suite.getAttribute("name") != options.specific: continue if suite.hasAttribute("disable"): - print suite.getAttribute("name"),'::','disabled' + print(suite.getAttribute("name"),'::','disabled') continue if options.skipLongTests and suite.hasAttribute("longest") and int(suite.getAttribute("longest"))>int(options.skipLongTests): - print suite.getAttribute("name"),'::','expected to run',suite.getAttribute("longest"),'time units' + print(suite.getAttribute("name"),'::','expected to run',suite.getAttribute("longest"),'time units') continue suiteNode = resultsDoc.createElement("testsuite") errors = 0 @@ -706,7 +706,7 @@ def main(): curr.cleanup = cleanup + curr.cleanup starttime = time.time() - print "{0: >15} ::".format(suite.getAttribute("name")), + print("{0: >15} ::".format(suite.getAttribute("name")), end=' ') if not timeout(functools.partial(curr.performTests, suiteNode, resultsDoc, testFile.name), maxRuntime): errors += 1 errorNode = resultsDoc.createElement("error") diff --git a/src/spdx2/agent_tests/Functional/fo_report.sql b/src/spdx2/agent_tests/Functional/fo_report.sql index e913d907b4..968f45fa73 100644 --- a/src/spdx2/agent_tests/Functional/fo_report.sql +++ b/src/spdx2/agent_tests/Functional/fo_report.sql @@ -77,8 +77,8 @@ INSERT INTO pfile VALUES (5, '39C379E9C7F5BB524754C4DEF5FEF135', '840B5882792482 INSERT INTO pfile VALUES (6, '2702A657B801333C3150BDC8BE642F9B', '798826BF3EB294E5D514ECFA3222CCF09BBCD985', '8df6eb5d69ffe2bf61937d49f3ef72e98213fd09f9ad41c626e419503178bacd', 14554, NULL); -INSERT INTO users VALUES (1, 'Default User', 1, 'Default User when nobody is logged in', 'Seed', 'Pass', 0, NULL, 'y', 'public', NULL, NULL, 'simple', NULL, NULL, NULL, 1); -INSERT INTO users VALUES (2, 'fossy', 1, 'Default Administrator', '14272952581103610285', 'cdd40d0517419e8495a6e40b14369b6a39031581', 10, 'y', 'y', 'public', NULL, NULL, 'simple', NULL, NULL, NULL, 1); +INSERT INTO users (user_pk, user_name, root_folder_fk, user_desc, user_seed, user_pass, user_perm, user_email, email_notify, upload_visibility, user_agent_list, default_bucketpool_fk, ui_preference, new_upload_group_fk, new_upload_perm, default_folder_fk) VALUES (1, 'Default User', 1, 'Default User when nobody is logged in', 'Seed', 'Pass', 0, NULL, 'y', 'public', NULL, NULL, 'simple', NULL, NULL, 1); +INSERT INTO users (user_pk, user_name, root_folder_fk, user_desc, user_seed, user_pass, user_perm, user_email, email_notify, upload_visibility, user_agent_list, default_bucketpool_fk, ui_preference, new_upload_group_fk, new_upload_perm, default_folder_fk) VALUES (2, 'fossy', 1, 'Default Administrator', '16294329171791449506', 'b27fd9578d6893916952c2fb74a64bbc9e1bf0b9', 10, 'y', 'y', 'public', 'agent_copyright,agent_mimetype,agent_monk,agent_nomos,agent_pkgagent', 1, '', NULL, NULL, 1); INSERT INTO clearing_decision (clearing_decision_pk, uploadtree_fk, pfile_fk, user_fk, group_fk, decision_type, scope, date_added) VALUES (2, 4, 2, 2, 2, 5, 1, '2015-05-04 11:43:18.276425+02'); diff --git a/src/unifiedreport/agent_tests/Functional/fo_report.sql b/src/unifiedreport/agent_tests/Functional/fo_report.sql index b25f8d7773..2d545bd52b 100644 --- a/src/unifiedreport/agent_tests/Functional/fo_report.sql +++ b/src/unifiedreport/agent_tests/Functional/fo_report.sql @@ -116,8 +116,8 @@ INSERT INTO pfile VALUES (6, '2702A657B801333C3150BDC8BE642F9B', '798826BF3EB294 -- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: fossy -- -INSERT INTO users VALUES (1, 'Default User', 1, 'Default User when nobody is logged in', 'Seed', 'Pass', 0, NULL, 'y', 'public', NULL, NULL, 'simple', NULL, NULL, NULL, 1); -INSERT INTO users VALUES (2, 'fossy', 1, 'Default Administrator', '14272952581103610285', 'cdd40d0517419e8495a6e40b14369b6a39031581', 10, 'y', 'y', 'public', NULL, NULL, 'simple', NULL, NULL, NULL, 1); +INSERT INTO users (user_pk, user_name, root_folder_fk, user_desc, user_seed, user_pass, user_perm, user_email, email_notify, upload_visibility, user_agent_list, default_bucketpool_fk, ui_preference, new_upload_group_fk, new_upload_perm, default_folder_fk) VALUES (1, 'Default User', 1, 'Default User when nobody is logged in', 'Seed', 'Pass', 0, NULL, 'y', 'public', NULL, NULL, 'simple', NULL, NULL, 1); +INSERT INTO users (user_pk, user_name, root_folder_fk, user_desc, user_seed, user_pass, user_perm, user_email, email_notify, upload_visibility, user_agent_list, default_bucketpool_fk, ui_preference, new_upload_group_fk, new_upload_perm, default_folder_fk) VALUES (2, 'fossy', 1, 'Default Administrator', '16294329171791449506', 'b27fd9578d6893916952c2fb74a64bbc9e1bf0b9', 10, 'y', 'y', 'public', 'agent_copyright,agent_mimetype,agent_monk,agent_nomos,agent_pkgagent', 1, '', NULL, NULL, 1); -- diff --git a/src/www/ui_tests/api/Controllers/VersionControllerTest.php b/src/www/ui_tests/api/Controllers/InfoControllerTest.php similarity index 75% rename from src/www/ui_tests/api/Controllers/VersionControllerTest.php rename to src/www/ui_tests/api/Controllers/InfoControllerTest.php index ae36c95cbc..e77cc7564e 100644 --- a/src/www/ui_tests/api/Controllers/VersionControllerTest.php +++ b/src/www/ui_tests/api/Controllers/InfoControllerTest.php @@ -1,6 +1,6 @@ * * This program is free software; you can redistribute it and/or @@ -18,24 +18,23 @@ ***************************************************************/ /** * @file - * @brief Tests for VersionController + * @brief Tests for InfoController */ namespace Fossology\UI\Api\Test\Controllers; use Mockery as M; use Symfony\Component\Yaml\Parser; -use Symfony\Component\Yaml\Exception\ParseException; use Fossology\UI\Api\Helper\DbHelper; use Fossology\UI\Api\Helper\RestHelper; use Slim\Http\Response; -use Fossology\UI\Api\Controllers\VersionController; +use Fossology\UI\Api\Controllers\InfoController; /** - * @class VersionControllerTest - * @brief Test cases for VersionController + * @class InfoControllerTest + * @brief Test cases for InfoController */ -class VersionControllerTest extends \PHPUnit\Framework\TestCase +class InfoControllerTest extends \PHPUnit\Framework\TestCase { /** * @var string YAML_LOC @@ -76,7 +75,7 @@ protected function setUp() $container->shouldReceive('get')->withArgs(array( 'helper.restHelper'))->andReturn($this->restHelper); - $this->versionController = new VersionController($container); + $this->infoController = new InfoController($container); $this->assertCountBefore = \Hamcrest\MatcherAssert::getCount(); } @@ -103,24 +102,31 @@ private function getResponseJson($response) return json_decode($response->getBody()->getContents(), true); } - public function testGetVersion() + public function testGetInfo() { - try { - $yaml = new Parser(); - $yamlDocArray = $yaml->parseFile(self::YAML_LOC); - } catch (ParseException $exception) { - printf("Unable to parse the YAML string: %s", $exception->getMessage()); - } + $yaml = new Parser(); + $yamlDocArray = $yaml->parseFile(self::YAML_LOC); + $apiTitle = $yamlDocArray["info"]["title"]; + $apiDescription = $yamlDocArray["info"]["description"]; $apiVersion = $yamlDocArray["info"]["version"]; + $apiContact = $yamlDocArray["info"]["contact"]["email"]; + $apiLicense = $yamlDocArray["info"]["license"]; $security = array(); foreach ($yamlDocArray["security"] as $secMethod) { $security[] = key($secMethod); } $expectedResponse = (new Response())->withJson(array( - "version" => $apiVersion, - "security" => $security - ), 200); - $actualResponse = $this->versionController->getVersion(null, new Response(), + "name" => $apiTitle, + "description" => $apiDescription, + "version" => $apiVersion, + "security" => $security, + "contact" => $apiContact, + "license" => [ + "name" => $apiLicense["name"], + "url" => $apiLicense["url"] + ] + ), 200); + $actualResponse = $this->infoController->getInfo(null, new Response(), []); $this->assertEquals($expectedResponse->getStatusCode(), $actualResponse->getStatusCode()); diff --git a/utils/prepare-test b/utils/prepare-test index 7a093cb5c9..1c00ccfe82 100755 --- a/utils/prepare-test +++ b/utils/prepare-test @@ -92,20 +92,22 @@ fi echo if echo ${WarnAccept} | grep -q -e "^[yY]$" ; then + uid=$(id -u) + gid=$(id -g) sudo mkdir -p /var/local/cache/fossology - sudo chown "$(whoami)" /var/local/cache/fossology + sudo chown "${uid}:${gid}" /var/local/cache/fossology sudo mkdir -p /srv/fossologyTestRepo - sudo chown "$(whoami)" /srv/fossologyTestRepo - sudo su postgres -c "echo 'CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";'|psql -d template1" || true + sudo chown "${uid}:${gid}" /srv/fossologyTestRepo + sudo --preserve-env su postgres -c "echo 'CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";'|psql -d template1" || true if [[ "${CreateFossy}" == "Y" ]]; then - sudo su postgres -c "echo \"CREATE USER fossy WITH PASSWORD 'fossy' CREATEDB;\"|psql" || true >/dev/null + sudo --preserve-env su postgres -c "echo \"CREATE USER fossy WITH PASSWORD 'fossy' CREATEDB;\"|psql" || true >/dev/null echo "localhost:*:*:fossy:fossy" >> ~/.pgpass chmod 0600 ~/.pgpass - sudo su postgres -c "echo 'CREATE DATABASE fossology; GRANT ALL PRIVILEGES ON DATABASE fossology TO fossy;'|psql" || true + sudo --preserve-env su postgres -c "echo 'CREATE DATABASE fossology; GRANT ALL PRIVILEGES ON DATABASE fossology TO fossy;'|psql" || true fi if [[ "${CreateFossyTest}" == "Y" ]]; then testDbPassword=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13) - sudo su postgres -c "echo \"CREATE USER fossologytest WITH CREATEDB LOGIN PASSWORD '${testDbPassword}';\"|psql" || true >/dev/null + sudo --preserve-env su postgres -c "echo \"CREATE USER fossologytest WITH CREATEDB LOGIN PASSWORD '${testDbPassword}';\"|psql" || true >/dev/null echo "localhost:*:*:fossologytest:${testDbPassword}" >> ~/.pgpass chmod 0600 ~/.pgpass fi