parent
4b7d85bfa5
commit
e35a2b65bc
@ -0,0 +1,21 @@ |
|||||||
|
ANTLR 2 License |
||||||
|
|
||||||
|
We reserve no legal rights to the ANTLR--it is fully in the public domain. |
||||||
|
An individual or company may do whatever they wish with source code distributed |
||||||
|
with ANTLR or the code generated by ANTLR, including the incorporation of |
||||||
|
ANTLR, or its output, into commerical software. |
||||||
|
|
||||||
|
We encourage users to develop software with ANTLR. However, we do ask that |
||||||
|
credit is given to us for developing ANTLR. By "credit", we mean that if you |
||||||
|
use ANTLR or incorporate any source code into one of your programs (commercial |
||||||
|
product, research project, or otherwise) that you acknowledge this fact somewhere |
||||||
|
in the documentation, research report, etc... If you like ANTLR and have developed |
||||||
|
a nice tool with the output, please mention that you developed it using ANTLR. |
||||||
|
In addition, we ask that the headers remain intact in our source code. As |
||||||
|
long as these guidelines are kept, we expect to continue enhancing this system |
||||||
|
and expect to make other tools available as they are completed. |
||||||
|
|
||||||
|
In countries where the Public Domain status of the work may not be valid, |
||||||
|
the author grants a copyright licence to the general public to deal in the |
||||||
|
work without restriction and permission to sublicence derivates under the |
||||||
|
terms of any (OSI approved) Open Source licence. |
@ -1,18 +1,19 @@ |
|||||||
Copyright (c) <year> <owner> All rights reserved. |
Copyright (c) 1995, 1999 Berkeley Software Design, Inc. All rights reserved. |
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification, |
Redistribution and use in source and binary forms, with or without |
||||||
are permitted provided that the following conditions are met: |
modification, are permitted provided that the following conditions |
||||||
|
are met: |
||||||
|
1. Redistributions of source code must retain the above copyright |
||||||
|
notice, this list of conditions and the following disclaimer. |
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright notice, |
THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. ``AS IS'' AND |
||||||
this list of conditions and the following disclaimer. |
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||||
THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. "AS IS" AND ANY |
ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design, Inc. BE LIABLE |
||||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||||
IN NO EVENT SHALL Berkeley Software Design, Inc. BE LIABLE FOR ANY DIRECT, |
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||||
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
SUCH DAMAGE. |
||||||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
||||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
||||||
|
@ -1,30 +1,34 @@ |
|||||||
Redistribution and use in source and binary forms, with or without modification, |
Redistribution and use in source and binary forms, with or without |
||||||
are permitted provided that the following conditions are met: |
modification, are permitted provided that the following conditions are |
||||||
|
met: |
||||||
|
|
||||||
- Redistributions of source code must retain the above copyright notice, this |
- Redistributions of source code must retain the above copyright |
||||||
list of conditions and the following disclaimer. |
notice, this list of conditions and the following disclaimer. |
||||||
|
|
||||||
- Redistributions in binary form must reproduce the above copyright notice, |
- Redistributions in binary form must reproduce the above copyright |
||||||
this list of conditions and the following disclaimer listed in this license |
notice, this list of conditions and the following disclaimer listed |
||||||
in the documentation and/or other materials provided with the distribution. |
in this license in the documentation and/or other materials |
||||||
|
provided with the distribution. |
||||||
|
|
||||||
- Neither the name of the copyright holders nor the names of its contributors |
- Neither the name of the copyright holders nor the names of its |
||||||
may be used to endorse or promote products derived from this software without |
contributors may be used to endorse or promote products derived from |
||||||
specific prior written permission. |
this software without specific prior written permission. |
||||||
|
|
||||||
The copyright holders provide no reassurances that the source code provided |
The copyright holders provide no reassurances that the source code |
||||||
does not infringe any patent, copyright, or any other intellectual property |
provided does not infringe any patent, copyright, or any other |
||||||
rights of third parties. The copyright holders disclaim any liability to any |
intellectual property rights of third parties. The copyright holders |
||||||
recipient for claims brought against recipient by any third party for infringement |
disclaim any liability to any recipient for claims brought against |
||||||
of that parties intellectual property rights. |
recipient by any third party for infringement of that parties |
||||||
|
intellectual property rights. |
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
||||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
||||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
||||||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
||||||
|
@ -0,0 +1,71 @@ |
|||||||
|
Business Source License 1.1 |
||||||
|
|
||||||
|
License text copyright © 2017 MariaDB Corporation Ab, All Rights Reserved. |
||||||
|
"Business Source License" is a trademark of MariaDB Corporation Ab. |
||||||
|
|
||||||
|
Terms |
||||||
|
|
||||||
|
The Licensor hereby grants you the right to copy, modify, create derivative |
||||||
|
works, redistribute, and make non-production use of the Licensed Work. The |
||||||
|
Licensor may make an Additional Use Grant, above, permitting limited |
||||||
|
production use. |
||||||
|
|
||||||
|
Effective on the Change Date, or the fourth anniversary of the first publicly |
||||||
|
available distribution of a specific version of the Licensed Work under this |
||||||
|
License, whichever comes first, the Licensor hereby grants you rights under |
||||||
|
the terms of the Change License, and the rights granted in the paragraph |
||||||
|
above terminate. |
||||||
|
|
||||||
|
If your use of the Licensed Work does not comply with the requirements |
||||||
|
currently in effect as described in this License, you must purchase a |
||||||
|
commercial license from the Licensor, its affiliated entities, or authorized |
||||||
|
resellers, or you must refrain from using the Licensed Work. |
||||||
|
|
||||||
|
All copies of the original and modified Licensed Work, and derivative works |
||||||
|
of the Licensed Work, are subject to this License. This License applies |
||||||
|
separately for each version of the Licensed Work and the Change Date may vary |
||||||
|
for each version of the Licensed Work released by Licensor. |
||||||
|
|
||||||
|
You must conspicuously display this License on each original or modified copy |
||||||
|
of the Licensed Work. If you receive the Licensed Work in original or |
||||||
|
modified form from a third party, the terms and conditions set forth in this |
||||||
|
License apply to your use of that work. |
||||||
|
|
||||||
|
Any use of the Licensed Work in violation of this License will automatically |
||||||
|
terminate your rights under this License for the current and all other |
||||||
|
versions of the Licensed Work. |
||||||
|
|
||||||
|
This License does not grant you any right in any trademark or logo of |
||||||
|
Licensor or its affiliates (provided that you may use a trademark or logo of |
||||||
|
Licensor as expressly required by this License). |
||||||
|
|
||||||
|
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON |
||||||
|
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, |
||||||
|
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF |
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND |
||||||
|
TITLE. |
||||||
|
|
||||||
|
MariaDB hereby grants you permission to use this License’s text to license |
||||||
|
your works, and to refer to it using the trademark “Business Source License”, |
||||||
|
as long as you comply with the Covenants of Licensor below. |
||||||
|
|
||||||
|
Covenants of Licensor |
||||||
|
|
||||||
|
In consideration of the right to use this License’s text and the “Business |
||||||
|
Source License” name and trademark, Licensor covenants to MariaDB, and to all |
||||||
|
other recipients of the licensed work to be provided by Licensor: |
||||||
|
|
||||||
|
1. To specify as the Change License the GPL Version 2.0 or any later version, |
||||||
|
or a license that is compatible with GPL Version 2.0 or a later version, |
||||||
|
where “compatible” means that software provided under the Change License can |
||||||
|
be included in a program with software provided under GPL Version 2.0 or a |
||||||
|
later version. Licensor may specify additional Change Licenses without |
||||||
|
limitation. |
||||||
|
|
||||||
|
2. To either: (a) specify an additional grant of rights to use that does not |
||||||
|
impose any additional restriction on the right granted in this License, as |
||||||
|
the Additional Use Grant; or (b) insert the text “None”. |
||||||
|
|
||||||
|
3. To specify a Change Date. |
||||||
|
|
||||||
|
4. Not to modify this License in any other way. |
@ -1,8 +1,8 @@ |
|||||||
This is a package of commutative diagram macros built on top of Xy-pic by |
This is a package of commutative diagram macros built on top of Xy-pic by |
||||||
Michael Barr (email: barr@barrs.org). Its use is unrestricted. It may be freely |
Michael Barr (email: barr@barrs.org). Its use is unrestricted. It may be |
||||||
distributed, unchanged, for non-commercial or commercial use. If changed, |
freely distributed, unchanged, for non-commercial or commercial use. If changed, |
||||||
it must be renamed. Inclusion in a commercial software package is also permitted, |
it must be renamed. Inclusion in a commercial software package is also permitted, |
||||||
but I would appreciate receiving a free copy for my personal examination and |
but I would appreciate receiving a free copy for my personal examination |
||||||
use. There are no guarantees that this package is good for anything. I have |
and use. There are no guarantees that this package is good for anything. |
||||||
tested it with LaTeX 2e, LaTeX 2.09 and Plain TeX. Although I know of no reason |
I have tested it with LaTeX 2e, LaTeX 2.09 and Plain TeX. Although I know |
||||||
it will not work with AMSTeX, I have not tested it. |
of no reason it will not work with AMSTeX, I have not tested it. |
||||||
|
@ -1,5 +1,4 @@ |
|||||||
"THE BEER-WARE LICENSE" (Revision 42): |
"THE BEER-WARE LICENSE" (Revision 42): <phk@FreeBSD.ORG> wrote this file. |
||||||
|
As long as you retain this notice you can do whatever you want with this |
||||||
<phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can |
stuff. If we meet some day, and you think this stuff is worth it, you can |
||||||
do whatever you want with this stuff. If we meet some day, and you think this |
buy me a beer in return Poul-Henning Kamp |
||||||
stuff is worth it, you can buy me a beer in return Poul-Henning Kamp |
|
||||||
|
@ -1,3 +1,10 @@ |
|||||||
Bootloader Exception |
Bootloader Exception |
||||||
|
-------------------- |
||||||
|
|
||||||
In addition to the permissions in the GNU General Public License, the authors give you unlimited permission to link or embed compiled bootloader and related files into combinations with other programs, and to distribute those combinations without any restriction coming from the use of those files. (The General Public License restrictions do apply in other respects; for example, they cover modification of the files, and distribution when not linked into a combined executable.) |
In addition to the permissions in the GNU General Public License, the |
||||||
|
authors give you unlimited permission to link or embed compiled bootloader |
||||||
|
and related files into combinations with other programs, and to distribute |
||||||
|
those combinations without any restriction coming from the use of those |
||||||
|
files. (The General Public License restrictions do apply in other respects; |
||||||
|
for example, they cover modification of the files, and distribution when |
||||||
|
not linked into a combine executable.) |
||||||
|
@ -1,35 +1,21 @@ |
|||||||
Copyright 1993 Francis Borceux |
Copyright 1993 Francis Borceux |
||||||
|
|
||||||
You may freely use, modify, and/or distribute each of the files in this package |
You may freely use, modify, and/or distribute each of the files in this package |
||||||
without limitation. The package consists of the following files: |
without limitation. The package consists of the following files: |
||||||
|
|
||||||
README |
README |
||||||
|
|
||||||
compatibility/OldDiagram |
compatibility/OldDiagram |
||||||
|
|
||||||
compatibility/OldMaxiDiagram |
compatibility/OldMaxiDiagram |
||||||
|
|
||||||
compatibility/OldMicroDiagram |
compatibility/OldMicroDiagram |
||||||
|
|
||||||
compatibility/OldMiniDiagram |
compatibility/OldMiniDiagram |
||||||
|
|
||||||
compatibility/OldMultipleArrows |
compatibility/OldMultipleArrows |
||||||
|
|
||||||
diagram/Diagram |
diagram/Diagram |
||||||
|
|
||||||
diagram/MaxiDiagram |
diagram/MaxiDiagram |
||||||
|
|
||||||
diagram/MicroDiagram |
diagram/MicroDiagram |
||||||
|
|
||||||
diagram/MiniDiagram |
diagram/MiniDiagram |
||||||
|
|
||||||
diagram/MultipleArrows |
diagram/MultipleArrows |
||||||
|
|
||||||
user-guides/Diagram_Mode_d_Emploi |
user-guides/Diagram_Mode_d_Emploi |
||||||
|
|
||||||
user-guides/Diagram_Read_Me |
user-guides/Diagram_Read_Me |
||||||
|
|
||||||
Of course no support is guaranteed, but the author will attempt to assist |
Of course no support is guaranteed, but the author will attempt to assist |
||||||
with problems. Current email address: |
with problems. Current email address: |
||||||
|
|
||||||
francis dot borceux at uclouvain dot be. |
francis dot borceux at uclouvain dot be. |
||||||
|
@ -1,352 +1,349 @@ |
|||||||
# The Cryptographic Autonomy License, v. 1.0 |
# The Cryptographic Autonomy License, v. 1.0 |
||||||
|
|
||||||
*This Cryptographic Autonomy License (the "License") applies to any Work whose |
*This Cryptographic Autonomy License (the "License") applies to any |
||||||
owner has marked it with any of the following notices, or a similar demonstration |
Work whose owner has marked it with any of the following notices, or a |
||||||
of intent: * |
similar demonstration of intent:* |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CAL-1.0 |
SPDX-License-Identifier: CAL-1.0 |
||||||
|
|
||||||
Licensed under the Cryptographic Autonomy License version 1.0 |
Licensed under the Cryptographic Autonomy License version 1.0 |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*or* |
*or* |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CAL-1.0-Combined-Work-Exception |
SPDX-License-Identifier: CAL-1.0-Combined-Work-Exception |
||||||
|
Licensed under the Cryptographic Autonomy License version 1.0, with |
||||||
Licensed under the Cryptographic Autonomy License version 1.0, with Combined |
Combined Work Exception |
||||||
Work Exception |
|
||||||
|
|
||||||
______________________________________________________________________ |
______________________________________________________________________ |
||||||
|
|
||||||
|
## 1. Purpose |
||||||
|
|
||||||
|
This License gives You unlimited permission to use and modify the |
||||||
|
software to which it applies (the "Work"), either as-is or in modified |
||||||
|
form, for Your private purposes, while protecting the owners and |
||||||
|
contributors to the software from liability. |
||||||
|
|
||||||
|
This License also strives to protect the freedom and autonomy of third |
||||||
|
parties who receive the Work from you. If any non-affiliated third |
||||||
|
party receives any part, aspect, or element of the Work from You, this |
||||||
|
License requires that You provide that third party all the permissions |
||||||
|
and materials needed to independently use and modify the Work without |
||||||
|
that third party having a loss of data or capability due to your |
||||||
|
actions. |
||||||
|
|
||||||
|
The full permissions, conditions, and other terms are laid out below. |
||||||
|
|
||||||
|
## 2. Receiving a License |
||||||
|
|
||||||
|
In order to receive this License, You must agree to its rules. The |
||||||
|
rules of this License are both obligations of Your agreement with the |
||||||
|
Licensor and conditions to your License. You must not do anything with |
||||||
|
the Work that triggers a rule You cannot or will not follow. |
||||||
|
|
||||||
|
### 2.1. Application |
||||||
|
|
||||||
## 1. Purpose |
The terms of this License apply to the Work as you receive it from |
||||||
|
Licensor, as well as to any modifications, elaborations, or |
||||||
This License gives You unlimited permission to use and modify the software |
implementations created by You that contain any licensable portion of |
||||||
to which it applies (the "Work"), either as-is or in modified form, for Your |
the Work (a "Modified Work"). Unless specified, any reference to the |
||||||
private purposes, while protecting the owners and contributors to the software |
Work also applies to a Modified Work. |
||||||
from liability. |
|
||||||
|
### 2.2. Offer and Acceptance |
||||||
This License also strives to protect the freedom and autonomy of third parties |
|
||||||
who receive the Work from you. If any non-affiliated third party receives |
|
||||||
any part, aspect, or element of the Work from You, this License requires that |
|
||||||
You provide that third party all the permissions and materials needed to independently |
|
||||||
use and modify the Work without that third party having a loss of data or |
|
||||||
capability due to your actions. |
|
||||||
|
|
||||||
The full permissions, conditions, and other terms are laid out below. |
|
||||||
|
|
||||||
## 2. Receiving a License |
|
||||||
|
|
||||||
In order to receive this License, You must agree to its rules. The rules of |
|
||||||
this License are both obligations of Your agreement with the Licensor and |
|
||||||
conditions to your License. You must not do anything with the Work that triggers |
|
||||||
a rule You cannot or will not follow. |
|
||||||
|
|
||||||
### 2.1. Application |
|
||||||
|
|
||||||
The terms of this License apply to the Work as you receive it from Licensor, |
|
||||||
as well as to any modifications, elaborations, or implementations created |
|
||||||
by You that contain any licensable portion of the Work (a "Modified Work"). |
|
||||||
Unless specified, any reference to the Work also applies to a Modified Work. |
|
||||||
|
|
||||||
### 2.2. Offer and Acceptance |
|
||||||
|
|
||||||
This License is automatically offered to every person and organization. You |
|
||||||
show that you accept this License and agree to its conditions by taking any |
|
||||||
action with the Work that, absent this License, would infringe any intellectual |
|
||||||
property right held by Licensor. |
|
||||||
|
|
||||||
### 2.3. Compliance and Remedies |
|
||||||
|
|
||||||
Any failure to act according to the terms and conditions of this License places |
|
||||||
Your use of the Work outside the scope of the License and infringes the intellectual |
|
||||||
property rights of the Licensor. In the event of infringement, the terms and |
|
||||||
conditions of this License may be enforced by Licensor under the intellectual |
|
||||||
property laws of any jurisdiction to which You are subject. You also agree |
|
||||||
that either the Licensor or a Recipient (as an intended third-party beneficiary) |
|
||||||
may enforce the terms and conditions of this License against You via specific |
|
||||||
performance. |
|
||||||
|
|
||||||
## 3. Permissions |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 3.1. Permissions Granted |
|
||||||
|
|
||||||
Conditioned on compliance with section 4, and subject to the limitations of |
|
||||||
section 3.2, Licensor grants You the world-wide, royalty-free, non-exclusive |
|
||||||
permission to: |
|
||||||
|
|
||||||
+ a) Take any action with the Work that would infringe the non-patent intellectual |
|
||||||
property laws of any jurisdiction to which You are subject; and |
|
||||||
|
|
||||||
+ b) claims that Licensor can license or becomes able to license, to the extent |
|
||||||
that those claims are embodied in the Work as distributed by Licensor. |
|
||||||
|
|
||||||
### 3.2. Limitations on Permissions Granted |
|
||||||
|
|
||||||
The following limitations apply to the permissions granted in section 3.1: |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+ a) Licensor does not grant any patent license for claims that are only infringed |
|
||||||
due to modification of the Work as provided by Licensor, or the combination |
|
||||||
of the Work as provided by Licensor, directly or indirectly, with any other |
|
||||||
component, including other software or hardware. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+ b) Licensor does not grant any license to the trademarks, service marks, |
|
||||||
or logos of Licensor, except to the extent necessary to comply with the attribution |
|
||||||
conditions in section 4.1 of this License. |
|
||||||
|
|
||||||
## 4. Conditions |
|
||||||
|
|
||||||
If You exercise any permission granted by this License, such that the Work, |
|
||||||
or any part, aspect, or element of the Work, is distributed, communicated, |
|
||||||
made available, or made perceptible to a non-Affiliate third party (a "Recipient"), |
|
||||||
either via physical delivery or via a network connection to the Recipient, |
|
||||||
You must comply with the following conditions: |
|
||||||
|
|
||||||
### 4.1. Provide Access to Source Code |
|
||||||
|
|
||||||
Subject to the exception in section 4.4, You must provide to each Recipient |
|
||||||
a copy of, or no-charge unrestricted network access to, the Source Code corresponding |
|
||||||
to the Work ("Access"). |
|
||||||
|
|
||||||
The "Source Code" of the Work means the form of the Work preferred for making |
This License is automatically offered to every person and |
||||||
modifications, including any comments, configuration information, documentation, |
organization. You show that you accept this License and agree to its |
||||||
help materials, installation instructions, cryptographic seeds or keys, and |
conditions by taking any action with the Work that, absent this |
||||||
any information reasonably necessary for the Recipient to independently compile |
License, would infringe any intellectual property right held by |
||||||
and use the Source Code and to have full access to the functionality contained |
Licensor. |
||||||
in the Work. |
|
||||||
|
|
||||||
#### 4.1.1. Providing Network Access to the Source Code |
### 2.3. Compliance and Remedies |
||||||
|
|
||||||
Network Access to the Notices and Source Code may be provided by You or by |
Any failure to act according to the terms and conditions of this |
||||||
a third party, such as a public software repository, and must persist during |
License places Your use of the Work outside the scope of the License |
||||||
the same period in which You exercise any of the permissions granted to You |
and infringes the intellectual property rights of the Licensor. In the |
||||||
under this License and for at least one year thereafter. |
event of infringement, the terms and conditions of this License may be |
||||||
|
enforced by Licensor under the intellectual property laws of any |
||||||
#### 4.1.2. Source Code for a Modified Work |
jurisdiction to which You are subject. You also agree that either the |
||||||
|
Licensor or a Recipient (as an intended third-party beneficiary) may |
||||||
Subject to the exception in section 4.5, You must provide to each Recipient |
enforce the terms and conditions of this License against You via |
||||||
of a Modified Work Access to Source Code corresponding to those portions of |
specific performance. |
||||||
the Work remaining in the Modified Work as well as the modifications used |
|
||||||
by You to create the Modified Work. The Source Code corresponding to the modifications |
## 3. Permissions |
||||||
in the Modified Work must be provided to the Recipient either a) under this |
### 3.1. Permissions Granted |
||||||
License, or b) under a Compatible Open Source License. |
|
||||||
|
Conditioned on compliance with section 4, and subject to the |
||||||
#### 4.1.3. Coordinated Disclosure of Security Vulnerabilities |
limitations of section 3.2, Licensor grants You the world-wide, |
||||||
|
royalty-free, non-exclusive permission to: |
||||||
You may delay providing the Source Code corresponding to a particular modification |
|
||||||
of the Work for up to ninety (90) days (the "Embargo Period") if: |
+ a) Take any action with the Work that would infringe the non-patent |
||||||
|
intellectual property laws of any jurisdiction to which You are |
||||||
|
subject; and |
||||||
|
|
||||||
+ a) the modification is intended to address a newly-identified vulnerability |
+ b) claims that Licensor can license or becomes able to |
||||||
or a security flaw in the Work, |
license, to the extent that those claims are embodied in the Work as |
||||||
|
distributed by Licensor. ### 3.2. Limitations on Permissions Granted |
||||||
|
|
||||||
|
The following limitations apply to the permissions granted in section |
||||||
+ b) disclosure of the vulnerability or security flaw before the end of the |
3.1: |
||||||
Embargo Period would put the data, identity, or autonomy of one or more Recipients |
|
||||||
of the Work at significant risk, |
+ a) Licensor does not grant any patent license for claims that are |
||||||
|
only infringed due to modification of the Work as provided by |
||||||
|
Licensor, or the combination of the Work as provided by Licensor, |
||||||
|
directly or indirectly, with any other component, including other |
||||||
+ c) You are participating in a coordinated disclosure of the vulnerability |
software or hardware. |
||||||
or security flaw with one or more additional Licensees, and |
|
||||||
|
+ b) Licensor does not grant any license to the trademarks, service |
||||||
|
marks, or logos of Licensor, except to the extent necessary to comply |
||||||
|
with the attribution conditions in section 4.1 of this License. |
||||||
+ d) Access to the Source Code pertaining to the modification is provided |
|
||||||
to all Recipients at the end of the Embargo Period. |
## 4. Conditions |
||||||
|
|
||||||
### 4.2. Maintain User Autonomy |
If You exercise any permission granted by this License, such that the |
||||||
|
Work, or any part, aspect, or element of the Work, is distributed, |
||||||
In addition to providing each Recipient the opportunity to have Access to |
communicated, made available, or made perceptible to a non-Affiliate |
||||||
the Source Code, You cannot use the permissions given under this License to |
third party (a "Recipient"), either via physical delivery or via a |
||||||
interfere with a Recipient's ability to fully use an independent copy of the |
network connection to the Recipient, You must comply with the |
||||||
Work generated from the Source Code You provide with the Recipient's own User |
following conditions: |
||||||
Data. |
|
||||||
|
### 4.1. Provide Access to Source Code |
||||||
"User Data" means any data that is an input to or an output from the Work, |
|
||||||
where the presence of the data is necessary for substantially identical use |
Subject to the exception in section 4.4, You must provide to each |
||||||
of the Work in an equivalent context chosen by the Recipient, and where the |
Recipient a copy of, or no-charge unrestricted network access to, the |
||||||
Recipient has an existing ownership interest, an existing right to possess, |
Source Code corresponding to the Work ("Access"). |
||||||
or where the data has been generated by, for, or has been assigned to the |
|
||||||
Recipient. |
The "Source Code" of the Work means the form of the Work preferred for |
||||||
|
making modifications, including any comments, configuration |
||||||
#### 4.2.1. No Withholding User Data |
information, documentation, help materials, installation instructions, |
||||||
|
cryptographic seeds or keys, and any information reasonably necessary |
||||||
Throughout any period in which You exercise any of the permissions granted |
for the Recipient to independently compile and use the Source Code and |
||||||
to You under this License, You must also provide to any Recipient to whom |
to have full access to the functionality contained in the Work. |
||||||
you provide services via the Work, a no-charge copy, provided in a commonly |
|
||||||
used electronic form, of the Recipient's User Data in your possession, to |
#### 4.1.1. Providing Network Access to the Source Code |
||||||
the extent that such User Data is available to You for use in conjunction |
|
||||||
with the Work. |
Network Access to the Notices and Source Code may be provided by You |
||||||
|
or by a third party, such as a public software repository, and must |
||||||
#### 4.2.2. No Technical Measures that Limit Access |
persist during the same period in which You exercise any of the |
||||||
|
permissions granted to You under this License and for at least one |
||||||
You may not, by means of the use cryptographic methods applied to anything |
year thereafter. |
||||||
provided to the Recipient, by possession or control of cryptographic keys, |
|
||||||
seeds, hashes, by any other technological protection measures, or by any other |
#### 4.1.2. Source Code for a Modified Work |
||||||
method, limit a Recipient's ability to access any functionality present in |
|
||||||
Recipient's independent copy of the Work, or to deny a Recipient full control |
Subject to the exception in section 4.5, You must provide to each |
||||||
of the Recipient's User Data. |
Recipient of a Modified Work Access to Source Code corresponding to |
||||||
|
those portions of the Work remaining in the Modified Work as well as |
||||||
#### 4.2.3. No Legal or Contractual Measures that Limit Access |
the modifications used by You to create the Modified Work. The Source |
||||||
|
Code corresponding to the modifications in the Modified Work must be |
||||||
You may not contractually restrict a Recipient's ability to independently |
provided to the Recipient either a) under this License, or b) under a |
||||||
exercise the permissions granted under this License. You waive any legal power |
Compatible Open Source License. |
||||||
to forbid circumvention of technical protection measures that include use |
|
||||||
of the Work, and You waive any claim that the capabilities of the Work were |
#### 4.1.3. Coordinated Disclosure of Security Vulnerabilities |
||||||
limited or modified as a means of enforcing the legal rights of third parties |
|
||||||
against Recipients. |
You may delay providing the Source Code corresponding to a particular |
||||||
|
modification of the Work for up to ninety (90) days (the "Embargo |
||||||
### 4.3. Provide Notices and Attribution |
Period") if: |
||||||
|
|
||||||
You must retain all licensing, authorship, or attribution notices contained |
+ a) the modification is intended to address a newly-identified |
||||||
in the Source Code (the "Notices"), and provide all such Notices to each Recipient, |
vulnerability or a security flaw in the Work, |
||||||
together with a statement acknowledging the use of the Work. Notices may be |
|
||||||
provided directly to a Recipient or via an easy-to-find hyperlink to an Internet |
+ b) disclosure of the vulnerability or security flaw before the end |
||||||
location also providing Access to Source Code. |
of the Embargo Period would put the data, identity, or autonomy of one |
||||||
|
or more Recipients of the Work at significant risk, |
||||||
### 4.4. Scope of Conditions in this License |
|
||||||
|
+ c) You are participating in a coordinated disclosure of the |
||||||
You are required to uphold the conditions of this License only relative to |
vulnerability or security flaw with one or more additional Licensees, |
||||||
those who are Recipients of the Work from You. Other than providing Recipients |
and |
||||||
with the applicable Notices, Access to Source Code, and a copy of and full |
|
||||||
control of their User Data, nothing in this License requires You to provide |
+ d) Access to the Source Code pertaining to the modification is |
||||||
processing services to or engage in network interactions with anyone. |
provided to all Recipients at the end of the Embargo Period. |
||||||
|
|
||||||
### 4.5. Combined Work Exception |
### 4.2. Maintain User Autonomy |
||||||
|
|
||||||
As an exception to condition that You provide Recipients Access to Source |
In addition to providing each Recipient the opportunity to have Access |
||||||
Code, any Source Code files marked by the Licensor as having the "Combined |
to the Source Code, You cannot use the permissions given under this |
||||||
Work Exception," or any object code exclusively resulting from Source Code |
License to interfere with a Recipient's ability to fully use an |
||||||
files so marked, may be combined with other Software into a "Larger Work." |
independent copy of the Work generated from the Source Code You |
||||||
So long as you comply with the requirements to provide Recipients the applicable |
provide with the Recipient's own User Data. |
||||||
Notices and Access to the Source Code provided to You by Licensor, and you |
|
||||||
provide Recipients access to their User Data and do not limit Recipient's |
"User Data" means any data that is an input to or an output from the |
||||||
ability to independently work with their User Data, any other Software in |
Work, where the presence of the data is necessary for substantially |
||||||
the Larger Work as well as the Larger Work as a whole may be licensed under |
identical use of the Work in an equivalent context chosen by the |
||||||
the terms of your choice. |
Recipient, and where the Recipient has an existing ownership interest, |
||||||
|
an existing right to possess, or where the data has been generated by, |
||||||
## 5. Term and Termination |
for, or has been assigned to the Recipient. |
||||||
|
|
||||||
The term of this License begins when You receive the Work, and continues until |
#### 4.2.1. No Withholding User Data |
||||||
terminated for any of the reasons described herein, or until all Licensor's |
|
||||||
intellectual property rights in the Software expire, whichever comes first |
Throughout any period in which You exercise any of the permissions |
||||||
("Term"). This License cannot be revoked, only terminated for the reasons |
granted to You under this License, You must also provide to any |
||||||
listed below. |
Recipient to whom you provide services via the Work, a no-charge copy, |
||||||
|
provided in a commonly used electronic form, of the Recipient's User |
||||||
### 5.1. Effect of Termination |
Data in your possession, to the extent that such User Data is |
||||||
|
available to You for use in conjunction with the Work. |
||||||
If this License is terminated for any reason, all permissions granted to You |
|
||||||
under Section 3 by any Licensor automatically terminate. You will immediately |
#### 4.2.2. No Technical Measures that Limit Access |
||||||
cease exercising any permissions granted in this License relative to the Work, |
|
||||||
including as part of any Modified Work. |
You may not, by means of the use cryptographic methods applied to |
||||||
|
anything provided to the Recipient, by possession or control of |
||||||
### 5.2. Termination for Non-Compliance; Reinstatement |
cryptographic keys, seeds, hashes, by any other technological |
||||||
|
protection measures, or by any other method, limit a Recipient's |
||||||
This License terminates automatically if You fail to comply with any of the |
ability to access any functionality present in Recipient's independent |
||||||
conditions in section 4. As a special exception to termination for non-compliance, |
copy of the Work, or to deny a Recipient full control of the |
||||||
Your permissions for the Work under this License will automatically be reinstated |
Recipient's User Data. |
||||||
if You come into compliance with all the conditions in section 2 within sixty |
|
||||||
(60) days of being notified by Licensor or an intended third-party beneficiary |
#### 4.2.3. No Legal or Contractual Measures that Limit Access |
||||||
of Your noncompliance. You are eligible for reinstatement of permissions for |
|
||||||
the Work one time only, and only for the sixty days immediately after becoming |
You may not contractually restrict a Recipient's ability to |
||||||
aware of noncompliance. Loss of permissions granted for the Work under this |
independently exercise the permissions granted under this License. You |
||||||
License due to either a) sustained noncompliance lasting more than sixty days |
waive any legal power to forbid circumvention of technical protection |
||||||
or b) subsequent termination for noncompliance after reinstatement, is permanent, |
measures that include use of the Work, and You waive any claim that |
||||||
unless rights are specifically restored by Licensor in writing. |
the capabilities of the Work were limited or modified as a means of |
||||||
|
enforcing the legal rights of third parties against Recipients. |
||||||
### 5.3. Termination Due to Litigation |
|
||||||
|
### 4.3. Provide Notices and Attribution |
||||||
If You initiate litigation against Licensor, or any Recipient of the Work, |
|
||||||
either direct or indirect, asserting that the Work directly or indirectly |
You must retain all licensing, authorship, or attribution notices |
||||||
infringes any patent, then all permissions granted to You by this License |
contained in the Source Code (the "Notices"), and provide all such |
||||||
shall terminate. In the event of termination due to litigation, all permissions |
Notices to each Recipient, together with a statement acknowledging the |
||||||
validly granted by You under this License, directly or indirectly, shall survive |
use of the Work. Notices may be provided directly to a Recipient or |
||||||
termination. Administrative review procedures, declaratory judgment actions, |
via an easy-to-find hyperlink to an Internet location also providing |
||||||
counterclaims in response to patent litigation, and enforcement actions against |
Access to Source Code. |
||||||
former Licensees terminated under this section do not cause termination due |
|
||||||
|
### 4.4. Scope of Conditions in this License |
||||||
|
|
||||||
|
You are required to uphold the conditions of this License only |
||||||
|
relative to those who are Recipients of the Work from You. Other than |
||||||
|
providing Recipients with the applicable Notices, Access to Source |
||||||
|
Code, and a copy of and full control of their User Data, nothing in |
||||||
|
this License requires You to provide processing services to or engage |
||||||
|
in network interactions with anyone. |
||||||
|
|
||||||
|
### 4.5. Combined Work Exception |
||||||
|
|
||||||
|
As an exception to condition that You provide Recipients Access to |
||||||
|
Source Code, any Source Code files marked by the Licensor as having |
||||||
|
the "Combined Work Exception," or any object code exclusively |
||||||
|
resulting from Source Code files so marked, may be combined with other |
||||||
|
Software into a "Larger Work." So long as you comply with the |
||||||
|
requirements to provide Recipients the applicable Notices and Access |
||||||
|
to the Source Code provided to You by Licensor, and you provide |
||||||
|
Recipients access to their User Data and do not limit Recipient's |
||||||
|
ability to independently work with their User Data, any other Software |
||||||
|
in the Larger Work as well as the Larger Work as a whole may be |
||||||
|
licensed under the terms of your choice. |
||||||
|
|
||||||
|
## 5. Term and Termination |
||||||
|
|
||||||
|
The term of this License begins when You receive the Work, and |
||||||
|
continues until terminated for any of the reasons described herein, or |
||||||
|
until all Licensor's intellectual property rights in the Software |
||||||
|
expire, whichever comes first ("Term"). This License cannot be |
||||||
|
revoked, only terminated for the reasons listed below. |
||||||
|
|
||||||
|
### 5.1. Effect of Termination |
||||||
|
|
||||||
|
If this License is terminated for any reason, all permissions granted |
||||||
|
to You under Section 3 by any Licensor automatically terminate. You |
||||||
|
will immediately cease exercising any permissions granted in this |
||||||
|
License relative to the Work, including as part of any Modified Work. |
||||||
|
|
||||||
|
### 5.2. Termination for Non-Compliance; Reinstatement |
||||||
|
|
||||||
|
This License terminates automatically if You fail to comply with any |
||||||
|
of the conditions in section 4. As a special exception to termination |
||||||
|
for non-compliance, Your permissions for the Work under this License |
||||||
|
will automatically be reinstated if You come into compliance with all |
||||||
|
the conditions in section 2 within sixty (60) days of being notified |
||||||
|
by Licensor or an intended third-party beneficiary of Your |
||||||
|
noncompliance. You are eligible for reinstatement of permissions for |
||||||
|
the Work one time only, and only for the sixty days immediately after |
||||||
|
becoming aware of noncompliance. Loss of permissions granted for the |
||||||
|
Work under this License due to either a) sustained noncompliance |
||||||
|
lasting more than sixty days or b) subsequent termination for |
||||||
|
noncompliance after reinstatement, is permanent, unless rights are |
||||||
|
specifically restored by Licensor in writing. |
||||||
|
|
||||||
|
### 5.3. Termination Due to Litigation |
||||||
|
|
||||||
|
If You initiate litigation against Licensor, or any Recipient of the |
||||||
|
Work, either direct or indirect, asserting that the Work directly or |
||||||
|
indirectly infringes any patent, then all permissions granted to You |
||||||
|
by this License shall terminate. In the event of termination due to |
||||||
|
litigation, all permissions validly granted by You under this License, |
||||||
|
directly or indirectly, shall survive termination. Administrative |
||||||
|
review procedures, declaratory judgment actions, counterclaims in |
||||||
|
response to patent litigation, and enforcement actions against former |
||||||
|
Licensees terminated under this section do not cause termination due |
||||||
to litigation. |
to litigation. |
||||||
|
|
||||||
## 6. Disclaimer of Warranty and Limit on Liability |
## 6. Disclaimer of Warranty and Limit on Liability |
||||||
|
|
||||||
As far as the law allows, the Work comes AS-IS, without any warranty of any |
As far as the law allows, the Work comes AS-IS, without any warranty |
||||||
kind, and no Licensor or contributor will be liable to anyone for any damages |
of any kind, and no Licensor or contributor will be liable to anyone |
||||||
related to this software or this license, under any kind of legal claim, or |
for any damages related to this software or this license, under any |
||||||
for any type of damages, including indirect, special, incidental, or consequential |
kind of legal claim, or for any type of damages, including indirect, |
||||||
damages of any type arising as a result of this License or the use of the |
special, incidental, or consequential damages of any type arising as a |
||||||
Work including, without limitation, damages for loss of goodwill, work stoppage, |
result of this License or the use of the Work including, without |
||||||
computer failure or malfunction, loss of profits, revenue, or any and all |
limitation, damages for loss of goodwill, work stoppage, computer |
||||||
other commercial damages or losses. |
failure or malfunction, loss of profits, revenue, or any and all other |
||||||
|
commercial damages or losses. |
||||||
## 7. Other Provisions |
|
||||||
|
## 7. Other Provisions |
||||||
|
### 7.1. Affiliates |
||||||
|
|
||||||
### 7.1. Affiliates |
An "Affiliate" means any other entity that, directly or indirectly |
||||||
|
through one or more intermediaries, controls, is controlled by, or is |
||||||
An "Affiliate" means any other entity that, directly or indirectly through |
under common control with, the Licensee. Employees of a Licensee and |
||||||
one or more intermediaries, controls, is controlled by, or is under common |
natural persons acting as contractors exclusively providing services |
||||||
control with, the Licensee. Employees of a Licensee and natural persons acting |
to Licensee are also Affiliates. |
||||||
as contractors exclusively providing services to Licensee are also Affiliates. |
|
||||||
|
### 7.2. Choice of Jurisdiction and Governing Law |
||||||
### 7.2. Choice of Jurisdiction and Governing Law |
|
||||||
|
A Licensor may require that any action or suit by a Licensee relating |
||||||
A Licensor may require that any action or suit by a Licensee relating to a |
to a Work provided by Licensor under this License may be brought only |
||||||
Work provided by Licensor under this License may be brought only in the courts |
in the courts of a particular jurisdiction and under the laws of a |
||||||
of a particular jurisdiction and under the laws of a particular jurisdiction |
particular jurisdiction (excluding its conflict-of-law provisions), if |
||||||
(excluding its conflict-of-law provisions), if Licensor provides conspicuous |
Licensor provides conspicuous notice of the particular jurisdiction to |
||||||
notice of the particular jurisdiction to all Licensees. |
all Licensees. |
||||||
|
|
||||||
### 7.3. No Sublicensing |
### 7.3. No Sublicensing |
||||||
|
|
||||||
This License is not sublicensable. Each time You provide the Work or a Modified |
This License is not sublicensable. Each time You provide the Work or a |
||||||
Work to a Recipient, the Recipient automatically receives a license under |
Modified Work to a Recipient, the Recipient automatically receives a |
||||||
the terms described in this License. You may not impose any further reservations, |
license under the terms described in this License. You may not impose |
||||||
conditions, or other provisions on any Recipients' exercise of the permissions |
any further reservations, conditions, or other provisions on any |
||||||
granted herein. |
Recipients' exercise of the permissions granted herein. |
||||||
|
|
||||||
### 7.4. Attorneys' Fees |
### 7.4. Attorneys' Fees |
||||||
|
|
||||||
In any action to enforce the terms of this License, or seeking damages relating |
In any action to enforce the terms of this License, or seeking damages |
||||||
thereto, including by an intended third-party beneficiary, the prevailing |
relating thereto, including by an intended third-party beneficiary, |
||||||
party shall be entitled to recover its costs and expenses, including, without |
the prevailing party shall be entitled to recover its costs and |
||||||
limitation, reasonable attorneys' fees and costs incurred in connection with |
expenses, including, without limitation, reasonable attorneys' fees |
||||||
such action, including any appeal of such action. A "prevailing party" is |
and costs incurred in connection with such action, including any |
||||||
the party that achieves, or avoids, compliance with this License, including |
appeal of such action. A "prevailing party" is the party that |
||||||
through settlement. This section shall survive the termination of this License. |
achieves, or avoids, compliance with this License, including through |
||||||
|
settlement. This section shall survive the termination of this |
||||||
### 7.5. No Waiver |
License. |
||||||
|
|
||||||
Any failure by Licensor to enforce any provision of this License will not |
### 7.5. No Waiver |
||||||
constitute a present or future waiver of such provision nor limit Licensor's |
|
||||||
ability to enforce such provision at a later time. |
Any failure by Licensor to enforce any provision of this License will |
||||||
|
not constitute a present or future waiver of such provision nor limit |
||||||
### 7.6. Severability |
Licensor's ability to enforce such provision at a later time. |
||||||
|
|
||||||
If any provision of this License is held to be unenforceable, such provision |
### 7.6. Severability |
||||||
shall be reformed only to the extent necessary to make it enforceable. Any |
|
||||||
invalid or unenforceable portion will be interpreted to the effect and intent |
If any provision of this License is held to be unenforceable, such |
||||||
of the original portion. If such a construction is not possible, the invalid |
provision shall be reformed only to the extent necessary to make it |
||||||
or unenforceable portion will be severed from this License but the rest of |
enforceable. Any invalid or unenforceable portion will be interpreted |
||||||
this License will remain in full force and effect. |
to the effect and intent of the original portion. If such a |
||||||
|
construction is not possible, the invalid or unenforceable portion |
||||||
### 7.7. License for the Text of this License |
will be severed from this License but the rest of this License will |
||||||
|
remain in full force and effect. |
||||||
The text of this license is released under the Creative Commons Attribution-ShareAlike |
|
||||||
4.0 International License, with the caveat that any modifications of this |
### 7.7. License for the Text of this License |
||||||
license may not use the name "Cryptographic Autonomy License" or any name |
|
||||||
confusingly similar thereto to describe any derived work of this License. |
The text of this license is released under the Creative Commons |
||||||
|
Attribution-ShareAlike 4.0 International License, with the caveat that |
||||||
|
any modifications of this license may not use the name "Cryptographic |
||||||
|
Autonomy License" or any name confusingly similar thereto to describe |
||||||
|
any derived work of this License. |
||||||
|
@ -1,352 +1,349 @@ |
|||||||
# The Cryptographic Autonomy License, v. 1.0 |
# The Cryptographic Autonomy License, v. 1.0 |
||||||
|
|
||||||
*This Cryptographic Autonomy License (the "License") applies to any Work whose |
*This Cryptographic Autonomy License (the "License") applies to any |
||||||
owner has marked it with any of the following notices, or a similar demonstration |
Work whose owner has marked it with any of the following notices, or a |
||||||
of intent: * |
similar demonstration of intent:* |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CAL-1.0 |
SPDX-License-Identifier: CAL-1.0 |
||||||
|
|
||||||
Licensed under the Cryptographic Autonomy License version 1.0 |
Licensed under the Cryptographic Autonomy License version 1.0 |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*or* |
*or* |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CAL-1.0-Combined-Work-Exception |
SPDX-License-Identifier: CAL-1.0-Combined-Work-Exception |
||||||
|
Licensed under the Cryptographic Autonomy License version 1.0, with |
||||||
Licensed under the Cryptographic Autonomy License version 1.0, with Combined |
Combined Work Exception |
||||||
Work Exception |
|
||||||
|
|
||||||
______________________________________________________________________ |
______________________________________________________________________ |
||||||
|
|
||||||
|
## 1. Purpose |
||||||
|
|
||||||
|
This License gives You unlimited permission to use and modify the |
||||||
|
software to which it applies (the "Work"), either as-is or in modified |
||||||
|
form, for Your private purposes, while protecting the owners and |
||||||
|
contributors to the software from liability. |
||||||
|
|
||||||
|
This License also strives to protect the freedom and autonomy of third |
||||||
|
parties who receive the Work from you. If any non-affiliated third |
||||||
|
party receives any part, aspect, or element of the Work from You, this |
||||||
|
License requires that You provide that third party all the permissions |
||||||
|
and materials needed to independently use and modify the Work without |
||||||
|
that third party having a loss of data or capability due to your |
||||||
|
actions. |
||||||
|
|
||||||
|
The full permissions, conditions, and other terms are laid out below. |
||||||
|
|
||||||
|
## 2. Receiving a License |
||||||
|
|
||||||
|
In order to receive this License, You must agree to its rules. The |
||||||
|
rules of this License are both obligations of Your agreement with the |
||||||
|
Licensor and conditions to your License. You must not do anything with |
||||||
|
the Work that triggers a rule You cannot or will not follow. |
||||||
|
|
||||||
|
### 2.1. Application |
||||||
|
|
||||||
## 1. Purpose |
The terms of this License apply to the Work as you receive it from |
||||||
|
Licensor, as well as to any modifications, elaborations, or |
||||||
This License gives You unlimited permission to use and modify the software |
implementations created by You that contain any licensable portion of |
||||||
to which it applies (the "Work"), either as-is or in modified form, for Your |
the Work (a "Modified Work"). Unless specified, any reference to the |
||||||
private purposes, while protecting the owners and contributors to the software |
Work also applies to a Modified Work. |
||||||
from liability. |
|
||||||
|
### 2.2. Offer and Acceptance |
||||||
This License also strives to protect the freedom and autonomy of third parties |
|
||||||
who receive the Work from you. If any non-affiliated third party receives |
|
||||||
any part, aspect, or element of the Work from You, this License requires that |
|
||||||
You provide that third party all the permissions and materials needed to independently |
|
||||||
use and modify the Work without that third party having a loss of data or |
|
||||||
capability due to your actions. |
|
||||||
|
|
||||||
The full permissions, conditions, and other terms are laid out below. |
|
||||||
|
|
||||||
## 2. Receiving a License |
|
||||||
|
|
||||||
In order to receive this License, You must agree to its rules. The rules of |
|
||||||
this License are both obligations of Your agreement with the Licensor and |
|
||||||
conditions to your License. You must not do anything with the Work that triggers |
|
||||||
a rule You cannot or will not follow. |
|
||||||
|
|
||||||
### 2.1. Application |
|
||||||
|
|
||||||
The terms of this License apply to the Work as you receive it from Licensor, |
|
||||||
as well as to any modifications, elaborations, or implementations created |
|
||||||
by You that contain any licensable portion of the Work (a "Modified Work"). |
|
||||||
Unless specified, any reference to the Work also applies to a Modified Work. |
|
||||||
|
|
||||||
### 2.2. Offer and Acceptance |
|
||||||
|
|
||||||
This License is automatically offered to every person and organization. You |
|
||||||
show that you accept this License and agree to its conditions by taking any |
|
||||||
action with the Work that, absent this License, would infringe any intellectual |
|
||||||
property right held by Licensor. |
|
||||||
|
|
||||||
### 2.3. Compliance and Remedies |
|
||||||
|
|
||||||
Any failure to act according to the terms and conditions of this License places |
|
||||||
Your use of the Work outside the scope of the License and infringes the intellectual |
|
||||||
property rights of the Licensor. In the event of infringement, the terms and |
|
||||||
conditions of this License may be enforced by Licensor under the intellectual |
|
||||||
property laws of any jurisdiction to which You are subject. You also agree |
|
||||||
that either the Licensor or a Recipient (as an intended third-party beneficiary) |
|
||||||
may enforce the terms and conditions of this License against You via specific |
|
||||||
performance. |
|
||||||
|
|
||||||
## 3. Permissions |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 3.1. Permissions Granted |
|
||||||
|
|
||||||
Conditioned on compliance with section 4, and subject to the limitations of |
|
||||||
section 3.2, Licensor grants You the world-wide, royalty-free, non-exclusive |
|
||||||
permission to: |
|
||||||
|
|
||||||
+ a) Take any action with the Work that would infringe the non-patent intellectual |
|
||||||
property laws of any jurisdiction to which You are subject; and |
|
||||||
|
|
||||||
+ b) claims that Licensor can license or becomes able to license, to the extent |
|
||||||
that those claims are embodied in the Work as distributed by Licensor. |
|
||||||
|
|
||||||
### 3.2. Limitations on Permissions Granted |
|
||||||
|
|
||||||
The following limitations apply to the permissions granted in section 3.1: |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+ a) Licensor does not grant any patent license for claims that are only infringed |
|
||||||
due to modification of the Work as provided by Licensor, or the combination |
|
||||||
of the Work as provided by Licensor, directly or indirectly, with any other |
|
||||||
component, including other software or hardware. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+ b) Licensor does not grant any license to the trademarks, service marks, |
|
||||||
or logos of Licensor, except to the extent necessary to comply with the attribution |
|
||||||
conditions in section 4.1 of this License. |
|
||||||
|
|
||||||
## 4. Conditions |
|
||||||
|
|
||||||
If You exercise any permission granted by this License, such that the Work, |
|
||||||
or any part, aspect, or element of the Work, is distributed, communicated, |
|
||||||
made available, or made perceptible to a non-Affiliate third party (a "Recipient"), |
|
||||||
either via physical delivery or via a network connection to the Recipient, |
|
||||||
You must comply with the following conditions: |
|
||||||
|
|
||||||
### 4.1. Provide Access to Source Code |
|
||||||
|
|
||||||
Subject to the exception in section 4.4, You must provide to each Recipient |
|
||||||
a copy of, or no-charge unrestricted network access to, the Source Code corresponding |
|
||||||
to the Work ("Access"). |
|
||||||
|
|
||||||
The "Source Code" of the Work means the form of the Work preferred for making |
This License is automatically offered to every person and |
||||||
modifications, including any comments, configuration information, documentation, |
organization. You show that you accept this License and agree to its |
||||||
help materials, installation instructions, cryptographic seeds or keys, and |
conditions by taking any action with the Work that, absent this |
||||||
any information reasonably necessary for the Recipient to independently compile |
License, would infringe any intellectual property right held by |
||||||
and use the Source Code and to have full access to the functionality contained |
Licensor. |
||||||
in the Work. |
|
||||||
|
|
||||||
#### 4.1.1. Providing Network Access to the Source Code |
### 2.3. Compliance and Remedies |
||||||
|
|
||||||
Network Access to the Notices and Source Code may be provided by You or by |
Any failure to act according to the terms and conditions of this |
||||||
a third party, such as a public software repository, and must persist during |
License places Your use of the Work outside the scope of the License |
||||||
the same period in which You exercise any of the permissions granted to You |
and infringes the intellectual property rights of the Licensor. In the |
||||||
under this License and for at least one year thereafter. |
event of infringement, the terms and conditions of this License may be |
||||||
|
enforced by Licensor under the intellectual property laws of any |
||||||
#### 4.1.2. Source Code for a Modified Work |
jurisdiction to which You are subject. You also agree that either the |
||||||
|
Licensor or a Recipient (as an intended third-party beneficiary) may |
||||||
Subject to the exception in section 4.5, You must provide to each Recipient |
enforce the terms and conditions of this License against You via |
||||||
of a Modified Work Access to Source Code corresponding to those portions of |
specific performance. |
||||||
the Work remaining in the Modified Work as well as the modifications used |
|
||||||
by You to create the Modified Work. The Source Code corresponding to the modifications |
## 3. Permissions |
||||||
in the Modified Work must be provided to the Recipient either a) under this |
### 3.1. Permissions Granted |
||||||
License, or b) under a Compatible Open Source License. |
|
||||||
|
Conditioned on compliance with section 4, and subject to the |
||||||
#### 4.1.3. Coordinated Disclosure of Security Vulnerabilities |
limitations of section 3.2, Licensor grants You the world-wide, |
||||||
|
royalty-free, non-exclusive permission to: |
||||||
You may delay providing the Source Code corresponding to a particular modification |
|
||||||
of the Work for up to ninety (90) days (the "Embargo Period") if: |
+ a) Take any action with the Work that would infringe the non-patent |
||||||
|
intellectual property laws of any jurisdiction to which You are |
||||||
|
subject; and |
||||||
|
|
||||||
+ a) the modification is intended to address a newly-identified vulnerability |
+ b) claims that Licensor can license or becomes able to |
||||||
or a security flaw in the Work, |
license, to the extent that those claims are embodied in the Work as |
||||||
|
distributed by Licensor. ### 3.2. Limitations on Permissions Granted |
||||||
|
|
||||||
|
The following limitations apply to the permissions granted in section |
||||||
+ b) disclosure of the vulnerability or security flaw before the end of the |
3.1: |
||||||
Embargo Period would put the data, identity, or autonomy of one or more Recipients |
|
||||||
of the Work at significant risk, |
+ a) Licensor does not grant any patent license for claims that are |
||||||
|
only infringed due to modification of the Work as provided by |
||||||
|
Licensor, or the combination of the Work as provided by Licensor, |
||||||
|
directly or indirectly, with any other component, including other |
||||||
+ c) You are participating in a coordinated disclosure of the vulnerability |
software or hardware. |
||||||
or security flaw with one or more additional Licensees, and |
|
||||||
|
+ b) Licensor does not grant any license to the trademarks, service |
||||||
|
marks, or logos of Licensor, except to the extent necessary to comply |
||||||
|
with the attribution conditions in section 4.1 of this License. |
||||||
+ d) Access to the Source Code pertaining to the modification is provided |
|
||||||
to all Recipients at the end of the Embargo Period. |
## 4. Conditions |
||||||
|
|
||||||
### 4.2. Maintain User Autonomy |
If You exercise any permission granted by this License, such that the |
||||||
|
Work, or any part, aspect, or element of the Work, is distributed, |
||||||
In addition to providing each Recipient the opportunity to have Access to |
communicated, made available, or made perceptible to a non-Affiliate |
||||||
the Source Code, You cannot use the permissions given under this License to |
third party (a "Recipient"), either via physical delivery or via a |
||||||
interfere with a Recipient's ability to fully use an independent copy of the |
network connection to the Recipient, You must comply with the |
||||||
Work generated from the Source Code You provide with the Recipient's own User |
following conditions: |
||||||
Data. |
|
||||||
|
### 4.1. Provide Access to Source Code |
||||||
"User Data" means any data that is an input to or an output from the Work, |
|
||||||
where the presence of the data is necessary for substantially identical use |
Subject to the exception in section 4.4, You must provide to each |
||||||
of the Work in an equivalent context chosen by the Recipient, and where the |
Recipient a copy of, or no-charge unrestricted network access to, the |
||||||
Recipient has an existing ownership interest, an existing right to possess, |
Source Code corresponding to the Work ("Access"). |
||||||
or where the data has been generated by, for, or has been assigned to the |
|
||||||
Recipient. |
The "Source Code" of the Work means the form of the Work preferred for |
||||||
|
making modifications, including any comments, configuration |
||||||
#### 4.2.1. No Withholding User Data |
information, documentation, help materials, installation instructions, |
||||||
|
cryptographic seeds or keys, and any information reasonably necessary |
||||||
Throughout any period in which You exercise any of the permissions granted |
for the Recipient to independently compile and use the Source Code and |
||||||
to You under this License, You must also provide to any Recipient to whom |
to have full access to the functionality contained in the Work. |
||||||
you provide services via the Work, a no-charge copy, provided in a commonly |
|
||||||
used electronic form, of the Recipient's User Data in your possession, to |
#### 4.1.1. Providing Network Access to the Source Code |
||||||
the extent that such User Data is available to You for use in conjunction |
|
||||||
with the Work. |
Network Access to the Notices and Source Code may be provided by You |
||||||
|
or by a third party, such as a public software repository, and must |
||||||
#### 4.2.2. No Technical Measures that Limit Access |
persist during the same period in which You exercise any of the |
||||||
|
permissions granted to You under this License and for at least one |
||||||
You may not, by means of the use cryptographic methods applied to anything |
year thereafter. |
||||||
provided to the Recipient, by possession or control of cryptographic keys, |
|
||||||
seeds, hashes, by any other technological protection measures, or by any other |
#### 4.1.2. Source Code for a Modified Work |
||||||
method, limit a Recipient's ability to access any functionality present in |
|
||||||
Recipient's independent copy of the Work, or to deny a Recipient full control |
Subject to the exception in section 4.5, You must provide to each |
||||||
of the Recipient's User Data. |
Recipient of a Modified Work Access to Source Code corresponding to |
||||||
|
those portions of the Work remaining in the Modified Work as well as |
||||||
#### 4.2.3. No Legal or Contractual Measures that Limit Access |
the modifications used by You to create the Modified Work. The Source |
||||||
|
Code corresponding to the modifications in the Modified Work must be |
||||||
You may not contractually restrict a Recipient's ability to independently |
provided to the Recipient either a) under this License, or b) under a |
||||||
exercise the permissions granted under this License. You waive any legal power |
Compatible Open Source License. |
||||||
to forbid circumvention of technical protection measures that include use |
|
||||||
of the Work, and You waive any claim that the capabilities of the Work were |
#### 4.1.3. Coordinated Disclosure of Security Vulnerabilities |
||||||
limited or modified as a means of enforcing the legal rights of third parties |
|
||||||
against Recipients. |
You may delay providing the Source Code corresponding to a particular |
||||||
|
modification of the Work for up to ninety (90) days (the "Embargo |
||||||
### 4.3. Provide Notices and Attribution |
Period") if: |
||||||
|
|
||||||
You must retain all licensing, authorship, or attribution notices contained |
+ a) the modification is intended to address a newly-identified |
||||||
in the Source Code (the "Notices"), and provide all such Notices to each Recipient, |
vulnerability or a security flaw in the Work, |
||||||
together with a statement acknowledging the use of the Work. Notices may be |
|
||||||
provided directly to a Recipient or via an easy-to-find hyperlink to an Internet |
+ b) disclosure of the vulnerability or security flaw before the end |
||||||
location also providing Access to Source Code. |
of the Embargo Period would put the data, identity, or autonomy of one |
||||||
|
or more Recipients of the Work at significant risk, |
||||||
### 4.4. Scope of Conditions in this License |
|
||||||
|
+ c) You are participating in a coordinated disclosure of the |
||||||
You are required to uphold the conditions of this License only relative to |
vulnerability or security flaw with one or more additional Licensees, |
||||||
those who are Recipients of the Work from You. Other than providing Recipients |
and |
||||||
with the applicable Notices, Access to Source Code, and a copy of and full |
|
||||||
control of their User Data, nothing in this License requires You to provide |
+ d) Access to the Source Code pertaining to the modification is |
||||||
processing services to or engage in network interactions with anyone. |
provided to all Recipients at the end of the Embargo Period. |
||||||
|
|
||||||
### 4.5. Combined Work Exception |
### 4.2. Maintain User Autonomy |
||||||
|
|
||||||
As an exception to condition that You provide Recipients Access to Source |
In addition to providing each Recipient the opportunity to have Access |
||||||
Code, any Source Code files marked by the Licensor as having the "Combined |
to the Source Code, You cannot use the permissions given under this |
||||||
Work Exception," or any object code exclusively resulting from Source Code |
License to interfere with a Recipient's ability to fully use an |
||||||
files so marked, may be combined with other Software into a "Larger Work." |
independent copy of the Work generated from the Source Code You |
||||||
So long as you comply with the requirements to provide Recipients the applicable |
provide with the Recipient's own User Data. |
||||||
Notices and Access to the Source Code provided to You by Licensor, and you |
|
||||||
provide Recipients access to their User Data and do not limit Recipient's |
"User Data" means any data that is an input to or an output from the |
||||||
ability to independently work with their User Data, any other Software in |
Work, where the presence of the data is necessary for substantially |
||||||
the Larger Work as well as the Larger Work as a whole may be licensed under |
identical use of the Work in an equivalent context chosen by the |
||||||
the terms of your choice. |
Recipient, and where the Recipient has an existing ownership interest, |
||||||
|
an existing right to possess, or where the data has been generated by, |
||||||
## 5. Term and Termination |
for, or has been assigned to the Recipient. |
||||||
|
|
||||||
The term of this License begins when You receive the Work, and continues until |
#### 4.2.1. No Withholding User Data |
||||||
terminated for any of the reasons described herein, or until all Licensor's |
|
||||||
intellectual property rights in the Software expire, whichever comes first |
Throughout any period in which You exercise any of the permissions |
||||||
("Term"). This License cannot be revoked, only terminated for the reasons |
granted to You under this License, You must also provide to any |
||||||
listed below. |
Recipient to whom you provide services via the Work, a no-charge copy, |
||||||
|
provided in a commonly used electronic form, of the Recipient's User |
||||||
### 5.1. Effect of Termination |
Data in your possession, to the extent that such User Data is |
||||||
|
available to You for use in conjunction with the Work. |
||||||
If this License is terminated for any reason, all permissions granted to You |
|
||||||
under Section 3 by any Licensor automatically terminate. You will immediately |
#### 4.2.2. No Technical Measures that Limit Access |
||||||
cease exercising any permissions granted in this License relative to the Work, |
|
||||||
including as part of any Modified Work. |
You may not, by means of the use cryptographic methods applied to |
||||||
|
anything provided to the Recipient, by possession or control of |
||||||
### 5.2. Termination for Non-Compliance; Reinstatement |
cryptographic keys, seeds, hashes, by any other technological |
||||||
|
protection measures, or by any other method, limit a Recipient's |
||||||
This License terminates automatically if You fail to comply with any of the |
ability to access any functionality present in Recipient's independent |
||||||
conditions in section 4. As a special exception to termination for non-compliance, |
copy of the Work, or to deny a Recipient full control of the |
||||||
Your permissions for the Work under this License will automatically be reinstated |
Recipient's User Data. |
||||||
if You come into compliance with all the conditions in section 2 within sixty |
|
||||||
(60) days of being notified by Licensor or an intended third-party beneficiary |
#### 4.2.3. No Legal or Contractual Measures that Limit Access |
||||||
of Your noncompliance. You are eligible for reinstatement of permissions for |
|
||||||
the Work one time only, and only for the sixty days immediately after becoming |
You may not contractually restrict a Recipient's ability to |
||||||
aware of noncompliance. Loss of permissions granted for the Work under this |
independently exercise the permissions granted under this License. You |
||||||
License due to either a) sustained noncompliance lasting more than sixty days |
waive any legal power to forbid circumvention of technical protection |
||||||
or b) subsequent termination for noncompliance after reinstatement, is permanent, |
measures that include use of the Work, and You waive any claim that |
||||||
unless rights are specifically restored by Licensor in writing. |
the capabilities of the Work were limited or modified as a means of |
||||||
|
enforcing the legal rights of third parties against Recipients. |
||||||
### 5.3. Termination Due to Litigation |
|
||||||
|
### 4.3. Provide Notices and Attribution |
||||||
If You initiate litigation against Licensor, or any Recipient of the Work, |
|
||||||
either direct or indirect, asserting that the Work directly or indirectly |
You must retain all licensing, authorship, or attribution notices |
||||||
infringes any patent, then all permissions granted to You by this License |
contained in the Source Code (the "Notices"), and provide all such |
||||||
shall terminate. In the event of termination due to litigation, all permissions |
Notices to each Recipient, together with a statement acknowledging the |
||||||
validly granted by You under this License, directly or indirectly, shall survive |
use of the Work. Notices may be provided directly to a Recipient or |
||||||
termination. Administrative review procedures, declaratory judgment actions, |
via an easy-to-find hyperlink to an Internet location also providing |
||||||
counterclaims in response to patent litigation, and enforcement actions against |
Access to Source Code. |
||||||
former Licensees terminated under this section do not cause termination due |
|
||||||
|
### 4.4. Scope of Conditions in this License |
||||||
|
|
||||||
|
You are required to uphold the conditions of this License only |
||||||
|
relative to those who are Recipients of the Work from You. Other than |
||||||
|
providing Recipients with the applicable Notices, Access to Source |
||||||
|
Code, and a copy of and full control of their User Data, nothing in |
||||||
|
this License requires You to provide processing services to or engage |
||||||
|
in network interactions with anyone. |
||||||
|
|
||||||
|
### 4.5. Combined Work Exception |
||||||
|
|
||||||
|
As an exception to condition that You provide Recipients Access to |
||||||
|
Source Code, any Source Code files marked by the Licensor as having |
||||||
|
the "Combined Work Exception," or any object code exclusively |
||||||
|
resulting from Source Code files so marked, may be combined with other |
||||||
|
Software into a "Larger Work." So long as you comply with the |
||||||
|
requirements to provide Recipients the applicable Notices and Access |
||||||
|
to the Source Code provided to You by Licensor, and you provide |
||||||
|
Recipients access to their User Data and do not limit Recipient's |
||||||
|
ability to independently work with their User Data, any other Software |
||||||
|
in the Larger Work as well as the Larger Work as a whole may be |
||||||
|
licensed under the terms of your choice. |
||||||
|
|
||||||
|
## 5. Term and Termination |
||||||
|
|
||||||
|
The term of this License begins when You receive the Work, and |
||||||
|
continues until terminated for any of the reasons described herein, or |
||||||
|
until all Licensor's intellectual property rights in the Software |
||||||
|
expire, whichever comes first ("Term"). This License cannot be |
||||||
|
revoked, only terminated for the reasons listed below. |
||||||
|
|
||||||
|
### 5.1. Effect of Termination |
||||||
|
|
||||||
|
If this License is terminated for any reason, all permissions granted |
||||||
|
to You under Section 3 by any Licensor automatically terminate. You |
||||||
|
will immediately cease exercising any permissions granted in this |
||||||
|
License relative to the Work, including as part of any Modified Work. |
||||||
|
|
||||||
|
### 5.2. Termination for Non-Compliance; Reinstatement |
||||||
|
|
||||||
|
This License terminates automatically if You fail to comply with any |
||||||
|
of the conditions in section 4. As a special exception to termination |
||||||
|
for non-compliance, Your permissions for the Work under this License |
||||||
|
will automatically be reinstated if You come into compliance with all |
||||||
|
the conditions in section 2 within sixty (60) days of being notified |
||||||
|
by Licensor or an intended third-party beneficiary of Your |
||||||
|
noncompliance. You are eligible for reinstatement of permissions for |
||||||
|
the Work one time only, and only for the sixty days immediately after |
||||||
|
becoming aware of noncompliance. Loss of permissions granted for the |
||||||
|
Work under this License due to either a) sustained noncompliance |
||||||
|
lasting more than sixty days or b) subsequent termination for |
||||||
|
noncompliance after reinstatement, is permanent, unless rights are |
||||||
|
specifically restored by Licensor in writing. |
||||||
|
|
||||||
|
### 5.3. Termination Due to Litigation |
||||||
|
|
||||||
|
If You initiate litigation against Licensor, or any Recipient of the |
||||||
|
Work, either direct or indirect, asserting that the Work directly or |
||||||
|
indirectly infringes any patent, then all permissions granted to You |
||||||
|
by this License shall terminate. In the event of termination due to |
||||||
|
litigation, all permissions validly granted by You under this License, |
||||||
|
directly or indirectly, shall survive termination. Administrative |
||||||
|
review procedures, declaratory judgment actions, counterclaims in |
||||||
|
response to patent litigation, and enforcement actions against former |
||||||
|
Licensees terminated under this section do not cause termination due |
||||||
to litigation. |
to litigation. |
||||||
|
|
||||||
## 6. Disclaimer of Warranty and Limit on Liability |
## 6. Disclaimer of Warranty and Limit on Liability |
||||||
|
|
||||||
As far as the law allows, the Work comes AS-IS, without any warranty of any |
As far as the law allows, the Work comes AS-IS, without any warranty |
||||||
kind, and no Licensor or contributor will be liable to anyone for any damages |
of any kind, and no Licensor or contributor will be liable to anyone |
||||||
related to this software or this license, under any kind of legal claim, or |
for any damages related to this software or this license, under any |
||||||
for any type of damages, including indirect, special, incidental, or consequential |
kind of legal claim, or for any type of damages, including indirect, |
||||||
damages of any type arising as a result of this License or the use of the |
special, incidental, or consequential damages of any type arising as a |
||||||
Work including, without limitation, damages for loss of goodwill, work stoppage, |
result of this License or the use of the Work including, without |
||||||
computer failure or malfunction, loss of profits, revenue, or any and all |
limitation, damages for loss of goodwill, work stoppage, computer |
||||||
other commercial damages or losses. |
failure or malfunction, loss of profits, revenue, or any and all other |
||||||
|
commercial damages or losses. |
||||||
## 7. Other Provisions |
|
||||||
|
## 7. Other Provisions |
||||||
|
### 7.1. Affiliates |
||||||
|
|
||||||
### 7.1. Affiliates |
An "Affiliate" means any other entity that, directly or indirectly |
||||||
|
through one or more intermediaries, controls, is controlled by, or is |
||||||
An "Affiliate" means any other entity that, directly or indirectly through |
under common control with, the Licensee. Employees of a Licensee and |
||||||
one or more intermediaries, controls, is controlled by, or is under common |
natural persons acting as contractors exclusively providing services |
||||||
control with, the Licensee. Employees of a Licensee and natural persons acting |
to Licensee are also Affiliates. |
||||||
as contractors exclusively providing services to Licensee are also Affiliates. |
|
||||||
|
### 7.2. Choice of Jurisdiction and Governing Law |
||||||
### 7.2. Choice of Jurisdiction and Governing Law |
|
||||||
|
A Licensor may require that any action or suit by a Licensee relating |
||||||
A Licensor may require that any action or suit by a Licensee relating to a |
to a Work provided by Licensor under this License may be brought only |
||||||
Work provided by Licensor under this License may be brought only in the courts |
in the courts of a particular jurisdiction and under the laws of a |
||||||
of a particular jurisdiction and under the laws of a particular jurisdiction |
particular jurisdiction (excluding its conflict-of-law provisions), if |
||||||
(excluding its conflict-of-law provisions), if Licensor provides conspicuous |
Licensor provides conspicuous notice of the particular jurisdiction to |
||||||
notice of the particular jurisdiction to all Licensees. |
all Licensees. |
||||||
|
|
||||||
### 7.3. No Sublicensing |
### 7.3. No Sublicensing |
||||||
|
|
||||||
This License is not sublicensable. Each time You provide the Work or a Modified |
This License is not sublicensable. Each time You provide the Work or a |
||||||
Work to a Recipient, the Recipient automatically receives a license under |
Modified Work to a Recipient, the Recipient automatically receives a |
||||||
the terms described in this License. You may not impose any further reservations, |
license under the terms described in this License. You may not impose |
||||||
conditions, or other provisions on any Recipients' exercise of the permissions |
any further reservations, conditions, or other provisions on any |
||||||
granted herein. |
Recipients' exercise of the permissions granted herein. |
||||||
|
|
||||||
### 7.4. Attorneys' Fees |
### 7.4. Attorneys' Fees |
||||||
|
|
||||||
In any action to enforce the terms of this License, or seeking damages relating |
In any action to enforce the terms of this License, or seeking damages |
||||||
thereto, including by an intended third-party beneficiary, the prevailing |
relating thereto, including by an intended third-party beneficiary, |
||||||
party shall be entitled to recover its costs and expenses, including, without |
the prevailing party shall be entitled to recover its costs and |
||||||
limitation, reasonable attorneys' fees and costs incurred in connection with |
expenses, including, without limitation, reasonable attorneys' fees |
||||||
such action, including any appeal of such action. A "prevailing party" is |
and costs incurred in connection with such action, including any |
||||||
the party that achieves, or avoids, compliance with this License, including |
appeal of such action. A "prevailing party" is the party that |
||||||
through settlement. This section shall survive the termination of this License. |
achieves, or avoids, compliance with this License, including through |
||||||
|
settlement. This section shall survive the termination of this |
||||||
### 7.5. No Waiver |
License. |
||||||
|
|
||||||
Any failure by Licensor to enforce any provision of this License will not |
### 7.5. No Waiver |
||||||
constitute a present or future waiver of such provision nor limit Licensor's |
|
||||||
ability to enforce such provision at a later time. |
Any failure by Licensor to enforce any provision of this License will |
||||||
|
not constitute a present or future waiver of such provision nor limit |
||||||
### 7.6. Severability |
Licensor's ability to enforce such provision at a later time. |
||||||
|
|
||||||
If any provision of this License is held to be unenforceable, such provision |
### 7.6. Severability |
||||||
shall be reformed only to the extent necessary to make it enforceable. Any |
|
||||||
invalid or unenforceable portion will be interpreted to the effect and intent |
If any provision of this License is held to be unenforceable, such |
||||||
of the original portion. If such a construction is not possible, the invalid |
provision shall be reformed only to the extent necessary to make it |
||||||
or unenforceable portion will be severed from this License but the rest of |
enforceable. Any invalid or unenforceable portion will be interpreted |
||||||
this License will remain in full force and effect. |
to the effect and intent of the original portion. If such a |
||||||
|
construction is not possible, the invalid or unenforceable portion |
||||||
### 7.7. License for the Text of this License |
will be severed from this License but the rest of this License will |
||||||
|
remain in full force and effect. |
||||||
The text of this license is released under the Creative Commons Attribution-ShareAlike |
|
||||||
4.0 International License, with the caveat that any modifications of this |
### 7.7. License for the Text of this License |
||||||
license may not use the name "Cryptographic Autonomy License" or any name |
|
||||||
confusingly similar thereto to describe any derived work of this License. |
The text of this license is released under the Creative Commons |
||||||
|
Attribution-ShareAlike 4.0 International License, with the caveat that |
||||||
|
any modifications of this license may not use the name "Cryptographic |
||||||
|
Autonomy License" or any name confusingly similar thereto to describe |
||||||
|
any derived work of this License. |
||||||
|
@ -0,0 +1,248 @@ |
|||||||
|
Creative Commons Attribution 3.0 United States |
||||||
|
|
||||||
|
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL |
||||||
|
SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT |
||||||
|
RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. |
||||||
|
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND |
||||||
|
DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. |
||||||
|
|
||||||
|
License |
||||||
|
|
||||||
|
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS |
||||||
|
PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR |
||||||
|
OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS |
||||||
|
LICENSE OR COPYRIGHT LAW IS PROHIBITED. |
||||||
|
|
||||||
|
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO |
||||||
|
BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED |
||||||
|
TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION |
||||||
|
OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. |
||||||
|
|
||||||
|
1. Definitions |
||||||
|
|
||||||
|
a. "Collective Work" means a work, such as a periodical issue, anthology or |
||||||
|
encyclopedia, in which the Work in its entirety in unmodified form, along |
||||||
|
with one or more other contributions, constituting separate and independent |
||||||
|
works in themselves, are assembled into a collective whole. A work that constitutes |
||||||
|
a Collective Work will not be considered a Derivative Work (as defined below) |
||||||
|
for the purposes of this License. |
||||||
|
|
||||||
|
b. "Derivative Work" means a work based upon the Work or upon the Work and |
||||||
|
other pre-existing works, such as a translation, musical arrangement, dramatization, |
||||||
|
fictionalization, motion picture version, sound recording, art reproduction, |
||||||
|
abridgment, condensation, or any other form in which the Work may be recast, |
||||||
|
transformed, or adapted, except that a work that constitutes a Collective |
||||||
|
Work will not be considered a Derivative Work for the purpose of this License. |
||||||
|
For the avoidance of doubt, where the Work is a musical composition or sound |
||||||
|
recording, the synchronization of the Work in timed-relation with a moving |
||||||
|
image ("synching") will be considered a Derivative Work for the purpose of |
||||||
|
this License. |
||||||
|
|
||||||
|
c. "Licensor" means the individual, individuals, entity or entities that offers |
||||||
|
the Work under the terms of this License. |
||||||
|
|
||||||
|
d. "Original Author" means the individual, individuals, entity or entities |
||||||
|
who created the Work. |
||||||
|
|
||||||
|
e. "Work" means the copyrightable work of authorship offered under the terms |
||||||
|
of this License. |
||||||
|
|
||||||
|
f. "You" means an individual or entity exercising rights under this License |
||||||
|
who has not previously violated the terms of this License with respect to |
||||||
|
the Work, or who has received express permission from the Licensor to exercise |
||||||
|
rights under this License despite a previous violation. |
||||||
|
|
||||||
|
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, |
||||||
|
or restrict any rights arising from fair use, first sale or other limitations |
||||||
|
on the exclusive rights of the copyright owner under copyright law or other |
||||||
|
applicable laws. |
||||||
|
|
||||||
|
3. License Grant. Subject to the terms and conditions of this License, Licensor |
||||||
|
hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for |
||||||
|
the duration of the applicable copyright) license to exercise the rights in |
||||||
|
the Work as stated below: |
||||||
|
|
||||||
|
a. to reproduce the Work, to incorporate the Work into one or more Collective |
||||||
|
Works, and to reproduce the Work as incorporated in the Collective Works; |
||||||
|
|
||||||
|
b. to create and reproduce Derivative Works provided that any such Derivative |
||||||
|
Work, including any translation in any medium, takes reasonable steps to clearly |
||||||
|
label, demarcate or otherwise identify that changes were made to the original |
||||||
|
Work. For example, a translation could be marked "The original work was translated |
||||||
|
from English to Spanish," or a modification could indicate "The original work |
||||||
|
has been modified.";; |
||||||
|
|
||||||
|
c. to distribute copies or phonorecords of, display publicly, perform publicly, |
||||||
|
and perform publicly by means of a digital audio transmission the Work including |
||||||
|
as incorporated in Collective Works; |
||||||
|
|
||||||
|
d. to distribute copies or phonorecords of, display publicly, perform publicly, |
||||||
|
and perform publicly by means of a digital audio transmission Derivative Works. |
||||||
|
|
||||||
|
e. For the avoidance of doubt, where the Work is a musical composition: |
||||||
|
|
||||||
|
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive |
||||||
|
right to collect, whether individually or, in the event that Licensor is a |
||||||
|
member of a performance rights society (e.g. ASCAP, BMI, SESAC), via that |
||||||
|
society, royalties for the public performance or public digital performance |
||||||
|
(e.g. webcast) of the Work. |
||||||
|
|
||||||
|
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive |
||||||
|
right to collect, whether individually or via a music rights agency or designated |
||||||
|
agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from |
||||||
|
the Work ("cover version") and distribute, subject to the compulsory license |
||||||
|
created by 17 USC Section 115 of the US Copyright Act (or the equivalent in |
||||||
|
other jurisdictions). |
||||||
|
|
||||||
|
f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, |
||||||
|
where the Work is a sound recording, Licensor waives the exclusive right to |
||||||
|
collect, whether individually or via a performance-rights society (e.g. SoundExchange), |
||||||
|
royalties for the public digital performance (e.g. webcast) of the Work, subject |
||||||
|
to the compulsory license created by 17 USC Section 114 of the US Copyright |
||||||
|
Act (or the equivalent in other jurisdictions). |
||||||
|
|
||||||
|
The above rights may be exercised in all media and formats whether now known |
||||||
|
or hereafter devised. The above rights include the right to make such modifications |
||||||
|
as are technically necessary to exercise the rights in other media and formats. |
||||||
|
All rights not expressly granted by Licensor are hereby reserved. |
||||||
|
|
||||||
|
4. Restrictions. The license granted in Section 3 above is expressly made |
||||||
|
subject to and limited by the following restrictions: |
||||||
|
|
||||||
|
a. You may distribute, publicly display, publicly perform, or publicly digitally |
||||||
|
perform the Work only under the terms of this License, and You must include |
||||||
|
a copy of, or the Uniform Resource Identifier for, this License with every |
||||||
|
copy or phonorecord of the Work You distribute, publicly display, publicly |
||||||
|
perform, or publicly digitally perform. You may not offer or impose any terms |
||||||
|
on the Work that restrict the terms of this License or the ability of a recipient |
||||||
|
of the Work to exercise the rights granted to that recipient under the terms |
||||||
|
of the License. You may not sublicense the Work. You must keep intact all |
||||||
|
notices that refer to this License and to the disclaimer of warranties. When |
||||||
|
You distribute, publicly display, publicly perform, or publicly digitally |
||||||
|
perform the Work, You may not impose any technological measures on the Work |
||||||
|
that restrict the ability of a recipient of the Work from You to exercise |
||||||
|
the rights granted to that recipient under the terms of the License. This |
||||||
|
Section 4(a) applies to the Work as incorporated in a Collective Work, but |
||||||
|
this does not require the Collective Work apart from the Work itself to be |
||||||
|
made subject to the terms of this License. If You create a Collective Work, |
||||||
|
upon notice from any Licensor You must, to the extent practicable, remove |
||||||
|
from the Collective Work any credit as required by Section 4(b), as requested. |
||||||
|
If You create a Derivative Work, upon notice from any Licensor You must, to |
||||||
|
the extent practicable, remove from the Derivative Work any credit as required |
||||||
|
by Section 4(b), as requested. |
||||||
|
|
||||||
|
b. If You distribute, publicly display, publicly perform, or publicly digitally |
||||||
|
perform the Work (as defined in Section 1 above) or any Derivative Works (as |
||||||
|
defined in Section 1 above) or Collective Works (as defined in Section 1 above), |
||||||
|
You must, unless a request has been made pursuant to Section 4(a), keep intact |
||||||
|
all copyright notices for the Work and provide, reasonable to the medium or |
||||||
|
means You are utilizing: (i) the name of the Original Author (or pseudonym, |
||||||
|
if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor |
||||||
|
designate another party or parties (e.g. a sponsor institute, publishing entity, |
||||||
|
journal) for attribution ("Attribution Parties") in Licensor's copyright notice, |
||||||
|
terms of service or by other reasonable means, the name of such party or parties; |
||||||
|
the title of the Work if supplied; to the extent reasonably practicable, the |
||||||
|
Uniform Resource Identifier, if any, that Licensor specifies to be associated |
||||||
|
with the Work, unless such URI does not refer to the copyright notice or licensing |
||||||
|
information for the Work; and, consistent with Section 3(b) in the case of |
||||||
|
a Derivative Work, a credit identifying the use of the Work in the Derivative |
||||||
|
Work (e.g., "French translation of the Work by Original Author," or "Screenplay |
||||||
|
based on original Work by Original Author"). The credit required by this Section |
||||||
|
4(b) may be implemented in any reasonable manner; provided, however, that |
||||||
|
in the case of a Derivative Work or Collective Work, at a minimum such credit |
||||||
|
will appear, if a credit for all contributing authors of the Derivative Work |
||||||
|
or Collective Work appears, then as part of these credits and in a manner |
||||||
|
at least as prominent as the credits for the other contributing authors. For |
||||||
|
the avoidance of doubt, You may only use the credit required by this Section |
||||||
|
for the purpose of attribution in the manner set out above and, by exercising |
||||||
|
Your rights under this License, You may not implicitly or explicitly assert |
||||||
|
or imply any connection with, sponsorship or endorsement by the Original Author, |
||||||
|
Licensor and/or Attribution Parties, as appropriate, of You or Your use of |
||||||
|
the Work, without the separate, express prior written permission of the Original |
||||||
|
Author, Licensor and/or Attribution Parties. |
||||||
|
|
||||||
|
5. Representations, Warranties and Disclaimer |
||||||
|
|
||||||
|
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS |
||||||
|
THE WORK AS-IS AND ONLY TO THE EXTENT OF ANY RIGHTS HELD IN THE LICENSED WORK |
||||||
|
BY THE LICENSOR. THE LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY |
||||||
|
KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, |
||||||
|
WITHOUT LIMITATION, WARRANTIES OF TITLE, MARKETABILITY, MERCHANTIBILITY, FITNESS |
||||||
|
FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER |
||||||
|
DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. |
||||||
|
SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH |
||||||
|
EXCLUSION MAY NOT APPLY TO YOU. |
||||||
|
|
||||||
|
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, |
||||||
|
IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, |
||||||
|
INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS |
||||||
|
LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY |
||||||
|
OF SUCH DAMAGES. |
||||||
|
|
||||||
|
7. Termination |
||||||
|
|
||||||
|
a. This License and the rights granted hereunder will terminate automatically |
||||||
|
upon any breach by You of the terms of this License. Individuals or entities |
||||||
|
who have received Derivative Works (as defined in Section 1 above) or Collective |
||||||
|
Works (as defined in Section 1 above) from You under this License, however, |
||||||
|
will not have their licenses terminated provided such individuals or entities |
||||||
|
remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and |
||||||
|
8 will survive any termination of this License. |
||||||
|
|
||||||
|
b. Subject to the above terms and conditions, the license granted here is |
||||||
|
perpetual (for the duration of the applicable copyright in the Work). Notwithstanding |
||||||
|
the above, Licensor reserves the right to release the Work under different |
||||||
|
license terms or to stop distributing the Work at any time; provided, however |
||||||
|
that any such election will not serve to 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. |
||||||
|
|
||||||
|
8. Miscellaneous |
||||||
|
|
||||||
|
a. Each time You distribute or publicly digitally perform the Work (as defined |
||||||
|
in Section 1 above) or a Collective Work (as defined in Section 1 above), |
||||||
|
the Licensor offers to the recipient a license to the Work on the same terms |
||||||
|
and conditions as the license granted to You under this License. |
||||||
|
|
||||||
|
b. Each time You distribute or publicly digitally perform a Derivative Work, |
||||||
|
Licensor offers to the recipient a license to the original Work on the same |
||||||
|
terms and conditions as the license granted to You under this License. |
||||||
|
|
||||||
|
c. If any provision of this License is invalid or unenforceable under applicable |
||||||
|
law, it shall not affect the validity or enforceability of the remainder of |
||||||
|
the terms of this License, and without further action by the parties to this |
||||||
|
agreement, such provision shall be reformed to the minimum extent necessary |
||||||
|
to make such provision valid and enforceable. |
||||||
|
|
||||||
|
d. No term or provision of this License shall be deemed waived and no breach |
||||||
|
consented to unless such waiver or consent shall be in writing and signed |
||||||
|
by the party to be charged with such waiver or consent. |
||||||
|
|
||||||
|
e. This License constitutes the entire agreement between the parties with |
||||||
|
respect to the Work licensed here. There are no understandings, agreements |
||||||
|
or representations with respect to the Work not specified here. Licensor shall |
||||||
|
not be bound by any additional provisions that may appear in any communication |
||||||
|
from You. This License may not be modified without the mutual written agreement |
||||||
|
of the Licensor and You. |
||||||
|
|
||||||
|
Creative Commons Notice |
||||||
|
|
||||||
|
Creative Commons is not a party to this License, and makes no warranty whatsoever |
||||||
|
in connection with the Work. Creative Commons will not be liable to You or |
||||||
|
any party on any legal theory for any damages whatsoever, including without |
||||||
|
limitation any general, special, incidental or consequential damages arising |
||||||
|
in connection to this license. Notwithstanding the foregoing two (2) sentences, |
||||||
|
if Creative Commons has expressly identified itself as the Licensor hereunder, |
||||||
|
it shall have all rights and obligations of Licensor. |
||||||
|
|
||||||
|
Except for the limited purpose of indicating to the public that the Work is |
||||||
|
licensed under the CCPL, Creative Commons does not authorize the use by either |
||||||
|
party of the trademark "Creative Commons" or any related trademark or logo |
||||||
|
of Creative Commons without the prior written consent of Creative Commons. |
||||||
|
Any permitted use will be in compliance with Creative Commons' then-current |
||||||
|
trademark usage guidelines, as may be published on its website or otherwise |
||||||
|
made available upon request from time to time. For the avoidance of doubt, |
||||||
|
this trademark restriction does not form part of the License. |
||||||
|
|
||||||
|
Creative Commons may be contacted at https://creativecommons.org/. |
@ -0,0 +1,248 @@ |
|||||||
|
Creative Commons Attribution - Share-Alike 2.0 England and Wales |
||||||
|
|
||||||
|
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL |
||||||
|
SERVICES. DISTRIBUTION OF THIS LICENCE DOES NOT CREATE AN ATTORNEY-CLIENT |
||||||
|
RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. |
||||||
|
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND |
||||||
|
DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. |
||||||
|
|
||||||
|
Licence |
||||||
|
|
||||||
|
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS |
||||||
|
PUBLIC LICENCE ("CCPL" OR "LICENCE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR |
||||||
|
OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS |
||||||
|
LICENCE OR COPYRIGHT LAW IS PROHIBITED. BY EXERCISING ANY RIGHTS TO THE WORK |
||||||
|
PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENCE. |
||||||
|
THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR |
||||||
|
ACCEPTANCE OF SUCH TERMS AND CONDITIONS. |
||||||
|
|
||||||
|
This Creative Commons England and Wales Public Licence enables You (all capitalised |
||||||
|
terms defined below) to view, edit, modify, translate and distribute Works |
||||||
|
worldwide, under the terms of this licence, provided that You credit the Original |
||||||
|
Author. |
||||||
|
|
||||||
|
'The Licensor' [one or more legally recognised persons or entities offering |
||||||
|
the Work under the terms and conditions of this Licence] |
||||||
|
|
||||||
|
and |
||||||
|
|
||||||
|
'You' |
||||||
|
|
||||||
|
agree as follows: |
||||||
|
|
||||||
|
1. Definitions |
||||||
|
|
||||||
|
a. "Attribution" means acknowledging all the parties who have contributed |
||||||
|
to and have rights in the Work or Collective Work under this Licence. |
||||||
|
|
||||||
|
b. "Collective Work" means the Work in its entirety in unmodified form along |
||||||
|
with a number of other separate and independent works, assembled into a collective |
||||||
|
whole. |
||||||
|
|
||||||
|
c. "Derivative Work" means any work created by the editing, modification, |
||||||
|
adaptation or translation of the Work in any media (however a work that constitutes |
||||||
|
a Collective Work will not be considered a Derivative Work for the purpose |
||||||
|
of this Licence). For the avoidance of doubt, where the Work is a musical |
||||||
|
composition or sound recording, the synchronization of the Work in timed-relation |
||||||
|
with a moving image ("synching") will be considered a Derivative Work for |
||||||
|
the purpose of this Licence. |
||||||
|
|
||||||
|
d. "Licence" means this Creative Commons England and Wales Public Licence |
||||||
|
agreement. |
||||||
|
|
||||||
|
e. "Licence Elements" means the following high-level licence attributes indicated |
||||||
|
in the title of this Licence: Attribution, Share-Alike. |
||||||
|
|
||||||
|
f. "Original Author" means the individual (or entity) who created the Work. |
||||||
|
|
||||||
|
g. "Work" means the work protected by copyright which is offered under the |
||||||
|
terms of this Licence. |
||||||
|
|
||||||
|
h. For the purpose of this Licence, when not inconsistent with the context, |
||||||
|
words in the singular number include the plural number. |
||||||
|
|
||||||
|
2. Licence Terms |
||||||
|
|
||||||
|
2.1 The Licensor hereby grants to You a worldwide, royalty-free, non-exclusive, |
||||||
|
Licence for use and for the duration of copyright in the Work. |
||||||
|
|
||||||
|
You may: |
||||||
|
|
||||||
|
* copy the Work; |
||||||
|
|
||||||
|
* create one or more derivative Works; |
||||||
|
|
||||||
|
* incorporate the Work into one or more Collective Works; |
||||||
|
|
||||||
|
* copy Derivative Works or the Work as incorporated in any Collective Work; |
||||||
|
and |
||||||
|
|
||||||
|
* publish, distribute, archive, perform or otherwise disseminate the Work |
||||||
|
or the Work as incorporated in any Collective Work, to the public in any material |
||||||
|
form in any media whether now known or hereafter created. |
||||||
|
|
||||||
|
HOWEVER, |
||||||
|
|
||||||
|
You must not: |
||||||
|
|
||||||
|
* impose any terms on the use to be made of the Work, the Derivative Work |
||||||
|
or the Work as incorporated in a Collective Work that alter or restrict the |
||||||
|
terms of this Licence or any rights granted under it or has the effect or |
||||||
|
intent of restricting the ability to exercise those rights; |
||||||
|
|
||||||
|
* impose any digital rights management technology on the Work or the Work |
||||||
|
as incorporated in a Collective Work that alters or restricts the terms of |
||||||
|
this Licence or any rights granted under it or has the effect or intent of |
||||||
|
restricting the ability to exercise those rights; |
||||||
|
|
||||||
|
* sublicense the Work; |
||||||
|
|
||||||
|
* subject the Work to any derogatory treatment as defined in the Copyright, |
||||||
|
Designs and Patents Act 1988. |
||||||
|
|
||||||
|
FINALLY, |
||||||
|
|
||||||
|
You must: |
||||||
|
|
||||||
|
* make reference to this Licence (by Uniform Resource Identifier (URI), spoken |
||||||
|
word or as appropriate to the media used) on all copies of the Work and Collective |
||||||
|
Works published, distributed, performed or otherwise disseminated or made |
||||||
|
available to the public by You; |
||||||
|
|
||||||
|
* recognise the Licensor's / Original Author's right of attribution in any |
||||||
|
Work and Collective Work that You publish, distribute, perform or otherwise |
||||||
|
disseminate to the public and ensure that You credit the Licensor / Original |
||||||
|
Author as appropriate to the media used; and |
||||||
|
|
||||||
|
* to the extent reasonably practicable, keep intact all notices that refer |
||||||
|
to this Licence, in particular the URI, if any, that the Licensor specifies |
||||||
|
to be associated with the Work, unless such URI does not refer to the copyright |
||||||
|
notice or licensing information for the Work. |
||||||
|
|
||||||
|
Additional Provisions for third parties making use of the Work |
||||||
|
|
||||||
|
2.2. Further licence from the Licensor |
||||||
|
|
||||||
|
Each time You publish, distribute, perform or otherwise disseminate |
||||||
|
|
||||||
|
* the Work; or |
||||||
|
|
||||||
|
* any Derivative Work; or |
||||||
|
|
||||||
|
* the Work as incorporated in a Collective Work |
||||||
|
|
||||||
|
the Licensor agrees to offer to the relevant third party making use of the |
||||||
|
Work (in any of the alternatives set out above) a licence to use the Work |
||||||
|
on the same terms and conditions as granted to You hereunder. |
||||||
|
|
||||||
|
2.3. Further licence from You |
||||||
|
|
||||||
|
Each time You publish, distribute, perform or otherwise disseminate |
||||||
|
|
||||||
|
* a Derivative Work; or |
||||||
|
|
||||||
|
* a Derivative Work as incorporated in a Collective Work |
||||||
|
|
||||||
|
You agree to offer to the relevant third party making use of the Work (in |
||||||
|
either of the alternatives set out above) a licence to use the Derivative |
||||||
|
Work on any of the following premises: |
||||||
|
|
||||||
|
* a licence to the Derivative Work on the same terms and conditions as the |
||||||
|
licence granted to You hereunder; or |
||||||
|
|
||||||
|
* a later version of the licence granted to You hereunder; or |
||||||
|
|
||||||
|
* any other Creative Commons licence with the same Licence Elements. |
||||||
|
|
||||||
|
2.4. This Licence does not affect any rights that the User may have under |
||||||
|
any applicable law, including fair use, fair dealing or any other legally |
||||||
|
recognised limitation or exception to copyright infringement. |
||||||
|
|
||||||
|
2.5. All rights not expressly granted by the Licensor are hereby reserved, |
||||||
|
including but not limited to, the exclusive right to collect, whether individually |
||||||
|
or via a licensing body, such as a collecting society, royalties for any use |
||||||
|
of the Work which results in commercial advantage or private monetary compensation. |
||||||
|
|
||||||
|
3. Warranties and Disclaimer |
||||||
|
|
||||||
|
Except as required by law, the Work is licensed by the Licensor on an "as |
||||||
|
is" and "as available" basis and without any warranty of any kind, either |
||||||
|
express or implied. |
||||||
|
|
||||||
|
4. Limit of Liability |
||||||
|
|
||||||
|
Subject to any liability which may not be excluded or limited by law the Licensor |
||||||
|
shall not be liable and hereby expressly excludes all liability for loss or |
||||||
|
damage howsoever and whenever caused to You. |
||||||
|
|
||||||
|
5. Termination |
||||||
|
|
||||||
|
The rights granted to You under this Licence shall terminate automatically |
||||||
|
upon any breach by You of the terms of this Licence. Individuals or entities |
||||||
|
who have received Collective Works from You under this Licence, however, will |
||||||
|
not have their Licences terminated provided such individuals or entities remain |
||||||
|
in full compliance with those Licences. |
||||||
|
|
||||||
|
6. General |
||||||
|
|
||||||
|
6.1. The validity or enforceability of the remaining terms of this agreement |
||||||
|
is not affected by the holding of any provision of it to be invalid or unenforceable. |
||||||
|
|
||||||
|
6.2. This Licence constitutes the entire Licence Agreement between the parties |
||||||
|
with respect to the Work licensed here. There are no understandings, agreements |
||||||
|
or representations with respect to the Work not specified here. The Licensor |
||||||
|
shall not be bound by any additional provisions that may appear in any communication |
||||||
|
in any form. |
||||||
|
|
||||||
|
6.3. A person who is not a party to this Licence shall have no rights under |
||||||
|
the Contracts (Rights of Third Parties) Act 1999 to enforce any of its terms. |
||||||
|
|
||||||
|
6.4. This Licence shall be governed by the law of England and Wales and the |
||||||
|
parties irrevocably submit to the exclusive jurisdiction of the Courts of |
||||||
|
England and Wales. |
||||||
|
|
||||||
|
7. On the role of Creative Commons |
||||||
|
|
||||||
|
7.1. Neither the Licensor nor the User may use the Creative Commons logo except |
||||||
|
to indicate that the Work is licensed under a Creative Commons Licence. Any |
||||||
|
permitted use has to be in compliance with the Creative Commons trade mark |
||||||
|
usage guidelines at the time of use of the Creative Commons trade mark. These |
||||||
|
guidelines may be found on the Creative Commons website or be otherwise available |
||||||
|
upon request from time to time. |
||||||
|
|
||||||
|
7.2. Creative Commons Corporation does not profit financially from its role |
||||||
|
in providing this Licence and will not investigate the claims of any Licensor |
||||||
|
or user of the Licence. |
||||||
|
|
||||||
|
7.3. One of the conditions that Creative Commons Corporation requires of the |
||||||
|
Licensor and You is an acknowledgement of its limited role and agreement by |
||||||
|
all who use the Licence that the Corporation is not responsible to anyone |
||||||
|
for the statements and actions of You or the Licensor or anyone else attempting |
||||||
|
to use or using this Licence. |
||||||
|
|
||||||
|
7.4. Creative Commons Corporation is not a party to this Licence, and makes |
||||||
|
no warranty whatsoever in connection to the Work or in connection to the Licence, |
||||||
|
and in all events is not liable for any loss or damage resulting from the |
||||||
|
Licensor's or Your reliance on this Licence or on its enforceability. |
||||||
|
|
||||||
|
7.5. USE OF THIS LICENCE MEANS THAT YOU AND THE LICENSOR EACH ACCEPTS THESE |
||||||
|
CONDITIONS IN SECTION 7.1, 7.2, 7.3, 7.4 AND EACH ACKNOWLEDGES CREATIVE COMMONS |
||||||
|
CORPORATION'S VERY LIMITED ROLE AS A FACILITATOR OF THE LICENCE FROM THE LICENSOR |
||||||
|
TO YOU. |
||||||
|
|
||||||
|
Creative Commons is not a party to this Licence, and makes no warranty whatsoever |
||||||
|
in connection with the Work. Creative Commons will not be liable to You or |
||||||
|
any party on any legal theory for any damages whatsoever, including without |
||||||
|
limitation any general, special, incidental or consequential damages arising |
||||||
|
in connection to this licence. Notwithstanding the foregoing two (2) sentences, |
||||||
|
if Creative Commons has expressly identified itself as the Licensor hereunder, |
||||||
|
it shall have all rights and obligations of Licensor. |
||||||
|
|
||||||
|
Except for the limited purpose of indicating to the public that the Work is |
||||||
|
licensed under the CCPL, neither party will use the trademark "Creative Commons" |
||||||
|
or any related trademark or logo of Creative Commons without the prior written |
||||||
|
consent of Creative Commons. Any permitted use will be in compliance with |
||||||
|
Creative Commons' then-current trademark usage guidelines, as may be published |
||||||
|
on its website or otherwise made available upon request from time to time. |
||||||
|
|
||||||
|
Creative Commons may be contacted at https://creativecommons.org/. |
@ -1,119 +1,121 @@ |
|||||||
Creative Commons Legal Code |
Creative Commons Legal Code |
||||||
|
|
||||||
CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES |
CC0 1.0 Universal |
||||||
NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE |
|
||||||
AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION |
|
||||||
ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE |
|
||||||
OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS |
|
||||||
LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION |
|
||||||
OR WORKS PROVIDED HEREUNDER. |
|
||||||
|
|
||||||
Statement of Purpose |
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE |
||||||
|
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN |
||||||
The laws of most jurisdictions throughout the world automatically confer exclusive |
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS |
||||||
Copyright and Related Rights (defined below) upon the creator and subsequent |
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES |
||||||
owner(s) (each and all, an "owner") of an original work of authorship and/or |
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS |
||||||
a database (each, a "Work"). |
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
||||||
|
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED |
||||||
Certain owners wish to permanently relinquish those rights to a Work for the |
HEREUNDER. |
||||||
purpose of contributing to a commons of creative, cultural and scientific |
|
||||||
works ("Commons") that the public can reliably and without fear of later claims |
|
||||||
of infringement build upon, modify, incorporate in other works, reuse and |
|
||||||
redistribute as freely as possible in any form whatsoever and for any purposes, |
|
||||||
including without limitation commercial purposes. These owners may contribute |
|
||||||
to the Commons to promote the ideal of a free culture and the further production |
|
||||||
of creative, cultural and scientific works, or to gain reputation or greater |
|
||||||
distribution for their Work in part through the use and efforts of others. |
|
||||||
|
|
||||||
For these and/or other purposes and motivations, and without any expectation |
|
||||||
of additional consideration or compensation, the person associating CC0 with |
|
||||||
a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright |
|
||||||
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work |
|
||||||
and publicly distribute the Work under its terms, with knowledge of his or |
|
||||||
her Copyright and Related Rights in the Work and the meaning and intended |
|
||||||
legal effect of CC0 on those rights. |
|
||||||
|
|
||||||
1. Copyright and Related Rights. A Work made available under CC0 may be protected |
|
||||||
by copyright and related or neighboring rights ("Copyright and Related Rights"). |
|
||||||
Copyright and Related Rights include, but are not limited to, the following: |
|
||||||
|
|
||||||
i. the right to reproduce, adapt, distribute, perform, display, communicate, |
|
||||||
and translate a Work; |
|
||||||
|
|
||||||
ii. moral rights retained by the original author(s) and/or performer(s); |
|
||||||
|
|
||||||
iii. publicity and privacy rights pertaining to a person's image or likeness |
|
||||||
depicted in a Work; |
|
||||||
|
|
||||||
iv. rights protecting against unfair competition in regards to a Work, subject |
|
||||||
to the limitations in paragraph 4(a), below; |
|
||||||
|
|
||||||
v. rights protecting the extraction, dissemination, use and reuse of data |
Statement of Purpose |
||||||
in a Work; |
|
||||||
|
|
||||||
vi. database rights (such as those arising under Directive 96/9/EC of the |
|
||||||
European Parliament and of the Council of 11 March 1996 on the legal protection |
|
||||||
of databases, and under any national implementation thereof, including any |
|
||||||
amended or successor version of such directive); and |
|
||||||
|
|
||||||
vii. other similar, equivalent or corresponding rights throughout the world |
|
||||||
based on applicable law or treaty, and any national implementations thereof. |
|
||||||
|
|
||||||
2. Waiver. To the greatest extent permitted by, but not in contravention of, |
The laws of most jurisdictions throughout the world automatically confer |
||||||
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and |
exclusive Copyright and Related Rights (defined below) upon the creator |
||||||
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright |
and subsequent owner(s) (each and all, an "owner") of an original work of |
||||||
and Related Rights and associated claims and causes of action, whether now |
authorship and/or a database (each, a "Work"). |
||||||
known or unknown (including existing as well as future claims and causes of |
|
||||||
action), in the Work (i) in all territories worldwide, (ii) for the maximum |
Certain owners wish to permanently relinquish those rights to a Work for |
||||||
duration provided by applicable law or treaty (including future time extensions), |
the purpose of contributing to a commons of creative, cultural and |
||||||
(iii) in any current or future medium and for any number of copies, and (iv) |
scientific works ("Commons") that the public can reliably and without fear |
||||||
for any purpose whatsoever, including without limitation commercial, advertising |
of later claims of infringement build upon, modify, incorporate in other |
||||||
or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the |
works, reuse and redistribute as freely as possible in any form whatsoever |
||||||
benefit of each member of the public at large and to the detriment of Affirmer's |
and for any purposes, including without limitation commercial purposes. |
||||||
heirs and successors, fully intending that such Waiver shall not be subject |
These owners may contribute to the Commons to promote the ideal of a free |
||||||
to revocation, rescission, cancellation, termination, or any other legal or |
culture and the further production of creative, cultural and scientific |
||||||
|
works, or to gain reputation or greater distribution for their Work in |
||||||
|
part through the use and efforts of others. |
||||||
|
|
||||||
|
For these and/or other purposes and motivations, and without any |
||||||
|
expectation of additional consideration or compensation, the person |
||||||
|
associating CC0 with a Work (the "Affirmer"), to the extent that he or she |
||||||
|
is an owner of Copyright and Related Rights in the Work, voluntarily |
||||||
|
elects to apply CC0 to the Work and publicly distribute the Work under its |
||||||
|
terms, with knowledge of his or her Copyright and Related Rights in the |
||||||
|
Work and the meaning and intended legal effect of CC0 on those rights. |
||||||
|
|
||||||
|
1. Copyright and Related Rights. A Work made available under CC0 may be |
||||||
|
protected by copyright and related or neighboring rights ("Copyright and |
||||||
|
Related Rights"). Copyright and Related Rights include, but are not |
||||||
|
limited to, the following: |
||||||
|
|
||||||
|
i. the right to reproduce, adapt, distribute, perform, display, |
||||||
|
communicate, and translate a Work; |
||||||
|
ii. moral rights retained by the original author(s) and/or performer(s); |
||||||
|
iii. publicity and privacy rights pertaining to a person's image or |
||||||
|
likeness depicted in a Work; |
||||||
|
iv. rights protecting against unfair competition in regards to a Work, |
||||||
|
subject to the limitations in paragraph 4(a), below; |
||||||
|
v. rights protecting the extraction, dissemination, use and reuse of data |
||||||
|
in a Work; |
||||||
|
vi. database rights (such as those arising under Directive 96/9/EC of the |
||||||
|
European Parliament and of the Council of 11 March 1996 on the legal |
||||||
|
protection of databases, and under any national implementation |
||||||
|
thereof, including any amended or successor version of such |
||||||
|
directive); and |
||||||
|
vii. other similar, equivalent or corresponding rights throughout the |
||||||
|
world based on applicable law or treaty, and any national |
||||||
|
implementations thereof. |
||||||
|
|
||||||
|
2. Waiver. To the greatest extent permitted by, but not in contravention |
||||||
|
of, applicable law, Affirmer hereby overtly, fully, permanently, |
||||||
|
irrevocably and unconditionally waives, abandons, and surrenders all of |
||||||
|
Affirmer's Copyright and Related Rights and associated claims and causes |
||||||
|
of action, whether now known or unknown (including existing as well as |
||||||
|
future claims and causes of action), in the Work (i) in all territories |
||||||
|
worldwide, (ii) for the maximum duration provided by applicable law or |
||||||
|
treaty (including future time extensions), (iii) in any current or future |
||||||
|
medium and for any number of copies, and (iv) for any purpose whatsoever, |
||||||
|
including without limitation commercial, advertising or promotional |
||||||
|
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each |
||||||
|
member of the public at large and to the detriment of Affirmer's heirs and |
||||||
|
successors, fully intending that such Waiver shall not be subject to |
||||||
|
revocation, rescission, cancellation, termination, or any other legal or |
||||||
equitable action to disrupt the quiet enjoyment of the Work by the public |
equitable action to disrupt the quiet enjoyment of the Work by the public |
||||||
as contemplated by Affirmer's express Statement of Purpose. |
as contemplated by Affirmer's express Statement of Purpose. |
||||||
|
|
||||||
3. Public License Fallback. Should any part of the Waiver for any reason be |
3. Public License Fallback. Should any part of the Waiver for any reason |
||||||
judged legally invalid or ineffective under applicable law, then the Waiver |
be judged legally invalid or ineffective under applicable law, then the |
||||||
shall be preserved to the maximum extent permitted taking into account Affirmer's |
Waiver shall be preserved to the maximum extent permitted taking into |
||||||
express Statement of Purpose. In addition, to the extent the Waiver is so |
account Affirmer's express Statement of Purpose. In addition, to the |
||||||
judged Affirmer hereby grants to each affected person a royalty-free, non |
extent the Waiver is so judged Affirmer hereby grants to each affected |
||||||
transferable, non sublicensable, non exclusive, irrevocable and unconditional |
person a royalty-free, non transferable, non sublicensable, non exclusive, |
||||||
license to exercise Affirmer's Copyright and Related Rights in the Work (i) |
irrevocable and unconditional license to exercise Affirmer's Copyright and |
||||||
in all territories worldwide, (ii) for the maximum duration provided by applicable |
Related Rights in the Work (i) in all territories worldwide, (ii) for the |
||||||
law or treaty (including future time extensions), (iii) in any current or |
maximum duration provided by applicable law or treaty (including future |
||||||
future medium and for any number of copies, and (iv) for any purpose whatsoever, |
time extensions), (iii) in any current or future medium and for any number |
||||||
including without limitation commercial, advertising or promotional purposes |
of copies, and (iv) for any purpose whatsoever, including without |
||||||
(the "License"). The License shall be deemed effective as of the date CC0 |
limitation commercial, advertising or promotional purposes (the |
||||||
was applied by Affirmer to the Work. Should any part of the License for any |
"License"). The License shall be deemed effective as of the date CC0 was |
||||||
|
applied by Affirmer to the Work. Should any part of the License for any |
||||||
reason be judged legally invalid or ineffective under applicable law, such |
reason be judged legally invalid or ineffective under applicable law, such |
||||||
partial invalidity or ineffectiveness shall not invalidate the remainder of |
partial invalidity or ineffectiveness shall not invalidate the remainder |
||||||
the License, and in such case Affirmer hereby affirms that he or she will |
of the License, and in such case Affirmer hereby affirms that he or she |
||||||
not (i) exercise any of his or her remaining Copyright and Related Rights |
will not (i) exercise any of his or her remaining Copyright and Related |
||||||
in the Work or (ii) assert any associated claims and causes of action with |
Rights in the Work or (ii) assert any associated claims and causes of |
||||||
respect to the Work, in either case contrary to Affirmer's express Statement |
action with respect to the Work, in either case contrary to Affirmer's |
||||||
of Purpose. |
express Statement of Purpose. |
||||||
|
|
||||||
4. Limitations and Disclaimers. |
4. Limitations and Disclaimers. |
||||||
|
|
||||||
a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, |
a. No trademark or patent rights held by Affirmer are waived, abandoned, |
||||||
licensed or otherwise affected by this document. |
surrendered, licensed or otherwise affected by this document. |
||||||
|
b. Affirmer offers the Work as-is and makes no representations or |
||||||
b. Affirmer offers the Work as-is and makes no representations or warranties |
warranties of any kind concerning the Work, express, implied, |
||||||
of any kind concerning the Work, express, implied, statutory or otherwise, |
statutory or otherwise, including without limitation warranties of |
||||||
including without limitation warranties of title, merchantability, fitness |
title, merchantability, fitness for a particular purpose, non |
||||||
for a particular purpose, non infringement, or the absence of latent or other |
infringement, or the absence of latent or other defects, accuracy, or |
||||||
defects, accuracy, or the present or absence of errors, whether or not discoverable, |
the present or absence of errors, whether or not discoverable, all to |
||||||
all to the greatest extent permissible under applicable law. |
the greatest extent permissible under applicable law. |
||||||
|
c. Affirmer disclaims responsibility for clearing rights of other persons |
||||||
c. Affirmer disclaims responsibility for clearing rights of other persons |
that may apply to the Work or any use thereof, including without |
||||||
that may apply to the Work or any use thereof, including without limitation |
limitation any person's Copyright and Related Rights in the Work. |
||||||
any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims |
Further, Affirmer disclaims responsibility for obtaining any necessary |
||||||
responsibility for obtaining any necessary consents, permissions or other |
consents, permissions or other rights required for any use of the |
||||||
rights required for any use of the Work. |
Work. |
||||||
|
d. Affirmer understands and acknowledges that Creative Commons is not a |
||||||
d. Affirmer understands and acknowledges that Creative Commons is not a party |
party to this document and has no duty or obligation with respect to |
||||||
to this document and has no duty or obligation with respect to this CC0 or |
this CC0 or use of the Work. |
||||||
use of the Work. |
|
||||||
|
@ -1,477 +1,506 @@ |
|||||||
CeCILL FREE SOFTWARE LICENSE AGREEMENT Notice |
|
||||||
|
|
||||||
This Agreement is a Free Software license agreement that is the result of |
CeCILL FREE SOFTWARE LICENSE AGREEMENT |
||||||
discussions between its authors in order to ensure compliance with the two |
|
||||||
main principles guiding its drafting: |
|
||||||
|
|
||||||
* firstly, compliance with the principles governing the distribution of Free |
|
||||||
Software: access to source code, broad rights granted to users, |
|
||||||
|
|
||||||
* secondly, the election of a governing law, French law, with which it is |
Notice |
||||||
conformant, both as regards the law of torts and intellectual property law, |
|
||||||
and the protection that it offers to both authors and holders of the economic |
|
||||||
rights over software. |
|
||||||
|
|
||||||
The authors of the CeCILL¹ license are: |
This Agreement is a Free Software license agreement that is the result |
||||||
|
of discussions between its authors in order to ensure compliance with |
||||||
|
the two main principles guiding its drafting: |
||||||
|
|
||||||
|
* firstly, compliance with the principles governing the distribution |
||||||
|
of Free Software: access to source code, broad rights granted to |
||||||
|
users, |
||||||
|
* secondly, the election of a governing law, French law, with which |
||||||
|
it is conformant, both as regards the law of torts and |
||||||
|
intellectual property law, and the protection that it offers to |
||||||
|
both authors and holders of the economic rights over software. |
||||||
|
|
||||||
Commissariat à l'Energie Atomique - CEA, a public scientific, technical and |
The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) |
||||||
industrial research establishment, having its principal place of business |
license are: |
||||||
at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
|
||||||
|
|
||||||
|
Commissariat à l'Energie Atomique - CEA, a public scientific, technical |
||||||
|
and industrial research establishment, having its principal place of |
||||||
|
business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
||||||
|
|
||||||
Centre National de la Recherche Scientifique - CNRS, a public scientific and |
Centre National de la Recherche Scientifique - CNRS, a public scientific |
||||||
technological establishment, having its principal place of business at 3 rue |
and technological establishment, having its principal place of business |
||||||
Michel-Ange, 75794 Paris cedex 16, France. |
at 3 rue Michel-Ange, 75794 Paris cedex 16, France. |
||||||
|
|
||||||
|
Institut National de Recherche en Informatique et en Automatique - |
||||||
|
INRIA, a public scientific and technological establishment, having its |
||||||
|
principal place of business at Domaine de Voluceau, Rocquencourt, BP |
||||||
|
105, 78153 Le Chesnay cedex, France. |
||||||
|
|
||||||
Institut National de Recherche en Informatique et en Automatique - INRIA, |
|
||||||
a public scientific and technological establishment, having its principal |
|
||||||
place of business at Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay |
|
||||||
cedex, France. |
|
||||||
|
|
||||||
Preamble The purpose of this Free Software license agreement is to grant users |
Preamble |
||||||
the right to modify and redistribute the software governed by this license |
|
||||||
within the framework of an open source distribution model. |
|
||||||
|
|
||||||
The exercising of these rights is conditional upon certain obligations for |
The purpose of this Free Software license agreement is to grant users |
||||||
users so as to preserve this status for all subsequent redistributions. |
the right to modify and redistribute the software governed by this |
||||||
|
license within the framework of an open source distribution model. |
||||||
|
|
||||||
In consideration of access to the source code and the rights to copy, modify |
The exercising of these rights is conditional upon certain obligations |
||||||
and redistribute granted by the license, users are provided only with a limited |
for users so as to preserve this status for all subsequent redistributions. |
||||||
warranty and the software's author, the holder of the economic rights, and |
|
||||||
the successive licensors only have limited liability. |
|
||||||
|
|
||||||
In this respect, the risks associated with loading, using, modifying and/or |
In consideration of access to the source code and the rights to copy, |
||||||
developing or reproducing the software by the user are brought to the user's |
modify and redistribute granted by the license, users are provided only |
||||||
attention, given its Free Software status, which may make it complicated to |
with a limited warranty and the software's author, the holder of the |
||||||
use, with the result that its use is reserved for developers and experienced |
economic rights, and the successive licensors only have limited liability. |
||||||
professionals having in-depth computer knowledge. Users are therefore encouraged |
|
||||||
to load and test the suitability of the software as regards their requirements |
|
||||||
in conditions enabling the security of their systems and/or data to be ensured |
|
||||||
and, more generally, to use and operate it in the same conditions of security. |
|
||||||
This Agreement may be freely reproduced and published, provided it is not |
|
||||||
altered, and that no provisions are either added or removed herefrom. |
|
||||||
|
|
||||||
This Agreement may apply to any or all software for which the holder of the |
In this respect, the risks associated with loading, using, modifying |
||||||
economic rights decides to submit the use thereof to its provisions. |
and/or developing or reproducing the software by the user are brought to |
||||||
|
the user's attention, given its Free Software status, which may make it |
||||||
|
complicated to use, with the result that its use is reserved for |
||||||
|
developers and experienced professionals having in-depth computer |
||||||
|
knowledge. Users are therefore encouraged to load and test the |
||||||
|
suitability of the software as regards their requirements in conditions |
||||||
|
enabling the security of their systems and/or data to be ensured and, |
||||||
|
more generally, to use and operate it in the same conditions of |
||||||
|
security. This Agreement may be freely reproduced and published, |
||||||
|
provided it is not altered, and that no provisions are either added or |
||||||
|
removed herefrom. |
||||||
|
|
||||||
Article 1 - DEFINITIONS |
This Agreement may apply to any or all software for which the holder of |
||||||
|
the economic rights decides to submit the use thereof to its provisions. |
||||||
|
|
||||||
For the purpose of this Agreement, when the following expressions commence |
|
||||||
with a capital letter, they shall have the following meaning: |
|
||||||
|
|
||||||
|
Article 1 - DEFINITIONS |
||||||
|
|
||||||
Agreement: means this license agreement, and its possible subsequent versions |
For the purpose of this Agreement, when the following expressions |
||||||
and annexes. |
commence with a capital letter, they shall have the following meaning: |
||||||
|
|
||||||
|
Agreement: means this license agreement, and its possible subsequent |
||||||
|
versions and annexes. |
||||||
|
|
||||||
Software: means the software in its Object Code and/or Source Code form and, |
Software: means the software in its Object Code and/or Source Code form |
||||||
where applicable, its documentation, "as is" when the Licensee accepts the |
and, where applicable, its documentation, "as is" when the Licensee |
||||||
Agreement. |
accepts the Agreement. |
||||||
|
|
||||||
|
Initial Software: means the Software in its Source Code and possibly its |
||||||
|
Object Code form and, where applicable, its documentation, "as is" when |
||||||
|
it is first distributed under the terms and conditions of the Agreement. |
||||||
|
|
||||||
Initial Software: means the Software in its Source Code and possibly its Object |
Modified Software: means the Software modified by at least one |
||||||
Code form and, where applicable, its documentation, "as is" when it is first |
Contribution. |
||||||
distributed under the terms and conditions of the Agreement. |
|
||||||
|
|
||||||
|
Source Code: means all the Software's instructions and program lines to |
||||||
|
which access is required so as to modify the Software. |
||||||
|
|
||||||
Modified Software: means the Software modified by at least one Contribution. |
Object Code: means the binary files originating from the compilation of |
||||||
|
the Source Code. |
||||||
|
|
||||||
|
Holder: means the holder(s) of the economic rights over the Initial |
||||||
|
Software. |
||||||
|
|
||||||
Source Code: means all the Software's instructions and program lines to which |
Licensee: means the Software user(s) having accepted the Agreement. |
||||||
access is required so as to modify the Software. |
|
||||||
|
|
||||||
|
Contributor: means a Licensee having made at least one Contribution. |
||||||
|
|
||||||
Object Code: means the binary files originating from the compilation of the |
Licensor: means the Holder, or any other individual or legal entity, who |
||||||
Source Code. |
distributes the Software under the Agreement. |
||||||
|
|
||||||
|
Contribution: means any or all modifications, corrections, translations, |
||||||
|
adaptations and/or new functions integrated into the Software by any or |
||||||
|
all Contributors, as well as any or all Internal Modules. |
||||||
|
|
||||||
Holder: means the holder(s) of the economic rights over the Initial Software. |
Module: means a set of sources files including their documentation that |
||||||
|
enables supplementary functions or services in addition to those offered |
||||||
|
by the Software. |
||||||
|
|
||||||
|
External Module: means any or all Modules, not derived from the |
||||||
|
Software, so that this Module and the Software run in separate address |
||||||
|
spaces, with one calling the other when they are run. |
||||||
|
|
||||||
Licensee: means the Software user(s) having accepted the Agreement. |
Internal Module: means any or all Module, connected to the Software so |
||||||
|
that they both execute in the same address space. |
||||||
|
|
||||||
|
GNU GPL: means the GNU General Public License version 2 or any |
||||||
|
subsequent version, as published by the Free Software Foundation Inc. |
||||||
|
|
||||||
Contributor: means a Licensee having made at least one Contribution. |
Parties: mean both the Licensee and the Licensor. |
||||||
|
|
||||||
|
These expressions may be used both in singular and plural form. |
||||||
|
|
||||||
Licensor: means the Holder, or any other individual or legal entity, who distributes |
|
||||||
the Software under the Agreement. |
|
||||||
|
|
||||||
|
Article 2 - PURPOSE |
||||||
|
|
||||||
Contribution: means any or all modifications, corrections, translations, adaptations |
The purpose of the Agreement is the grant by the Licensor to the |
||||||
and/or new functions integrated into the Software by any or all Contributors, |
Licensee of a non-exclusive, transferable and worldwide license for the |
||||||
as well as any or all Internal Modules. |
Software as set forth in Article 5 hereinafter for the whole term of the |
||||||
|
protection granted by the rights over said Software. |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Module: means a set of sources files including their documentation that enables |
Article 3 - ACCEPTANCE |
||||||
supplementary functions or services in addition to those offered by the Software. |
|
||||||
|
|
||||||
|
3.1 The Licensee shall be deemed as having accepted the terms and |
||||||
|
conditions of this Agreement upon the occurrence of the first of the |
||||||
|
following events: |
||||||
|
|
||||||
External Module: means any or all Modules, not derived from the Software, |
* (i) loading the Software by any or all means, notably, by |
||||||
so that this Module and the Software run in separate address spaces, with |
downloading from a remote server, or by loading from a physical |
||||||
one calling the other when they are run. |
medium; |
||||||
|
* (ii) the first time the Licensee exercises any of the rights |
||||||
|
granted hereunder. |
||||||
|
|
||||||
|
3.2 One copy of the Agreement, containing a notice relating to the |
||||||
|
characteristics of the Software, to the limited warranty, and to the |
||||||
|
fact that its use is restricted to experienced users has been provided |
||||||
|
to the Licensee prior to its acceptance as set forth in Article 3.1 |
||||||
|
hereinabove, and the Licensee hereby acknowledges that it has read and |
||||||
|
understood it. |
||||||
|
|
||||||
Internal Module: means any or all Module, connected to the Software so that |
|
||||||
they both execute in the same address space. |
|
||||||
|
|
||||||
|
Article 4 - EFFECTIVE DATE AND TERM |
||||||
|
|
||||||
GNU GPL: means the GNU General Public License version 2 or any subsequent |
|
||||||
version, as published by the Free Software Foundation Inc. |
|
||||||
|
|
||||||
|
4.1 EFFECTIVE DATE |
||||||
|
|
||||||
Parties: mean both the Licensee and the Licensor. |
The Agreement shall become effective on the date when it is accepted by |
||||||
|
the Licensee as set forth in Article 3.1. |
||||||
|
|
||||||
These expressions may be used both in singular and plural form. |
|
||||||
|
|
||||||
Article 2 - PURPOSE |
4.2 TERM |
||||||
|
|
||||||
The purpose of the Agreement is the grant by the Licensor to the Licensee |
The Agreement shall remain in force for the entire legal term of |
||||||
of a non-exclusive, transferable and worldwide license for the Software as |
protection of the economic rights over the Software. |
||||||
set forth in Article 5 hereinafter for the whole term of the protection granted |
|
||||||
by the rights over said Software. |
|
||||||
|
|
||||||
Article 3 - ACCEPTANCE |
|
||||||
|
|
||||||
3.1 The Licensee shall be deemed as having accepted the terms and conditions |
Article 5 - SCOPE OF RIGHTS GRANTED |
||||||
of this Agreement upon the occurrence of the first of the following events: |
|
||||||
|
|
||||||
(i) loading the Software by any or all means, notably, by downloading from |
The Licensor hereby grants to the Licensee, who accepts, the following |
||||||
a remote server, or by loading from a physical medium; |
rights over the Software for any or all use, and for the term of the |
||||||
|
Agreement, on the basis of the terms and conditions set forth hereinafter. |
||||||
|
|
||||||
(ii) the first time the Licensee exercises any of the rights granted hereunder. |
Besides, if the Licensor owns or comes to own one or more patents |
||||||
|
protecting all or part of the functions of the Software or of its |
||||||
|
components, the Licensor undertakes not to enforce the rights granted by |
||||||
|
these patents against successive Licensees using, exploiting or |
||||||
|
modifying the Software. If these patents are transferred, the Licensor |
||||||
|
undertakes to have the transferees subscribe to the obligations set |
||||||
|
forth in this paragraph. |
||||||
|
|
||||||
3.2 One copy of the Agreement, containing a notice relating to the characteristics |
|
||||||
of the Software, to the limited warranty, and to the fact that its use is |
|
||||||
restricted to experienced users has been provided to the Licensee prior to |
|
||||||
its acceptance as set forth in Article 3.1 hereinabove, and the Licensee hereby |
|
||||||
acknowledges that it has read and understood it. |
|
||||||
|
|
||||||
Article 4 - EFFECTIVE DATE AND TERM |
5.1 RIGHT OF USE |
||||||
|
|
||||||
4.1 EFFECTIVE DATE |
The Licensee is authorized to use the Software, without any limitation |
||||||
|
as to its fields of application, with it being hereinafter specified |
||||||
|
that this comprises: |
||||||
|
|
||||||
The Agreement shall become effective on the date when it is accepted by the |
1. permanent or temporary reproduction of all or part of the Software |
||||||
Licensee as set forth in Article 3.1. |
by any or all means and in any or all form. |
||||||
|
|
||||||
4.2 TERM |
2. loading, displaying, running, or storing the Software on any or |
||||||
|
all medium. |
||||||
|
|
||||||
The Agreement shall remain in force for the entire legal term of protection |
3. entitlement to observe, study or test its operation so as to |
||||||
of the economic rights over the Software. |
determine the ideas and principles behind any or all constituent |
||||||
|
elements of said Software. This shall apply when the Licensee |
||||||
|
carries out any or all loading, displaying, running, transmission |
||||||
|
or storage operation as regards the Software, that it is entitled |
||||||
|
to carry out hereunder. |
||||||
|
|
||||||
Article 5 - SCOPE OF RIGHTS GRANTED |
|
||||||
|
|
||||||
The Licensor hereby grants to the Licensee, who accepts, the following rights |
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS |
||||||
over the Software for any or all use, and for the term of the Agreement, on |
|
||||||
the basis of the terms and conditions set forth hereinafter. |
|
||||||
|
|
||||||
Besides, if the Licensor owns or comes to own one or more patents protecting |
The right to make Contributions includes the right to translate, adapt, |
||||||
all or part of the functions of the Software or of its components, the Licensor |
arrange, or make any or all modifications to the Software, and the right |
||||||
undertakes not to enforce the rights granted by these patents against successive |
to reproduce the resulting software. |
||||||
Licensees using, exploiting or modifying the Software. If these patents are |
|
||||||
transferred, the Licensor undertakes to have the transferees subscribe to |
|
||||||
the obligations set forth in this paragraph. |
|
||||||
|
|
||||||
5.1 RIGHT OF USE |
The Licensee is authorized to make any or all Contributions to the |
||||||
|
Software provided that it includes an explicit notice that it is the |
||||||
|
author of said Contribution and indicates the date of the creation thereof. |
||||||
|
|
||||||
The Licensee is authorized to use the Software, without any limitation as |
|
||||||
to its fields of application, with it being hereinafter specified that this |
|
||||||
comprises: |
|
||||||
|
|
||||||
1. permanent or temporary reproduction of all or part of the Software by any |
5.3 RIGHT OF DISTRIBUTION |
||||||
or all means and in any or all form. |
|
||||||
|
|
||||||
2. loading, displaying, running, or storing the Software on any or all medium. |
In particular, the right of distribution includes the right to publish, |
||||||
|
transmit and communicate the Software to the general public on any or |
||||||
|
all medium, and by any or all means, and the right to market, either in |
||||||
|
consideration of a fee, or free of charge, one or more copies of the |
||||||
|
Software by any means. |
||||||
|
|
||||||
3. entitlement to observe, study or test its operation so as to determine |
The Licensee is further authorized to distribute copies of the modified |
||||||
the ideas and principles behind any or all constituent elements of said Software. |
or unmodified Software to third parties according to the terms and |
||||||
This shall apply when the Licensee carries out any or all loading, displaying, |
conditions set forth hereinafter. |
||||||
running, transmission or storage operation as regards the Software, that it |
|
||||||
is entitled to carry out hereunder. |
|
||||||
|
|
||||||
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS |
|
||||||
|
|
||||||
The right to make Contributions includes the right to translate, adapt, arrange, |
5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
||||||
or make any or all modifications to the Software, and the right to reproduce |
|
||||||
the resulting software. |
|
||||||
|
|
||||||
The Licensee is authorized to make any or all Contributions to the Software |
The Licensee is authorized to distribute true copies of the Software in |
||||||
provided that it includes an explicit notice that it is the author of said |
Source Code or Object Code form, provided that said distribution |
||||||
Contribution and indicates the date of the creation thereof. |
complies with all the provisions of the Agreement and is accompanied by: |
||||||
|
|
||||||
5.3 RIGHT OF DISTRIBUTION |
1. a copy of the Agreement, |
||||||
|
|
||||||
In particular, the right of distribution includes the right to publish, transmit |
2. a notice relating to the limitation of both the Licensor's |
||||||
and communicate the Software to the general public on any or all medium, and |
warranty and liability as set forth in Articles 8 and 9, |
||||||
by any or all means, and the right to market, either in consideration of a |
|
||||||
fee, or free of charge, one or more copies of the Software by any means. |
|
||||||
|
|
||||||
The Licensee is further authorized to distribute copies of the modified or |
and that, in the event that only the Object Code of the Software is |
||||||
unmodified Software to third parties according to the terms and conditions |
redistributed, the Licensee allows future Licensees unhindered access to |
||||||
set forth hereinafter. |
the full Source Code of the Software by indicating how to access it, it |
||||||
|
being understood that the additional cost of acquiring the Source Code |
||||||
|
shall not exceed the cost of transferring the data. |
||||||
|
|
||||||
5.3.1. DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
|
||||||
|
|
||||||
The Licensee is authorized to distribute true copies of the Software in Source |
5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE |
||||||
Code or Object Code form, provided that said distribution complies with all |
|
||||||
the provisions of the Agreement and is accompanied by: |
|
||||||
|
|
||||||
1. a copy of the Agreement, |
When the Licensee makes a Contribution to the Software, the terms and |
||||||
|
conditions for the distribution of the resulting Modified Software |
||||||
|
become subject to all the provisions of this Agreement. |
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
The Licensee is authorized to distribute the Modified Software, in |
||||||
liability as set forth in Articles 8 and 9, |
source code or object code form, provided that said distribution |
||||||
|
complies with all the provisions of the Agreement and is accompanied by: |
||||||
|
|
||||||
and that, in the event that only the Object Code of the Software is redistributed, |
1. a copy of the Agreement, |
||||||
the Licensee allows future Licensees unhindered access to the full Source |
|
||||||
Code of the Software by indicating how to access it, it being understood that |
|
||||||
the additional cost of acquiring the Source Code shall not exceed the cost |
|
||||||
of transferring the data. |
|
||||||
|
|
||||||
5.3.2. DISTRIBUTION OF MODIFIED SOFTWARE |
2. a notice relating to the limitation of both the Licensor's |
||||||
|
warranty and liability as set forth in Articles 8 and 9, |
||||||
|
|
||||||
When the Licensee makes a Contribution to the Software, the terms and conditions |
and that, in the event that only the object code of the Modified |
||||||
for the distribution of the resulting Modified Software become subject to |
Software is redistributed, the Licensee allows future Licensees |
||||||
all the provisions of this Agreement. |
unhindered access to the full source code of the Modified Software by |
||||||
|
indicating how to access it, it being understood that the additional |
||||||
|
cost of acquiring the source code shall not exceed the cost of |
||||||
|
transferring the data. |
||||||
|
|
||||||
The Licensee is authorized to distribute the Modified Software, in source |
|
||||||
code or object code form, provided that said distribution complies with all |
|
||||||
the provisions of the Agreement and is accompanied by: |
|
||||||
|
|
||||||
1. a copy of the Agreement, |
5.3.3 DISTRIBUTION OF EXTERNAL MODULES |
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
When the Licensee has developed an External Module, the terms and |
||||||
liability as set forth in Articles 8 and 9, |
conditions of this Agreement do not apply to said External Module, that |
||||||
|
may be distributed under a separate license agreement. |
||||||
|
|
||||||
and that, in the event that only the object code of the Modified Software |
|
||||||
is redistributed, the Licensee allows future Licensees unhindered access to |
|
||||||
the full source code of the Modified Software by indicating how to access |
|
||||||
it, it being understood that the additional cost of acquiring the source code |
|
||||||
shall not exceed the cost of transferring the data. |
|
||||||
|
|
||||||
5.3.3. DISTRIBUTION OF EXTERNAL MODULES |
5.3.4 COMPATIBILITY WITH THE GNU GPL |
||||||
|
|
||||||
When the Licensee has developed an External Module, the terms and conditions |
The Licensee can include a code that is subject to the provisions of one |
||||||
of this Agreement do not apply to said External Module, that may be distributed |
of the versions of the GNU GPL in the Modified or unmodified Software, |
||||||
under a separate license agreement. |
and distribute that entire code under the terms of the same version of |
||||||
|
the GNU GPL. |
||||||
|
|
||||||
5.3.4. COMPATIBILITY WITH THE GNU GPL |
The Licensee can include the Modified or unmodified Software in a code |
||||||
|
that is subject to the provisions of one of the versions of the GNU GPL, |
||||||
|
and distribute that entire code under the terms of the same version of |
||||||
|
the GNU GPL. |
||||||
|
|
||||||
The Licensee can include a code that is subject to the provisions of one of |
|
||||||
the versions of the GNU GPL in the Modified or unmodified Software, and distribute |
|
||||||
that entire code under the terms of the same version of the GNU GPL. |
|
||||||
|
|
||||||
The Licensee can include the Modified or unmodified Software in a code that |
Article 6 - INTELLECTUAL PROPERTY |
||||||
is subject to the provisions of one of the versions of the GNU GPL, and distribute |
|
||||||
that entire code under the terms of the same version of the GNU GPL. |
|
||||||
|
|
||||||
Article 6 - INTELLECTUAL PROPERTY |
|
||||||
|
|
||||||
6.1 OVER THE INITIAL SOFTWARE |
6.1 OVER THE INITIAL SOFTWARE |
||||||
|
|
||||||
The Holder owns the economic rights over the Initial Software. Any or all |
The Holder owns the economic rights over the Initial Software. Any or |
||||||
use of the Initial Software is subject to compliance with the terms and conditions |
all use of the Initial Software is subject to compliance with the terms |
||||||
under which the Holder has elected to distribute its work and no one shall |
and conditions under which the Holder has elected to distribute its work |
||||||
be entitled to modify the terms and conditions for the distribution of said |
and no one shall be entitled to modify the terms and conditions for the |
||||||
Initial Software. |
distribution of said Initial Software. |
||||||
|
|
||||||
|
The Holder undertakes that the Initial Software will remain ruled at |
||||||
|
least by this Agreement, for the duration set forth in Article 4.2. |
||||||
|
|
||||||
The Holder undertakes that the Initial Software will remain ruled at least |
|
||||||
by this Agreement, for the duration set forth in Article 4.2. |
|
||||||
|
|
||||||
6.2 OVER THE CONTRIBUTIONS |
6.2 OVER THE CONTRIBUTIONS |
||||||
|
|
||||||
The Licensee who develops a Contribution is the owner of the intellectual |
The Licensee who develops a Contribution is the owner of the |
||||||
property rights over this Contribution as defined by applicable law. |
intellectual property rights over this Contribution as defined by |
||||||
|
applicable law. |
||||||
|
|
||||||
|
|
||||||
6.3 OVER THE EXTERNAL MODULES |
6.3 OVER THE EXTERNAL MODULES |
||||||
|
|
||||||
The Licensee who develops an External Module is the owner of the intellectual |
The Licensee who develops an External Module is the owner of the |
||||||
property rights over this External Module as defined by applicable law and |
intellectual property rights over this External Module as defined by |
||||||
is free to choose the type of agreement that shall govern its distribution. |
applicable law and is free to choose the type of agreement that shall |
||||||
|
govern its distribution. |
||||||
|
|
||||||
|
|
||||||
6.4 JOINT PROVISIONS |
6.4 JOINT PROVISIONS |
||||||
|
|
||||||
The Licensee expressly undertakes: |
The Licensee expressly undertakes: |
||||||
|
|
||||||
1. not to remove, or modify, in any manner, the intellectual property notices |
1. not to remove, or modify, in any manner, the intellectual property |
||||||
attached to the Software; |
notices attached to the Software; |
||||||
|
|
||||||
2. to reproduce said notices, in an identical manner, in the copies of the |
2. to reproduce said notices, in an identical manner, in the copies |
||||||
Software modified or not. |
of the Software modified or not. |
||||||
|
|
||||||
The Licensee undertakes not to directly or indirectly infringe the intellectual |
The Licensee undertakes not to directly or indirectly infringe the |
||||||
property rights of the Holder and/or Contributors on the Software and to take, |
intellectual property rights of the Holder and/or Contributors on the |
||||||
where applicable, vis-à-vis its staff, any and all measures required to ensure |
Software and to take, where applicable, vis-à-vis its staff, any and all |
||||||
respect of said intellectual property rights of the Holder and/or Contributors. |
measures required to ensure respect of said intellectual property rights |
||||||
|
of the Holder and/or Contributors. |
||||||
Article 7 - RELATED SERVICES |
|
||||||
|
|
||||||
7.1 Under no circumstances shall the Agreement oblige the Licensor to provide |
Article 7 - RELATED SERVICES |
||||||
technical assistance or maintenance services for the Software. |
|
||||||
|
7.1 Under no circumstances shall the Agreement oblige the Licensor to |
||||||
However, the Licensor is entitled to offer this type of services. The terms |
provide technical assistance or maintenance services for the Software. |
||||||
and conditions of such technical assistance, and/or such maintenance, shall |
|
||||||
be set forth in a separate instrument. Only the Licensor offering said maintenance |
However, the Licensor is entitled to offer this type of services. The |
||||||
and/or technical assistance services shall incur liability therefor. |
terms and conditions of such technical assistance, and/or such |
||||||
|
maintenance, shall be set forth in a separate instrument. Only the |
||||||
7.2 Similarly, any Licensor is entitled to offer to its licensees, under its |
Licensor offering said maintenance and/or technical assistance services |
||||||
sole responsibility, a warranty, that shall only be binding upon itself, for |
shall incur liability therefor. |
||||||
the redistribution of the Software and/or the Modified Software, under terms |
|
||||||
and conditions that it is free to decide. Said warranty, and the financial |
7.2 Similarly, any Licensor is entitled to offer to its licensees, under |
||||||
terms and conditions of its application, shall be subject of a separate instrument |
its sole responsibility, a warranty, that shall only be binding upon |
||||||
executed between the Licensor and the Licensee. |
itself, for the redistribution of the Software and/or the Modified |
||||||
|
Software, under terms and conditions that it is free to decide. Said |
||||||
Article 8 - LIABILITY |
warranty, and the financial terms and conditions of its application, |
||||||
|
shall be subject of a separate instrument executed between the Licensor |
||||||
8.1 Subject to the provisions of Article 8.2, the Licensee shall be entitled |
and the Licensee. |
||||||
to claim compensation for any direct loss it may have suffered from the Software |
|
||||||
as a result of a fault on the part of the relevant Licensor, subject to providing |
|
||||||
evidence thereof. |
Article 8 - LIABILITY |
||||||
|
|
||||||
8.2 The Licensor's liability is limited to the commitments made under this |
8.1 Subject to the provisions of Article 8.2, the Licensee shall be |
||||||
Agreement and shall not be incurred as a result of in particular: (i) loss |
entitled to claim compensation for any direct loss it may have suffered |
||||||
due the Licensee's total or partial failure to fulfill its obligations, (ii) |
from the Software as a result of a fault on the part of the relevant |
||||||
direct or consequential loss that is suffered by the Licensee due to the use |
Licensor, subject to providing evidence thereof. |
||||||
or performance of the Software, and (iii) more generally, any consequential |
|
||||||
loss. In particular the Parties expressly agree that any or all pecuniary |
8.2 The Licensor's liability is limited to the commitments made under |
||||||
or business loss (i.e. loss of data, loss of profits, operating loss, loss |
this Agreement and shall not be incurred as a result of in particular: |
||||||
of customers or orders, opportunity cost, any disturbance to business activities) |
(i) loss due the Licensee's total or partial failure to fulfill its |
||||||
or any or all legal proceedings instituted against the Licensee by a third |
obligations, (ii) direct or consequential loss that is suffered by the |
||||||
party, shall constitute consequential loss and shall not provide entitlement |
Licensee due to the use or performance of the Software, and (iii) more |
||||||
to any or all compensation from the Licensor. |
generally, any consequential loss. In particular the Parties expressly |
||||||
|
agree that any or all pecuniary or business loss (i.e. loss of data, |
||||||
Article 9 - WARRANTY |
loss of profits, operating loss, loss of customers or orders, |
||||||
|
opportunity cost, any disturbance to business activities) or any or all |
||||||
9.1 The Licensee acknowledges that the scientific and technical state-of-the-art |
legal proceedings instituted against the Licensee by a third party, |
||||||
when the Software was distributed did not enable all possible uses to be tested |
shall constitute consequential loss and shall not provide entitlement to |
||||||
and verified, nor for the presence of possible defects to be detected. In |
any or all compensation from the Licensor. |
||||||
this respect, the Licensee's attention has been drawn to the risks associated |
|
||||||
with loading, using, modifying and/or developing and reproducing the Software |
|
||||||
which are reserved for experienced users. |
Article 9 - WARRANTY |
||||||
|
|
||||||
The Licensee shall be responsible for verifying, by any or all means, the |
9.1 The Licensee acknowledges that the scientific and technical |
||||||
suitability of the product for its requirements, its good working order, and |
state-of-the-art when the Software was distributed did not enable all |
||||||
for ensuring that it shall not cause damage to either persons or properties. |
possible uses to be tested and verified, nor for the presence of |
||||||
|
possible defects to be detected. In this respect, the Licensee's |
||||||
9.2 The Licensor hereby represents, in good faith, that it is entitled to |
attention has been drawn to the risks associated with loading, using, |
||||||
grant all the rights over the Software (including in particular the rights |
modifying and/or developing and reproducing the Software which are |
||||||
set forth in Article 5). |
reserved for experienced users. |
||||||
|
|
||||||
9.3 The Licensee acknowledges that the Software is supplied "as is" by the |
The Licensee shall be responsible for verifying, by any or all means, |
||||||
Licensor without any other express or tacit warranty, other than that provided |
the suitability of the product for its requirements, its good working |
||||||
for in Article 9.2 and, in particular, without any warranty as to its commercial |
order, and for ensuring that it shall not cause damage to either persons |
||||||
value, its secured, safe, innovative or relevant nature. |
or properties. |
||||||
|
|
||||||
Specifically, the Licensor does not warrant that the Software is free from |
9.2 The Licensor hereby represents, in good faith, that it is entitled |
||||||
any error, that it will operate without interruption, that it will be compatible |
to grant all the rights over the Software (including in particular the |
||||||
with the Licensee's own equipment and software configuration, nor that it |
rights set forth in Article 5). |
||||||
will meet the Licensee's requirements. |
|
||||||
|
9.3 The Licensee acknowledges that the Software is supplied "as is" by |
||||||
9.4 The Licensor does not either expressly or tacitly warrant that the Software |
the Licensor without any other express or tacit warranty, other than |
||||||
does not infringe any third party intellectual property right relating to |
that provided for in Article 9.2 and, in particular, without any warranty |
||||||
a patent, software or any other property right. Therefore, the Licensor disclaims |
as to its commercial value, its secured, safe, innovative or relevant |
||||||
any and all liability towards the Licensee arising out of any or all proceedings |
nature. |
||||||
for infringement that may be instituted in respect of the use, modification |
|
||||||
and redistribution of the Software. Nevertheless, should such proceedings |
Specifically, the Licensor does not warrant that the Software is free |
||||||
be instituted against the Licensee, the Licensor shall provide it with technical |
from any error, that it will operate without interruption, that it will |
||||||
and legal assistance for its defense. Such technical and legal assistance |
be compatible with the Licensee's own equipment and software |
||||||
shall be decided on a case-by-case basis between the relevant Licensor and |
configuration, nor that it will meet the Licensee's requirements. |
||||||
the Licensee pursuant to a memorandum of understanding. The Licensor disclaims |
|
||||||
any and all liability as regards the Licensee's use of the name of the Software. |
9.4 The Licensor does not either expressly or tacitly warrant that the |
||||||
No warranty is given as regards the existence of prior rights over the name |
Software does not infringe any third party intellectual property right |
||||||
of the Software or as regards the existence of a trademark. |
relating to a patent, software or any other property right. Therefore, |
||||||
|
the Licensor disclaims any and all liability towards the Licensee |
||||||
Article 10 - TERMINATION |
arising out of any or all proceedings for infringement that may be |
||||||
|
instituted in respect of the use, modification and redistribution of the |
||||||
10.1 In the event of a breach by the Licensee of its obligations hereunder, |
Software. Nevertheless, should such proceedings be instituted against |
||||||
the Licensor may automatically terminate this Agreement thirty (30) days after |
the Licensee, the Licensor shall provide it with technical and legal |
||||||
notice has been sent to the Licensee and has remained ineffective. |
assistance for its defense. Such technical and legal assistance shall be |
||||||
|
decided on a case-by-case basis between the relevant Licensor and the |
||||||
10.2 A Licensee whose Agreement is terminated shall no longer be authorized |
Licensee pursuant to a memorandum of understanding. The Licensor |
||||||
to use, modify or distribute the Software. However, any licenses that it may |
disclaims any and all liability as regards the Licensee's use of the |
||||||
have granted prior to termination of the Agreement shall remain valid subject |
name of the Software. No warranty is given as regards the existence of |
||||||
to their having been granted in compliance with the terms and conditions hereof. |
prior rights over the name of the Software or as regards the existence |
||||||
|
of a trademark. |
||||||
Article 11 - MISCELLANEOUS |
|
||||||
|
|
||||||
|
Article 10 - TERMINATION |
||||||
|
|
||||||
|
10.1 In the event of a breach by the Licensee of its obligations |
||||||
|
hereunder, the Licensor may automatically terminate this Agreement |
||||||
|
thirty (30) days after notice has been sent to the Licensee and has |
||||||
|
remained ineffective. |
||||||
|
|
||||||
|
10.2 A Licensee whose Agreement is terminated shall no longer be |
||||||
|
authorized to use, modify or distribute the Software. However, any |
||||||
|
licenses that it may have granted prior to termination of the Agreement |
||||||
|
shall remain valid subject to their having been granted in compliance |
||||||
|
with the terms and conditions hereof. |
||||||
|
|
||||||
|
|
||||||
|
Article 11 - MISCELLANEOUS |
||||||
|
|
||||||
|
|
||||||
11.1 EXCUSABLE EVENTS |
11.1 EXCUSABLE EVENTS |
||||||
|
|
||||||
Neither Party shall be liable for any or all delay, or failure to perform |
Neither Party shall be liable for any or all delay, or failure to |
||||||
the Agreement, that may be attributable to an event of force majeure, an act |
perform the Agreement, that may be attributable to an event of force |
||||||
of God or an outside cause, such as defective functioning or interruptions |
majeure, an act of God or an outside cause, such as defective |
||||||
of the electricity or telecommunications networks, network paralysis following |
functioning or interruptions of the electricity or telecommunications |
||||||
a virus attack, intervention by government authorities, natural disasters, |
networks, network paralysis following a virus attack, intervention by |
||||||
water damage, earthquakes, fire, explosions, strikes and labor unrest, war, |
government authorities, natural disasters, water damage, earthquakes, |
||||||
etc. |
fire, explosions, strikes and labor unrest, war, etc. |
||||||
|
|
||||||
11.2 Any failure by either Party, on one or more occasions, to invoke one |
11.2 Any failure by either Party, on one or more occasions, to invoke |
||||||
or more of the provisions hereof, shall under no circumstances be interpreted |
one or more of the provisions hereof, shall under no circumstances be |
||||||
as being a waiver by the interested Party of its right to invoke said provision(s) |
interpreted as being a waiver by the interested Party of its right to |
||||||
subsequently. |
invoke said provision(s) subsequently. |
||||||
|
|
||||||
11.3 The Agreement cancels and replaces any or all previous agreements, whether |
11.3 The Agreement cancels and replaces any or all previous agreements, |
||||||
written or oral, between the Parties and having the same purpose, and constitutes |
whether written or oral, between the Parties and having the same |
||||||
the entirety of the agreement between said Parties concerning said purpose. |
purpose, and constitutes the entirety of the agreement between said |
||||||
No supplement or modification to the terms and conditions hereof shall be |
Parties concerning said purpose. No supplement or modification to the |
||||||
effective as between the Parties unless it is made in writing and signed by |
terms and conditions hereof shall be effective as between the Parties |
||||||
their duly authorized representatives. |
unless it is made in writing and signed by their duly authorized |
||||||
|
representatives. |
||||||
11.4 In the event that one or more of the provisions hereof were to conflict |
|
||||||
with a current or future applicable act or legislative text, said act or legislative |
11.4 In the event that one or more of the provisions hereof were to |
||||||
text shall prevail, and the Parties shall make the necessary amendments so |
conflict with a current or future applicable act or legislative text, |
||||||
as to comply with said act or legislative text. All other provisions shall |
said act or legislative text shall prevail, and the Parties shall make |
||||||
remain effective. Similarly, invalidity of a provision of the Agreement, for |
the necessary amendments so as to comply with said act or legislative |
||||||
any reason whatsoever, shall not cause the Agreement as a whole to be invalid. |
text. All other provisions shall remain effective. Similarly, invalidity |
||||||
|
of a provision of the Agreement, for any reason whatsoever, shall not |
||||||
|
cause the Agreement as a whole to be invalid. |
||||||
|
|
||||||
|
|
||||||
11.5 LANGUAGE |
11.5 LANGUAGE |
||||||
|
|
||||||
The Agreement is drafted in both French and English and both versions are |
The Agreement is drafted in both French and English and both versions |
||||||
deemed authentic. |
are deemed authentic. |
||||||
|
|
||||||
|
|
||||||
|
Article 12 - NEW VERSIONS OF THE AGREEMENT |
||||||
|
|
||||||
|
12.1 Any person is authorized to duplicate and distribute copies of this |
||||||
|
Agreement. |
||||||
|
|
||||||
Article 12 - NEW VERSIONS OF THE AGREEMENT |
12.2 So as to ensure coherence, the wording of this Agreement is |
||||||
|
protected and may only be modified by the authors of the License, who |
||||||
|
reserve the right to periodically publish updates or new versions of the |
||||||
|
Agreement, each with a separate number. These subsequent versions may |
||||||
|
address new issues encountered by Free Software. |
||||||
|
|
||||||
12.1 Any person is authorized to duplicate and distribute copies of this Agreement. |
12.3 Any Software distributed under a given version of the Agreement may |
||||||
|
only be subsequently distributed under the same version of the Agreement |
||||||
|
or a subsequent version, subject to the provisions of Article 5.3.4. |
||||||
|
|
||||||
12.2 So as to ensure coherence, the wording of this Agreement is protected |
|
||||||
and may only be modified by the authors of the License, who reserve the right |
|
||||||
to periodically publish updates or new versions of the Agreement, each with |
|
||||||
a separate number. These subsequent versions may address new issues encountered |
|
||||||
by Free Software. |
|
||||||
|
|
||||||
12.3 Any Software distributed under a given version of the Agreement may only |
Article 13 - GOVERNING LAW AND JURISDICTION |
||||||
be subsequently distributed under the same version of the Agreement or a subsequent |
|
||||||
version, subject to the provisions of Article 5.3.4. |
|
||||||
|
|
||||||
Article 13 - GOVERNING LAW AND JURISDICTION |
13.1 The Agreement is governed by French law. The Parties agree to |
||||||
|
endeavor to seek an amicable solution to any disagreements or disputes |
||||||
|
that may arise during the performance of the Agreement. |
||||||
|
|
||||||
13.1 The Agreement is governed by French law. The Parties agree to endeavor |
13.2 Failing an amicable solution within two (2) months as from their |
||||||
to seek an amicable solution to any disagreements or disputes that may arise |
occurrence, and unless emergency proceedings are necessary, the |
||||||
during the performance of the Agreement. |
disagreements or disputes shall be referred to the Paris Courts having |
||||||
|
jurisdiction, by the more diligent Party. |
||||||
|
|
||||||
13.2 Failing an amicable solution within two (2) months as from their occurrence, |
|
||||||
and unless emergency proceedings are necessary, the disagreements or disputes |
|
||||||
shall be referred to the Paris Courts having jurisdiction, by the more diligent |
|
||||||
Party. |
|
||||||
|
|
||||||
Version 2.0 dated 2006-09-05. 1 CeCILL stands for Ce(a) C(nrs) I(nria) L(ogiciel) |
Version 2.0 dated 2006-09-05. |
||||||
L(ibre) |
|
||||||
|
@ -1,493 +1,518 @@ |
|||||||
CeCILL FREE SOFTWARE LICENSE AGREEMENT |
|
||||||
|
|
||||||
Version 2.1 dated 2013-06-21 Notice |
CeCILL FREE SOFTWARE LICENSE AGREEMENT |
||||||
|
|
||||||
This Agreement is a Free Software license agreement that is the result of |
Version 2.1 dated 2013-06-21 |
||||||
discussions between its authors in order to ensure compliance with the two |
|
||||||
main principles guiding its drafting: |
|
||||||
|
|
||||||
* firstly, compliance with the principles governing the distribution of Free |
|
||||||
Software: access to source code, broad rights granted to users, |
|
||||||
|
|
||||||
* secondly, the election of a governing law, French law, with which it is |
Notice |
||||||
conformant, both as regards the law of torts and intellectual property law, |
|
||||||
and the protection that it offers to both authors and holders of the economic |
|
||||||
rights over software. |
|
||||||
|
|
||||||
The authors of the CeCILL¹ license are: |
This Agreement is a Free Software license agreement that is the result |
||||||
|
of discussions between its authors in order to ensure compliance with |
||||||
|
the two main principles guiding its drafting: |
||||||
|
|
||||||
|
* firstly, compliance with the principles governing the distribution |
||||||
|
of Free Software: access to source code, broad rights granted to users, |
||||||
|
* secondly, the election of a governing law, French law, with which it |
||||||
|
is conformant, both as regards the law of torts and intellectual |
||||||
|
property law, and the protection that it offers to both authors and |
||||||
|
holders of the economic rights over software. |
||||||
|
|
||||||
Commissariat à l'énergie atomique et aux énergies alternatives - CEA, a public |
The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) |
||||||
scientific, technical and industrial research establishment, having its principal |
license are: |
||||||
place of business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
|
||||||
|
|
||||||
|
Commissariat à l'énergie atomique et aux énergies alternatives - CEA, a |
||||||
|
public scientific, technical and industrial research establishment, |
||||||
|
having its principal place of business at 25 rue Leblanc, immeuble Le |
||||||
|
Ponant D, 75015 Paris, France. |
||||||
|
|
||||||
Centre National de la Recherche Scientifique - CNRS, a public scientific and |
Centre National de la Recherche Scientifique - CNRS, a public scientific |
||||||
technological establishment, having its principal place of business at 3 rue |
and technological establishment, having its principal place of business |
||||||
Michel-Ange, 75794 Paris cedex 16, France. |
at 3 rue Michel-Ange, 75794 Paris cedex 16, France. |
||||||
|
|
||||||
|
Institut National de Recherche en Informatique et en Automatique - |
||||||
|
Inria, a public scientific and technological establishment, having its |
||||||
|
principal place of business at Domaine de Voluceau, Rocquencourt, BP |
||||||
|
105, 78153 Le Chesnay cedex, France. |
||||||
|
|
||||||
Institut National de Recherche en Informatique et en Automatique - Inria, |
|
||||||
a public scientific and technological establishment, having its principal |
|
||||||
place of business at Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay |
|
||||||
cedex, France. |
|
||||||
|
|
||||||
Preamble The purpose of this Free Software license agreement is to grant users |
Preamble |
||||||
the right to modify and redistribute the software governed by this license |
|
||||||
within the framework of an open source distribution model. |
|
||||||
|
|
||||||
The exercising of this right is conditional upon certain obligations for users |
The purpose of this Free Software license agreement is to grant users |
||||||
so as to preserve this status for all subsequent redistributions. |
the right to modify and redistribute the software governed by this |
||||||
|
license within the framework of an open source distribution model. |
||||||
|
|
||||||
In consideration of access to the source code and the rights to copy, modify |
The exercising of this right is conditional upon certain obligations for |
||||||
and redistribute granted by the license, users are provided only with a limited |
users so as to preserve this status for all subsequent redistributions. |
||||||
warranty and the software's author, the holder of the economic rights, and |
|
||||||
the successive licensors only have limited liability. |
|
||||||
|
|
||||||
In this respect, the risks associated with loading, using, modifying and/or |
In consideration of access to the source code and the rights to copy, |
||||||
developing or reproducing the software by the user are brought to the user's |
modify and redistribute granted by the license, users are provided only |
||||||
attention, given its Free Software status, which may make it complicated to |
with a limited warranty and the software's author, the holder of the |
||||||
use, with the result that its use is reserved for developers and experienced |
economic rights, and the successive licensors only have limited liability. |
||||||
professionals having in-depth computer knowledge. Users are therefore encouraged |
|
||||||
to load and test the suitability of the software as regards their requirements |
|
||||||
in conditions enabling the security of their systems and/or data to be ensured |
|
||||||
and, more generally, to use and operate it in the same conditions of security. |
|
||||||
This Agreement may be freely reproduced and published, provided it is not |
|
||||||
altered, and that no provisions are either added or removed herefrom. |
|
||||||
|
|
||||||
This Agreement may apply to any or all software for which the holder of the |
In this respect, the risks associated with loading, using, modifying |
||||||
economic rights decides to submit the use thereof to its provisions. |
and/or developing or reproducing the software by the user are brought to |
||||||
|
the user's attention, given its Free Software status, which may make it |
||||||
|
complicated to use, with the result that its use is reserved for |
||||||
|
developers and experienced professionals having in-depth computer |
||||||
|
knowledge. Users are therefore encouraged to load and test the |
||||||
|
suitability of the software as regards their requirements in conditions |
||||||
|
enabling the security of their systems and/or data to be ensured and, |
||||||
|
more generally, to use and operate it in the same conditions of |
||||||
|
security. This Agreement may be freely reproduced and published, |
||||||
|
provided it is not altered, and that no provisions are either added or |
||||||
|
removed herefrom. |
||||||
|
|
||||||
Frequently asked questions can be found on the official website of the CeCILL |
This Agreement may apply to any or all software for which the holder of |
||||||
licenses family (http://www.cecill.info/index.en.html) for any necessary clarification. |
the economic rights decides to submit the use thereof to its provisions. |
||||||
|
|
||||||
Article 1 - DEFINITIONS |
Frequently asked questions can be found on the official website of the |
||||||
|
CeCILL licenses family (http://www.cecill.info/index.en.html) for any |
||||||
|
necessary clarification. |
||||||
|
|
||||||
For the purpose of this Agreement, when the following expressions commence |
|
||||||
with a capital letter, they shall have the following meaning: |
|
||||||
|
|
||||||
|
Article 1 - DEFINITIONS |
||||||
|
|
||||||
Agreement: means this license agreement, and its possible subsequent versions |
For the purpose of this Agreement, when the following expressions |
||||||
and annexes. |
commence with a capital letter, they shall have the following meaning: |
||||||
|
|
||||||
|
Agreement: means this license agreement, and its possible subsequent |
||||||
|
versions and annexes. |
||||||
|
|
||||||
Software: means the software in its Object Code and/or Source Code form and, |
Software: means the software in its Object Code and/or Source Code form |
||||||
where applicable, its documentation, "as is" when the Licensee accepts the |
and, where applicable, its documentation, "as is" when the Licensee |
||||||
Agreement. |
accepts the Agreement. |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Initial Software: means the Software in its Source Code and possibly its Object |
|
||||||
Code form and, where applicable, its documentation, "as is" when it is first |
|
||||||
distributed under the terms and conditions of the Agreement. |
|
||||||
|
|
||||||
|
Initial Software: means the Software in its Source Code and possibly its |
||||||
|
Object Code form and, where applicable, its documentation, "as is" when |
||||||
|
it is first distributed under the terms and conditions of the Agreement. |
||||||
|
|
||||||
Modified Software: means the Software modified by at least one Contribution. |
Modified Software: means the Software modified by at least one |
||||||
|
Contribution. |
||||||
|
|
||||||
|
Source Code: means all the Software's instructions and program lines to |
||||||
|
which access is required so as to modify the Software. |
||||||
|
|
||||||
Source Code: means all the Software's instructions and program lines to which |
Object Code: means the binary files originating from the compilation of |
||||||
access is required so as to modify the Software. |
the Source Code. |
||||||
|
|
||||||
|
Holder: means the holder(s) of the economic rights over the Initial |
||||||
|
Software. |
||||||
|
|
||||||
Object Code: means the binary files originating from the compilation of the |
Licensee: means the Software user(s) having accepted the Agreement. |
||||||
Source Code. |
|
||||||
|
|
||||||
|
Contributor: means a Licensee having made at least one Contribution. |
||||||
|
|
||||||
Holder: means the holder(s) of the economic rights over the Initial Software. |
Licensor: means the Holder, or any other individual or legal entity, who |
||||||
|
distributes the Software under the Agreement. |
||||||
|
|
||||||
|
Contribution: means any or all modifications, corrections, translations, |
||||||
|
adaptations and/or new functions integrated into the Software by any or |
||||||
|
all Contributors, as well as any or all Internal Modules. |
||||||
|
|
||||||
Licensee: means the Software user(s) having accepted the Agreement. |
Module: means a set of sources files including their documentation that |
||||||
|
enables supplementary functions or services in addition to those offered |
||||||
|
by the Software. |
||||||
|
|
||||||
|
External Module: means any or all Modules, not derived from the |
||||||
|
Software, so that this Module and the Software run in separate address |
||||||
|
spaces, with one calling the other when they are run. |
||||||
|
|
||||||
Contributor: means a Licensee having made at least one Contribution. |
Internal Module: means any or all Module, connected to the Software so |
||||||
|
that they both execute in the same address space. |
||||||
|
|
||||||
|
GNU GPL: means the GNU General Public License version 2 or any |
||||||
|
subsequent version, as published by the Free Software Foundation Inc. |
||||||
|
|
||||||
Licensor: means the Holder, or any other individual or legal entity, who distributes |
GNU Affero GPL: means the GNU Affero General Public License version 3 or |
||||||
the Software under the Agreement. |
any subsequent version, as published by the Free Software Foundation Inc. |
||||||
|
|
||||||
|
EUPL: means the European Union Public License version 1.1 or any |
||||||
|
subsequent version, as published by the European Commission. |
||||||
|
|
||||||
Contribution: means any or all modifications, corrections, translations, adaptations |
Parties: mean both the Licensee and the Licensor. |
||||||
and/or new functions integrated into the Software by any or all Contributors, |
|
||||||
as well as any or all Internal Modules. |
|
||||||
|
|
||||||
|
These expressions may be used both in singular and plural form. |
||||||
|
|
||||||
Module: means a set of sources files including their documentation that enables |
|
||||||
supplementary functions or services in addition to those offered by the Software. |
|
||||||
|
|
||||||
|
Article 2 - PURPOSE |
||||||
|
|
||||||
External Module: means any or all Modules, not derived from the Software, |
The purpose of the Agreement is the grant by the Licensor to the |
||||||
so that this Module and the Software run in separate address spaces, with |
Licensee of a non-exclusive, transferable and worldwide license for the |
||||||
one calling the other when they are run. |
Software as set forth in Article 5 <#scope> hereinafter for the whole |
||||||
|
term of the protection granted by the rights over said Software. |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Internal Module: means any or all Module, connected to the Software so that |
Article 3 - ACCEPTANCE |
||||||
they both execute in the same address space. |
|
||||||
|
|
||||||
|
3.1 The Licensee shall be deemed as having accepted the terms and |
||||||
|
conditions of this Agreement upon the occurrence of the first of the |
||||||
|
following events: |
||||||
|
|
||||||
GNU GPL: means the GNU General Public License version 2 or any subsequent |
* (i) loading the Software by any or all means, notably, by |
||||||
version, as published by the Free Software Foundation Inc. |
downloading from a remote server, or by loading from a physical medium; |
||||||
|
* (ii) the first time the Licensee exercises any of the rights granted |
||||||
|
hereunder. |
||||||
|
|
||||||
|
3.2 One copy of the Agreement, containing a notice relating to the |
||||||
|
characteristics of the Software, to the limited warranty, and to the |
||||||
|
fact that its use is restricted to experienced users has been provided |
||||||
|
to the Licensee prior to its acceptance as set forth in Article 3.1 |
||||||
|
<#accepting> hereinabove, and the Licensee hereby acknowledges that it |
||||||
|
has read and understood it. |
||||||
|
|
||||||
GNU Affero GPL: means the GNU Affero General Public License version 3 or any |
|
||||||
subsequent version, as published by the Free Software Foundation Inc. |
|
||||||
|
|
||||||
|
Article 4 - EFFECTIVE DATE AND TERM |
||||||
|
|
||||||
EUPL: means the European Union Public License version 1.1 or any subsequent |
|
||||||
version, as published by the European Commission. |
|
||||||
|
|
||||||
|
4.1 EFFECTIVE DATE |
||||||
|
|
||||||
Parties: mean both the Licensee and the Licensor. |
The Agreement shall become effective on the date when it is accepted by |
||||||
|
the Licensee as set forth in Article 3.1 <#accepting>. |
||||||
|
|
||||||
These expressions may be used both in singular and plural form. |
|
||||||
|
|
||||||
Article 2 - PURPOSE |
4.2 TERM |
||||||
|
|
||||||
The purpose of the Agreement is the grant by the Licensor to the Licensee |
The Agreement shall remain in force for the entire legal term of |
||||||
of a non-exclusive, transferable and worldwide license for the Software as |
protection of the economic rights over the Software. |
||||||
set forth in Article 5 <#scope> hereinafter for the whole term of the protection |
|
||||||
granted by the rights over said Software. |
|
||||||
|
|
||||||
Article 3 - ACCEPTANCE |
|
||||||
|
|
||||||
3.1 The Licensee shall be deemed as having accepted the terms and conditions |
Article 5 - SCOPE OF RIGHTS GRANTED |
||||||
of this Agreement upon the occurrence of the first of the following events: |
|
||||||
|
|
||||||
(i) loading the Software by any or all means, notably, by downloading from |
The Licensor hereby grants to the Licensee, who accepts, the following |
||||||
a remote server, or by loading from a physical medium; |
rights over the Software for any or all use, and for the term of the |
||||||
|
Agreement, on the basis of the terms and conditions set forth hereinafter. |
||||||
|
|
||||||
(ii) the first time the Licensee exercises any of the rights granted hereunder. |
Besides, if the Licensor owns or comes to own one or more patents |
||||||
|
protecting all or part of the functions of the Software or of its |
||||||
|
components, the Licensor undertakes not to enforce the rights granted by |
||||||
|
these patents against successive Licensees using, exploiting or |
||||||
|
modifying the Software. If these patents are transferred, the Licensor |
||||||
|
undertakes to have the transferees subscribe to the obligations set |
||||||
|
forth in this paragraph. |
||||||
|
|
||||||
3.2 One copy of the Agreement, containing a notice relating to the characteristics |
|
||||||
of the Software, to the limited warranty, and to the fact that its use is |
|
||||||
restricted to experienced users has been provided to the Licensee prior to |
|
||||||
its acceptance as set forth in Article 3.1 <#accepting> hereinabove, and the |
|
||||||
Licensee hereby acknowledges that it has read and understood it. |
|
||||||
|
|
||||||
Article 4 - EFFECTIVE DATE AND TERM |
5.1 RIGHT OF USE |
||||||
|
|
||||||
4.1 EFFECTIVE DATE |
The Licensee is authorized to use the Software, without any limitation |
||||||
|
as to its fields of application, with it being hereinafter specified |
||||||
|
that this comprises: |
||||||
|
|
||||||
The Agreement shall become effective on the date when it is accepted by the |
1. permanent or temporary reproduction of all or part of the Software |
||||||
Licensee as set forth in Article 3.1 <#accepting> . |
by any or all means and in any or all form. |
||||||
|
|
||||||
4.2 TERM |
2. loading, displaying, running, or storing the Software on any or all |
||||||
|
medium. |
||||||
|
|
||||||
The Agreement shall remain in force for the entire legal term of protection |
3. entitlement to observe, study or test its operation so as to |
||||||
of the economic rights over the Software. |
determine the ideas and principles behind any or all constituent |
||||||
|
elements of said Software. This shall apply when the Licensee |
||||||
|
carries out any or all loading, displaying, running, transmission or |
||||||
|
storage operation as regards the Software, that it is entitled to |
||||||
|
carry out hereunder. |
||||||
|
|
||||||
Article 5 - SCOPE OF RIGHTS GRANTED |
|
||||||
|
|
||||||
The Licensor hereby grants to the Licensee, who accepts, the following rights |
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS |
||||||
over the Software for any or all use, and for the term of the Agreement, on |
|
||||||
the basis of the terms and conditions set forth hereinafter. |
|
||||||
|
|
||||||
Besides, if the Licensor owns or comes to own one or more patents protecting |
The right to make Contributions includes the right to translate, adapt, |
||||||
all or part of the functions of the Software or of its components, the Licensor |
arrange, or make any or all modifications to the Software, and the right |
||||||
undertakes not to enforce the rights granted by these patents against successive |
to reproduce the resulting software. |
||||||
Licensees using, exploiting or modifying the Software. If these patents are |
|
||||||
transferred, the Licensor undertakes to have the transferees subscribe to |
|
||||||
the obligations set forth in this paragraph. |
|
||||||
|
|
||||||
5.1 RIGHT OF USE |
The Licensee is authorized to make any or all Contributions to the |
||||||
|
Software provided that it includes an explicit notice that it is the |
||||||
|
author of said Contribution and indicates the date of the creation thereof. |
||||||
|
|
||||||
The Licensee is authorized to use the Software, without any limitation as |
|
||||||
to its fields of application, with it being hereinafter specified that this |
|
||||||
comprises: |
|
||||||
|
|
||||||
1. permanent or temporary reproduction of all or part of the Software by any |
5.3 RIGHT OF DISTRIBUTION |
||||||
or all means and in any or all form. |
|
||||||
|
|
||||||
2. loading, displaying, running, or storing the Software on any or all medium. |
In particular, the right of distribution includes the right to publish, |
||||||
|
transmit and communicate the Software to the general public on any or |
||||||
|
all medium, and by any or all means, and the right to market, either in |
||||||
|
consideration of a fee, or free of charge, one or more copies of the |
||||||
|
Software by any means. |
||||||
|
|
||||||
3. entitlement to observe, study or test its operation so as to determine |
The Licensee is further authorized to distribute copies of the modified |
||||||
the ideas and principles behind any or all constituent elements of said Software. |
or unmodified Software to third parties according to the terms and |
||||||
This shall apply when the Licensee carries out any or all loading, displaying, |
conditions set forth hereinafter. |
||||||
running, transmission or storage operation as regards the Software, that it |
|
||||||
is entitled to carry out hereunder. |
|
||||||
|
|
||||||
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS |
|
||||||
|
|
||||||
The right to make Contributions includes the right to translate, adapt, arrange, |
5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
||||||
or make any or all modifications to the Software, and the right to reproduce |
|
||||||
the resulting software. |
|
||||||
|
|
||||||
The Licensee is authorized to make any or all Contributions to the Software |
The Licensee is authorized to distribute true copies of the Software in |
||||||
provided that it includes an explicit notice that it is the author of said |
Source Code or Object Code form, provided that said distribution |
||||||
Contribution and indicates the date of the creation thereof. |
complies with all the provisions of the Agreement and is accompanied by: |
||||||
|
|
||||||
5.3 RIGHT OF DISTRIBUTION |
1. a copy of the Agreement, |
||||||
|
|
||||||
In particular, the right of distribution includes the right to publish, transmit |
2. a notice relating to the limitation of both the Licensor's warranty |
||||||
and communicate the Software to the general public on any or all medium, and |
and liability as set forth in Articles 8 and 9, |
||||||
by any or all means, and the right to market, either in consideration of a |
|
||||||
fee, or free of charge, one or more copies of the Software by any means. |
|
||||||
|
|
||||||
The Licensee is further authorized to distribute copies of the modified or |
and that, in the event that only the Object Code of the Software is |
||||||
unmodified Software to third parties according to the terms and conditions |
redistributed, the Licensee allows effective access to the full Source |
||||||
set forth hereinafter. |
Code of the Software for a period of at least three years from the |
||||||
|
distribution of the Software, it being understood that the additional |
||||||
|
acquisition cost of the Source Code shall not exceed the cost of the |
||||||
|
data transfer. |
||||||
|
|
||||||
5.3.1. DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
|
||||||
|
|
||||||
The Licensee is authorized to distribute true copies of the Software in Source |
5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE |
||||||
Code or Object Code form, provided that said distribution complies with all |
|
||||||
the provisions of the Agreement and is accompanied by: |
|
||||||
|
|
||||||
1. a copy of the Agreement, |
When the Licensee makes a Contribution to the Software, the terms and |
||||||
|
conditions for the distribution of the resulting Modified Software |
||||||
|
become subject to all the provisions of this Agreement. |
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
The Licensee is authorized to distribute the Modified Software, in |
||||||
liability as set forth in Articles 8 and 9, |
source code or object code form, provided that said distribution |
||||||
|
complies with all the provisions of the Agreement and is accompanied by: |
||||||
|
|
||||||
and that, in the event that only the Object Code of the Software is redistributed, |
1. a copy of the Agreement, |
||||||
the Licensee allows effective access to the full Source Code of the Software |
|
||||||
for a period of at least three years from the distribution of the Software, |
|
||||||
it being understood that the additional acquisition cost of the Source Code |
|
||||||
shall not exceed the cost of the data transfer. |
|
||||||
|
|
||||||
5.3.2. DISTRIBUTION OF MODIFIED SOFTWARE |
2. a notice relating to the limitation of both the Licensor's warranty |
||||||
|
and liability as set forth in Articles 8 and 9, |
||||||
|
|
||||||
When the Licensee makes a Contribution to the Software, the terms and conditions |
and, in the event that only the object code of the Modified Software is |
||||||
for the distribution of the resulting Modified Software become subject to |
redistributed, |
||||||
all the provisions of this Agreement. |
|
||||||
|
|
||||||
The Licensee is authorized to distribute the Modified Software, in source |
3. a note stating the conditions of effective access to the full source |
||||||
code or object code form, provided that said distribution complies with all |
code of the Modified Software for a period of at least three years |
||||||
the provisions of the Agreement and is accompanied by: |
from the distribution of the Modified Software, it being understood |
||||||
|
that the additional acquisition cost of the source code shall not |
||||||
|
exceed the cost of the data transfer. |
||||||
|
|
||||||
1. a copy of the Agreement, |
|
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
5.3.3 DISTRIBUTION OF EXTERNAL MODULES |
||||||
liability as set forth in Articles 8 and 9, |
|
||||||
|
|
||||||
and, in the event that only the object code of the Modified Software is redistributed, |
When the Licensee has developed an External Module, the terms and |
||||||
|
conditions of this Agreement do not apply to said External Module, that |
||||||
|
may be distributed under a separate license agreement. |
||||||
|
|
||||||
3. a note stating the conditions of effective access to the full source code |
|
||||||
of the Modified Software for a period of at least three years from the distribution |
|
||||||
of the Modified Software, it being understood that the additional acquisition |
|
||||||
cost of the source code shall not exceed the cost of the data transfer. |
|
||||||
|
|
||||||
5.3.3. DISTRIBUTION OF EXTERNAL MODULES |
5.3.4 COMPATIBILITY WITH OTHER LICENSES |
||||||
|
|
||||||
When the Licensee has developed an External Module, the terms and conditions |
The Licensee can include a code that is subject to the provisions of one |
||||||
of this Agreement do not apply to said External Module, that may be distributed |
of the versions of the GNU GPL, GNU Affero GPL and/or EUPL in the |
||||||
under a separate license agreement. |
Modified or unmodified Software, and distribute that entire code under |
||||||
|
the terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL. |
||||||
|
|
||||||
5.3.4. COMPATIBILITY WITH OTHER LICENSES |
The Licensee can include the Modified or unmodified Software in a code |
||||||
|
that is subject to the provisions of one of the versions of the GNU GPL, |
||||||
|
GNU Affero GPL and/or EUPL and distribute that entire code under the |
||||||
|
terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL. |
||||||
|
|
||||||
The Licensee can include a code that is subject to the provisions of one of |
|
||||||
the versions of the GNU GPL, GNU Affero GPL and/or EUPL in the Modified or |
|
||||||
unmodified Software, and distribute that entire code under the terms of the |
|
||||||
same version of the GNU GPL, GNU Affero GPL and/or EUPL. |
|
||||||
|
|
||||||
The Licensee can include the Modified or unmodified Software in a code that |
Article 6 - INTELLECTUAL PROPERTY |
||||||
is subject to the provisions of one of the versions of the GNU GPL, GNU Affero |
|
||||||
GPL and/or EUPL and distribute that entire code under the terms of the same |
|
||||||
version of the GNU GPL, GNU Affero GPL and/or EUPL. |
|
||||||
|
|
||||||
Article 6 - INTELLECTUAL PROPERTY |
|
||||||
|
|
||||||
6.1 OVER THE INITIAL SOFTWARE |
6.1 OVER THE INITIAL SOFTWARE |
||||||
|
|
||||||
The Holder owns the economic rights over the Initial Software. Any or all |
The Holder owns the economic rights over the Initial Software. Any or |
||||||
use of the Initial Software is subject to compliance with the terms and conditions |
all use of the Initial Software is subject to compliance with the terms |
||||||
under which the Holder has elected to distribute its work and no one shall |
and conditions under which the Holder has elected to distribute its work |
||||||
be entitled to modify the terms and conditions for the distribution of said |
and no one shall be entitled to modify the terms and conditions for the |
||||||
Initial Software. |
distribution of said Initial Software. |
||||||
|
|
||||||
|
The Holder undertakes that the Initial Software will remain ruled at |
||||||
|
least by this Agreement, for the duration set forth in Article 4.2 <#term>. |
||||||
|
|
||||||
The Holder undertakes that the Initial Software will remain ruled at least |
|
||||||
by this Agreement, for the duration set forth in Article 4.2 <#term> . |
|
||||||
|
|
||||||
6.2 OVER THE CONTRIBUTIONS |
6.2 OVER THE CONTRIBUTIONS |
||||||
|
|
||||||
The Licensee who develops a Contribution is the owner of the intellectual |
The Licensee who develops a Contribution is the owner of the |
||||||
property rights over this Contribution as defined by applicable law. |
intellectual property rights over this Contribution as defined by |
||||||
|
applicable law. |
||||||
|
|
||||||
|
|
||||||
6.3 OVER THE EXTERNAL MODULES |
6.3 OVER THE EXTERNAL MODULES |
||||||
|
|
||||||
The Licensee who develops an External Module is the owner of the intellectual |
The Licensee who develops an External Module is the owner of the |
||||||
property rights over this External Module as defined by applicable law and |
intellectual property rights over this External Module as defined by |
||||||
is free to choose the type of agreement that shall govern its distribution. |
applicable law and is free to choose the type of agreement that shall |
||||||
|
govern its distribution. |
||||||
|
|
||||||
|
|
||||||
6.4 JOINT PROVISIONS |
6.4 JOINT PROVISIONS |
||||||
|
|
||||||
The Licensee expressly undertakes: |
The Licensee expressly undertakes: |
||||||
|
|
||||||
1. not to remove, or modify, in any manner, the intellectual property notices |
1. not to remove, or modify, in any manner, the intellectual property |
||||||
attached to the Software; |
notices attached to the Software; |
||||||
|
|
||||||
2. to reproduce said notices, in an identical manner, in the copies of the |
2. to reproduce said notices, in an identical manner, in the copies of |
||||||
Software modified or not. |
the Software modified or not. |
||||||
|
|
||||||
The Licensee undertakes not to directly or indirectly infringe the intellectual |
The Licensee undertakes not to directly or indirectly infringe the |
||||||
property rights on the Software of the Holder and/or Contributors, and to |
intellectual property rights on the Software of the Holder and/or |
||||||
take, where applicable, vis-à-vis its staff, any and all measures required |
Contributors, and to take, where applicable, vis-à-vis its staff, any |
||||||
to ensure respect of said intellectual property rights of the Holder and/or |
and all measures required to ensure respect of said intellectual |
||||||
Contributors. |
property rights of the Holder and/or Contributors. |
||||||
|
|
||||||
Article 7 - RELATED SERVICES |
|
||||||
|
Article 7 - RELATED SERVICES |
||||||
7.1 Under no circumstances shall the Agreement oblige the Licensor to provide |
|
||||||
technical assistance or maintenance services for the Software. |
7.1 Under no circumstances shall the Agreement oblige the Licensor to |
||||||
|
provide technical assistance or maintenance services for the Software. |
||||||
However, the Licensor is entitled to offer this type of services. The terms |
|
||||||
and conditions of such technical assistance, and/or such maintenance, shall |
However, the Licensor is entitled to offer this type of services. The |
||||||
be set forth in a separate instrument. Only the Licensor offering said maintenance |
terms and conditions of such technical assistance, and/or such |
||||||
and/or technical assistance services shall incur liability therefor. |
maintenance, shall be set forth in a separate instrument. Only the |
||||||
|
Licensor offering said maintenance and/or technical assistance services |
||||||
7.2 Similarly, any Licensor is entitled to offer to its licensees, under its |
shall incur liability therefor. |
||||||
sole responsibility, a warranty, that shall only be binding upon itself, for |
|
||||||
the redistribution of the Software and/or the Modified Software, under terms |
7.2 Similarly, any Licensor is entitled to offer to its licensees, under |
||||||
and conditions that it is free to decide. Said warranty, and the financial |
its sole responsibility, a warranty, that shall only be binding upon |
||||||
terms and conditions of its application, shall be subject of a separate instrument |
itself, for the redistribution of the Software and/or the Modified |
||||||
executed between the Licensor and the Licensee. |
Software, under terms and conditions that it is free to decide. Said |
||||||
|
warranty, and the financial terms and conditions of its application, |
||||||
Article 8 - LIABILITY |
shall be subject of a separate instrument executed between the Licensor |
||||||
|
and the Licensee. |
||||||
8.1 Subject to the provisions of Article 8.2, the Licensee shall be entitled |
|
||||||
to claim compensation for any direct loss it may have suffered from the Software |
|
||||||
as a result of a fault on the part of the relevant Licensor, subject to providing |
Article 8 - LIABILITY |
||||||
evidence thereof. |
|
||||||
|
8.1 Subject to the provisions of Article 8.2, the Licensee shall be |
||||||
8.2 The Licensor's liability is limited to the commitments made under this |
entitled to claim compensation for any direct loss it may have suffered |
||||||
Agreement and shall not be incurred as a result of in particular: (i) loss |
from the Software as a result of a fault on the part of the relevant |
||||||
due the Licensee's total or partial failure to fulfill its obligations, (ii) |
Licensor, subject to providing evidence thereof. |
||||||
direct or consequential loss that is suffered by the Licensee due to the use |
|
||||||
or performance of the Software, and (iii) more generally, any consequential |
8.2 The Licensor's liability is limited to the commitments made under |
||||||
loss. In particular the Parties expressly agree that any or all pecuniary |
this Agreement and shall not be incurred as a result of in particular: |
||||||
or business loss (i.e. loss of data, loss of profits, operating loss, loss |
(i) loss due the Licensee's total or partial failure to fulfill its |
||||||
of customers or orders, opportunity cost, any disturbance to business activities) |
obligations, (ii) direct or consequential loss that is suffered by the |
||||||
or any or all legal proceedings instituted against the Licensee by a third |
Licensee due to the use or performance of the Software, and (iii) more |
||||||
party, shall constitute consequential loss and shall not provide entitlement |
generally, any consequential loss. In particular the Parties expressly |
||||||
to any or all compensation from the Licensor. |
agree that any or all pecuniary or business loss (i.e. loss of data, |
||||||
|
loss of profits, operating loss, loss of customers or orders, |
||||||
Article 9 - WARRANTY |
opportunity cost, any disturbance to business activities) or any or all |
||||||
|
legal proceedings instituted against the Licensee by a third party, |
||||||
9.1 The Licensee acknowledges that the scientific and technical state-of-the-art |
shall constitute consequential loss and shall not provide entitlement to |
||||||
when the Software was distributed did not enable all possible uses to be tested |
any or all compensation from the Licensor. |
||||||
and verified, nor for the presence of possible defects to be detected. In |
|
||||||
this respect, the Licensee's attention has been drawn to the risks associated |
|
||||||
with loading, using, modifying and/or developing and reproducing the Software |
Article 9 - WARRANTY |
||||||
which are reserved for experienced users. |
|
||||||
|
9.1 The Licensee acknowledges that the scientific and technical |
||||||
The Licensee shall be responsible for verifying, by any or all means, the |
state-of-the-art when the Software was distributed did not enable all |
||||||
suitability of the product for its requirements, its good working order, and |
possible uses to be tested and verified, nor for the presence of |
||||||
for ensuring that it shall not cause damage to either persons or properties. |
possible defects to be detected. In this respect, the Licensee's |
||||||
|
attention has been drawn to the risks associated with loading, using, |
||||||
9.2 The Licensor hereby represents, in good faith, that it is entitled to |
modifying and/or developing and reproducing the Software which are |
||||||
grant all the rights over the Software (including in particular the rights |
reserved for experienced users. |
||||||
set forth in Article 5 <#scope> ). |
|
||||||
|
The Licensee shall be responsible for verifying, by any or all means, |
||||||
9.3 The Licensee acknowledges that the Software is supplied "as is" by the |
the suitability of the product for its requirements, its good working |
||||||
Licensor without any other express or tacit warranty, other than that provided |
order, and for ensuring that it shall not cause damage to either persons |
||||||
for in Article 9.2 <#good-faith> and, in particular, without any warranty |
or properties. |
||||||
as to its commercial value, its secured, safe, innovative or relevant nature. |
|
||||||
|
9.2 The Licensor hereby represents, in good faith, that it is entitled |
||||||
Specifically, the Licensor does not warrant that the Software is free from |
to grant all the rights over the Software (including in particular the |
||||||
any error, that it will operate without interruption, that it will be compatible |
rights set forth in Article 5 <#scope>). |
||||||
with the Licensee's own equipment and software configuration, nor that it |
|
||||||
will meet the Licensee's requirements. |
9.3 The Licensee acknowledges that the Software is supplied "as is" by |
||||||
|
the Licensor without any other express or tacit warranty, other than |
||||||
9.4 The Licensor does not either expressly or tacitly warrant that the Software |
that provided for in Article 9.2 <#good-faith> and, in particular, |
||||||
does not infringe any third party intellectual property right relating to |
without any warranty as to its commercial value, its secured, safe, |
||||||
a patent, software or any other property right. Therefore, the Licensor disclaims |
innovative or relevant nature. |
||||||
any and all liability towards the Licensee arising out of any or all proceedings |
|
||||||
for infringement that may be instituted in respect of the use, modification |
Specifically, the Licensor does not warrant that the Software is free |
||||||
and redistribution of the Software. Nevertheless, should such proceedings |
from any error, that it will operate without interruption, that it will |
||||||
be instituted against the Licensee, the Licensor shall provide it with technical |
be compatible with the Licensee's own equipment and software |
||||||
and legal expertise for its defense. Such technical and legal expertise shall |
configuration, nor that it will meet the Licensee's requirements. |
||||||
be decided on a case-by-case basis between the relevant Licensor and the Licensee |
|
||||||
pursuant to a memorandum of understanding. The Licensor disclaims any and |
9.4 The Licensor does not either expressly or tacitly warrant that the |
||||||
all liability as regards the Licensee's use of the name of the Software. No |
Software does not infringe any third party intellectual property right |
||||||
warranty is given as regards the existence of prior rights over the name of |
relating to a patent, software or any other property right. Therefore, |
||||||
the Software or as regards the existence of a trademark. |
the Licensor disclaims any and all liability towards the Licensee |
||||||
|
arising out of any or all proceedings for infringement that may be |
||||||
Article 10 - TERMINATION |
instituted in respect of the use, modification and redistribution of the |
||||||
|
Software. Nevertheless, should such proceedings be instituted against |
||||||
10.1 In the event of a breach by the Licensee of its obligations hereunder, |
the Licensee, the Licensor shall provide it with technical and legal |
||||||
the Licensor may automatically terminate this Agreement thirty (30) days after |
expertise for its defense. Such technical and legal expertise shall be |
||||||
notice has been sent to the Licensee and has remained ineffective. |
decided on a case-by-case basis between the relevant Licensor and the |
||||||
|
Licensee pursuant to a memorandum of understanding. The Licensor |
||||||
10.2 A Licensee whose Agreement is terminated shall no longer be authorized |
disclaims any and all liability as regards the Licensee's use of the |
||||||
to use, modify or distribute the Software. However, any licenses that it may |
name of the Software. No warranty is given as regards the existence of |
||||||
have granted prior to termination of the Agreement shall remain valid subject |
prior rights over the name of the Software or as regards the existence |
||||||
to their having been granted in compliance with the terms and conditions hereof. |
of a trademark. |
||||||
|
|
||||||
Article 11 - MISCELLANEOUS |
|
||||||
|
Article 10 - TERMINATION |
||||||
|
|
||||||
|
10.1 In the event of a breach by the Licensee of its obligations |
||||||
|
hereunder, the Licensor may automatically terminate this Agreement |
||||||
|
thirty (30) days after notice has been sent to the Licensee and has |
||||||
|
remained ineffective. |
||||||
|
|
||||||
|
10.2 A Licensee whose Agreement is terminated shall no longer be |
||||||
|
authorized to use, modify or distribute the Software. However, any |
||||||
|
licenses that it may have granted prior to termination of the Agreement |
||||||
|
shall remain valid subject to their having been granted in compliance |
||||||
|
with the terms and conditions hereof. |
||||||
|
|
||||||
|
|
||||||
|
Article 11 - MISCELLANEOUS |
||||||
|
|
||||||
|
|
||||||
11.1 EXCUSABLE EVENTS |
11.1 EXCUSABLE EVENTS |
||||||
|
|
||||||
Neither Party shall be liable for any or all delay, or failure to perform |
Neither Party shall be liable for any or all delay, or failure to |
||||||
the Agreement, that may be attributable to an event of force majeure, an act |
perform the Agreement, that may be attributable to an event of force |
||||||
of God or an outside cause, such as defective functioning or interruptions |
majeure, an act of God or an outside cause, such as defective |
||||||
of the electricity or telecommunications networks, network paralysis following |
functioning or interruptions of the electricity or telecommunications |
||||||
a virus attack, intervention by government authorities, natural disasters, |
networks, network paralysis following a virus attack, intervention by |
||||||
water damage, earthquakes, fire, explosions, strikes and labor unrest, war, |
government authorities, natural disasters, water damage, earthquakes, |
||||||
etc. |
fire, explosions, strikes and labor unrest, war, etc. |
||||||
|
|
||||||
11.2 Any failure by either Party, on one or more occasions, to invoke one |
11.2 Any failure by either Party, on one or more occasions, to invoke |
||||||
or more of the provisions hereof, shall under no circumstances be interpreted |
one or more of the provisions hereof, shall under no circumstances be |
||||||
as being a waiver by the interested Party of its right to invoke said provision(s) |
interpreted as being a waiver by the interested Party of its right to |
||||||
subsequently. |
invoke said provision(s) subsequently. |
||||||
|
|
||||||
11.3 The Agreement cancels and replaces any or all previous agreements, whether |
11.3 The Agreement cancels and replaces any or all previous agreements, |
||||||
written or oral, between the Parties and having the same purpose, and constitutes |
whether written or oral, between the Parties and having the same |
||||||
the entirety of the agreement between said Parties concerning said purpose. |
purpose, and constitutes the entirety of the agreement between said |
||||||
No supplement or modification to the terms and conditions hereof shall be |
Parties concerning said purpose. No supplement or modification to the |
||||||
effective as between the Parties unless it is made in writing and signed by |
terms and conditions hereof shall be effective as between the Parties |
||||||
their duly authorized representatives. |
unless it is made in writing and signed by their duly authorized |
||||||
|
representatives. |
||||||
11.4 In the event that one or more of the provisions hereof were to conflict |
|
||||||
with a current or future applicable act or legislative text, said act or legislative |
11.4 In the event that one or more of the provisions hereof were to |
||||||
text shall prevail, and the Parties shall make the necessary amendments so |
conflict with a current or future applicable act or legislative text, |
||||||
as to comply with said act or legislative text. All other provisions shall |
said act or legislative text shall prevail, and the Parties shall make |
||||||
remain effective. Similarly, invalidity of a provision of the Agreement, for |
the necessary amendments so as to comply with said act or legislative |
||||||
any reason whatsoever, shall not cause the Agreement as a whole to be invalid. |
text. All other provisions shall remain effective. Similarly, invalidity |
||||||
|
of a provision of the Agreement, for any reason whatsoever, shall not |
||||||
|
cause the Agreement as a whole to be invalid. |
||||||
|
|
||||||
|
|
||||||
11.5 LANGUAGE |
11.5 LANGUAGE |
||||||
|
|
||||||
The Agreement is drafted in both French and English and both versions are |
The Agreement is drafted in both French and English and both versions |
||||||
deemed authentic. |
are deemed authentic. |
||||||
|
|
||||||
|
|
||||||
Article 12 - NEW VERSIONS OF THE AGREEMENT |
Article 12 - NEW VERSIONS OF THE AGREEMENT |
||||||
|
|
||||||
|
12.1 Any person is authorized to duplicate and distribute copies of this |
||||||
|
Agreement. |
||||||
|
|
||||||
12.1 Any person is authorized to duplicate and distribute copies of this Agreement. |
12.2 So as to ensure coherence, the wording of this Agreement is |
||||||
|
protected and may only be modified by the authors of the License, who |
||||||
|
reserve the right to periodically publish updates or new versions of the |
||||||
|
Agreement, each with a separate number. These subsequent versions may |
||||||
|
address new issues encountered by Free Software. |
||||||
|
|
||||||
12.2 So as to ensure coherence, the wording of this Agreement is protected |
12.3 Any Software distributed under a given version of the Agreement may |
||||||
and may only be modified by the authors of the License, who reserve the right |
only be subsequently distributed under the same version of the Agreement |
||||||
to periodically publish updates or new versions of the Agreement, each with |
or a subsequent version, subject to the provisions of Article 5.3.4 |
||||||
a separate number. These subsequent versions may address new issues encountered |
<#compatibility>. |
||||||
by Free Software. |
|
||||||
|
|
||||||
12.3 Any Software distributed under a given version of the Agreement may only |
|
||||||
be subsequently distributed under the same version of the Agreement or a subsequent |
|
||||||
version, subject to the provisions of Article 5.3.4 <#compatibility> . |
|
||||||
|
|
||||||
Article 13 - GOVERNING LAW AND JURISDICTION |
Article 13 - GOVERNING LAW AND JURISDICTION |
||||||
|
|
||||||
13.1 The Agreement is governed by French law. The Parties agree to endeavor |
13.1 The Agreement is governed by French law. The Parties agree to |
||||||
to seek an amicable solution to any disagreements or disputes that may arise |
endeavor to seek an amicable solution to any disagreements or disputes |
||||||
during the performance of the Agreement. |
that may arise during the performance of the Agreement. |
||||||
|
|
||||||
13.2 Failing an amicable solution within two (2) months as from their occurrence, |
13.2 Failing an amicable solution within two (2) months as from their |
||||||
and unless emergency proceedings are necessary, the disagreements or disputes |
occurrence, and unless emergency proceedings are necessary, the |
||||||
shall be referred to the Paris Courts having jurisdiction, by the more diligent |
disagreements or disputes shall be referred to the Paris Courts having |
||||||
Party. 1 CeCILL stands for Ce(a) C(nrs) I(nria) L(ogiciel) L(ibre) |
jurisdiction, by the more diligent Party. |
||||||
|
@ -1,484 +1,515 @@ |
|||||||
CeCILL-B FREE SOFTWARE LICENSE AGREEMENT Notice |
|
||||||
|
|
||||||
This Agreement is a Free Software license agreement that is the result of |
CeCILL-B FREE SOFTWARE LICENSE AGREEMENT |
||||||
discussions between its authors in order to ensure compliance with the two |
|
||||||
main principles guiding its drafting: |
|
||||||
|
|
||||||
* firstly, compliance with the principles governing the distribution of Free |
|
||||||
Software: access to source code, broad rights granted to users, |
|
||||||
|
|
||||||
* secondly, the election of a governing law, French law, with which it is |
Notice |
||||||
conformant, both as regards the law of torts and intellectual property law, |
|
||||||
and the protection that it offers to both authors and holders of the economic |
|
||||||
rights over software. |
|
||||||
|
|
||||||
The authors of the CeCILL¹ license are: |
This Agreement is a Free Software license agreement that is the result |
||||||
|
of discussions between its authors in order to ensure compliance with |
||||||
|
the two main principles guiding its drafting: |
||||||
|
|
||||||
|
* firstly, compliance with the principles governing the distribution |
||||||
|
of Free Software: access to source code, broad rights granted to |
||||||
|
users, |
||||||
|
* secondly, the election of a governing law, French law, with which |
||||||
|
it is conformant, both as regards the law of torts and |
||||||
|
intellectual property law, and the protection that it offers to |
||||||
|
both authors and holders of the economic rights over software. |
||||||
|
|
||||||
Commissariat à l'Energie Atomique - CEA, a public scientific, technical and |
The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) |
||||||
industrial research establishment, having its principal place of business |
license are: |
||||||
at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
|
||||||
|
|
||||||
|
Commissariat à l'Energie Atomique - CEA, a public scientific, technical |
||||||
|
and industrial research establishment, having its principal place of |
||||||
|
business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
||||||
|
|
||||||
Centre National de la Recherche Scientifique - CNRS, a public scientific and |
Centre National de la Recherche Scientifique - CNRS, a public scientific |
||||||
technological establishment, having its principal place of business at 3 rue |
and technological establishment, having its principal place of business |
||||||
Michel-Ange, 75794 Paris cedex 16, France. |
at 3 rue Michel-Ange, 75794 Paris cedex 16, France. |
||||||
|
|
||||||
|
Institut National de Recherche en Informatique et en Automatique - |
||||||
|
INRIA, a public scientific and technological establishment, having its |
||||||
|
principal place of business at Domaine de Voluceau, Rocquencourt, BP |
||||||
|
105, 78153 Le Chesnay cedex, France. |
||||||
|
|
||||||
Institut National de Recherche en Informatique et en Automatique - INRIA, |
|
||||||
a public scientific and technological establishment, having its principal |
|
||||||
place of business at Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay |
|
||||||
cedex, France. |
|
||||||
|
|
||||||
Preamble This Agreement is an open source software license intended to give |
Preamble |
||||||
users significant freedom to modify and redistribute the software licensed |
|
||||||
|
This Agreement is an open source software license intended to give users |
||||||
|
significant freedom to modify and redistribute the software licensed |
||||||
hereunder. |
hereunder. |
||||||
|
|
||||||
The exercising of this freedom is conditional upon a strong obligation of |
The exercising of this freedom is conditional upon a strong obligation |
||||||
giving credits for everybody that distributes a software incorporating a software |
of giving credits for everybody that distributes a software |
||||||
ruled by the current license so as all contributions to be properly identified |
incorporating a software ruled by the current license so as all |
||||||
and acknowledged. |
contributions to be properly identified and acknowledged. |
||||||
|
|
||||||
In consideration of access to the source code and the rights to copy, modify |
In consideration of access to the source code and the rights to copy, |
||||||
and redistribute granted by the license, users are provided only with a limited |
modify and redistribute granted by the license, users are provided only |
||||||
warranty and the software's author, the holder of the economic rights, and |
with a limited warranty and the software's author, the holder of the |
||||||
the successive licensors only have limited liability. |
economic rights, and the successive licensors only have limited liability. |
||||||
|
|
||||||
In this respect, the risks associated with loading, using, modifying and/or |
In this respect, the risks associated with loading, using, modifying |
||||||
developing or reproducing the software by the user are brought to the user's |
and/or developing or reproducing the software by the user are brought to |
||||||
attention, given its Free Software status, which may make it complicated to |
the user's attention, given its Free Software status, which may make it |
||||||
use, with the result that its use is reserved for developers and experienced |
complicated to use, with the result that its use is reserved for |
||||||
professionals having in-depth computer knowledge. Users are therefore encouraged |
developers and experienced professionals having in-depth computer |
||||||
to load and test the suitability of the software as regards their requirements |
knowledge. Users are therefore encouraged to load and test the |
||||||
in conditions enabling the security of their systems and/or data to be ensured |
suitability of the software as regards their requirements in conditions |
||||||
and, more generally, to use and operate it in the same conditions of security. |
enabling the security of their systems and/or data to be ensured and, |
||||||
This Agreement may be freely reproduced and published, provided it is not |
more generally, to use and operate it in the same conditions of |
||||||
altered, and that no provisions are either added or removed herefrom. |
security. This Agreement may be freely reproduced and published, |
||||||
|
provided it is not altered, and that no provisions are either added or |
||||||
|
removed herefrom. |
||||||
|
|
||||||
This Agreement may apply to any or all software for which the holder of the |
This Agreement may apply to any or all software for which the holder of |
||||||
economic rights decides to submit the use thereof to its provisions. |
the economic rights decides to submit the use thereof to its provisions. |
||||||
|
|
||||||
Article 1 - DEFINITIONS |
|
||||||
|
|
||||||
For the purpose of this Agreement, when the following expressions commence |
Article 1 - DEFINITIONS |
||||||
with a capital letter, they shall have the following meaning: |
|
||||||
|
|
||||||
|
For the purpose of this Agreement, when the following expressions |
||||||
|
commence with a capital letter, they shall have the following meaning: |
||||||
|
|
||||||
Agreement: means this license agreement, and its possible subsequent versions |
Agreement: means this license agreement, and its possible subsequent |
||||||
and annexes. |
versions and annexes. |
||||||
|
|
||||||
|
Software: means the software in its Object Code and/or Source Code form |
||||||
|
and, where applicable, its documentation, "as is" when the Licensee |
||||||
|
accepts the Agreement. |
||||||
|
|
||||||
Software: means the software in its Object Code and/or Source Code form and, |
Initial Software: means the Software in its Source Code and possibly its |
||||||
where applicable, its documentation, "as is" when the Licensee accepts the |
Object Code form and, where applicable, its documentation, "as is" when |
||||||
Agreement. |
it is first distributed under the terms and conditions of the Agreement. |
||||||
|
|
||||||
|
Modified Software: means the Software modified by at least one |
||||||
|
Contribution. |
||||||
|
|
||||||
Initial Software: means the Software in its Source Code and possibly its Object |
Source Code: means all the Software's instructions and program lines to |
||||||
Code form and, where applicable, its documentation, "as is" when it is first |
which access is required so as to modify the Software. |
||||||
distributed under the terms and conditions of the Agreement. |
|
||||||
|
|
||||||
|
Object Code: means the binary files originating from the compilation of |
||||||
|
the Source Code. |
||||||
|
|
||||||
Modified Software: means the Software modified by at least one Contribution. |
Holder: means the holder(s) of the economic rights over the Initial |
||||||
|
Software. |
||||||
|
|
||||||
|
Licensee: means the Software user(s) having accepted the Agreement. |
||||||
|
|
||||||
Source Code: means all the Software's instructions and program lines to which |
Contributor: means a Licensee having made at least one Contribution. |
||||||
access is required so as to modify the Software. |
|
||||||
|
|
||||||
|
Licensor: means the Holder, or any other individual or legal entity, who |
||||||
|
distributes the Software under the Agreement. |
||||||
|
|
||||||
Object Code: means the binary files originating from the compilation of the |
Contribution: means any or all modifications, corrections, translations, |
||||||
Source Code. |
adaptations and/or new functions integrated into the Software by any or |
||||||
|
all Contributors, as well as any or all Internal Modules. |
||||||
|
|
||||||
|
Module: means a set of sources files including their documentation that |
||||||
|
enables supplementary functions or services in addition to those offered |
||||||
|
by the Software. |
||||||
|
|
||||||
Holder: means the holder(s) of the economic rights over the Initial Software. |
External Module: means any or all Modules, not derived from the |
||||||
|
Software, so that this Module and the Software run in separate address |
||||||
|
spaces, with one calling the other when they are run. |
||||||
|
|
||||||
|
Internal Module: means any or all Module, connected to the Software so |
||||||
|
that they both execute in the same address space. |
||||||
|
|
||||||
Licensee: means the Software user(s) having accepted the Agreement. |
Parties: mean both the Licensee and the Licensor. |
||||||
|
|
||||||
|
These expressions may be used both in singular and plural form. |
||||||
|
|
||||||
Contributor: means a Licensee having made at least one Contribution. |
|
||||||
|
|
||||||
|
Article 2 - PURPOSE |
||||||
|
|
||||||
Licensor: means the Holder, or any other individual or legal entity, who distributes |
The purpose of the Agreement is the grant by the Licensor to the |
||||||
the Software under the Agreement. |
Licensee of a non-exclusive, transferable and worldwide license for the |
||||||
|
Software as set forth in Article 5 hereinafter for the whole term of the |
||||||
|
protection granted by the rights over said Software. |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contribution: means any or all modifications, corrections, translations, adaptations |
Article 3 - ACCEPTANCE |
||||||
and/or new functions integrated into the Software by any or all Contributors, |
|
||||||
as well as any or all Internal Modules. |
|
||||||
|
|
||||||
|
3.1 The Licensee shall be deemed as having accepted the terms and |
||||||
|
conditions of this Agreement upon the occurrence of the first of the |
||||||
|
following events: |
||||||
|
|
||||||
Module: means a set of sources files including their documentation that enables |
* (i) loading the Software by any or all means, notably, by |
||||||
supplementary functions or services in addition to those offered by the Software. |
downloading from a remote server, or by loading from a physical |
||||||
|
medium; |
||||||
|
* (ii) the first time the Licensee exercises any of the rights |
||||||
|
granted hereunder. |
||||||
|
|
||||||
|
3.2 One copy of the Agreement, containing a notice relating to the |
||||||
|
characteristics of the Software, to the limited warranty, and to the |
||||||
|
fact that its use is restricted to experienced users has been provided |
||||||
|
to the Licensee prior to its acceptance as set forth in Article 3.1 |
||||||
|
hereinabove, and the Licensee hereby acknowledges that it has read and |
||||||
|
understood it. |
||||||
|
|
||||||
External Module: means any or all Modules, not derived from the Software, |
|
||||||
so that this Module and the Software run in separate address spaces, with |
|
||||||
one calling the other when they are run. |
|
||||||
|
|
||||||
|
Article 4 - EFFECTIVE DATE AND TERM |
||||||
|
|
||||||
Internal Module: means any or all Module, connected to the Software so that |
|
||||||
they both execute in the same address space. |
|
||||||
|
|
||||||
|
4.1 EFFECTIVE DATE |
||||||
|
|
||||||
Parties: mean both the Licensee and the Licensor. |
The Agreement shall become effective on the date when it is accepted by |
||||||
|
the Licensee as set forth in Article 3.1. |
||||||
|
|
||||||
These expressions may be used both in singular and plural form. |
|
||||||
|
|
||||||
Article 2 - PURPOSE |
4.2 TERM |
||||||
|
|
||||||
The purpose of the Agreement is the grant by the Licensor to the Licensee |
The Agreement shall remain in force for the entire legal term of |
||||||
of a non-exclusive, transferable and worldwide license for the Software as |
protection of the economic rights over the Software. |
||||||
set forth in Article 5 hereinafter for the whole term of the protection granted |
|
||||||
by the rights over said Software. |
|
||||||
|
|
||||||
Article 3 - ACCEPTANCE |
|
||||||
|
|
||||||
3.1 The Licensee shall be deemed as having accepted the terms and conditions |
Article 5 - SCOPE OF RIGHTS GRANTED |
||||||
of this Agreement upon the occurrence of the first of the following events: |
|
||||||
|
|
||||||
(i) loading the Software by any or all means, notably, by downloading from |
The Licensor hereby grants to the Licensee, who accepts, the following |
||||||
a remote server, or by loading from a physical medium; |
rights over the Software for any or all use, and for the term of the |
||||||
|
Agreement, on the basis of the terms and conditions set forth hereinafter. |
||||||
|
|
||||||
(ii) the first time the Licensee exercises any of the rights granted hereunder. |
Besides, if the Licensor owns or comes to own one or more patents |
||||||
|
protecting all or part of the functions of the Software or of its |
||||||
|
components, the Licensor undertakes not to enforce the rights granted by |
||||||
|
these patents against successive Licensees using, exploiting or |
||||||
|
modifying the Software. If these patents are transferred, the Licensor |
||||||
|
undertakes to have the transferees subscribe to the obligations set |
||||||
|
forth in this paragraph. |
||||||
|
|
||||||
3.2 One copy of the Agreement, containing a notice relating to the characteristics |
|
||||||
of the Software, to the limited warranty, and to the fact that its use is |
|
||||||
restricted to experienced users has been provided to the Licensee prior to |
|
||||||
its acceptance as set forth in Article 3.1 hereinabove, and the Licensee hereby |
|
||||||
acknowledges that it has read and understood it. |
|
||||||
|
|
||||||
Article 4 - EFFECTIVE DATE AND TERM |
5.1 RIGHT OF USE |
||||||
|
|
||||||
4.1 EFFECTIVE DATE |
The Licensee is authorized to use the Software, without any limitation |
||||||
|
as to its fields of application, with it being hereinafter specified |
||||||
|
that this comprises: |
||||||
|
|
||||||
The Agreement shall become effective on the date when it is accepted by the |
1. permanent or temporary reproduction of all or part of the Software |
||||||
Licensee as set forth in Article 3.1. |
by any or all means and in any or all form. |
||||||
|
|
||||||
4.2 TERM |
2. loading, displaying, running, or storing the Software on any or |
||||||
|
all medium. |
||||||
|
|
||||||
The Agreement shall remain in force for the entire legal term of protection |
3. entitlement to observe, study or test its operation so as to |
||||||
of the economic rights over the Software. |
determine the ideas and principles behind any or all constituent |
||||||
|
elements of said Software. This shall apply when the Licensee |
||||||
|
carries out any or all loading, displaying, running, transmission |
||||||
|
or storage operation as regards the Software, that it is entitled |
||||||
|
to carry out hereunder. |
||||||
|
|
||||||
Article 5 - SCOPE OF RIGHTS GRANTED |
|
||||||
|
|
||||||
The Licensor hereby grants to the Licensee, who accepts, the following rights |
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS |
||||||
over the Software for any or all use, and for the term of the Agreement, on |
|
||||||
the basis of the terms and conditions set forth hereinafter. |
|
||||||
|
|
||||||
Besides, if the Licensor owns or comes to own one or more patents protecting |
The right to make Contributions includes the right to translate, adapt, |
||||||
all or part of the functions of the Software or of its components, the Licensor |
arrange, or make any or all modifications to the Software, and the right |
||||||
undertakes not to enforce the rights granted by these patents against successive |
to reproduce the resulting software. |
||||||
Licensees using, exploiting or modifying the Software. If these patents are |
|
||||||
transferred, the Licensor undertakes to have the transferees subscribe to |
|
||||||
the obligations set forth in this paragraph. |
|
||||||
|
|
||||||
5.1 RIGHT OF USE |
The Licensee is authorized to make any or all Contributions to the |
||||||
|
Software provided that it includes an explicit notice that it is the |
||||||
|
author of said Contribution and indicates the date of the creation thereof. |
||||||
|
|
||||||
The Licensee is authorized to use the Software, without any limitation as |
|
||||||
to its fields of application, with it being hereinafter specified that this |
|
||||||
comprises: |
|
||||||
|
|
||||||
1. permanent or temporary reproduction of all or part of the Software by any |
5.3 RIGHT OF DISTRIBUTION |
||||||
or all means and in any or all form. |
|
||||||
|
|
||||||
2. loading, displaying, running, or storing the Software on any or all medium. |
In particular, the right of distribution includes the right to publish, |
||||||
|
transmit and communicate the Software to the general public on any or |
||||||
|
all medium, and by any or all means, and the right to market, either in |
||||||
|
consideration of a fee, or free of charge, one or more copies of the |
||||||
|
Software by any means. |
||||||
|
|
||||||
3. entitlement to observe, study or test its operation so as to determine |
The Licensee is further authorized to distribute copies of the modified |
||||||
the ideas and principles behind any or all constituent elements of said Software. |
or unmodified Software to third parties according to the terms and |
||||||
This shall apply when the Licensee carries out any or all loading, displaying, |
conditions set forth hereinafter. |
||||||
running, transmission or storage operation as regards the Software, that it |
|
||||||
is entitled to carry out hereunder. |
|
||||||
|
|
||||||
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS |
|
||||||
|
|
||||||
The right to make Contributions includes the right to translate, adapt, arrange, |
5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
||||||
or make any or all modifications to the Software, and the right to reproduce |
|
||||||
the resulting software. |
|
||||||
|
|
||||||
The Licensee is authorized to make any or all Contributions to the Software |
The Licensee is authorized to distribute true copies of the Software in |
||||||
provided that it includes an explicit notice that it is the author of said |
Source Code or Object Code form, provided that said distribution |
||||||
Contribution and indicates the date of the creation thereof. |
complies with all the provisions of the Agreement and is accompanied by: |
||||||
|
|
||||||
5.3 RIGHT OF DISTRIBUTION |
1. a copy of the Agreement, |
||||||
|
|
||||||
|
2. a notice relating to the limitation of both the Licensor's |
||||||
|
warranty and liability as set forth in Articles 8 and 9, |
||||||
|
|
||||||
In particular, the right of distribution includes the right to publish, transmit |
and that, in the event that only the Object Code of the Software is |
||||||
and communicate the Software to the general public on any or all medium, and |
redistributed, the Licensee allows effective access to the full Source |
||||||
by any or all means, and the right to market, either in consideration of a |
Code of the Software at a minimum during the entire period of its |
||||||
fee, or free of charge, one or more copies of the Software by any means. |
distribution of the Software, it being understood that the additional |
||||||
|
cost of acquiring the Source Code shall not exceed the cost of |
||||||
|
transferring the data. |
||||||
|
|
||||||
The Licensee is further authorized to distribute copies of the modified or |
|
||||||
unmodified Software to third parties according to the terms and conditions |
|
||||||
set forth hereinafter. |
|
||||||
|
|
||||||
5.3.1. DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE |
||||||
|
|
||||||
The Licensee is authorized to distribute true copies of the Software in Source |
If the Licensee makes any Contribution to the Software, the resulting |
||||||
Code or Object Code form, provided that said distribution complies with all |
Modified Software may be distributed under a license agreement other |
||||||
the provisions of the Agreement and is accompanied by: |
than this Agreement subject to compliance with the provisions of Article |
||||||
|
5.3.4. |
||||||
|
|
||||||
1. a copy of the Agreement, |
|
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
5.3.3 DISTRIBUTION OF EXTERNAL MODULES |
||||||
liability as set forth in Articles 8 and 9, |
|
||||||
|
|
||||||
and that, in the event that only the Object Code of the Software is redistributed, |
When the Licensee has developed an External Module, the terms and |
||||||
the Licensee allows effective access to the full Source Code of the Software |
conditions of this Agreement do not apply to said External Module, that |
||||||
at a minimum during the entire period of its distribution of the Software, |
may be distributed under a separate license agreement. |
||||||
it being understood that the additional cost of acquiring the Source Code |
|
||||||
shall not exceed the cost of transferring the data. |
|
||||||
|
|
||||||
5.3.2. DISTRIBUTION OF MODIFIED SOFTWARE |
|
||||||
|
|
||||||
If the Licensee makes any Contribution to the Software, the resulting Modified |
5.3.4 CREDITS |
||||||
Software may be distributed under a license agreement other than this Agreement |
|
||||||
subject to compliance with the provisions of Article 5.3.4. |
|
||||||
|
|
||||||
5.3.3. DISTRIBUTION OF EXTERNAL MODULES |
Any Licensee who may distribute a Modified Software hereby expressly |
||||||
|
agrees to: |
||||||
|
|
||||||
When the Licensee has developed an External Module, the terms and conditions |
1. indicate in the related documentation that it is based on the |
||||||
of this Agreement do not apply to said External Module, that may be distributed |
Software licensed hereunder, and reproduce the intellectual |
||||||
under a separate license agreement. |
property notice for the Software, |
||||||
|
|
||||||
5.3.4. CREDITS |
2. ensure that written indications of the Software intended use, |
||||||
|
intellectual property notice and license hereunder are included in |
||||||
|
easily accessible format from the Modified Software interface, |
||||||
|
|
||||||
Any Licensee who may distribute a Modified Software hereby expressly agrees |
3. mention, on a freely accessible website describing the Modified |
||||||
to: |
Software, at least throughout the distribution term thereof, that |
||||||
|
it is based on the Software licensed hereunder, and reproduce the |
||||||
|
Software intellectual property notice, |
||||||
|
|
||||||
1. indicate in the related documentation that it is based on the Software |
4. where it is distributed to a third party that may distribute a |
||||||
licensed hereunder, and reproduce the intellectual property notice for the |
Modified Software without having to make its source code |
||||||
Software, |
available, make its best efforts to ensure that said third party |
||||||
|
agrees to comply with the obligations set forth in this Article . |
||||||
|
|
||||||
2. ensure that written indications of the Software intended use, intellectual |
If the Software, whether or not modified, is distributed with an |
||||||
property notice and license hereunder are included in easily accessible format |
External Module designed for use in connection with the Software, the |
||||||
from the Modified Software interface, |
Licensee shall submit said External Module to the foregoing obligations. |
||||||
|
|
||||||
3. mention, on a freely accessible website describing the Modified Software, |
|
||||||
at least throughout the distribution term thereof, that it is based on the |
|
||||||
Software licensed hereunder, and reproduce the Software intellectual property |
|
||||||
notice, |
|
||||||
|
|
||||||
4. where it is distributed to a third party that may distribute a Modified |
5.3.5 COMPATIBILITY WITH THE CeCILL AND CeCILL-C LICENSES |
||||||
Software without having to make its source code available, make its best efforts |
|
||||||
to ensure that said third party agrees to comply with the obligations set |
|
||||||
forth in this Article . |
|
||||||
|
|
||||||
If the Software, whether or not modified, is distributed with an External |
Where a Modified Software contains a Contribution subject to the CeCILL |
||||||
Module designed for use in connection with the Software, the Licensee shall |
license, the provisions set forth in Article 5.3.4 shall be optional. |
||||||
submit said External Module to the foregoing obligations. |
|
||||||
|
|
||||||
5.3.5. COMPATIBILITY WITH THE CeCILL AND CeCILL-C LICENSES |
A Modified Software may be distributed under the CeCILL-C license. In |
||||||
|
such a case the provisions set forth in Article 5.3.4 shall be optional. |
||||||
|
|
||||||
Where a Modified Software contains a Contribution subject to the CeCILL license, |
|
||||||
the provisions set forth in Article 5.3.4 shall be optional. |
|
||||||
|
|
||||||
A Modified Software may be distributed under the CeCILL-C license. In such |
Article 6 - INTELLECTUAL PROPERTY |
||||||
a case the provisions set forth in Article 5.3.4 shall be optional. |
|
||||||
|
|
||||||
Article 6 - INTELLECTUAL PROPERTY |
|
||||||
|
|
||||||
6.1 OVER THE INITIAL SOFTWARE |
6.1 OVER THE INITIAL SOFTWARE |
||||||
|
|
||||||
The Holder owns the economic rights over the Initial Software. Any or all |
The Holder owns the economic rights over the Initial Software. Any or |
||||||
use of the Initial Software is subject to compliance with the terms and conditions |
all use of the Initial Software is subject to compliance with the terms |
||||||
under which the Holder has elected to distribute its work and no one shall |
and conditions under which the Holder has elected to distribute its work |
||||||
be entitled to modify the terms and conditions for the distribution of said |
and no one shall be entitled to modify the terms and conditions for the |
||||||
Initial Software. |
distribution of said Initial Software. |
||||||
|
|
||||||
|
The Holder undertakes that the Initial Software will remain ruled at |
||||||
|
least by this Agreement, for the duration set forth in Article 4.2. |
||||||
|
|
||||||
The Holder undertakes that the Initial Software will remain ruled at least |
|
||||||
by this Agreement, for the duration set forth in Article 4.2. |
|
||||||
|
|
||||||
6.2 OVER THE CONTRIBUTIONS |
6.2 OVER THE CONTRIBUTIONS |
||||||
|
|
||||||
The Licensee who develops a Contribution is the owner of the intellectual |
The Licensee who develops a Contribution is the owner of the |
||||||
property rights over this Contribution as defined by applicable law. |
intellectual property rights over this Contribution as defined by |
||||||
|
applicable law. |
||||||
|
|
||||||
|
|
||||||
6.3 OVER THE EXTERNAL MODULES |
6.3 OVER THE EXTERNAL MODULES |
||||||
|
|
||||||
The Licensee who develops an External Module is the owner of the intellectual |
The Licensee who develops an External Module is the owner of the |
||||||
property rights over this External Module as defined by applicable law and |
intellectual property rights over this External Module as defined by |
||||||
is free to choose the type of agreement that shall govern its distribution. |
applicable law and is free to choose the type of agreement that shall |
||||||
|
govern its distribution. |
||||||
|
|
||||||
|
|
||||||
6.4 JOINT PROVISIONS |
6.4 JOINT PROVISIONS |
||||||
|
|
||||||
The Licensee expressly undertakes: |
The Licensee expressly undertakes: |
||||||
|
|
||||||
1. not to remove, or modify, in any manner, the intellectual property notices |
1. not to remove, or modify, in any manner, the intellectual property |
||||||
attached to the Software; |
notices attached to the Software; |
||||||
|
|
||||||
2. to reproduce said notices, in an identical manner, in the copies of the |
2. to reproduce said notices, in an identical manner, in the copies |
||||||
Software modified or not. |
of the Software modified or not. |
||||||
|
|
||||||
The Licensee undertakes not to directly or indirectly infringe the intellectual |
The Licensee undertakes not to directly or indirectly infringe the |
||||||
property rights of the Holder and/or Contributors on the Software and to take, |
intellectual property rights of the Holder and/or Contributors on the |
||||||
where applicable, vis-à-vis its staff, any and all measures required to ensure |
Software and to take, where applicable, vis-à-vis its staff, any and all |
||||||
respect of said intellectual property rights of the Holder and/or Contributors. |
measures required to ensure respect of said intellectual property rights |
||||||
|
of the Holder and/or Contributors. |
||||||
Article 7 - RELATED SERVICES |
|
||||||
|
|
||||||
7.1 Under no circumstances shall the Agreement oblige the Licensor to provide |
Article 7 - RELATED SERVICES |
||||||
technical assistance or maintenance services for the Software. |
|
||||||
|
7.1 Under no circumstances shall the Agreement oblige the Licensor to |
||||||
However, the Licensor is entitled to offer this type of services. The terms |
provide technical assistance or maintenance services for the Software. |
||||||
and conditions of such technical assistance, and/or such maintenance, shall |
|
||||||
be set forth in a separate instrument. Only the Licensor offering said maintenance |
However, the Licensor is entitled to offer this type of services. The |
||||||
and/or technical assistance services shall incur liability therefor. |
terms and conditions of such technical assistance, and/or such |
||||||
|
maintenance, shall be set forth in a separate instrument. Only the |
||||||
7.2 Similarly, any Licensor is entitled to offer to its licensees, under its |
Licensor offering said maintenance and/or technical assistance services |
||||||
sole responsibility, a warranty, that shall only be binding upon itself, for |
shall incur liability therefor. |
||||||
the redistribution of the Software and/or the Modified Software, under terms |
|
||||||
and conditions that it is free to decide. Said warranty, and the financial |
7.2 Similarly, any Licensor is entitled to offer to its licensees, under |
||||||
terms and conditions of its application, shall be subject of a separate instrument |
its sole responsibility, a warranty, that shall only be binding upon |
||||||
executed between the Licensor and the Licensee. |
itself, for the redistribution of the Software and/or the Modified |
||||||
|
Software, under terms and conditions that it is free to decide. Said |
||||||
Article 8 - LIABILITY |
warranty, and the financial terms and conditions of its application, |
||||||
|
shall be subject of a separate instrument executed between the Licensor |
||||||
8.1 Subject to the provisions of Article 8.2, the Licensee shall be entitled |
and the Licensee. |
||||||
to claim compensation for any direct loss it may have suffered from the Software |
|
||||||
as a result of a fault on the part of the relevant Licensor, subject to providing |
|
||||||
evidence thereof. |
Article 8 - LIABILITY |
||||||
|
|
||||||
8.2 The Licensor's liability is limited to the commitments made under this |
8.1 Subject to the provisions of Article 8.2, the Licensee shall be |
||||||
Agreement and shall not be incurred as a result of in particular: (i) loss |
entitled to claim compensation for any direct loss it may have suffered |
||||||
due the Licensee's total or partial failure to fulfill its obligations, (ii) |
from the Software as a result of a fault on the part of the relevant |
||||||
direct or consequential loss that is suffered by the Licensee due to the use |
Licensor, subject to providing evidence thereof. |
||||||
or performance of the Software, and (iii) more generally, any consequential |
|
||||||
loss. In particular the Parties expressly agree that any or all pecuniary |
8.2 The Licensor's liability is limited to the commitments made under |
||||||
or business loss (i.e. loss of data, loss of profits, operating loss, loss |
this Agreement and shall not be incurred as a result of in particular: |
||||||
of customers or orders, opportunity cost, any disturbance to business activities) |
(i) loss due the Licensee's total or partial failure to fulfill its |
||||||
or any or all legal proceedings instituted against the Licensee by a third |
obligations, (ii) direct or consequential loss that is suffered by the |
||||||
party, shall constitute consequential loss and shall not provide entitlement |
Licensee due to the use or performance of the Software, and (iii) more |
||||||
to any or all compensation from the Licensor. |
generally, any consequential loss. In particular the Parties expressly |
||||||
|
agree that any or all pecuniary or business loss (i.e. loss of data, |
||||||
Article 9 - WARRANTY |
loss of profits, operating loss, loss of customers or orders, |
||||||
|
opportunity cost, any disturbance to business activities) or any or all |
||||||
9.1 The Licensee acknowledges that the scientific and technical state-of-the-art |
legal proceedings instituted against the Licensee by a third party, |
||||||
when the Software was distributed did not enable all possible uses to be tested |
shall constitute consequential loss and shall not provide entitlement to |
||||||
and verified, nor for the presence of possible defects to be detected. In |
any or all compensation from the Licensor. |
||||||
this respect, the Licensee's attention has been drawn to the risks associated |
|
||||||
with loading, using, modifying and/or developing and reproducing the Software |
|
||||||
which are reserved for experienced users. |
Article 9 - WARRANTY |
||||||
|
|
||||||
The Licensee shall be responsible for verifying, by any or all means, the |
9.1 The Licensee acknowledges that the scientific and technical |
||||||
suitability of the product for its requirements, its good working order, and |
state-of-the-art when the Software was distributed did not enable all |
||||||
for ensuring that it shall not cause damage to either persons or properties. |
possible uses to be tested and verified, nor for the presence of |
||||||
|
possible defects to be detected. In this respect, the Licensee's |
||||||
9.2 The Licensor hereby represents, in good faith, that it is entitled to |
attention has been drawn to the risks associated with loading, using, |
||||||
grant all the rights over the Software (including in particular the rights |
modifying and/or developing and reproducing the Software which are |
||||||
set forth in Article 5). |
reserved for experienced users. |
||||||
|
|
||||||
9.3 The Licensee acknowledges that the Software is supplied "as is" by the |
The Licensee shall be responsible for verifying, by any or all means, |
||||||
Licensor without any other express or tacit warranty, other than that provided |
the suitability of the product for its requirements, its good working |
||||||
for in Article 9.2 and, in particular, without any warranty as to its commercial |
order, and for ensuring that it shall not cause damage to either persons |
||||||
value, its secured, safe, innovative or relevant nature. |
or properties. |
||||||
|
|
||||||
Specifically, the Licensor does not warrant that the Software is free from |
9.2 The Licensor hereby represents, in good faith, that it is entitled |
||||||
any error, that it will operate without interruption, that it will be compatible |
to grant all the rights over the Software (including in particular the |
||||||
with the Licensee's own equipment and software configuration, nor that it |
rights set forth in Article 5). |
||||||
will meet the Licensee's requirements. |
|
||||||
|
9.3 The Licensee acknowledges that the Software is supplied "as is" by |
||||||
9.4 The Licensor does not either expressly or tacitly warrant that the Software |
the Licensor without any other express or tacit warranty, other than |
||||||
does not infringe any third party intellectual property right relating to |
that provided for in Article 9.2 and, in particular, without any warranty |
||||||
a patent, software or any other property right. Therefore, the Licensor disclaims |
as to its commercial value, its secured, safe, innovative or relevant |
||||||
any and all liability towards the Licensee arising out of any or all proceedings |
nature. |
||||||
for infringement that may be instituted in respect of the use, modification |
|
||||||
and redistribution of the Software. Nevertheless, should such proceedings |
Specifically, the Licensor does not warrant that the Software is free |
||||||
be instituted against the Licensee, the Licensor shall provide it with technical |
from any error, that it will operate without interruption, that it will |
||||||
and legal assistance for its defense. Such technical and legal assistance |
be compatible with the Licensee's own equipment and software |
||||||
shall be decided on a case-by-case basis between the relevant Licensor and |
configuration, nor that it will meet the Licensee's requirements. |
||||||
the Licensee pursuant to a memorandum of understanding. The Licensor disclaims |
|
||||||
any and all liability as regards the Licensee's use of the name of the Software. |
9.4 The Licensor does not either expressly or tacitly warrant that the |
||||||
No warranty is given as regards the existence of prior rights over the name |
Software does not infringe any third party intellectual property right |
||||||
of the Software or as regards the existence of a trademark. |
relating to a patent, software or any other property right. Therefore, |
||||||
|
the Licensor disclaims any and all liability towards the Licensee |
||||||
Article 10 - TERMINATION |
arising out of any or all proceedings for infringement that may be |
||||||
|
instituted in respect of the use, modification and redistribution of the |
||||||
10.1 In the event of a breach by the Licensee of its obligations hereunder, |
Software. Nevertheless, should such proceedings be instituted against |
||||||
the Licensor may automatically terminate this Agreement thirty (30) days after |
the Licensee, the Licensor shall provide it with technical and legal |
||||||
notice has been sent to the Licensee and has remained ineffective. |
assistance for its defense. Such technical and legal assistance shall be |
||||||
|
decided on a case-by-case basis between the relevant Licensor and the |
||||||
10.2 A Licensee whose Agreement is terminated shall no longer be authorized |
Licensee pursuant to a memorandum of understanding. The Licensor |
||||||
to use, modify or distribute the Software. However, any licenses that it may |
disclaims any and all liability as regards the Licensee's use of the |
||||||
have granted prior to termination of the Agreement shall remain valid subject |
name of the Software. No warranty is given as regards the existence of |
||||||
to their having been granted in compliance with the terms and conditions hereof. |
prior rights over the name of the Software or as regards the existence |
||||||
|
of a trademark. |
||||||
Article 11 - MISCELLANEOUS |
|
||||||
|
|
||||||
|
Article 10 - TERMINATION |
||||||
|
|
||||||
|
10.1 In the event of a breach by the Licensee of its obligations |
||||||
|
hereunder, the Licensor may automatically terminate this Agreement |
||||||
|
thirty (30) days after notice has been sent to the Licensee and has |
||||||
|
remained ineffective. |
||||||
|
|
||||||
|
10.2 A Licensee whose Agreement is terminated shall no longer be |
||||||
|
authorized to use, modify or distribute the Software. However, any |
||||||
|
licenses that it may have granted prior to termination of the Agreement |
||||||
|
shall remain valid subject to their having been granted in compliance |
||||||
|
with the terms and conditions hereof. |
||||||
|
|
||||||
|
|
||||||
|
Article 11 - MISCELLANEOUS |
||||||
|
|
||||||
|
|
||||||
11.1 EXCUSABLE EVENTS |
11.1 EXCUSABLE EVENTS |
||||||
|
|
||||||
Neither Party shall be liable for any or all delay, or failure to perform |
Neither Party shall be liable for any or all delay, or failure to |
||||||
the Agreement, that may be attributable to an event of force majeure, an act |
perform the Agreement, that may be attributable to an event of force |
||||||
of God or an outside cause, such as defective functioning or interruptions |
majeure, an act of God or an outside cause, such as defective |
||||||
of the electricity or telecommunications networks, network paralysis following |
functioning or interruptions of the electricity or telecommunications |
||||||
a virus attack, intervention by government authorities, natural disasters, |
networks, network paralysis following a virus attack, intervention by |
||||||
water damage, earthquakes, fire, explosions, strikes and labor unrest, war, |
government authorities, natural disasters, water damage, earthquakes, |
||||||
etc. |
fire, explosions, strikes and labor unrest, war, etc. |
||||||
|
|
||||||
11.2 Any failure by either Party, on one or more occasions, to invoke one |
11.2 Any failure by either Party, on one or more occasions, to invoke |
||||||
or more of the provisions hereof, shall under no circumstances be interpreted |
one or more of the provisions hereof, shall under no circumstances be |
||||||
as being a waiver by the interested Party of its right to invoke said provision(s) |
interpreted as being a waiver by the interested Party of its right to |
||||||
subsequently. |
invoke said provision(s) subsequently. |
||||||
|
|
||||||
11.3 The Agreement cancels and replaces any or all previous agreements, whether |
11.3 The Agreement cancels and replaces any or all previous agreements, |
||||||
written or oral, between the Parties and having the same purpose, and constitutes |
whether written or oral, between the Parties and having the same |
||||||
the entirety of the agreement between said Parties concerning said purpose. |
purpose, and constitutes the entirety of the agreement between said |
||||||
No supplement or modification to the terms and conditions hereof shall be |
Parties concerning said purpose. No supplement or modification to the |
||||||
effective as between the Parties unless it is made in writing and signed by |
terms and conditions hereof shall be effective as between the Parties |
||||||
their duly authorized representatives. |
unless it is made in writing and signed by their duly authorized |
||||||
|
representatives. |
||||||
11.4 In the event that one or more of the provisions hereof were to conflict |
|
||||||
with a current or future applicable act or legislative text, said act or legislative |
11.4 In the event that one or more of the provisions hereof were to |
||||||
text shall prevail, and the Parties shall make the necessary amendments so |
conflict with a current or future applicable act or legislative text, |
||||||
as to comply with said act or legislative text. All other provisions shall |
said act or legislative text shall prevail, and the Parties shall make |
||||||
remain effective. Similarly, invalidity of a provision of the Agreement, for |
the necessary amendments so as to comply with said act or legislative |
||||||
any reason whatsoever, shall not cause the Agreement as a whole to be invalid. |
text. All other provisions shall remain effective. Similarly, invalidity |
||||||
|
of a provision of the Agreement, for any reason whatsoever, shall not |
||||||
|
cause the Agreement as a whole to be invalid. |
||||||
|
|
||||||
|
|
||||||
11.5 LANGUAGE |
11.5 LANGUAGE |
||||||
|
|
||||||
The Agreement is drafted in both French and English and both versions are |
The Agreement is drafted in both French and English and both versions |
||||||
deemed authentic. |
are deemed authentic. |
||||||
|
|
||||||
|
|
||||||
|
Article 12 - NEW VERSIONS OF THE AGREEMENT |
||||||
|
|
||||||
|
12.1 Any person is authorized to duplicate and distribute copies of this |
||||||
|
Agreement. |
||||||
|
|
||||||
Article 12 - NEW VERSIONS OF THE AGREEMENT |
12.2 So as to ensure coherence, the wording of this Agreement is |
||||||
|
protected and may only be modified by the authors of the License, who |
||||||
|
reserve the right to periodically publish updates or new versions of the |
||||||
|
Agreement, each with a separate number. These subsequent versions may |
||||||
|
address new issues encountered by Free Software. |
||||||
|
|
||||||
12.1 Any person is authorized to duplicate and distribute copies of this Agreement. |
12.3 Any Software distributed under a given version of the Agreement may |
||||||
|
only be subsequently distributed under the same version of the Agreement |
||||||
|
or a subsequent version. |
||||||
|
|
||||||
12.2 So as to ensure coherence, the wording of this Agreement is protected |
|
||||||
and may only be modified by the authors of the License, who reserve the right |
|
||||||
to periodically publish updates or new versions of the Agreement, each with |
|
||||||
a separate number. These subsequent versions may address new issues encountered |
|
||||||
by Free Software. |
|
||||||
|
|
||||||
12.3 Any Software distributed under a given version of the Agreement may only |
Article 13 - GOVERNING LAW AND JURISDICTION |
||||||
be subsequently distributed under the same version of the Agreement or a subsequent |
|
||||||
version. |
|
||||||
|
|
||||||
Article 13 - GOVERNING LAW AND JURISDICTION |
13.1 The Agreement is governed by French law. The Parties agree to |
||||||
|
endeavor to seek an amicable solution to any disagreements or disputes |
||||||
|
that may arise during the performance of the Agreement. |
||||||
|
|
||||||
13.1 The Agreement is governed by French law. The Parties agree to endeavor |
13.2 Failing an amicable solution within two (2) months as from their |
||||||
to seek an amicable solution to any disagreements or disputes that may arise |
occurrence, and unless emergency proceedings are necessary, the |
||||||
during the performance of the Agreement. |
disagreements or disputes shall be referred to the Paris Courts having |
||||||
|
jurisdiction, by the more diligent Party. |
||||||
|
|
||||||
13.2 Failing an amicable solution within two (2) months as from their occurrence, |
|
||||||
and unless emergency proceedings are necessary, the disagreements or disputes |
|
||||||
shall be referred to the Paris Courts having jurisdiction, by the more diligent |
|
||||||
Party. |
|
||||||
|
|
||||||
Version 1.0 dated 2006-09-05. 1 CeCILL stands for Ce(a) C(nrs) I(nria) L(ogiciel) |
Version 1.0 dated 2006-09-05. |
||||||
L(ibre) |
|
||||||
|
@ -1,487 +1,517 @@ |
|||||||
CeCILL-C FREE SOFTWARE LICENSE AGREEMENT Notice |
|
||||||
|
|
||||||
This Agreement is a Free Software license agreement that is the result of |
CeCILL-C FREE SOFTWARE LICENSE AGREEMENT |
||||||
discussions between its authors in order to ensure compliance with the two |
|
||||||
main principles guiding its drafting: |
|
||||||
|
|
||||||
* firstly, compliance with the principles governing the distribution of Free |
|
||||||
Software: access to source code, broad rights granted to users, |
|
||||||
|
|
||||||
* secondly, the election of a governing law, French law, with which it is |
Notice |
||||||
conformant, both as regards the law of torts and intellectual property law, |
|
||||||
and the protection that it offers to both authors and holders of the economic |
|
||||||
rights over software. |
|
||||||
|
|
||||||
The authors of the CeCILL¹ license are: |
This Agreement is a Free Software license agreement that is the result |
||||||
|
of discussions between its authors in order to ensure compliance with |
||||||
|
the two main principles guiding its drafting: |
||||||
|
|
||||||
|
* firstly, compliance with the principles governing the distribution |
||||||
|
of Free Software: access to source code, broad rights granted to |
||||||
|
users, |
||||||
|
* secondly, the election of a governing law, French law, with which |
||||||
|
it is conformant, both as regards the law of torts and |
||||||
|
intellectual property law, and the protection that it offers to |
||||||
|
both authors and holders of the economic rights over software. |
||||||
|
|
||||||
Commissariat à l'Energie Atomique - CEA, a public scientific, technical and |
The authors of the CeCILL-C (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) |
||||||
industrial research establishment, having its principal place of business |
license are: |
||||||
at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
|
||||||
|
|
||||||
|
Commissariat à l'Energie Atomique - CEA, a public scientific, technical |
||||||
|
and industrial research establishment, having its principal place of |
||||||
|
business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. |
||||||
|
|
||||||
Centre National de la Recherche Scientifique - CNRS, a public scientific and |
Centre National de la Recherche Scientifique - CNRS, a public scientific |
||||||
technological establishment, having its principal place of business at 3 rue |
and technological establishment, having its principal place of business |
||||||
Michel-Ange, 75794 Paris cedex 16, France. |
at 3 rue Michel-Ange, 75794 Paris cedex 16, France. |
||||||
|
|
||||||
|
Institut National de Recherche en Informatique et en Automatique - |
||||||
|
INRIA, a public scientific and technological establishment, having its |
||||||
|
principal place of business at Domaine de Voluceau, Rocquencourt, BP |
||||||
|
105, 78153 Le Chesnay cedex, France. |
||||||
|
|
||||||
Institut National de Recherche en Informatique et en Automatique - INRIA, |
|
||||||
a public scientific and technological establishment, having its principal |
|
||||||
place of business at Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay |
|
||||||
cedex, France. |
|
||||||
|
|
||||||
Preamble The purpose of this Free Software license agreement is to grant users |
Preamble |
||||||
the right to modify and re-use the software governed by this license. |
|
||||||
|
|
||||||
The exercising of this right is conditional upon the obligation to make available |
The purpose of this Free Software license agreement is to grant users |
||||||
to the community the modifications made to the source code of the software |
the right to modify and re-use the software governed by this license. |
||||||
so as to contribute to its evolution. |
|
||||||
|
|
||||||
In consideration of access to the source code and the rights to copy, modify |
The exercising of this right is conditional upon the obligation to make |
||||||
and redistribute granted by the license, users are provided only with a limited |
available to the community the modifications made to the source code of |
||||||
warranty and the software's author, the holder of the economic rights, and |
the software so as to contribute to its evolution. |
||||||
the successive licensors only have limited liability. |
|
||||||
|
|
||||||
In this respect, the risks associated with loading, using, modifying and/or |
In consideration of access to the source code and the rights to copy, |
||||||
developing or reproducing the software by the user are brought to the user's |
modify and redistribute granted by the license, users are provided only |
||||||
attention, given its Free Software status, which may make it complicated to |
with a limited warranty and the software's author, the holder of the |
||||||
use, with the result that its use is reserved for developers and experienced |
economic rights, and the successive licensors only have limited liability. |
||||||
professionals having in-depth computer knowledge. Users are therefore encouraged |
|
||||||
to load and test the suitability of the software as regards their requirements |
|
||||||
in conditions enabling the security of their systems and/or data to be ensured |
|
||||||
and, more generally, to use and operate it in the same conditions of security. |
|
||||||
This Agreement may be freely reproduced and published, provided it is not |
|
||||||
altered, and that no provisions are either added or removed herefrom. |
|
||||||
|
|
||||||
This Agreement may apply to any or all software for which the holder of the |
In this respect, the risks associated with loading, using, modifying |
||||||
economic rights decides to submit the use thereof to its provisions. |
and/or developing or reproducing the software by the user are brought to |
||||||
|
the user's attention, given its Free Software status, which may make it |
||||||
|
complicated to use, with the result that its use is reserved for |
||||||
|
developers and experienced professionals having in-depth computer |
||||||
|
knowledge. Users are therefore encouraged to load and test the |
||||||
|
suitability of the software as regards their requirements in conditions |
||||||
|
enabling the security of their systems and/or data to be ensured and, |
||||||
|
more generally, to use and operate it in the same conditions of |
||||||
|
security. This Agreement may be freely reproduced and published, |
||||||
|
provided it is not altered, and that no provisions are either added or |
||||||
|
removed herefrom. |
||||||
|
|
||||||
Article 1 - DEFINITIONS |
This Agreement may apply to any or all software for which the holder of |
||||||
|
the economic rights decides to submit the use thereof to its provisions. |
||||||
|
|
||||||
For the purpose of this Agreement, when the following expressions commence |
|
||||||
with a capital letter, they shall have the following meaning: |
|
||||||
|
|
||||||
|
Article 1 - DEFINITIONS |
||||||
|
|
||||||
Agreement: means this license agreement, and its possible subsequent versions |
For the purpose of this Agreement, when the following expressions |
||||||
and annexes. |
commence with a capital letter, they shall have the following meaning: |
||||||
|
|
||||||
|
Agreement: means this license agreement, and its possible subsequent |
||||||
|
versions and annexes. |
||||||
|
|
||||||
Software: means the software in its Object Code and/or Source Code form and, |
Software: means the software in its Object Code and/or Source Code form |
||||||
where applicable, its documentation, "as is" when the Licensee accepts the |
and, where applicable, its documentation, "as is" when the Licensee |
||||||
Agreement. |
accepts the Agreement. |
||||||
|
|
||||||
|
Initial Software: means the Software in its Source Code and possibly its |
||||||
|
Object Code form and, where applicable, its documentation, "as is" when |
||||||
|
it is first distributed under the terms and conditions of the Agreement. |
||||||
|
|
||||||
Initial Software: means the Software in its Source Code and possibly its Object |
Modified Software: means the Software modified by at least one |
||||||
Code form and, where applicable, its documentation, "as is" when it is first |
Integrated Contribution. |
||||||
distributed under the terms and conditions of the Agreement. |
|
||||||
|
|
||||||
|
Source Code: means all the Software's instructions and program lines to |
||||||
|
which access is required so as to modify the Software. |
||||||
|
|
||||||
Modified Software: means the Software modified by at least one Integrated |
Object Code: means the binary files originating from the compilation of |
||||||
Contribution. |
the Source Code. |
||||||
|
|
||||||
|
Holder: means the holder(s) of the economic rights over the Initial |
||||||
|
Software. |
||||||
|
|
||||||
Source Code: means all the Software's instructions and program lines to which |
Licensee: means the Software user(s) having accepted the Agreement. |
||||||
access is required so as to modify the Software. |
|
||||||
|
|
||||||
|
Contributor: means a Licensee having made at least one Integrated |
||||||
|
Contribution. |
||||||
|
|
||||||
Object Code: means the binary files originating from the compilation of the |
Licensor: means the Holder, or any other individual or legal entity, who |
||||||
Source Code. |
distributes the Software under the Agreement. |
||||||
|
|
||||||
|
Integrated Contribution: means any or all modifications, corrections, |
||||||
|
translations, adaptations and/or new functions integrated into the |
||||||
|
Source Code by any or all Contributors. |
||||||
|
|
||||||
Holder: means the holder(s) of the economic rights over the Initial Software. |
Related Module: means a set of sources files including their |
||||||
|
documentation that, without modification to the Source Code, enables |
||||||
|
supplementary functions or services in addition to those offered by the |
||||||
|
Software. |
||||||
|
|
||||||
|
Derivative Software: means any combination of the Software, modified or |
||||||
|
not, and of a Related Module. |
||||||
|
|
||||||
Licensee: means the Software user(s) having accepted the Agreement. |
Parties: mean both the Licensee and the Licensor. |
||||||
|
|
||||||
|
These expressions may be used both in singular and plural form. |
||||||
|
|
||||||
Contributor: means a Licensee having made at least one Integrated Contribution. |
|
||||||
|
|
||||||
|
Article 2 - PURPOSE |
||||||
|
|
||||||
Licensor: means the Holder, or any other individual or legal entity, who distributes |
The purpose of the Agreement is the grant by the Licensor to the |
||||||
the Software under the Agreement. |
Licensee of a non-exclusive, transferable and worldwide license for the |
||||||
|
Software as set forth in Article 5 hereinafter for the whole term of the |
||||||
|
protection granted by the rights over said Software. |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Integrated Contribution: means any or all modifications, corrections, translations, |
Article 3 - ACCEPTANCE |
||||||
adaptations and/or new functions integrated into the Source Code by any or |
|
||||||
all Contributors. |
|
||||||
|
|
||||||
|
3.1 The Licensee shall be deemed as having accepted the terms and |
||||||
|
conditions of this Agreement upon the occurrence of the first of the |
||||||
|
following events: |
||||||
|
|
||||||
Related Module: means a set of sources files including their documentation |
* (i) loading the Software by any or all means, notably, by |
||||||
that, without modification to the Source Code, enables supplementary functions |
downloading from a remote server, or by loading from a physical |
||||||
or services in addition to those offered by the Software. |
medium; |
||||||
|
* (ii) the first time the Licensee exercises any of the rights |
||||||
|
granted hereunder. |
||||||
|
|
||||||
|
3.2 One copy of the Agreement, containing a notice relating to the |
||||||
|
characteristics of the Software, to the limited warranty, and to the |
||||||
|
fact that its use is restricted to experienced users has been provided |
||||||
|
to the Licensee prior to its acceptance as set forth in Article 3.1 |
||||||
|
hereinabove, and the Licensee hereby acknowledges that it has read and |
||||||
|
understood it. |
||||||
|
|
||||||
Derivative Software: means any combination of the Software, modified or not, |
|
||||||
and of a Related Module. |
|
||||||
|
|
||||||
|
Article 4 - EFFECTIVE DATE AND TERM |
||||||
|
|
||||||
Parties: mean both the Licensee and the Licensor. |
|
||||||
|
|
||||||
These expressions may be used both in singular and plural form. |
4.1 EFFECTIVE DATE |
||||||
|
|
||||||
Article 2 - PURPOSE |
The Agreement shall become effective on the date when it is accepted by |
||||||
|
the Licensee as set forth in Article 3.1. |
||||||
|
|
||||||
The purpose of the Agreement is the grant by the Licensor to the Licensee |
|
||||||
of a non-exclusive, transferable and worldwide license for the Software as |
|
||||||
set forth in Article 5 hereinafter for the whole term of the protection granted |
|
||||||
by the rights over said Software. |
|
||||||
|
|
||||||
Article 3 - ACCEPTANCE |
4.2 TERM |
||||||
|
|
||||||
3.1 The Licensee shall be deemed as having accepted the terms and conditions |
The Agreement shall remain in force for the entire legal term of |
||||||
of this Agreement upon the occurrence of the first of the following events: |
protection of the economic rights over the Software. |
||||||
|
|
||||||
(i) loading the Software by any or all means, notably, by downloading from |
|
||||||
a remote server, or by loading from a physical medium; |
|
||||||
|
|
||||||
(ii) the first time the Licensee exercises any of the rights granted hereunder. |
Article 5 - SCOPE OF RIGHTS GRANTED |
||||||
|
|
||||||
3.2 One copy of the Agreement, containing a notice relating to the characteristics |
The Licensor hereby grants to the Licensee, who accepts, the following |
||||||
of the Software, to the limited warranty, and to the fact that its use is |
rights over the Software for any or all use, and for the term of the |
||||||
restricted to experienced users has been provided to the Licensee prior to |
Agreement, on the basis of the terms and conditions set forth hereinafter. |
||||||
its acceptance as set forth in Article 3.1 hereinabove, and the Licensee hereby |
|
||||||
acknowledges that it has read and understood it. |
|
||||||
|
|
||||||
Article 4 - EFFECTIVE DATE AND TERM |
Besides, if the Licensor owns or comes to own one or more patents |
||||||
|
protecting all or part of the functions of the Software or of its |
||||||
|
components, the Licensor undertakes not to enforce the rights granted by |
||||||
|
these patents against successive Licensees using, exploiting or |
||||||
|
modifying the Software. If these patents are transferred, the Licensor |
||||||
|
undertakes to have the transferees subscribe to the obligations set |
||||||
|
forth in this paragraph. |
||||||
|
|
||||||
4.1 EFFECTIVE DATE |
|
||||||
|
|
||||||
The Agreement shall become effective on the date when it is accepted by the |
5.1 RIGHT OF USE |
||||||
Licensee as set forth in Article 3.1. |
|
||||||
|
|
||||||
4.2 TERM |
The Licensee is authorized to use the Software, without any limitation |
||||||
|
as to its fields of application, with it being hereinafter specified |
||||||
|
that this comprises: |
||||||
|
|
||||||
The Agreement shall remain in force for the entire legal term of protection |
1. permanent or temporary reproduction of all or part of the Software |
||||||
of the economic rights over the Software. |
by any or all means and in any or all form. |
||||||
|
|
||||||
Article 5 - SCOPE OF RIGHTS GRANTED |
2. loading, displaying, running, or storing the Software on any or |
||||||
|
all medium. |
||||||
|
|
||||||
The Licensor hereby grants to the Licensee, who accepts, the following rights |
3. entitlement to observe, study or test its operation so as to |
||||||
over the Software for any or all use, and for the term of the Agreement, on |
determine the ideas and principles behind any or all constituent |
||||||
the basis of the terms and conditions set forth hereinafter. |
elements of said Software. This shall apply when the Licensee |
||||||
|
carries out any or all loading, displaying, running, transmission |
||||||
|
or storage operation as regards the Software, that it is entitled |
||||||
|
to carry out hereunder. |
||||||
|
|
||||||
Besides, if the Licensor owns or comes to own one or more patents protecting |
|
||||||
all or part of the functions of the Software or of its components, the Licensor |
|
||||||
undertakes not to enforce the rights granted by these patents against successive |
|
||||||
Licensees using, exploiting or modifying the Software. If these patents are |
|
||||||
transferred, the Licensor undertakes to have the transferees subscribe to |
|
||||||
the obligations set forth in this paragraph. |
|
||||||
|
|
||||||
5.1 RIGHT OF USE |
5.2 RIGHT OF MODIFICATION |
||||||
|
|
||||||
The Licensee is authorized to use the Software, without any limitation as |
The right of modification includes the right to translate, adapt, |
||||||
to its fields of application, with it being hereinafter specified that this |
arrange, or make any or all modifications to the Software, and the right |
||||||
comprises: |
to reproduce the resulting software. It includes, in particular, the |
||||||
|
right to create a Derivative Software. |
||||||
|
|
||||||
1. permanent or temporary reproduction of all or part of the Software by any |
The Licensee is authorized to make any or all modification to the |
||||||
or all means and in any or all form. |
Software provided that it includes an explicit notice that it is the |
||||||
|
author of said modification and indicates the date of the creation thereof. |
||||||
|
|
||||||
2. loading, displaying, running, or storing the Software on any or all medium. |
|
||||||
|
|
||||||
3. entitlement to observe, study or test its operation so as to determine |
5.3 RIGHT OF DISTRIBUTION |
||||||
the ideas and principles behind any or all constituent elements of said Software. |
|
||||||
This shall apply when the Licensee carries out any or all loading, displaying, |
|
||||||
running, transmission or storage operation as regards the Software, that it |
|
||||||
is entitled to carry out hereunder. |
|
||||||
|
|
||||||
5.2 RIGHT OF MODIFICATION |
In particular, the right of distribution includes the right to publish, |
||||||
|
transmit and communicate the Software to the general public on any or |
||||||
|
all medium, and by any or all means, and the right to market, either in |
||||||
|
consideration of a fee, or free of charge, one or more copies of the |
||||||
|
Software by any means. |
||||||
|
|
||||||
The right of modification includes the right to translate, adapt, arrange, |
The Licensee is further authorized to distribute copies of the modified |
||||||
or make any or all modifications to the Software, and the right to reproduce |
or unmodified Software to third parties according to the terms and |
||||||
the resulting software. It includes, in particular, the right to create a |
conditions set forth hereinafter. |
||||||
Derivative Software. |
|
||||||
|
|
||||||
The Licensee is authorized to make any or all modification to the Software |
|
||||||
provided that it includes an explicit notice that it is the author of said |
|
||||||
modification and indicates the date of the creation thereof. |
|
||||||
|
|
||||||
5.3 RIGHT OF DISTRIBUTION |
5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
||||||
|
|
||||||
In particular, the right of distribution includes the right to publish, transmit |
The Licensee is authorized to distribute true copies of the Software in |
||||||
and communicate the Software to the general public on any or all medium, and |
Source Code or Object Code form, provided that said distribution |
||||||
by any or all means, and the right to market, either in consideration of a |
complies with all the provisions of the Agreement and is accompanied by: |
||||||
fee, or free of charge, one or more copies of the Software by any means. |
|
||||||
|
|
||||||
The Licensee is further authorized to distribute copies of the modified or |
1. a copy of the Agreement, |
||||||
unmodified Software to third parties according to the terms and conditions |
|
||||||
set forth hereinafter. |
|
||||||
|
|
||||||
5.3.1. DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION |
2. a notice relating to the limitation of both the Licensor's |
||||||
|
warranty and liability as set forth in Articles 8 and 9, |
||||||
|
|
||||||
The Licensee is authorized to distribute true copies of the Software in Source |
and that, in the event that only the Object Code of the Software is |
||||||
Code or Object Code form, provided that said distribution complies with all |
redistributed, the Licensee allows effective access to the full Source |
||||||
the provisions of the Agreement and is accompanied by: |
Code of the Software at a minimum during the entire period of its |
||||||
|
distribution of the Software, it being understood that the additional |
||||||
|
cost of acquiring the Source Code shall not exceed the cost of |
||||||
|
transferring the data. |
||||||
|
|
||||||
1. a copy of the Agreement, |
|
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE |
||||||
liability as set forth in Articles 8 and 9, |
|
||||||
|
|
||||||
and that, in the event that only the Object Code of the Software is redistributed, |
When the Licensee makes an Integrated Contribution to the Software, the |
||||||
the Licensee allows effective access to the full Source Code of the Software |
terms and conditions for the distribution of the resulting Modified |
||||||
at a minimum during the entire period of its distribution of the Software, |
Software become subject to all the provisions of this Agreement. |
||||||
it being understood that the additional cost of acquiring the Source Code |
|
||||||
shall not exceed the cost of transferring the data. |
|
||||||
|
|
||||||
5.3.2. DISTRIBUTION OF MODIFIED SOFTWARE |
The Licensee is authorized to distribute the Modified Software, in |
||||||
|
source code or object code form, provided that said distribution |
||||||
|
complies with all the provisions of the Agreement and is accompanied by: |
||||||
|
|
||||||
When the Licensee makes an Integrated Contribution to the Software, the terms |
1. a copy of the Agreement, |
||||||
and conditions for the distribution of the resulting Modified Software become |
|
||||||
subject to all the provisions of this Agreement. |
|
||||||
|
|
||||||
The Licensee is authorized to distribute the Modified Software, in source |
2. a notice relating to the limitation of both the Licensor's |
||||||
code or object code form, provided that said distribution complies with all |
warranty and liability as set forth in Articles 8 and 9, |
||||||
the provisions of the Agreement and is accompanied by: |
|
||||||
|
|
||||||
1. a copy of the Agreement, |
and that, in the event that only the object code of the Modified |
||||||
|
Software is redistributed, the Licensee allows effective access to the |
||||||
|
full source code of the Modified Software at a minimum during the entire |
||||||
|
period of its distribution of the Modified Software, it being understood |
||||||
|
that the additional cost of acquiring the source code shall not exceed |
||||||
|
the cost of transferring the data. |
||||||
|
|
||||||
2. a notice relating to the limitation of both the Licensor's warranty and |
|
||||||
liability as set forth in Articles 8 and 9, |
|
||||||
|
|
||||||
and that, in the event that only the object code of the Modified Software |
5.3.3 DISTRIBUTION OF DERIVATIVE SOFTWARE |
||||||
is redistributed, the Licensee allows effective access to the full source |
|
||||||
code of the Modified Software at a minimum during the entire period of its |
|
||||||
distribution of the Modified Software, it being understood that the additional |
|
||||||
cost of acquiring the source code shall not exceed the cost of transferring |
|
||||||
the data. |
|
||||||
|
|
||||||
5.3.3. DISTRIBUTION OF DERIVATIVE SOFTWARE |
When the Licensee creates Derivative Software, this Derivative Software |
||||||
|
may be distributed under a license agreement other than this Agreement, |
||||||
|
subject to compliance with the requirement to include a notice |
||||||
|
concerning the rights over the Software as defined in Article 6.4. |
||||||
|
In the event the creation of the Derivative Software required modification |
||||||
|
of the Source Code, the Licensee undertakes that: |
||||||
|
|
||||||
When the Licensee creates Derivative Software, this Derivative Software may |
1. the resulting Modified Software will be governed by this Agreement, |
||||||
be distributed under a license agreement other than this Agreement, subject |
2. the Integrated Contributions in the resulting Modified Software |
||||||
to compliance with the requirement to include a notice concerning the rights |
will be clearly identified and documented, |
||||||
over the Software as defined in Article 6.4. In the event the creation of |
3. the Licensee will allow effective access to the source code of the |
||||||
the Derivative Software required modification of the Source Code, the Licensee |
Modified Software, at a minimum during the entire period of |
||||||
undertakes that: |
distribution of the Derivative Software, such that such |
||||||
|
modifications may be carried over in a subsequent version of the |
||||||
|
Software; it being understood that the additional cost of |
||||||
|
purchasing the source code of the Modified Software shall not |
||||||
|
exceed the cost of transferring the data. |
||||||
|
|
||||||
1. the resulting Modified Software will be governed by this Agreement, |
|
||||||
|
|
||||||
2. the Integrated Contributions in the resulting Modified Software will be |
5.3.4 COMPATIBILITY WITH THE CeCILL LICENSE |
||||||
clearly identified and documented, |
|
||||||
|
|
||||||
3. the Licensee will allow effective access to the source code of the Modified |
When a Modified Software contains an Integrated Contribution subject to |
||||||
Software, at a minimum during the entire period of distribution of the Derivative |
the CeCILL license agreement, or when a Derivative Software contains a |
||||||
Software, such that such modifications may be carried over in a subsequent |
Related Module subject to the CeCILL license agreement, the provisions |
||||||
version of the Software; it being understood that the additional cost of purchasing |
set forth in the third item of Article 6.4 are optional. |
||||||
the source code of the Modified Software shall not exceed the cost of transferring |
|
||||||
the data. |
|
||||||
|
|
||||||
5.3.4. COMPATIBILITY WITH THE CeCILL LICENSE |
|
||||||
|
|
||||||
When a Modified Software contains an Integrated Contribution subject to the |
Article 6 - INTELLECTUAL PROPERTY |
||||||
CeCILL license agreement, or when a Derivative Software contains a Related |
|
||||||
Module subject to the CeCILL license agreement, the provisions set forth in |
|
||||||
the third item of Article 6.4 are optional. |
|
||||||
|
|
||||||
Article 6 - INTELLECTUAL PROPERTY |
|
||||||
|
|
||||||
6.1 OVER THE INITIAL SOFTWARE |
6.1 OVER THE INITIAL SOFTWARE |
||||||
|
|
||||||
The Holder owns the economic rights over the Initial Software. Any or all |
The Holder owns the economic rights over the Initial Software. Any or |
||||||
use of the Initial Software is subject to compliance with the terms and conditions |
all use of the Initial Software is subject to compliance with the terms |
||||||
under which the Holder has elected to distribute its work and no one shall |
and conditions under which the Holder has elected to distribute its work |
||||||
be entitled to modify the terms and conditions for the distribution of said |
and no one shall be entitled to modify the terms and conditions for the |
||||||
Initial Software. |
distribution of said Initial Software. |
||||||
|
|
||||||
|
The Holder undertakes that the Initial Software will remain ruled at |
||||||
|
least by this Agreement, for the duration set forth in Article 4.2. |
||||||
|
|
||||||
The Holder undertakes that the Initial Software will remain ruled at least |
|
||||||
by this Agreement, for the duration set forth in Article 4.2. |
|
||||||
|
|
||||||
6.2 OVER THE INTEGRATED CONTRIBUTIONS |
6.2 OVER THE INTEGRATED CONTRIBUTIONS |
||||||
|
|
||||||
The Licensee who develops an Integrated Contribution is the owner of the intellectual |
The Licensee who develops an Integrated Contribution is the owner of the |
||||||
property rights over this Contribution as defined by applicable law. |
intellectual property rights over this Contribution as defined by |
||||||
|
applicable law. |
||||||
|
|
||||||
|
|
||||||
6.3 OVER THE RELATED MODULES |
6.3 OVER THE RELATED MODULES |
||||||
|
|
||||||
The Licensee who develops a Related Module is the owner of the intellectual |
The Licensee who develops a Related Module is the owner of the |
||||||
property rights over this Related Module as defined by applicable law and |
intellectual property rights over this Related Module as defined by |
||||||
is free to choose the type of agreement that shall govern its distribution |
applicable law and is free to choose the type of agreement that shall |
||||||
under the conditions defined in Article 5.3.3. |
govern its distribution under the conditions defined in Article 5.3.3. |
||||||
|
|
||||||
|
|
||||||
6.4 NOTICE OF RIGHTS |
6.4 NOTICE OF RIGHTS |
||||||
|
|
||||||
The Licensee expressly undertakes: |
The Licensee expressly undertakes: |
||||||
|
|
||||||
1. not to remove, or modify, in any manner, the intellectual property notices |
1. not to remove, or modify, in any manner, the intellectual property |
||||||
attached to the Software; |
notices attached to the Software; |
||||||
|
|
||||||
2. to reproduce said notices, in an identical manner, in the copies of the |
2. to reproduce said notices, in an identical manner, in the copies |
||||||
Software modified or not; |
of the Software modified or not; |
||||||
|
|
||||||
3. to ensure that use of the Software, its intellectual property notices and |
3. to ensure that use of the Software, its intellectual property |
||||||
the fact that it is governed by the Agreement is indicated in a text that |
notices and the fact that it is governed by the Agreement is |
||||||
is easily accessible, specifically from the interface of any Derivative Software. |
indicated in a text that is easily accessible, specifically from |
||||||
|
the interface of any Derivative Software. |
||||||
The Licensee undertakes not to directly or indirectly infringe the intellectual |
|
||||||
property rights of the Holder and/or Contributors on the Software and to take, |
The Licensee undertakes not to directly or indirectly infringe the |
||||||
where applicable, vis-à-vis its staff, any and all measures required to ensure |
intellectual property rights of the Holder and/or Contributors on the |
||||||
respect of said intellectual property rights of the Holder and/or Contributors. |
Software and to take, where applicable, vis-à-vis its staff, any and all |
||||||
|
measures required to ensure respect of said intellectual property rights |
||||||
Article 7 - RELATED SERVICES |
of the Holder and/or Contributors. |
||||||
|
|
||||||
7.1 Under no circumstances shall the Agreement oblige the Licensor to provide |
|
||||||
technical assistance or maintenance services for the Software. |
Article 7 - RELATED SERVICES |
||||||
|
|
||||||
However, the Licensor is entitled to offer this type of services. The terms |
7.1 Under no circumstances shall the Agreement oblige the Licensor to |
||||||
and conditions of such technical assistance, and/or such maintenance, shall |
provide technical assistance or maintenance services for the Software. |
||||||
be set forth in a separate instrument. Only the Licensor offering said maintenance |
|
||||||
and/or technical assistance services shall incur liability therefor. |
However, the Licensor is entitled to offer this type of services. The |
||||||
|
terms and conditions of such technical assistance, and/or such |
||||||
7.2 Similarly, any Licensor is entitled to offer to its licensees, under its |
maintenance, shall be set forth in a separate instrument. Only the |
||||||
sole responsibility, a warranty, that shall only be binding upon itself, for |
Licensor offering said maintenance and/or technical assistance services |
||||||
the redistribution of the Software and/or the Modified Software, under terms |
shall incur liability therefor. |
||||||
and conditions that it is free to decide. Said warranty, and the financial |
|
||||||
terms and conditions of its application, shall be subject of a separate instrument |
7.2 Similarly, any Licensor is entitled to offer to its licensees, under |
||||||
executed between the Licensor and the Licensee. |
its sole responsibility, a warranty, that shall only be binding upon |
||||||
|
itself, for the redistribution of the Software and/or the Modified |
||||||
Article 8 - LIABILITY |
Software, under terms and conditions that it is free to decide. Said |
||||||
|
warranty, and the financial terms and conditions of its application, |
||||||
8.1 Subject to the provisions of Article 8.2, the Licensee shall be entitled |
shall be subject of a separate instrument executed between the Licensor |
||||||
to claim compensation for any direct loss it may have suffered from the Software |
and the Licensee. |
||||||
as a result of a fault on the part of the relevant Licensor, subject to providing |
|
||||||
evidence thereof. |
|
||||||
|
Article 8 - LIABILITY |
||||||
8.2 The Licensor's liability is limited to the commitments made under this |
|
||||||
Agreement and shall not be incurred as a result of in particular: (i) loss |
8.1 Subject to the provisions of Article 8.2, the Licensee shall be |
||||||
due the Licensee's total or partial failure to fulfill its obligations, (ii) |
entitled to claim compensation for any direct loss it may have suffered |
||||||
direct or consequential loss that is suffered by the Licensee due to the use |
from the Software as a result of a fault on the part of the relevant |
||||||
or performance of the Software, and (iii) more generally, any consequential |
Licensor, subject to providing evidence thereof. |
||||||
loss. In particular the Parties expressly agree that any or all pecuniary |
|
||||||
or business loss (i.e. loss of data, loss of profits, operating loss, loss |
8.2 The Licensor's liability is limited to the commitments made under |
||||||
of customers or orders, opportunity cost, any disturbance to business activities) |
this Agreement and shall not be incurred as a result of in particular: |
||||||
or any or all legal proceedings instituted against the Licensee by a third |
(i) loss due the Licensee's total or partial failure to fulfill its |
||||||
party, shall constitute consequential loss and shall not provide entitlement |
obligations, (ii) direct or consequential loss that is suffered by the |
||||||
to any or all compensation from the Licensor. |
Licensee due to the use or performance of the Software, and (iii) more |
||||||
|
generally, any consequential loss. In particular the Parties expressly |
||||||
Article 9 - WARRANTY |
agree that any or all pecuniary or business loss (i.e. loss of data, |
||||||
|
loss of profits, operating loss, loss of customers or orders, |
||||||
9.1 The Licensee acknowledges that the scientific and technical state-of-the-art |
opportunity cost, any disturbance to business activities) or any or all |
||||||
when the Software was distributed did not enable all possible uses to be tested |
legal proceedings instituted against the Licensee by a third party, |
||||||
and verified, nor for the presence of possible defects to be detected. In |
shall constitute consequential loss and shall not provide entitlement to |
||||||
this respect, the Licensee's attention has been drawn to the risks associated |
any or all compensation from the Licensor. |
||||||
with loading, using, modifying and/or developing and reproducing the Software |
|
||||||
which are reserved for experienced users. |
|
||||||
|
Article 9 - WARRANTY |
||||||
The Licensee shall be responsible for verifying, by any or all means, the |
|
||||||
suitability of the product for its requirements, its good working order, and |
9.1 The Licensee acknowledges that the scientific and technical |
||||||
for ensuring that it shall not cause damage to either persons or properties. |
state-of-the-art when the Software was distributed did not enable all |
||||||
|
possible uses to be tested and verified, nor for the presence of |
||||||
9.2 The Licensor hereby represents, in good faith, that it is entitled to |
possible defects to be detected. In this respect, the Licensee's |
||||||
grant all the rights over the Software (including in particular the rights |
attention has been drawn to the risks associated with loading, using, |
||||||
set forth in Article 5). |
modifying and/or developing and reproducing the Software which are |
||||||
|
reserved for experienced users. |
||||||
9.3 The Licensee acknowledges that the Software is supplied "as is" by the |
|
||||||
Licensor without any other express or tacit warranty, other than that provided |
The Licensee shall be responsible for verifying, by any or all means, |
||||||
for in Article 9.2 and, in particular, without any warranty as to its commercial |
the suitability of the product for its requirements, its good working |
||||||
value, its secured, safe, innovative or relevant nature. |
order, and for ensuring that it shall not cause damage to either persons |
||||||
|
or properties. |
||||||
Specifically, the Licensor does not warrant that the Software is free from |
|
||||||
any error, that it will operate without interruption, that it will be compatible |
9.2 The Licensor hereby represents, in good faith, that it is entitled |
||||||
with the Licensee's own equipment and software configuration, nor that it |
to grant all the rights over the Software (including in particular the |
||||||
will meet the Licensee's requirements. |
rights set forth in Article 5). |
||||||
|
|
||||||
9.4 The Licensor does not either expressly or tacitly warrant that the Software |
9.3 The Licensee acknowledges that the Software is supplied "as is" by |
||||||
does not infringe any third party intellectual property right relating to |
the Licensor without any other express or tacit warranty, other than |
||||||
a patent, software or any other property right. Therefore, the Licensor disclaims |
that provided for in Article 9.2 and, in particular, without any warranty |
||||||
any and all liability towards the Licensee arising out of any or all proceedings |
as to its commercial value, its secured, safe, innovative or relevant |
||||||
for infringement that may be instituted in respect of the use, modification |
nature. |
||||||
and redistribution of the Software. Nevertheless, should such proceedings |
|
||||||
be instituted against the Licensee, the Licensor shall provide it with technical |
Specifically, the Licensor does not warrant that the Software is free |
||||||
and legal assistance for its defense. Such technical and legal assistance |
from any error, that it will operate without interruption, that it will |
||||||
shall be decided on a case-by-case basis between the relevant Licensor and |
be compatible with the Licensee's own equipment and software |
||||||
the Licensee pursuant to a memorandum of understanding. The Licensor disclaims |
configuration, nor that it will meet the Licensee's requirements. |
||||||
any and all liability as regards the Licensee's use of the name of the Software. |
|
||||||
No warranty is given as regards the existence of prior rights over the name |
9.4 The Licensor does not either expressly or tacitly warrant that the |
||||||
of the Software or as regards the existence of a trademark. |
Software does not infringe any third party intellectual property right |
||||||
|
relating to a patent, software or any other property right. Therefore, |
||||||
Article 10 - TERMINATION |
the Licensor disclaims any and all liability towards the Licensee |
||||||
|
arising out of any or all proceedings for infringement that may be |
||||||
10.1 In the event of a breach by the Licensee of its obligations hereunder, |
instituted in respect of the use, modification and redistribution of the |
||||||
the Licensor may automatically terminate this Agreement thirty (30) days after |
Software. Nevertheless, should such proceedings be instituted against |
||||||
notice has been sent to the Licensee and has remained ineffective. |
the Licensee, the Licensor shall provide it with technical and legal |
||||||
|
assistance for its defense. Such technical and legal assistance shall be |
||||||
10.2 A Licensee whose Agreement is terminated shall no longer be authorized |
decided on a case-by-case basis between the relevant Licensor and the |
||||||
to use, modify or distribute the Software. However, any licenses that it may |
Licensee pursuant to a memorandum of understanding. The Licensor |
||||||
have granted prior to termination of the Agreement shall remain valid subject |
disclaims any and all liability as regards the Licensee's use of the |
||||||
to their having been granted in compliance with the terms and conditions hereof. |
name of the Software. No warranty is given as regards the existence of |
||||||
|
prior rights over the name of the Software or as regards the existence |
||||||
Article 11 - MISCELLANEOUS |
of a trademark. |
||||||
|
|
||||||
|
|
||||||
|
Article 10 - TERMINATION |
||||||
|
|
||||||
|
10.1 In the event of a breach by the Licensee of its obligations |
||||||
|
hereunder, the Licensor may automatically terminate this Agreement |
||||||
|
thirty (30) days after notice has been sent to the Licensee and has |
||||||
|
remained ineffective. |
||||||
|
|
||||||
|
10.2 A Licensee whose Agreement is terminated shall no longer be |
||||||
|
authorized to use, modify or distribute the Software. However, any |
||||||
|
licenses that it may have granted prior to termination of the Agreement |
||||||
|
shall remain valid subject to their having been granted in compliance |
||||||
|
with the terms and conditions hereof. |
||||||
|
|
||||||
|
|
||||||
|
Article 11 - MISCELLANEOUS |
||||||
|
|
||||||
|
|
||||||
11.1 EXCUSABLE EVENTS |
11.1 EXCUSABLE EVENTS |
||||||
|
|
||||||
Neither Party shall be liable for any or all delay, or failure to perform |
Neither Party shall be liable for any or all delay, or failure to |
||||||
the Agreement, that may be attributable to an event of force majeure, an act |
perform the Agreement, that may be attributable to an event of force |
||||||
of God or an outside cause, such as defective functioning or interruptions |
majeure, an act of God or an outside cause, such as defective |
||||||
of the electricity or telecommunications networks, network paralysis following |
functioning or interruptions of the electricity or telecommunications |
||||||
a virus attack, intervention by government authorities, natural disasters, |
networks, network paralysis following a virus attack, intervention by |
||||||
water damage, earthquakes, fire, explosions, strikes and labor unrest, war, |
government authorities, natural disasters, water damage, earthquakes, |
||||||
etc. |
fire, explosions, strikes and labor unrest, war, etc. |
||||||
|
|
||||||
11.2 Any failure by either Party, on one or more occasions, to invoke one |
11.2 Any failure by either Party, on one or more occasions, to invoke |
||||||
or more of the provisions hereof, shall under no circumstances be interpreted |
one or more of the provisions hereof, shall under no circumstances be |
||||||
as being a waiver by the interested Party of its right to invoke said provision(s) |
interpreted as being a waiver by the interested Party of its right to |
||||||
subsequently. |
invoke said provision(s) subsequently. |
||||||
|
|
||||||
11.3 The Agreement cancels and replaces any or all previous agreements, whether |
11.3 The Agreement cancels and replaces any or all previous agreements, |
||||||
written or oral, between the Parties and having the same purpose, and constitutes |
whether written or oral, between the Parties and having the same |
||||||
the entirety of the agreement between said Parties concerning said purpose. |
purpose, and constitutes the entirety of the agreement between said |
||||||
No supplement or modification to the terms and conditions hereof shall be |
Parties concerning said purpose. No supplement or modification to the |
||||||
effective as between the Parties unless it is made in writing and signed by |
terms and conditions hereof shall be effective as between the Parties |
||||||
their duly authorized representatives. |
unless it is made in writing and signed by their duly authorized |
||||||
|
representatives. |
||||||
11.4 In the event that one or more of the provisions hereof were to conflict |
|
||||||
with a current or future applicable act or legislative text, said act or legislative |
11.4 In the event that one or more of the provisions hereof were to |
||||||
text shall prevail, and the Parties shall make the necessary amendments so |
conflict with a current or future applicable act or legislative text, |
||||||
as to comply with said act or legislative text. All other provisions shall |
said act or legislative text shall prevail, and the Parties shall make |
||||||
remain effective. Similarly, invalidity of a provision of the Agreement, for |
the necessary amendments so as to comply with said act or legislative |
||||||
any reason whatsoever, shall not cause the Agreement as a whole to be invalid. |
text. All other provisions shall remain effective. Similarly, invalidity |
||||||
|
of a provision of the Agreement, for any reason whatsoever, shall not |
||||||
|
cause the Agreement as a whole to be invalid. |
||||||
|
|
||||||
|
|
||||||
11.5 LANGUAGE |
11.5 LANGUAGE |
||||||
|
|
||||||
The Agreement is drafted in both French and English and both versions are |
The Agreement is drafted in both French and English and both versions |
||||||
deemed authentic. |
are deemed authentic. |
||||||
|
|
||||||
|
|
||||||
|
Article 12 - NEW VERSIONS OF THE AGREEMENT |
||||||
|
|
||||||
|
12.1 Any person is authorized to duplicate and distribute copies of this |
||||||
|
Agreement. |
||||||
|
|
||||||
Article 12 - NEW VERSIONS OF THE AGREEMENT |
12.2 So as to ensure coherence, the wording of this Agreement is |
||||||
|
protected and may only be modified by the authors of the License, who |
||||||
|
reserve the right to periodically publish updates or new versions of the |
||||||
|
Agreement, each with a separate number. These subsequent versions may |
||||||
|
address new issues encountered by Free Software. |
||||||
|
|
||||||
12.1 Any person is authorized to duplicate and distribute copies of this Agreement. |
12.3 Any Software distributed under a given version of the Agreement may |
||||||
|
only be subsequently distributed under the same version of the Agreement |
||||||
|
or a subsequent version. |
||||||
|
|
||||||
12.2 So as to ensure coherence, the wording of this Agreement is protected |
|
||||||
and may only be modified by the authors of the License, who reserve the right |
|
||||||
to periodically publish updates or new versions of the Agreement, each with |
|
||||||
a separate number. These subsequent versions may address new issues encountered |
|
||||||
by Free Software. |
|
||||||
|
|
||||||
12.3 Any Software distributed under a given version of the Agreement may only |
Article 13 - GOVERNING LAW AND JURISDICTION |
||||||
be subsequently distributed under the same version of the Agreement or a subsequent |
|
||||||
version. |
|
||||||
|
|
||||||
Article 13 - GOVERNING LAW AND JURISDICTION |
13.1 The Agreement is governed by French law. The Parties agree to |
||||||
|
endeavor to seek an amicable solution to any disagreements or disputes |
||||||
|
that may arise during the performance of the Agreement. |
||||||
|
|
||||||
13.1 The Agreement is governed by French law. The Parties agree to endeavor |
13.2 Failing an amicable solution within two (2) months as from their |
||||||
to seek an amicable solution to any disagreements or disputes that may arise |
occurrence, and unless emergency proceedings are necessary, the |
||||||
during the performance of the Agreement. |
disagreements or disputes shall be referred to the Paris Courts having |
||||||
|
jurisdiction, by the more diligent Party. |
||||||
|
|
||||||
13.2 Failing an amicable solution within two (2) months as from their occurrence, |
|
||||||
and unless emergency proceedings are necessary, the disagreements or disputes |
|
||||||
shall be referred to the Paris Courts having jurisdiction, by the more diligent |
|
||||||
Party. |
|
||||||
|
|
||||||
Version 1.0 dated 2006-09-05. 1 CeCILL stands for Ce(a) C(nrs) I(nria) L(ogiciel) |
Version 1.0 dated 2006-09-05. |
||||||
L(ibre) |
|
||||||
|
@ -1,168 +1,199 @@ |
|||||||
CERN Open Hardware Licence Version 2 - Permissive |
CERN Open Hardware Licence Version 2 - Permissive |
||||||
|
|
||||||
|
|
||||||
Preamble |
Preamble |
||||||
|
|
||||||
CERN has developed this licence to promote collaboration among hardware designers |
CERN has developed this licence to promote collaboration among |
||||||
and to provide a legal tool which supports the freedom to use, study, modify, |
hardware designers and to provide a legal tool which supports the |
||||||
share and distribute hardware designs and products based on those designs. |
freedom to use, study, modify, share and distribute hardware designs |
||||||
Version 2 of the CERN Open Hardware Licence comes in three variants: this |
and products based on those designs. Version 2 of the CERN Open |
||||||
licence, CERN-OHL-P (permissive); and two reciprocal licences: CERN- OHL-W |
Hardware Licence comes in three variants: this licence, CERN-OHL-P |
||||||
(weakly reciprocal) and CERN-OHL-S (strongly reciprocal). |
(permissive); and two reciprocal licences: CERN- OHL-W (weakly |
||||||
|
reciprocal) and CERN-OHL-S (strongly reciprocal). |
||||||
|
|
||||||
|
The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in |
||||||
|
unmodified form only. |
||||||
|
|
||||||
The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in unmodified |
Use of this Licence does not imply any endorsement by CERN of any |
||||||
form only. |
Licensor or their designs nor does it imply any involvement by CERN in |
||||||
|
their development. |
||||||
|
|
||||||
Use of this Licence does not imply any endorsement by CERN of any Licensor |
|
||||||
or their designs nor does it imply any involvement by CERN in their development. |
|
||||||
|
|
||||||
1 Definitions |
1 Definitions |
||||||
|
|
||||||
1.1 'Licence' means this CERN-OHL-P. |
1.1 'Licence' means this CERN-OHL-P. |
||||||
|
|
||||||
1.2 'Source' means information such as design materials or digital code which |
1.2 'Source' means information such as design materials or digital |
||||||
can be applied to Make or test a Product or to prepare a Product for use, |
code which can be applied to Make or test a Product or to |
||||||
Conveyance or sale, regardless of its medium or how it is expressed. It may |
prepare a Product for use, Conveyance or sale, regardless of its |
||||||
include Notices. |
medium or how it is expressed. It may include Notices. |
||||||
|
|
||||||
1.3 'Covered Source' means Source that is explicitly made available under |
1.3 'Covered Source' means Source that is explicitly made available |
||||||
this Licence. |
under this Licence. |
||||||
|
|
||||||
1.4 'Product' means any device, component, work or physical object, whether |
1.4 'Product' means any device, component, work or physical object, |
||||||
in finished or intermediate form, arising from the use, application or processing |
whether in finished or intermediate form, arising from the use, |
||||||
of Covered Source. |
application or processing of Covered Source. |
||||||
|
|
||||||
1.5 'Make' means to create or configure something, whether by manufacture, |
1.5 'Make' means to create or configure something, whether by |
||||||
assembly, compiling, loading or applying Covered Source or another Product |
manufacture, assembly, compiling, loading or applying Covered |
||||||
or otherwise. |
Source or another Product or otherwise. |
||||||
|
|
||||||
1.6 'Notice' means copyright, acknowledgement and trademark notices, references |
1.6 'Notice' means copyright, acknowledgement and trademark notices, |
||||||
to the location of any Notices, modification notices (subsection 3.3(b)) and |
references to the location of any Notices, modification notices |
||||||
all notices that refer to this Licence and to the disclaimer of warranties |
(subsection 3.3(b)) and all notices that refer to this Licence |
||||||
that are included in the Covered Source. |
and to the disclaimer of warranties that are included in the |
||||||
|
Covered Source. |
||||||
|
|
||||||
1.7 'Licensee' or 'You' means any person exercising rights under this Licence. |
1.7 'Licensee' or 'You' means any person exercising rights under |
||||||
|
this Licence. |
||||||
|
|
||||||
1.8 'Licensor' means a person who creates Source or modifies Covered Source |
1.8 'Licensor' means a person who creates Source or modifies Covered |
||||||
and subsequently Conveys the resulting Covered Source under the terms and |
Source and subsequently Conveys the resulting Covered Source |
||||||
conditions of this Licence. A person may be a Licensee and a Licensor at the |
under the terms and conditions of this Licence. A person may be |
||||||
same time. |
a Licensee and a Licensor at the same time. |
||||||
|
|
||||||
1.9 'Convey' means to communicate to the public or distribute. |
1.9 'Convey' means to communicate to the public or distribute. |
||||||
|
|
||||||
2 Applicability |
|
||||||
|
|
||||||
2.1 This Licence governs the use, copying, modification, Conveying of Covered |
2 Applicability |
||||||
Source and Products, and the Making of Products. By exercising any right granted |
|
||||||
under this Licence, You irrevocably accept these terms and conditions. |
|
||||||
|
|
||||||
2.2 This Licence is granted by the Licensor directly to You, and shall apply |
2.1 This Licence governs the use, copying, modification, Conveying |
||||||
worldwide and without limitation in time. |
of Covered Source and Products, and the Making of Products. By |
||||||
|
exercising any right granted under this Licence, You irrevocably |
||||||
|
accept these terms and conditions. |
||||||
|
|
||||||
2.3 You shall not attempt to restrict by contract or otherwise the rights |
2.2 This Licence is granted by the Licensor directly to You, and |
||||||
granted under this Licence to other Licensees. |
shall apply worldwide and without limitation in time. |
||||||
|
|
||||||
2.4 This Licence is not intended to restrict fair use, fair dealing, or any |
2.3 You shall not attempt to restrict by contract or otherwise the |
||||||
other similar right. |
rights granted under this Licence to other Licensees. |
||||||
|
|
||||||
3 Copying, modifying and Conveying Covered Source |
2.4 This Licence is not intended to restrict fair use, fair dealing, |
||||||
|
or any other similar right. |
||||||
|
|
||||||
3.1 You may copy and Convey verbatim copies of Covered Source, in any medium, |
|
||||||
provided You retain all Notices. |
|
||||||
|
|
||||||
3.2 You may modify Covered Source, other than Notices. |
3 Copying, modifying and Conveying Covered Source |
||||||
|
|
||||||
You may only delete Notices if they are no longer applicable to the corresponding |
3.1 You may copy and Convey verbatim copies of Covered Source, in |
||||||
Covered Source as modified by You and You may add additional Notices applicable |
any medium, provided You retain all Notices. |
||||||
to Your modifications. |
|
||||||
|
|
||||||
3.3 You may Convey modified Covered Source (with the effect that You shall |
3.2 You may modify Covered Source, other than Notices. |
||||||
also become a Licensor) provided that You: |
|
||||||
|
|
||||||
a) retain Notices as required in subsection 3.2; and |
You may only delete Notices if they are no longer applicable to |
||||||
|
the corresponding Covered Source as modified by You and You may |
||||||
|
add additional Notices applicable to Your modifications. |
||||||
|
|
||||||
b) add a Notice to the modified Covered Source stating that You have modified |
3.3 You may Convey modified Covered Source (with the effect that You |
||||||
it, with the date and brief description of how You have modified it. |
shall also become a Licensor) provided that You: |
||||||
|
|
||||||
3.4 You may Convey Covered Source or modified Covered Source under licence |
a) retain Notices as required in subsection 3.2; and |
||||||
terms which differ from the terms of this Licence provided that: |
|
||||||
|
|
||||||
a) You comply at all times with subsection 3.3; and |
b) add a Notice to the modified Covered Source stating that You |
||||||
|
have modified it, with the date and brief description of how |
||||||
|
You have modified it. |
||||||
|
|
||||||
b) You provide a copy of this Licence to anyone to whom You Convey Covered |
3.4 You may Convey Covered Source or modified Covered Source under |
||||||
Source or modified Covered Source. |
licence terms which differ from the terms of this Licence |
||||||
|
provided that: |
||||||
|
|
||||||
4 Making and Conveying Products |
a) You comply at all times with subsection 3.3; and |
||||||
|
|
||||||
You may Make Products, and/or Convey them, provided that You ensure that the |
b) You provide a copy of this Licence to anyone to whom You |
||||||
recipient of the Product has access to any Notices applicable to the Product. |
Convey Covered Source or modified Covered Source. |
||||||
|
|
||||||
5 DISCLAIMER AND LIABILITY |
|
||||||
|
|
||||||
5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are provided |
4 Making and Conveying Products |
||||||
'as is' and any express or implied warranties, including, but not limited |
|
||||||
to, implied warranties of merchantability, of satisfactory quality, non-infringement |
You may Make Products, and/or Convey them, provided that You ensure |
||||||
of third party rights, and fitness for a particular purpose or use are disclaimed |
that the recipient of the Product has access to any Notices applicable |
||||||
in respect of any Source or Product to the maximum extent permitted by law. |
to the Product. |
||||||
The Licensor makes no representation that any Source or Product does not or |
|
||||||
will not infringe any patent, copyright, trade secret or other proprietary |
|
||||||
right. The entire risk as to the use, quality, and performance of any Source |
|
||||||
or Product shall be with You 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. |
|
||||||
|
|
||||||
5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the maximum |
|
||||||
extent permitted by law, 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 Covered Source, |
|
||||||
modified Covered Source and/or the Making or Conveyance of a Product, even |
|
||||||
if advised of the possibility of such damages, and You 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. |
|
||||||
|
|
||||||
6 Patents |
|
||||||
|
|
||||||
6.1 Subject to the terms and conditions of this Licence, each Licensor hereby |
5 DISCLAIMER AND LIABILITY |
||||||
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, |
|
||||||
irrevocable (except as stated in this section 6, or where terminated by the |
|
||||||
Licensor for cause) patent license to Make, have Made, use, offer to sell, |
|
||||||
sell, import, and otherwise transfer the Covered Source and Products, where |
|
||||||
such licence applies only to those patent claims licensable by such Licensor |
|
||||||
that are necessarily infringed by exercising rights under the Covered Source |
|
||||||
as Conveyed by that Licensor. |
|
||||||
|
|
||||||
6.2 If You institute patent litigation against any entity (including a cross-claim |
|
||||||
or counterclaim in a lawsuit) alleging that the Covered Source or a Product |
|
||||||
constitutes direct or contributory patent infringement, or You seek any declaration |
|
||||||
that a patent licensed to You under this Licence is invalid or unenforceable |
|
||||||
then any rights granted to You under this Licence shall terminate as of the |
|
||||||
date such process is initiated. |
|
||||||
|
|
||||||
7 General |
5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products |
||||||
|
are provided 'as is' and any express or implied warranties, |
||||||
7.1 If any provisions of this Licence are or subsequently become invalid or |
including, but not limited to, implied warranties of |
||||||
unenforceable for any reason, the remaining provisions shall remain effective. |
merchantability, of satisfactory quality, non-infringement of |
||||||
|
third party rights, and fitness for a particular purpose or use |
||||||
7.2 You shall not use any of the name (including acronyms and abbreviations), |
are disclaimed in respect of any Source or Product to the |
||||||
image, or logo by which the Licensor or CERN is known, except where needed |
maximum extent permitted by law. The Licensor makes no |
||||||
to comply with section 3, or where the use is otherwise allowed by law. Any |
representation that any Source or Product does not or will not |
||||||
such permitted use shall be factual and shall not be made so as to suggest |
infringe any patent, copyright, trade secret or other |
||||||
any kind of endorsement or implication of involvement by the Licensor or its |
proprietary right. The entire risk as to the use, quality, and |
||||||
personnel. |
performance of any Source or Product shall be with You and not |
||||||
|
the Licensor. This disclaimer of warranty is an essential part |
||||||
7.3 CERN may publish updated versions and variants of this Licence which it |
of this Licence and a condition for the grant of any rights |
||||||
considers to be in the spirit of this version, but may differ in detail to |
granted under this Licence. |
||||||
address new problems or concerns. New versions will be published with a unique |
|
||||||
version number and a variant identifier specifying the variant. If the Licensor |
5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to |
||||||
has specified that a given variant applies to the Covered Source without specifying |
the maximum extent permitted by law, have no liability for |
||||||
a version, You may treat that Covered Source as being released under any version |
direct, indirect, special, incidental, consequential, exemplary, |
||||||
of the CERN-OHL with that variant. If no variant is specified, the Covered |
punitive or other damages of any character including, without |
||||||
Source shall be treated as being released under CERN-OHL-S. The Licensor may |
limitation, procurement of substitute goods or services, loss of |
||||||
also specify that the Covered Source is subject to a specific version of the |
use, data or profits, or business interruption, however caused |
||||||
CERN-OHL or any later version in which case You may apply this or any later |
and on any theory of contract, warranty, tort (including |
||||||
version of CERN-OHL with the same variant identifier published by CERN. |
negligence), product liability or otherwise, arising in any way |
||||||
|
in relation to the Covered Source, modified Covered Source |
||||||
7.4 This Licence shall not be enforceable except by a Licensor acting as such, |
and/or the Making or Conveyance of a Product, even if advised of |
||||||
and third party beneficiary rights are specifically excluded. |
the possibility of such damages, and You 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. |
||||||
|
|
||||||
|
|
||||||
|
6 Patents |
||||||
|
|
||||||
|
6.1 Subject to the terms and conditions of this Licence, each |
||||||
|
Licensor hereby grants to You a perpetual, worldwide, |
||||||
|
non-exclusive, no-charge, royalty-free, irrevocable (except as |
||||||
|
stated in this section 6, or where terminated by the Licensor |
||||||
|
for cause) patent license to Make, have Made, use, offer to |
||||||
|
sell, sell, import, and otherwise transfer the Covered Source |
||||||
|
and Products, where such licence applies only to those patent |
||||||
|
claims licensable by such Licensor that are necessarily |
||||||
|
infringed by exercising rights under the Covered Source as |
||||||
|
Conveyed by that Licensor. |
||||||
|
|
||||||
|
6.2 If You institute patent litigation against any entity (including |
||||||
|
a cross-claim or counterclaim in a lawsuit) alleging that the |
||||||
|
Covered Source or a Product constitutes direct or contributory |
||||||
|
patent infringement, or You seek any declaration that a patent |
||||||
|
licensed to You under this Licence is invalid or unenforceable |
||||||
|
then any rights granted to You under this Licence shall |
||||||
|
terminate as of the date such process is initiated. |
||||||
|
|
||||||
|
|
||||||
|
7 General |
||||||
|
|
||||||
|
7.1 If any provisions of this Licence are or subsequently become |
||||||
|
invalid or unenforceable for any reason, the remaining |
||||||
|
provisions shall remain effective. |
||||||
|
|
||||||
|
7.2 You shall not use any of the name (including acronyms and |
||||||
|
abbreviations), image, or logo by which the Licensor or CERN is |
||||||
|
known, except where needed to comply with section 3, or where |
||||||
|
the use is otherwise allowed by law. Any such permitted use |
||||||
|
shall be factual and shall not be made so as to suggest any kind |
||||||
|
of endorsement or implication of involvement by the Licensor or |
||||||
|
its personnel. |
||||||
|
|
||||||
|
7.3 CERN may publish updated versions and variants of this Licence |
||||||
|
which it considers to be in the spirit of this version, but may |
||||||
|
differ in detail to address new problems or concerns. New |
||||||
|
versions will be published with a unique version number and a |
||||||
|
variant identifier specifying the variant. If the Licensor has |
||||||
|
specified that a given variant applies to the Covered Source |
||||||
|
without specifying a version, You may treat that Covered Source |
||||||
|
as being released under any version of the CERN-OHL with that |
||||||
|
variant. If no variant is specified, the Covered Source shall be |
||||||
|
treated as being released under CERN-OHL-S. The Licensor may |
||||||
|
also specify that the Covered Source is subject to a specific |
||||||
|
version of the CERN-OHL or any later version in which case You |
||||||
|
may apply this or any later version of CERN-OHL with the same |
||||||
|
variant identifier published by CERN. |
||||||
|
|
||||||
|
7.4 This Licence shall not be enforceable except by a Licensor |
||||||
|
acting as such, and third party beneficiary rights are |
||||||
|
specifically excluded. |
||||||
|
@ -1,240 +1,289 @@ |
|||||||
CERN Open Hardware Licence Version 2 - Strongly Reciprocal |
CERN Open Hardware Licence Version 2 - Strongly Reciprocal |
||||||
|
|
||||||
Preamble |
|
||||||
|
|
||||||
CERN has developed this licence to promote collaboration among hardware designers |
|
||||||
and to provide a legal tool which supports the freedom to use, study, modify, |
|
||||||
share and distribute hardware designs and products based on those designs. |
|
||||||
Version 2 of the CERN Open Hardware Licence comes in three variants: CERN-OHL-P |
|
||||||
(permissive); and two reciprocal licences: CERN-OHL-W (weakly reciprocal) |
|
||||||
and this licence, CERN-OHL-S (strongly reciprocal). |
|
||||||
|
|
||||||
The CERN-OHL-S is copyright CERN 2020. Anyone is welcome to use it, in unmodified |
|
||||||
form only. |
|
||||||
|
|
||||||
Use of this Licence does not imply any endorsement by CERN of any Licensor |
|
||||||
or their designs nor does it imply any involvement by CERN in their development. |
|
||||||
|
|
||||||
1 Definitions |
Preamble |
||||||
|
|
||||||
1.1 'Licence' means this CERN-OHL-S. |
|
||||||
|
|
||||||
1.2 'Compatible Licence' means |
|
||||||
|
|
||||||
a) any earlier version of the CERN Open Hardware licence, or |
|
||||||
|
|
||||||
b) any version of the CERN-OHL-S, or |
CERN has developed this licence to promote collaboration among |
||||||
|
hardware designers and to provide a legal tool which supports the |
||||||
|
freedom to use, study, modify, share and distribute hardware designs |
||||||
|
and products based on those designs. Version 2 of the CERN Open |
||||||
|
Hardware Licence comes in three variants: CERN-OHL-P (permissive); and |
||||||
|
two reciprocal licences: CERN-OHL-W (weakly reciprocal) and this |
||||||
|
licence, CERN-OHL-S (strongly reciprocal). |
||||||
|
|
||||||
c) any licence which permits You to treat the Source to which it applies as |
The CERN-OHL-S is copyright CERN 2020. Anyone is welcome to use it, in |
||||||
licensed under CERN-OHL-S provided that on Conveyance of any such Source, |
unmodified form only. |
||||||
or any associated Product You treat the Source in question as being licensed |
|
||||||
under CERN-OHL-S. |
|
||||||
|
|
||||||
1.3 'Source' means information such as design materials or digital code which |
Use of this Licence does not imply any endorsement by CERN of any |
||||||
can be applied to Make or test a Product or to prepare a Product for use, |
Licensor or their designs nor does it imply any involvement by CERN in |
||||||
Conveyance or sale, regardless of its medium or how it is expressed. It may |
their development. |
||||||
include Notices. |
|
||||||
|
|
||||||
1.4 'Covered Source' means Source that is explicitly made available under |
|
||||||
this Licence. |
|
||||||
|
|
||||||
1.5 'Product' means any device, component, work or physical object, whether |
1 Definitions |
||||||
in finished or intermediate form, arising from the use, application or processing |
|
||||||
of Covered Source. |
|
||||||
|
|
||||||
1.6 'Make' means to create or configure something, whether by manufacture, |
1.1 'Licence' means this CERN-OHL-S. |
||||||
assembly, compiling, loading or applying Covered Source or another Product |
|
||||||
or otherwise. |
|
||||||
|
|
||||||
1.7 'Available Component' means any part, sub-assembly, library or code which: |
1.2 'Compatible Licence' means |
||||||
|
|
||||||
a) is licensed to You as Complete Source under a Compatible Licence; or |
a) any earlier version of the CERN Open Hardware licence, or |
||||||
|
|
||||||
b) is available, at the time a Product or the Source containing it is first |
b) any version of the CERN-OHL-S, or |
||||||
Conveyed, to You and any other prospective licensees |
|
||||||
|
|
||||||
i) as a physical part with sufficient rights and information (including any |
c) any licence which permits You to treat the Source to which |
||||||
configuration and programming files and information about its characteristics |
it applies as licensed under CERN-OHL-S provided that on |
||||||
and interfaces) to enable it either to be Made itself, or to be sourced and |
Conveyance of any such Source, or any associated Product You |
||||||
used to Make the Product; or |
treat the Source in question as being licensed under |
||||||
|
CERN-OHL-S. |
||||||
|
|
||||||
ii) as part of the normal distribution of a tool used to design or Make the |
1.3 'Source' means information such as design materials or digital |
||||||
Product. |
code which can be applied to Make or test a Product or to |
||||||
|
prepare a Product for use, Conveyance or sale, regardless of its |
||||||
|
medium or how it is expressed. It may include Notices. |
||||||
|
|
||||||
1.8 'Complete Source' means the set of all Source necessary to Make a Product, |
1.4 'Covered Source' means Source that is explicitly made available |
||||||
in the preferred form for making modifications, including necessary installation |
under this Licence. |
||||||
and interfacing information both for the Product, and for any included Available |
|
||||||
Components. If the format is proprietary, it must also be made available in |
|
||||||
a format (if the proprietary tool can create it) which is viewable with a |
|
||||||
tool available to potential licensees and licensed under a licence approved |
|
||||||
by the Free Software Foundation or the Open Source Initiative. Complete Source |
|
||||||
need not include the Source of any Available Component, provided that You |
|
||||||
include in the Complete Source sufficient information to enable a recipient |
|
||||||
to Make or source and use the Available Component to Make the Product. |
|
||||||
|
|
||||||
1.9 'Source Location' means a location where a Licensor has placed Covered |
1.5 'Product' means any device, component, work or physical object, |
||||||
Source, and which that Licensor reasonably believes will remain easily accessible |
whether in finished or intermediate form, arising from the use, |
||||||
for at least three years for anyone to obtain a digital copy. |
application or processing of Covered Source. |
||||||
|
|
||||||
1.10 'Notice' means copyright, acknowledgement and trademark notices, Source |
1.6 'Make' means to create or configure something, whether by |
||||||
Location references, modification notices (subsection 3.3(b)) and all notices |
manufacture, assembly, compiling, loading or applying Covered |
||||||
that refer to this Licence and to the disclaimer of warranties that are included |
Source or another Product or otherwise. |
||||||
in the Covered Source. |
|
||||||
|
|
||||||
1.11 'Licensee' or 'You' means any person exercising rights under this Licence. |
1.7 'Available Component' means any part, sub-assembly, library or |
||||||
|
code which: |
||||||
|
|
||||||
1.12 'Licensor' means a natural or legal person who creates or modifies Covered |
a) is licensed to You as Complete Source under a Compatible |
||||||
Source. A person may be a Licensee and a Licensor at the same time. |
Licence; or |
||||||
|
|
||||||
1.13 'Convey' means to communicate to the public or distribute. |
b) is available, at the time a Product or the Source containing |
||||||
|
it is first Conveyed, to You and any other prospective |
||||||
|
licensees |
||||||
|
|
||||||
2 Applicability |
i) as a physical part with sufficient rights and |
||||||
|
information (including any configuration and |
||||||
|
programming files and information about its |
||||||
|
characteristics and interfaces) to enable it either to |
||||||
|
be Made itself, or to be sourced and used to Make the |
||||||
|
Product; or |
||||||
|
ii) as part of the normal distribution of a tool used to |
||||||
|
design or Make the Product. |
||||||
|
|
||||||
2.1 This Licence governs the use, copying, modification, Conveying of Covered |
1.8 'Complete Source' means the set of all Source necessary to Make |
||||||
Source and Products, and the Making of Products. By exercising any right granted |
a Product, in the preferred form for making modifications, |
||||||
under this Licence, You irrevocably accept these terms and conditions. |
including necessary installation and interfacing information |
||||||
|
both for the Product, and for any included Available Components. |
||||||
|
If the format is proprietary, it must also be made available in |
||||||
|
a format (if the proprietary tool can create it) which is |
||||||
|
viewable with a tool available to potential licensees and |
||||||
|
licensed under a licence approved by the Free Software |
||||||
|
Foundation or the Open Source Initiative. Complete Source need |
||||||
|
not include the Source of any Available Component, provided that |
||||||
|
You include in the Complete Source sufficient information to |
||||||
|
enable a recipient to Make or source and use the Available |
||||||
|
Component to Make the Product. |
||||||
|
|
||||||
2.2 This Licence is granted by the Licensor directly to You, and shall apply |
1.9 'Source Location' means a location where a Licensor has placed |
||||||
worldwide and without limitation in time. |
Covered Source, and which that Licensor reasonably believes will |
||||||
|
remain easily accessible for at least three years for anyone to |
||||||
2.3 You shall not attempt to restrict by contract or otherwise the rights |
obtain a digital copy. |
||||||
granted under this Licence to other Licensees. |
|
||||||
|
|
||||||
2.4 This Licence is not intended to restrict fair use, fair dealing, or any |
1.10 'Notice' means copyright, acknowledgement and trademark notices, |
||||||
other similar right. |
Source Location references, modification notices (subsection |
||||||
|
3.3(b)) and all notices that refer to this Licence and to the |
||||||
3 Copying, modifying and Conveying Covered Source |
disclaimer of warranties that are included in the Covered |
||||||
|
Source. |
||||||
|
|
||||||
3.1 You may copy and Convey verbatim copies of Covered Source, in any medium, |
1.11 'Licensee' or 'You' means any person exercising rights under |
||||||
provided You retain all Notices. |
this Licence. |
||||||
|
|
||||||
3.2 You may modify Covered Source, other than Notices, provided that You irrevocably |
1.12 'Licensor' means a natural or legal person who creates or |
||||||
undertake to make that modified Covered Source available from a Source Location |
modifies Covered Source. A person may be a Licensee and a |
||||||
should You Convey a Product in circumstances where the recipient does not |
Licensor at the same time. |
||||||
otherwise receive a copy of the modified Covered Source. In each case subsection |
|
||||||
3.3 shall apply. |
1.13 'Convey' means to communicate to the public or distribute. |
||||||
|
|
||||||
You may only delete Notices if they are no longer applicable to the corresponding |
|
||||||
Covered Source as modified by You and You may add additional Notices applicable |
2 Applicability |
||||||
to Your modifications. Including Covered Source in a larger work is modifying |
|
||||||
the Covered Source, and the larger work becomes modified Covered Source. |
2.1 This Licence governs the use, copying, modification, Conveying |
||||||
|
of Covered Source and Products, and the Making of Products. By |
||||||
3.3 You may Convey modified Covered Source (with the effect that You shall |
exercising any right granted under this Licence, You irrevocably |
||||||
also become a Licensor) provided that You: |
accept these terms and conditions. |
||||||
|
|
||||||
a) retain Notices as required in subsection 3.2; |
2.2 This Licence is granted by the Licensor directly to You, and |
||||||
|
shall apply worldwide and without limitation in time. |
||||||
b) add a Notice to the modified Covered Source stating that You have modified |
|
||||||
it, with the date and brief description of how You have modified it; |
2.3 You shall not attempt to restrict by contract or otherwise the |
||||||
|
rights granted under this Licence to other Licensees. |
||||||
c) add a Source Location Notice for the modified Covered Source if You Convey |
|
||||||
in circumstances where the recipient does not otherwise receive a copy of |
2.4 This Licence is not intended to restrict fair use, fair dealing, |
||||||
the modified Covered Source; and |
or any other similar right. |
||||||
|
|
||||||
d) license the modified Covered Source under the terms and conditions of this |
|
||||||
Licence (or, as set out in subsection 8.3, a later version, if permitted by |
3 Copying, modifying and Conveying Covered Source |
||||||
the licence of the original Covered Source). Such modified Covered Source |
|
||||||
must be licensed as a whole, but excluding Available Components contained |
3.1 You may copy and Convey verbatim copies of Covered Source, in |
||||||
in it, which remain licensed under their own applicable licences. |
any medium, provided You retain all Notices. |
||||||
|
|
||||||
4 Making and Conveying Products |
3.2 You may modify Covered Source, other than Notices, provided that |
||||||
|
You irrevocably undertake to make that modified Covered Source |
||||||
You may Make Products, and/or Convey them, provided that You either provide |
available from a Source Location should You Convey a Product in |
||||||
each recipient with a copy of the Complete Source or ensure that each recipient |
circumstances where the recipient does not otherwise receive a |
||||||
is notified of the Source Location of the Complete Source. That Complete Source |
copy of the modified Covered Source. In each case subsection 3.3 |
||||||
is Covered Source, and You must accordingly satisfy Your obligations set out |
shall apply. |
||||||
in subsection 3.3. If specified in a Notice, the Product must visibly and |
|
||||||
securely display the Source Location on it or its packaging or documentation |
You may only delete Notices if they are no longer applicable to |
||||||
in the manner specified in that Notice. |
the corresponding Covered Source as modified by You and You may |
||||||
|
add additional Notices applicable to Your modifications. |
||||||
5 Research and Development |
Including Covered Source in a larger work is modifying the |
||||||
|
Covered Source, and the larger work becomes modified Covered |
||||||
You may Convey Covered Source, modified Covered Source or Products to a legal |
Source. |
||||||
entity carrying out development, testing or quality assurance work on Your |
|
||||||
behalf provided that the work is performed on terms which prevent the entity |
3.3 You may Convey modified Covered Source (with the effect that You |
||||||
from both using the Source or Products for its own internal purposes and Conveying |
shall also become a Licensor) provided that You: |
||||||
the Source or Products or any modifications to them to any person other than |
|
||||||
You. Any modifications made by the entity shall be deemed to be made by You |
a) retain Notices as required in subsection 3.2; |
||||||
pursuant to subsection 3.2. |
|
||||||
|
b) add a Notice to the modified Covered Source stating that You |
||||||
6 DISCLAIMER AND LIABILITY |
have modified it, with the date and brief description of how |
||||||
|
You have modified it; |
||||||
6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are provided |
|
||||||
'as is' and any express or implied warranties, including, but not limited |
c) add a Source Location Notice for the modified Covered Source |
||||||
to, implied warranties of merchantability, of satisfactory quality, non-infringement |
if You Convey in circumstances where the recipient does not |
||||||
of third party rights, and fitness for a particular purpose or use are disclaimed |
otherwise receive a copy of the modified Covered Source; and |
||||||
in respect of any Source or Product to the maximum extent permitted by law. |
|
||||||
The Licensor makes no representation that any Source or Product does not or |
d) license the modified Covered Source under the terms and |
||||||
will not infringe any patent, copyright, trade secret or other proprietary |
conditions of this Licence (or, as set out in subsection |
||||||
right. The entire risk as to the use, quality, and performance of any Source |
8.3, a later version, if permitted by the licence of the |
||||||
or Product shall be with You and not the Licensor. This disclaimer of warranty |
original Covered Source). Such modified Covered Source must |
||||||
is an essential part of this Licence and a condition for the grant of any |
be licensed as a whole, but excluding Available Components |
||||||
rights granted under this Licence. |
contained in it, which remain licensed under their own |
||||||
|
applicable licences. |
||||||
6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the maximum |
|
||||||
extent permitted by law, have no liability for direct, indirect, special, |
|
||||||
incidental, consequential, exemplary, punitive or other damages of any character |
4 Making and Conveying Products |
||||||
including, without limitation, procurement of substitute goods or services, |
|
||||||
loss of use, data or profits, or business interruption, however caused and |
You may Make Products, and/or Convey them, provided that You either |
||||||
on any theory of contract, warranty, tort (including negligence), product |
provide each recipient with a copy of the Complete Source or ensure |
||||||
liability or otherwise, arising in any way in relation to the Covered Source, |
that each recipient is notified of the Source Location of the Complete |
||||||
modified Covered Source and/or the Making or Conveyance of a Product, even |
Source. That Complete Source is Covered Source, and You must |
||||||
if advised of the possibility of such damages, and You shall hold the Licensor(s) |
accordingly satisfy Your obligations set out in subsection 3.3. If |
||||||
free and harmless from any liability, costs, damages, fees and expenses, including |
specified in a Notice, the Product must visibly and securely display |
||||||
claims by third parties, in relation to such use. |
the Source Location on it or its packaging or documentation in the |
||||||
|
manner specified in that Notice. |
||||||
7 Patents |
|
||||||
|
|
||||||
7.1 Subject to the terms and conditions of this Licence, each Licensor hereby |
5 Research and Development |
||||||
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, |
|
||||||
irrevocable (except as stated in subsections 7.2 and 8.4) patent license to |
You may Convey Covered Source, modified Covered Source or Products to |
||||||
Make, have Made, use, offer to sell, sell, import, and otherwise transfer |
a legal entity carrying out development, testing or quality assurance |
||||||
the Covered Source and Products, where such licence applies only to those |
work on Your behalf provided that the work is performed on terms which |
||||||
patent claims licensable by such Licensor that are necessarily infringed by |
prevent the entity from both using the Source or Products for its own |
||||||
exercising rights under the Covered Source as Conveyed by that Licensor. |
internal purposes and Conveying the Source or Products or any |
||||||
|
modifications to them to any person other than You. Any modifications |
||||||
7.2 If You institute patent litigation against any entity (including a cross-claim |
made by the entity shall be deemed to be made by You pursuant to |
||||||
or counterclaim in a lawsuit) alleging that the Covered Source or a Product |
subsection 3.2. |
||||||
constitutes direct or contributory patent infringement, or You seek any declaration |
|
||||||
that a patent licensed to You under this Licence is invalid or unenforceable |
|
||||||
then any rights granted to You under this Licence shall terminate as of the |
6 DISCLAIMER AND LIABILITY |
||||||
date such process is initiated. |
|
||||||
|
6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products |
||||||
8 General |
are provided 'as is' and any express or implied warranties, |
||||||
|
including, but not limited to, implied warranties of |
||||||
8.1 If any provisions of this Licence are or subsequently become invalid or |
merchantability, of satisfactory quality, non-infringement of |
||||||
unenforceable for any reason, the remaining provisions shall remain effective. |
third party rights, and fitness for a particular purpose or use |
||||||
|
are disclaimed in respect of any Source or Product to the |
||||||
8.2 You shall not use any of the name (including acronyms and abbreviations), |
maximum extent permitted by law. The Licensor makes no |
||||||
image, or logo by which the Licensor or CERN is known, except where needed |
representation that any Source or Product does not or will not |
||||||
to comply with section 3, or where the use is otherwise allowed by law. Any |
infringe any patent, copyright, trade secret or other |
||||||
such permitted use shall be factual and shall not be made so as to suggest |
proprietary right. The entire risk as to the use, quality, and |
||||||
any kind of endorsement or implication of involvement by the Licensor or its |
performance of any Source or Product shall be with You and not |
||||||
personnel. |
the Licensor. This disclaimer of warranty is an essential part |
||||||
|
of this Licence and a condition for the grant of any rights |
||||||
8.3 CERN may publish updated versions and variants of this Licence which it |
granted under this Licence. |
||||||
considers to be in the spirit of this version, but may differ in detail to |
|
||||||
address new problems or concerns. New versions will be published with a unique |
6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to |
||||||
version number and a variant identifier specifying the variant. If the Licensor |
the maximum extent permitted by law, have no liability for |
||||||
has specified that a given variant applies to the Covered Source without specifying |
direct, indirect, special, incidental, consequential, exemplary, |
||||||
a version, You may treat that Covered Source as being released under any version |
punitive or other damages of any character including, without |
||||||
of the CERN-OHL with that variant. If no variant is specified, the Covered |
limitation, procurement of substitute goods or services, loss of |
||||||
Source shall be treated as being released under CERN-OHL-S. The Licensor may |
use, data or profits, or business interruption, however caused |
||||||
also specify that the Covered Source is subject to a specific version of the |
and on any theory of contract, warranty, tort (including |
||||||
CERN-OHL or any later version in which case You may apply this or any later |
negligence), product liability or otherwise, arising in any way |
||||||
version of CERN-OHL with the same variant identifier published by CERN. |
in relation to the Covered Source, modified Covered Source |
||||||
|
and/or the Making or Conveyance of a Product, even if advised of |
||||||
8.4 This Licence shall terminate with immediate effect if You fail to comply |
the possibility of such damages, and You shall hold the |
||||||
with any of its terms and conditions. |
Licensor(s) free and harmless from any liability, costs, |
||||||
|
damages, fees and expenses, including claims by third parties, |
||||||
8.5 However, if You cease all breaches of this Licence, then Your Licence |
in relation to such use. |
||||||
from any Licensor is reinstated unless such Licensor has terminated this Licence |
|
||||||
by giving You, while You remain in breach, a notice specifying the breach |
|
||||||
and requiring You to cure it within 30 days, and You have failed to come into |
7 Patents |
||||||
compliance in all material respects by the end of the 30 day period. Should |
|
||||||
You repeat the breach after receipt of a cure notice and subsequent reinstatement, |
7.1 Subject to the terms and conditions of this Licence, each |
||||||
this Licence will terminate immediately and permanently. Section 6 shall continue |
Licensor hereby grants to You a perpetual, worldwide, |
||||||
to apply after any termination. |
non-exclusive, no-charge, royalty-free, irrevocable (except as |
||||||
|
stated in subsections 7.2 and 8.4) patent license to Make, have |
||||||
8.6 This Licence shall not be enforceable except by a Licensor acting as such, |
Made, use, offer to sell, sell, import, and otherwise transfer |
||||||
and third party beneficiary rights are specifically excluded. |
the Covered Source and Products, where such licence applies only |
||||||
|
to those patent claims licensable by such Licensor that are |
||||||
|
necessarily infringed by exercising rights under the Covered |
||||||
|
Source as Conveyed by that Licensor. |
||||||
|
|
||||||
|
7.2 If You institute patent litigation against any entity (including |
||||||
|
a cross-claim or counterclaim in a lawsuit) alleging that the |
||||||
|
Covered Source or a Product constitutes direct or contributory |
||||||
|
patent infringement, or You seek any declaration that a patent |
||||||
|
licensed to You under this Licence is invalid or unenforceable |
||||||
|
then any rights granted to You under this Licence shall |
||||||
|
terminate as of the date such process is initiated. |
||||||
|
|
||||||
|
|
||||||
|
8 General |
||||||
|
|
||||||
|
8.1 If any provisions of this Licence are or subsequently become |
||||||
|
invalid or unenforceable for any reason, the remaining |
||||||
|
provisions shall remain effective. |
||||||
|
|
||||||
|
8.2 You shall not use any of the name (including acronyms and |
||||||
|
abbreviations), image, or logo by which the Licensor or CERN is |
||||||
|
known, except where needed to comply with section 3, or where |
||||||
|
the use is otherwise allowed by law. Any such permitted use |
||||||
|
shall be factual and shall not be made so as to suggest any kind |
||||||
|
of endorsement or implication of involvement by the Licensor or |
||||||
|
its personnel. |
||||||
|
|
||||||
|
8.3 CERN may publish updated versions and variants of this Licence |
||||||
|
which it considers to be in the spirit of this version, but may |
||||||
|
differ in detail to address new problems or concerns. New |
||||||
|
versions will be published with a unique version number and a |
||||||
|
variant identifier specifying the variant. If the Licensor has |
||||||
|
specified that a given variant applies to the Covered Source |
||||||
|
without specifying a version, You may treat that Covered Source |
||||||
|
as being released under any version of the CERN-OHL with that |
||||||
|
variant. If no variant is specified, the Covered Source shall be |
||||||
|
treated as being released under CERN-OHL-S. The Licensor may |
||||||
|
also specify that the Covered Source is subject to a specific |
||||||
|
version of the CERN-OHL or any later version in which case You |
||||||
|
may apply this or any later version of CERN-OHL with the same |
||||||
|
variant identifier published by CERN. |
||||||
|
|
||||||
|
8.4 This Licence shall terminate with immediate effect if You fail |
||||||
|
to comply with any of its terms and conditions. |
||||||
|
|
||||||
|
8.5 However, if You cease all breaches of this Licence, then Your |
||||||
|
Licence from any Licensor is reinstated unless such Licensor has |
||||||
|
terminated this Licence by giving You, while You remain in |
||||||
|
breach, a notice specifying the breach and requiring You to cure |
||||||
|
it within 30 days, and You have failed to come into compliance |
||||||
|
in all material respects by the end of the 30 day period. Should |
||||||
|
You repeat the breach after receipt of a cure notice and |
||||||
|
subsequent reinstatement, this Licence will terminate |
||||||
|
immediately and permanently. Section 6 shall continue to apply |
||||||
|
after any termination. |
||||||
|
|
||||||
|
8.6 This Licence shall not be enforceable except by a Licensor |
||||||
|
acting as such, and third party beneficiary rights are |
||||||
|
specifically excluded. |
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue