forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update License documentation (airbytehq#32575)
- Loading branch information
1 parent
1cc5e53
commit b3f474c
Showing
2 changed files
with
47 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
Airbyte monorepo uses multiple licenses. | ||
|
||
The license for a particular work is defined with following prioritized rules: | ||
|
||
1. License directly present in the file | ||
2. LICENSE file in the same directory as the work | ||
3. First LICENSE found when exploring parent directories up to the project top level directory | ||
4. Defaults to Elastic License 2.0 | ||
3. A `license` property defined in the `metadata.yaml` configuration file found when exploring parent directories (most connectors) | ||
4. First LICENSE found when exploring parent directories up to the project top level directory | ||
5. Defaults to Elastic License 2.0 | ||
|
||
If you have any question regarding licenses, just visit our [FAQ](https://airbyte.io/license-faq) or [contact us](mailto:[email protected]). | ||
|
||
------------------------------------------------------------------------------------ | ||
--- | ||
|
||
MIT License | ||
|
||
Copyright (c) 2020 Airbyte, Inc. | ||
|
@@ -31,7 +34,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
------------------------------------------------------------------------------------ | ||
--- | ||
|
||
Elastic License 2.0 (ELv2) | ||
|
||
**Acceptance** | ||
|
@@ -65,16 +69,16 @@ If you use the software in violation of these terms, such use is not licensed, a | |
As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim. | ||
|
||
**Definitions** | ||
The *licensor* is the entity offering these terms, and the *software* is the software the licensor makes available under these terms, including any portion of it. | ||
The _licensor_ is the entity offering these terms, and the _software_ is the software the licensor makes available under these terms, including any portion of it. | ||
|
||
*you* refers to the individual or entity agreeing to these terms. | ||
_you_ refers to the individual or entity agreeing to these terms. | ||
|
||
*your company* is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. *control* means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect. | ||
_your company_ is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. _control_ means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect. | ||
|
||
*your licenses* are all the licenses granted to you for the software under these terms. | ||
_your licenses_ are all the licenses granted to you for the software under these terms. | ||
|
||
*use* means anything you do with the software requiring one of your licenses. | ||
_use_ means anything you do with the software requiring one of your licenses. | ||
|
||
*trademark* means trademarks, service marks, and similar rights. | ||
_trademark_ means trademarks, service marks, and similar rights. | ||
|
||
------------------------------------------------------------------------------------ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters