diff --git a/.github/CONTRIBUTOR_AGREEMENT.md b/.github/CONTRIBUTOR_AGREEMENT.md deleted file mode 100644 index da9f244eb..000000000 --- a/.github/CONTRIBUTOR_AGREEMENT.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | | -| GitHub username | | -| Website (optional) | | diff --git a/.github/ISSUE_TEMPLATE/01_bugs.md b/.github/ISSUE_TEMPLATE/01_bugs.md deleted file mode 100644 index 768832c24..000000000 --- a/.github/ISSUE_TEMPLATE/01_bugs.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: "\U0001F6A8 Submit a Bug Report" -about: Use this template if you came across a bug or unexpected behaviour differing from the docs. - ---- - -## How to reproduce the behaviour - - -## Your Environment - -* Operating System: -* Python Version Used: -* spaCy Version Used: -* Environment Information: diff --git a/.github/ISSUE_TEMPLATE/02_docs.md b/.github/ISSUE_TEMPLATE/02_docs.md deleted file mode 100644 index 0df41abc1..000000000 --- a/.github/ISSUE_TEMPLATE/02_docs.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "\U0001F4DA Submit a Documentation Report" -about: Did you spot a mistake in the docs, is anything unclear or do you have a - suggestion? - ---- - - -## Which page or section is this issue related to? - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 09de1cd05..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,14 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: 🗯 Discussions Forum - url: https://github.com/explosion/spaCy/discussions - about: Usage questions, general discussion and anything else that isn't a bug report. - - name: 📖 spaCy FAQ & Troubleshooting - url: https://github.com/explosion/spaCy/discussions/8226 - about: Before you post, check out the FAQ for answers to common community questions! - - name: 💫 spaCy Usage Guides & API reference - url: https://spacy.io/usage - about: Everything you need to know about spaCy and how to use it. - - name: 🛠 Submit a Pull Request - url: https://github.com/explosion/spaCy/pulls - about: Did you spot a mistake and know how to fix it? Feel free to submit a PR straight away! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ec11b78bd..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ - - -## Description - - -### Types of change - - -## Checklist - -- [ ] I have submitted the spaCy Contributor Agreement. -- [ ] I ran the tests, and all new and existing tests passed. -- [ ] My changes don't require a change to the documentation, or if they do, I've added all required information. diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml deleted file mode 100644 index 50e81799e..000000000 --- a/.github/azure-steps.yml +++ /dev/null @@ -1,102 +0,0 @@ -parameters: - python_version: '' - architecture: '' - prefix: '' - gpu: false - num_build_jobs: 1 - -steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: ${{ parameters.python_version }} - architecture: ${{ parameters.architecture }} - - - bash: | - echo "##vso[task.setvariable variable=python_version]${{ parameters.python_version }}" - displayName: 'Set variables' - - - script: | - ${{ parameters.prefix }} python -m pip install -U pip setuptools - ${{ parameters.prefix }} python -m pip install -U -r requirements.txt - displayName: "Install dependencies" - - - script: | - ${{ parameters.prefix }} python setup.py build_ext --inplace -j ${{ parameters.num_build_jobs }} - ${{ parameters.prefix }} python setup.py sdist --formats=gztar - displayName: "Compile and build sdist" - - - task: DeleteFiles@1 - inputs: - contents: "spacy" - displayName: "Delete source directory" - - - script: | - ${{ parameters.prefix }} python -m pip freeze --exclude torch --exclude cupy-cuda110 > installed.txt - ${{ parameters.prefix }} python -m pip uninstall -y -r installed.txt - displayName: "Uninstall all packages" - - - bash: | - ${{ parameters.prefix }} SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1) - ${{ parameters.prefix }} python -m pip install dist/$SDIST - displayName: "Install from sdist" - - - script: | - ${{ parameters.prefix }} python -m pip install -U -r requirements.txt - displayName: "Install test requirements" - - - script: | - ${{ parameters.prefix }} python -m pip install -U cupy-cuda110 -f https://github.com/cupy/cupy/releases/v9.0.0 - ${{ parameters.prefix }} python -m pip install "torch==1.7.1+cu110" -f https://download.pytorch.org/whl/torch_stable.html - displayName: "Install GPU requirements" - condition: eq(${{ parameters.gpu }}, true) - - - script: | - ${{ parameters.prefix }} python -m pytest --pyargs spacy - displayName: "Run CPU tests" - condition: eq(${{ parameters.gpu }}, false) - - - script: | - ${{ parameters.prefix }} python -m pytest --pyargs spacy -p spacy.tests.enable_gpu - displayName: "Run GPU tests" - condition: eq(${{ parameters.gpu }}, true) - - - script: | - python -m spacy download ca_core_news_sm - python -m spacy download ca_core_news_md - python -c "import spacy; nlp=spacy.load('ca_core_news_sm'); doc=nlp('test')" - displayName: 'Test download CLI' - condition: eq(variables['python_version'], '3.8') - - - script: | - python -m spacy convert extra/example_data/ner_example_data/ner-token-per-line-conll2003.json . - displayName: 'Test convert CLI' - condition: eq(variables['python_version'], '3.8') - - - script: | - python -m spacy init config -p ner -l ca ner.cfg - python -m spacy debug config ner.cfg --paths.train ner-token-per-line-conll2003.spacy --paths.dev ner-token-per-line-conll2003.spacy - displayName: 'Test debug config CLI' - condition: eq(variables['python_version'], '3.8') - - - script: | - # will have errors due to sparse data, check for summary in output - python -m spacy debug data ner.cfg --paths.train ner-token-per-line-conll2003.spacy --paths.dev ner-token-per-line-conll2003.spacy | grep -q Summary - displayName: 'Test debug data CLI' - condition: eq(variables['python_version'], '3.8') - - - script: | - python -m spacy train ner.cfg --paths.train ner-token-per-line-conll2003.spacy --paths.dev ner-token-per-line-conll2003.spacy --training.max_steps 10 --gpu-id -1 - displayName: 'Test train CLI' - condition: eq(variables['python_version'], '3.8') - - - script: | - python -c "import spacy; config = spacy.util.load_config('ner.cfg'); config['components']['ner'] = {'source': 'ca_core_news_sm'}; config.to_disk('ner_source_sm.cfg')" - PYTHONWARNINGS="error,ignore::DeprecationWarning" python -m spacy assemble ner_source_sm.cfg output_dir - displayName: 'Test assemble CLI' - condition: eq(variables['python_version'], '3.8') - - - script: | - python -c "import spacy; config = spacy.util.load_config('ner.cfg'); config['components']['ner'] = {'source': 'ca_core_news_md'}; config.to_disk('ner_source_md.cfg')" - python -m spacy assemble ner_source_md.cfg output_dir 2>&1 | grep -q W113 - displayName: 'Test assemble CLI vectors warning' - condition: eq(variables['python_version'], '3.8') diff --git a/.github/contributors/0x2b3bfa0.md b/.github/contributors/0x2b3bfa0.md deleted file mode 100644 index 017aae52d..000000000 --- a/.github/contributors/0x2b3bfa0.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Helio Machado | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-02-03 | -| GitHub username | 0x2b3bfa0 | -| Website (optional) | | diff --git a/.github/contributors/5hirish.md b/.github/contributors/5hirish.md deleted file mode 100644 index c060423c7..000000000 --- a/.github/contributors/5hirish.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Shirish Kadam | -| Company name (if applicable) | SlicePay | -| Title or role (if applicable) | Android Developer | -| Date | 2017-11-13 | -| GitHub username | 5hirish | -| Website (optional) | https://shirishkadam.com | diff --git a/.github/contributors/ALSchwalm.md b/.github/contributors/ALSchwalm.md deleted file mode 100644 index 546ad7353..000000000 --- a/.github/contributors/ALSchwalm.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Adam Schwalm | -| Company name (if applicable) | Star Lab | -| Title or role (if applicable) | Software Engineer | -| Date | 2018-11-28 | -| GitHub username | ALSchwalm | -| Website (optional) | https://alschwalm.com | diff --git a/.github/contributors/AMArostegui.md b/.github/contributors/AMArostegui.md deleted file mode 100644 index 0778a0035..000000000 --- a/.github/contributors/AMArostegui.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Antonio Miras | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 11/01/2020 | -| GitHub username | AMArostegui | -| Website (optional) | | diff --git a/.github/contributors/AlJohri.md b/.github/contributors/AlJohri.md deleted file mode 100644 index 4b2797ab0..000000000 --- a/.github/contributors/AlJohri.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Al Johri | -| Company name (if applicable) | N/A | -| Title or role (if applicable) | N/A | -| Date | December 27th, 2019 | -| GitHub username | AlJohri | -| Website (optional) | http://aljohri.com/ | diff --git a/.github/contributors/Arvindcheenu.md b/.github/contributors/Arvindcheenu.md deleted file mode 100644 index 707a9821d..000000000 --- a/.github/contributors/Arvindcheenu.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Arvind Srinivasan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-06-13 | -| GitHub username | arvindcheenu | -| Website (optional) | | diff --git a/.github/contributors/AyushExel.md b/.github/contributors/AyushExel.md deleted file mode 100644 index 281fd0cd0..000000000 --- a/.github/contributors/AyushExel.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ayush Chaurasia | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-03-12 | -| GitHub username | AyushExel | -| Website (optional) | | diff --git a/.github/contributors/Azagh3l.md b/.github/contributors/Azagh3l.md deleted file mode 100644 index b0bf670d0..000000000 --- a/.github/contributors/Azagh3l.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ranty Baptiste | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 11/06/2019 | -| GitHub username | Azagh3l | -| Website (optional) | | diff --git a/.github/contributors/Baciccin.md b/.github/contributors/Baciccin.md deleted file mode 100644 index c7a940cb5..000000000 --- a/.github/contributors/Baciccin.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Giovanni Battista Parodi | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-19 | -| GitHub username | Baciccin | -| Website (optional) | | diff --git a/.github/contributors/Bharat123rox.md b/.github/contributors/Bharat123rox.md deleted file mode 100644 index 5e2ad915b..000000000 --- a/.github/contributors/Bharat123rox.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Bharat Raghunathan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 19 - 03 - 2019 | -| GitHub username | Bharat123rox | -| Website (optional) | | diff --git a/.github/contributors/BigstickCarpet.md b/.github/contributors/BigstickCarpet.md deleted file mode 100644 index 07b356495..000000000 --- a/.github/contributors/BigstickCarpet.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | James Messinger | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | May 23, 2018 | -| GitHub username | BigstickCarpet | -| Website (optional) | | diff --git a/.github/contributors/BramVanroy.md b/.github/contributors/BramVanroy.md deleted file mode 100644 index cd71dbe24..000000000 --- a/.github/contributors/BramVanroy.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ----------------------| -| Name | Bram Vanroy | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | October 19, 2018 | -| GitHub username | BramVanroy | -| Website (optional) | https://bramvanroy.be | diff --git a/.github/contributors/BreakBB.md b/.github/contributors/BreakBB.md deleted file mode 100644 index 6cab317fd..000000000 --- a/.github/contributors/BreakBB.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Björn Böing | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 15.04.2019 | -| GitHub username | BreakBB | -| Website (optional) | | diff --git a/.github/contributors/Bri-Will.md b/.github/contributors/Bri-Will.md deleted file mode 100644 index 66bcd1e11..000000000 --- a/.github/contributors/Bri-Will.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschrnkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an x on one of the applicable statement below. Please do NOT -mark both statements: - - * [ X ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Brian Williams | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 12/11/2017 | -| GitHub username | Bri-Will | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/Brixjohn.md b/.github/contributors/Brixjohn.md deleted file mode 100644 index 056103fe4..000000000 --- a/.github/contributors/Brixjohn.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [X] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Brixter John Lumabi | -| Company name (if applicable) | Stratpoint | -| Title or role (if applicable) | Software Developer | -| Date | 18 December 2018 | -| GitHub username | Brixjohn | -| Website (optional) | | diff --git a/.github/contributors/Cinnamy.md b/.github/contributors/Cinnamy.md deleted file mode 100644 index 4f46bc3f9..000000000 --- a/.github/contributors/Cinnamy.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Marina Lysyuk | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 13.10.2018 | -| GitHub username | Cinnamy | -| Website (optional) | | diff --git a/.github/contributors/DeNeutoy.md b/.github/contributors/DeNeutoy.md deleted file mode 100644 index 4cb3fbf16..000000000 --- a/.github/contributors/DeNeutoy.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |Mark Neumann | -| Company name (if applicable) |Allen Institute for AI | -| Title or role (if applicable) |Research Engineer | -| Date | 13/01/2019 | -| GitHub username |@Deneutoy | -| Website (optional) |markneumann.xyz | diff --git a/.github/contributors/DimaBryuhanov.md b/.github/contributors/DimaBryuhanov.md deleted file mode 100644 index 78e5056b5..000000000 --- a/.github/contributors/DimaBryuhanov.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Dmitry Briukhanov | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | 7/24/2018 | -| GitHub username | DimaBryuhanov | -| Website (optional) | | diff --git a/.github/contributors/Dobita21.md b/.github/contributors/Dobita21.md deleted file mode 100644 index e206bbe70..000000000 --- a/.github/contributors/Dobita21.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Nattapol | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 18.04.2019 | -| GitHub username | Dobita21 | -| Website (optional) | | diff --git a/.github/contributors/DoomCoder.md b/.github/contributors/DoomCoder.md deleted file mode 100644 index 0b9938bdc..000000000 --- a/.github/contributors/DoomCoder.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Piotr Książek | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22.11.2018 | -| GitHub username | DoomCoder | -| Website (optional) | | diff --git a/.github/contributors/DuyguA.md b/.github/contributors/DuyguA.md deleted file mode 100644 index 817d25ae1..000000000 --- a/.github/contributors/DuyguA.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Duygu Altinok | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 13 November 2017 | -| GitHub username | DuyguA | -| Website (optional) | | diff --git a/.github/contributors/EARL_GREYT.md b/.github/contributors/EARL_GREYT.md deleted file mode 100644 index 3ee7d4f41..000000000 --- a/.github/contributors/EARL_GREYT.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | David Weßling | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 27.09.19 | -| GitHub username | EarlGreyT | -| Website (optional) | | diff --git a/.github/contributors/Eleni170.md b/.github/contributors/Eleni170.md deleted file mode 100644 index 723b63aac..000000000 --- a/.github/contributors/Eleni170.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Eleni Partalidou | -| Company name (if applicable) | DataScouting | -| Title or role (if applicable) | Software Engineer | -| Date | 06.07.2018 | -| GitHub username | Eleni170 | -| Website (optional) | | diff --git a/.github/contributors/EmilStenstrom.md b/.github/contributors/EmilStenstrom.md deleted file mode 100644 index 473639445..000000000 --- a/.github/contributors/EmilStenstrom.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ----------------------- | -| Name | Emil Stenström | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | 2018-07-28 | -| GitHub username | EmilStenstrom | -| Website (optional) | https://friendlybit.com | diff --git a/.github/contributors/F0rge1cE.md b/.github/contributors/F0rge1cE.md deleted file mode 100644 index f9f987100..000000000 --- a/.github/contributors/F0rge1cE.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Icarus Xu | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 05/06/2019 | -| GitHub username | F0rge1cE | -| Website (optional) | | diff --git a/.github/contributors/FallakAsad.md b/.github/contributors/FallakAsad.md deleted file mode 100644 index 0a0b00f7e..000000000 --- a/.github/contributors/FallakAsad.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | | -| GitHub username | | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/GiorgioPorgio.md b/.github/contributors/GiorgioPorgio.md deleted file mode 100644 index ffa1f693e..000000000 --- a/.github/contributors/GiorgioPorgio.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | George Ketsopoulos | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 23 October 2019 | -| GitHub username | GiorgioPorgio | -| Website (optional) | | diff --git a/.github/contributors/Gizzio.md b/.github/contributors/Gizzio.md deleted file mode 100644 index b9ca424d9..000000000 --- a/.github/contributors/Gizzio.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Stanisław Giziński | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 21.11.2018 | -| GitHub username | Gizzio | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/GuiGel.md b/.github/contributors/GuiGel.md deleted file mode 100644 index 43fb0f757..000000000 --- a/.github/contributors/GuiGel.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Guillaume Gelabert | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-11-15 | -| GitHub username | GuiGel | -| Website (optional) | | diff --git a/.github/contributors/Hazoom.md b/.github/contributors/Hazoom.md deleted file mode 100644 index 762cb5bef..000000000 --- a/.github/contributors/Hazoom.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Moshe Hazoom | -| Company name (if applicable) | Amenity Analytics | -| Title or role (if applicable) | NLP Engineer | -| Date | 2019-09-15 | -| GitHub username | Hazoom | -| Website (optional) | | diff --git a/.github/contributors/HiromuHota.md b/.github/contributors/HiromuHota.md deleted file mode 100644 index 24dfb1d7b..000000000 --- a/.github/contributors/HiromuHota.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Hiromu Hota | -| Company name (if applicable) | Hitachi America, Ltd.| -| Title or role (if applicable) | Researcher | -| Date | 2019-03-25 | -| GitHub username | HiromuHota | -| Website (optional) | | diff --git a/.github/contributors/ICLRandD.md b/.github/contributors/ICLRandD.md deleted file mode 100644 index 8e8a49de2..000000000 --- a/.github/contributors/ICLRandD.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, - object code, patch, tool, sample, graphic, specification, manual, - documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and - registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment - to any third party, you hereby grant to us a perpetual, irrevocable, - non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your - contribution. The rights that you grant to us under these terms are effective - on the date you first submitted a contribution to us, even if your submission - took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - - Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - - to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - - each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable - U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT - mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | --------------------------- | -| Name | Daniel Hoadley | -| Company name (if applicable) | ICLR&D | -| Title or role (if applicable) | Head of Research | -| Date | 9 Aug 2019 | -| GitHub username | ICLRandD | -| Website (optional) | https://research.iclr.co.uk | diff --git a/.github/contributors/IsaacHaze.md b/.github/contributors/IsaacHaze.md deleted file mode 100644 index 6e1ebd97a..000000000 --- a/.github/contributors/IsaacHaze.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Isaac Sijaranamual | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | 2017-12-10 | -| GitHub username | IsaacHaze | -| Website (optional) | - | diff --git a/.github/contributors/JKhakpour.md b/.github/contributors/JKhakpour.md deleted file mode 100644 index 622fb875c..000000000 --- a/.github/contributors/JKhakpour.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ja'far Khakpour | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-09-24 | -| GitHub username | JKhakpour | -| Website (optional) | | diff --git a/.github/contributors/Jan-711.md b/.github/contributors/Jan-711.md deleted file mode 100644 index 60297640c..000000000 --- a/.github/contributors/Jan-711.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jan Jessewitsch | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 16.02.2020 | -| GitHub username | Jan-711 | -| Website (optional) | | diff --git a/.github/contributors/JannisTriesToCode.md b/.github/contributors/JannisTriesToCode.md deleted file mode 100644 index d834794c5..000000000 --- a/.github/contributors/JannisTriesToCode.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ----------------------------- | -| Name | Jannis Rauschke | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22.05.2020 | -| GitHub username | JannisTriesToCode | -| Website (optional) | https://twitter.com/JRauschke | diff --git a/.github/contributors/KKsharma99.md b/.github/contributors/KKsharma99.md deleted file mode 100644 index 468770278..000000000 --- a/.github/contributors/KKsharma99.md +++ /dev/null @@ -1,108 +0,0 @@ - - -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kunal Sharma | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 10/19/2020 | -| GitHub username | KKsharma99 | -| Website (optional) | | diff --git a/.github/contributors/KennethEnevoldsen.md b/.github/contributors/KennethEnevoldsen.md deleted file mode 100644 index 0bbb28d61..000000000 --- a/.github/contributors/KennethEnevoldsen.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------- | -| Name | Kenneth Enevoldsen | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-07-13 | -| GitHub username | KennethEnevoldsen | -| Website (optional) | www.kennethenevoldsen.com | diff --git a/.github/contributors/Kimahriman.md b/.github/contributors/Kimahriman.md deleted file mode 100644 index 19744e7bd..000000000 --- a/.github/contributors/Kimahriman.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Adam Binford | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 1/29/2018 | -| GitHub username | Kimahriman | -| Website (optional) | | diff --git a/.github/contributors/LRAbbade.md b/.github/contributors/LRAbbade.md deleted file mode 100644 index bbc2a79fc..000000000 --- a/.github/contributors/LRAbbade.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Lucas Riêra Abbade | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-05-08 | -| GitHub username | LRAbbade | -| Website (optional) | | diff --git a/.github/contributors/Loghijiaha.md b/.github/contributors/Loghijiaha.md deleted file mode 100644 index f3769e65f..000000000 --- a/.github/contributors/Loghijiaha.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Loghi Perinpanayagam | -| Company name (if applicable) | | -| Title or role (if applicable) | Student | -| Date | 13 Jan, 2019 | -| GitHub username | loghijiaha | -| Website (optional) | | diff --git a/.github/contributors/MartinoMensio.md b/.github/contributors/MartinoMensio.md deleted file mode 100644 index 27e453699..000000000 --- a/.github/contributors/MartinoMensio.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Martino Mensio | -| Company name (if applicable) | The Open University | -| Title or role (if applicable) | PhD Student | -| Date | 17 November 2017 | -| GitHub username | MartinoMensio | -| Website (optional) | https://martinomensio.github.io/ | diff --git a/.github/contributors/MateuszOlko.md b/.github/contributors/MateuszOlko.md deleted file mode 100644 index 04467c749..000000000 --- a/.github/contributors/MateuszOlko.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mateusz Olko | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22.11.2018 | -| GitHub username | MateuszOlko | -| Website (optional) | | diff --git a/.github/contributors/MathiasDesch.md b/.github/contributors/MathiasDesch.md deleted file mode 100644 index 7ffec60fd..000000000 --- a/.github/contributors/MathiasDesch.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mathias Deschamps | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 9 November 2017 | -| GitHub username | MathiasDesch | -| Website (optional) | | diff --git a/.github/contributors/MiniLau.md b/.github/contributors/MiniLau.md deleted file mode 100644 index 14d6fe328..000000000 --- a/.github/contributors/MiniLau.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Desausoi Laurent | -| Company name (if applicable) | / | -| Title or role (if applicable) | / | -| Date | 22 November 2019 | -| GitHub username | MiniLau | -| Website (optional) | / | diff --git a/.github/contributors/MisterKeefe.md b/.github/contributors/MisterKeefe.md deleted file mode 100644 index 5216fc179..000000000 --- a/.github/contributors/MisterKeefe.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Tom Keefe | -| Company name (if applicable) | / | -| Title or role (if applicable) | / | -| Date | 18 February 2020 | -| GitHub username | MisterKeefe | -| Website (optional) | / | diff --git a/.github/contributors/Mlawrence95.md b/.github/contributors/Mlawrence95.md deleted file mode 100644 index 505d6c16f..000000000 --- a/.github/contributors/Mlawrence95.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ x ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mike Lawrence | -| Company name (if applicable) | NA | -| Title or role (if applicable) | NA | -| Date | April 17, 2020 | -| GitHub username | Mlawrence95 | -| Website (optional) | | diff --git a/.github/contributors/NSchrading.md b/.github/contributors/NSchrading.md deleted file mode 100644 index 304a03a86..000000000 --- a/.github/contributors/NSchrading.md +++ /dev/null @@ -1,98 +0,0 @@ -# Syllogism contributor agreement - -This Syllogism Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -Syllogism Co. The term **"you"** shall mean the person or entity identified -below. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. Syllogism Co. may publicly - disclose your participation in the project, including the fact that you have - signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | J Nicolas Schrading | -| Company's name (if applicable) | | -| Title or Role (if applicable) | | -| Date | 2015-08-24 | -| GitHub username | NSchrading | -| Website (optional) | nicschrading.com | diff --git a/.github/contributors/NirantK.md b/.github/contributors/NirantK.md deleted file mode 100644 index 50f13dce4..000000000 --- a/.github/contributors/NirantK.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Nirant Kasliwal | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | | -| GitHub username | NirantK | -| Website (optional) | https://nirantk.com | diff --git a/.github/contributors/Nuccy90.md b/.github/contributors/Nuccy90.md deleted file mode 100644 index 2d1adb825..000000000 --- a/.github/contributors/Nuccy90.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Elena Fano | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-09-21 | -| GitHub username | Nuccy90 | -| Website (optional) | | diff --git a/.github/contributors/Olamyy.md b/.github/contributors/Olamyy.md deleted file mode 100644 index 711144825..000000000 --- a/.github/contributors/Olamyy.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ x ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Olamilekan Wahab | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 8/11/2019 | -| GitHub username | Olamyy | -| Website (optional) | | diff --git a/.github/contributors/Pavle992.md b/.github/contributors/Pavle992.md deleted file mode 100644 index 74ba69f46..000000000 --- a/.github/contributors/Pavle992.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pavle Vidanović | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | August 4, 2019 | -| GitHub username | Pavle992 | -| Website (optional) | - | diff --git a/.github/contributors/PeterGilles.md b/.github/contributors/PeterGilles.md deleted file mode 100644 index 17fe3e2b1..000000000 --- a/.github/contributors/PeterGilles.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Peter Gilles | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 10.10. | -| GitHub username | Peter Gilles | -| Website (optional) | | diff --git a/.github/contributors/PluieElectrique.md b/.github/contributors/PluieElectrique.md deleted file mode 100644 index 97e01650a..000000000 --- a/.github/contributors/PluieElectrique.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pluie | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-06-18 | -| GitHub username | PluieElectrique | -| Website (optional) | | diff --git a/.github/contributors/Poluglottos.md b/.github/contributors/Poluglottos.md deleted file mode 100644 index 629fd82ec..000000000 --- a/.github/contributors/Poluglottos.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ryan Ford | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Mar 13 2019 | -| GitHub username | Poluglottos | -| Website (optional) | | diff --git a/.github/contributors/PolyglotOpenstreetmap.md b/.github/contributors/PolyglotOpenstreetmap.md deleted file mode 100644 index 575560fca..000000000 --- a/.github/contributors/PolyglotOpenstreetmap.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jo | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-01-26 | -| GitHub username | PolyglotOpenstreetmap| -| Website (optional) | | diff --git a/.github/contributors/R1j1t.md b/.github/contributors/R1j1t.md deleted file mode 100644 index a92f1e092..000000000 --- a/.github/contributors/R1j1t.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Rajat | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 24 May 2020 | -| GitHub username | R1j1t | -| Website (optional) | | diff --git a/.github/contributors/RvanNieuwpoort.md b/.github/contributors/RvanNieuwpoort.md deleted file mode 100755 index 922ea5fc9..000000000 --- a/.github/contributors/RvanNieuwpoort.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------------- | -| Name | Rob van Nieuwpoort | -| Signing on behalf of | Dafne van Kuppevelt, Janneke van der Zwaan, Willem van Hage | -| Company name (if applicable) | Netherlands eScience center | -| Title or role (if applicable) | Director of technology | -| Date | 14-12-2016 | -| GitHub username | RvanNieuwpoort | -| Website (optional) | https://www.esciencecenter.nl/ | diff --git a/.github/contributors/SamEdwardes.md b/.github/contributors/SamEdwardes.md deleted file mode 100644 index 4e6453ac7..000000000 --- a/.github/contributors/SamEdwardes.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sam Edwardes | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-04-02 | -| GitHub username | SamEdwardes | -| Website (optional) | samedwardes.com | diff --git a/.github/contributors/SamuelLKane.md b/.github/contributors/SamuelLKane.md deleted file mode 100644 index 9c74dcd15..000000000 --- a/.github/contributors/SamuelLKane.md +++ /dev/null @@ -1,104 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Samuel Kane | -| Date | 3/20/19 | -| GitHub username | SamuelLKane | -| Website (optional) | samuel-kane.com | \ No newline at end of file diff --git a/.github/contributors/Schibsted.png b/.github/contributors/Schibsted.png deleted file mode 100644 index 218341804..000000000 Binary files a/.github/contributors/Schibsted.png and /dev/null differ diff --git a/.github/contributors/Stannislav.md b/.github/contributors/Stannislav.md deleted file mode 100644 index 899d6b09b..000000000 --- a/.github/contributors/Stannislav.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Stanislav Schmidt | -| Company name (if applicable) | Blue Brain Project | -| Title or role (if applicable) | ML Engineer | -| Date | 2020-10-02 | -| GitHub username | Stannislav | -| Website (optional) | | diff --git a/.github/contributors/Tiljander.md b/.github/contributors/Tiljander.md deleted file mode 100644 index 89e70efa5..000000000 --- a/.github/contributors/Tiljander.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Henrik Tiljander | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 24/3/2020 | -| GitHub username | Tiljander | -| Website (optional) | | diff --git a/.github/contributors/YohannesDatasci.md b/.github/contributors/YohannesDatasci.md deleted file mode 100644 index 129c45576..000000000 --- a/.github/contributors/YohannesDatasci.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yohannes | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-04-02 | -| GitHub username | YohannesDatasci | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/ZeeD.md b/.github/contributors/ZeeD.md deleted file mode 100644 index 460f91e19..000000000 --- a/.github/contributors/ZeeD.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Vito De Tullio | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-06-01 | -| GitHub username | ZeeD | -| Website (optional) | | diff --git a/.github/contributors/aajanki.md b/.github/contributors/aajanki.md deleted file mode 100644 index de7dc7fa2..000000000 --- a/.github/contributors/aajanki.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Antti Ajanki | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-11-30 | -| GitHub username | aajanki | -| Website (optional) | | diff --git a/.github/contributors/aaronkub.md b/.github/contributors/aaronkub.md deleted file mode 100644 index c2a7f494e..000000000 --- a/.github/contributors/aaronkub.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aaron Kub | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-05-09 | -| GitHub username | aaronkub | -| Website (optional) | | diff --git a/.github/contributors/aashishg.md b/.github/contributors/aashishg.md deleted file mode 100644 index b58cf0c77..000000000 --- a/.github/contributors/aashishg.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aashish Gangwani | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 7/08/2018 | -| GitHub username | aashishg | -| Website (optional) | | diff --git a/.github/contributors/abchapman93.md b/.github/contributors/abchapman93.md deleted file mode 100644 index 5af0cb873..000000000 --- a/.github/contributors/abchapman93.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alec Chapman | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 7/17/2020 | -| GitHub username | abchapman93 | -| Website (optional) | | diff --git a/.github/contributors/abhi18av.md b/.github/contributors/abhi18av.md deleted file mode 100644 index 71a6671e9..000000000 --- a/.github/contributors/abhi18av.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Abhinav Sharma | -| Company name (if applicable) | Fourtek I.T. Solutions Pvt. Ltd. | -| Title or role (if applicable) | Machine Learning Engineer | -| Date | 3 November 2017 | -| GitHub username | abhi18av | -| Website (optional) | https://abhi18av.github.io/ | diff --git a/.github/contributors/adrianeboyd.md b/.github/contributors/adrianeboyd.md deleted file mode 100644 index 2c5ccb4f4..000000000 --- a/.github/contributors/adrianeboyd.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Adriane Boyd | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 28 January 2019 | -| GitHub username | adrianeboyd | -| Website (optional) | | diff --git a/.github/contributors/adrienball.md b/.github/contributors/adrienball.md deleted file mode 100644 index 29d957bf6..000000000 --- a/.github/contributors/adrienball.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------------- | -| Name | Adrien Ball | -| Company name (if applicable) | | -| Title or role (if applicable) | Machine Learning Engineer | -| Date | 2019-03-07 | -| GitHub username | adrienball | -| Website (optional) | https://medium.com/@adrien_ball | \ No newline at end of file diff --git a/.github/contributors/ajrader.md b/.github/contributors/ajrader.md deleted file mode 100644 index 646d5b537..000000000 --- a/.github/contributors/ajrader.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Andrew J Rader | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | August 14, 2019 | -| GitHub username | ajrader | -| Website (optional) | | diff --git a/.github/contributors/akki2825.md b/.github/contributors/akki2825.md deleted file mode 100644 index bc4cda0cb..000000000 --- a/.github/contributors/akki2825.md +++ /dev/null @@ -1,87 +0,0 @@ -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Akhilesh K R | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-02-12 | -| GitHub username | akki2825 | -| Website (optional) | | diff --git a/.github/contributors/akornilo.md b/.github/contributors/akornilo.md deleted file mode 100644 index a38846eda..000000000 --- a/.github/contributors/akornilo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Anastassia Kornilova | -| Company name (if applicable) | / | -| Title or role (if applicable) | / | -| Date | 01.08.2019 | -| GitHub username | akornilo | -| Website (optional) | akornilo.com | diff --git a/.github/contributors/alexcombessie.md b/.github/contributors/alexcombessie.md deleted file mode 100644 index 7c5b22a5b..000000000 --- a/.github/contributors/alexcombessie.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alex COMBESSIE | -| Company name (if applicable) | Dataiku | -| Title or role (if applicable) | R&D Engineer | -| Date | 2020-10-27 | -| GitHub username | alexcombessie | -| Website (optional) | | diff --git a/.github/contributors/alexvy86.md b/.github/contributors/alexvy86.md deleted file mode 100644 index c8e9ce79f..000000000 --- a/.github/contributors/alexvy86.md +++ /dev/null @@ -1,87 +0,0 @@ -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alejandro Villarreal | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-05-01 | -| GitHub username | alexvy86 | -| Website (optional) | | diff --git a/.github/contributors/aliiae.md b/.github/contributors/aliiae.md deleted file mode 100644 index 7e9cd4850..000000000 --- a/.github/contributors/aliiae.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aliia Erofeeva | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 13 June 2018 | -| GitHub username | aliiae | -| Website (optional) | | diff --git a/.github/contributors/alldefector.md b/.github/contributors/alldefector.md deleted file mode 100644 index a32a6dede..000000000 --- a/.github/contributors/alldefector.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Feng Niu | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Feb 21, 2018 | -| GitHub username | alldefector | -| Website (optional) | | diff --git a/.github/contributors/alvaroabascar.md b/.github/contributors/alvaroabascar.md deleted file mode 100644 index f035fd62e..000000000 --- a/.github/contributors/alvaroabascar.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Álvaro Abella | -| Company name (if applicable) | IOMED | -| Title or role (if applicable) | CSO | -| Date | 21/12/2018 | -| GitHub username | alvaroabascar | -| Website (optional) | | diff --git a/.github/contributors/alvations.md b/.github/contributors/alvations.md deleted file mode 100644 index 2b9ba4a1f..000000000 --- a/.github/contributors/alvations.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Liling | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 04 Jan 2019 | -| GitHub username | alvations | -| Website (optional) | | diff --git a/.github/contributors/ameyuuno.md b/.github/contributors/ameyuuno.md deleted file mode 100644 index 3db9d5a36..000000000 --- a/.github/contributors/ameyuuno.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alexey Kim | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-07-09 | -| GitHub username | ameyuuno | -| Website (optional) | https://ameyuuno.io | diff --git a/.github/contributors/amitness.md b/.github/contributors/amitness.md deleted file mode 100644 index dd27e7481..000000000 --- a/.github/contributors/amitness.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Amit Chaudhary | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | April 29, 2019 | -| GitHub username | amitness | -| Website (optional) | https://amitness.com | diff --git a/.github/contributors/amperinet.md b/.github/contributors/amperinet.md deleted file mode 100644 index 7ef458fb4..000000000 --- a/.github/contributors/amperinet.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ----------------------- | -| Name | Amandine Périnet | -| Company name (if applicable) | 365Talents | -| Title or role (if applicable) | Data Science Researcher | -| Date | 28/01/2019 | -| GitHub username | amperinet | -| Website (optional) | | diff --git a/.github/contributors/aniruddha-adhikary.md b/.github/contributors/aniruddha-adhikary.md deleted file mode 100644 index be8532d8b..000000000 --- a/.github/contributors/aniruddha-adhikary.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aniruddha Adhikary | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-09-05 | -| GitHub username | aniruddha-adhikary | -| Website (optional) | https://adhikary.net | diff --git a/.github/contributors/ansgar-t.md b/.github/contributors/ansgar-t.md deleted file mode 100644 index a45dea3f2..000000000 --- a/.github/contributors/ansgar-t.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ansgar Tümmers | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-05-26 | -| GitHub username | ansgar-t | -| Website (optional) | | diff --git a/.github/contributors/aongko.md b/.github/contributors/aongko.md deleted file mode 100644 index 148ac91c6..000000000 --- a/.github/contributors/aongko.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Andrew Ongko | -| Company name (if applicable) | Kurio | -| Title or role (if applicable) | Senior Data Science | -| Date | Sep 10, 2018 | -| GitHub username | aongko | -| Website (optional) | | diff --git a/.github/contributors/aristorinjuang.md b/.github/contributors/aristorinjuang.md deleted file mode 100644 index 17cb692a6..000000000 --- a/.github/contributors/aristorinjuang.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------- | -| Name | Aristo Rinjuang | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | May 22, 2018 | -| GitHub username | aristorinjuang | -| Website (optional) | https://aristorinjuang.com | diff --git a/.github/contributors/armsp.md b/.github/contributors/armsp.md deleted file mode 100644 index 45607d69c..000000000 --- a/.github/contributors/armsp.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Shantam Raj | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 10/4/2021 | -| GitHub username | armsp | -| Website (optional) |https://shantamraj.com| diff --git a/.github/contributors/aryaprabhudesai.md b/.github/contributors/aryaprabhudesai.md deleted file mode 100644 index f7858c129..000000000 --- a/.github/contributors/aryaprabhudesai.md +++ /dev/null @@ -1,54 +0,0 @@ -spaCy contributor agreement -This spaCy Contributor Agreement ("SCA") is based on the Oracle Contributor Agreement. The SCA applies to any contribution that you make to any product or project managed by us (the "project"), and sets out the intellectual property rights you grant to us in the contributed materials. The term "us" shall mean ExplosionAI UG (haftungsbeschränkt). The term "you" shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested below and include the filled-in version with your first pull request, under the folder .github/contributors/. The name of the file should be your GitHub username, with the extension .md. For example, the user example_user would create the file .github/contributors/example_user.md. - -Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement. - -Contributor Agreement -The term "contribution" or "contributed materials" means any source code, object code, patch, tool, sample, graphic, specification, manual, documentation, or any other material posted or submitted by you to the project. - -With respect to any worldwide copyrights, or copyright applications and registrations, in your contribution: - -you hereby assign to us joint ownership, and to the extent that such assignment is or becomes invalid, ineffective or unenforceable, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free, unrestricted license to exercise all rights under those copyrights. This includes, at our option, the right to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements; - -you agree that each of us can do all things in relation to your contribution as if each of us were the sole owners, and if one of us makes a derivative work of your contribution, the one who makes the derivative work (or has it made will be the sole owner of that derivative work; - -you agree that you will not assert any moral rights in your contribution against us, our licensees or transferees; - -you agree that we may register a copyright in your contribution and exercise all ownership rights associated with it; and - -you agree that neither of us has any duty to consult with, obtain the consent of, pay or render an accounting to the other for any use or distribution of your contribution. - -With respect to any patents you own, or that you can license without payment to any third party, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free license to: - -make, have made, use, sell, offer to sell, import, and otherwise transfer your contribution in whole or in part, alone or in combination with or included in any product, work or materials arising out of the project to which your contribution was submitted, and - -at our option, to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements. - -Except as set out above, you keep all right, title, and interest in your contribution. The rights that you grant to us under these terms are effective on the date you first submitted a contribution to us, even if your submission took place before the date you sign these terms. - -You covenant, represent, warrant and agree that: - -Each contribution that you submit is and shall be an original work of authorship and you can legally grant the rights set out in this SCA; - -to the best of your knowledge, each contribution will not violate any third party's copyrights, trademarks, patents, or other intellectual property rights; and - -each contribution shall be in compliance with U.S. export control laws and other applicable export and import laws. You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations inaccurate in any respect. We may publicly disclose your participation in the project, including the fact that you have signed the SCA. - -This SCA is governed by the laws of the State of California and applicable U.S. Federal law. Any choice of law rules will not apply. - -Please place an “x” on one of the applicable statement below. Please do NOT mark both statements: - - [X] I am signing on behalf of myself as an individual and no other person or entity, including my employer, has or will have rights with respect to my contributions. - - I am signing on behalf of my employer or a legal entity and I have the actual authority to contractually bind that entity. - -Contributor Details -Field Entry -Name Arya Prabhudesai -Company name (if applicable) - -Title or role (if applicable) - -Date 2018-08-17 -GitHub username aryaprabhudesai -Website (optional) - diff --git a/.github/contributors/askhogan.md b/.github/contributors/askhogan.md deleted file mode 100644 index 9fbf9df58..000000000 --- a/.github/contributors/askhogan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Patrick Hogan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 7/7/2019 | -| GitHub username | askhogan@gmail.com | -| Website (optional) | | diff --git a/.github/contributors/avadhpatel.md b/.github/contributors/avadhpatel.md deleted file mode 100644 index 6609c7d5c..000000000 --- a/.github/contributors/avadhpatel.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Avadh Patel | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 17.01.2018 | -| GitHub username | avadhpatel | -| Website (optional) | | diff --git a/.github/contributors/avramandrei.md b/.github/contributors/avramandrei.md deleted file mode 100644 index 6d4a69656..000000000 --- a/.github/contributors/avramandrei.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Andrei-Marius Avram | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 20/08/2019 | -| GitHub username | avramandrei | -| Website (optional) | | diff --git a/.github/contributors/azarezade.md b/.github/contributors/azarezade.md deleted file mode 100644 index 4d33fab60..000000000 --- a/.github/contributors/azarezade.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ali Zarezade | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-01-23 | -| GitHub username | azarezade | -| Website (optional) | azarezade.github.io | diff --git a/.github/contributors/b1uec0in.md b/.github/contributors/b1uec0in.md deleted file mode 100644 index 2e2cd0814..000000000 --- a/.github/contributors/b1uec0in.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Bae, Yong-Ju | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-07-25 | -| GitHub username | b1uec0in | -| Website (optional) | | diff --git a/.github/contributors/bdewilde.md b/.github/contributors/bdewilde.md deleted file mode 100644 index f65a625cb..000000000 --- a/.github/contributors/bdewilde.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------------- | -| Name | Burton DeWilde | -| Company name (if applicable) | - | -| Title or role (if applicable) | data scientist | -| Date | 20 November 2017 | -| GitHub username | bdewilde | -| Website (optional) | https://bdewilde.github.io/ | diff --git a/.github/contributors/beatesi.md b/.github/contributors/beatesi.md deleted file mode 100644 index 22109651a..000000000 --- a/.github/contributors/beatesi.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Beate Sildnes | -| Company name (if applicable) | NAV | -| Title or role (if applicable) | Data Scientist | -| Date | 04.12.2018 | -| GitHub username | beatesi | -| Website (optional) | | diff --git a/.github/contributors/bellabie.md b/.github/contributors/bellabie.md deleted file mode 100644 index 6543965a1..000000000 --- a/.github/contributors/bellabie.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | B Cavello | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-05-06 | -| GitHub username | bellabie | -| Website (optional) | bcavello.com | diff --git a/.github/contributors/bintay.md b/.github/contributors/bintay.md deleted file mode 100644 index c64f2dba5..000000000 --- a/.github/contributors/bintay.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ben Taylor | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | October 2, 2019 | -| GitHub username | bintay | -| Website (optional) | bentaylor.xyz | diff --git a/.github/contributors/bittlingmayer.md b/.github/contributors/bittlingmayer.md deleted file mode 100644 index 69ec98a00..000000000 --- a/.github/contributors/bittlingmayer.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Adam Bittlingmayer | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 12 Aug 2020 | -| GitHub username | bittlingmayer | -| Website (optional) | | - diff --git a/.github/contributors/bjascob.md b/.github/contributors/bjascob.md deleted file mode 100644 index 4870c494a..000000000 --- a/.github/contributors/bjascob.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Brad Jascob | -| Company name (if applicable) | n/a | -| Title or role (if applicable) | Software Engineer | -| Date | 04/25/2019 | -| GitHub username | bjascob | -| Website (optional) | n/a | diff --git a/.github/contributors/bodak.md b/.github/contributors/bodak.md deleted file mode 100644 index f87224f81..000000000 --- a/.github/contributors/bodak.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kristian Boda | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 18.05.2021 | -| GitHub username | bodak | -| Website (optional) | | diff --git a/.github/contributors/boena.md b/.github/contributors/boena.md deleted file mode 100644 index 317818278..000000000 --- a/.github/contributors/boena.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Björn Lennartsson | -| Company name (if applicable) | Uptrail AB | -| Title or role (if applicable) | CTO | -| Date | 2019-01-15 | -| GitHub username | boena | -| Website (optional) | www.uptrail.com | diff --git a/.github/contributors/borijang.md b/.github/contributors/borijang.md deleted file mode 100644 index 0f2763f2a..000000000 --- a/.github/contributors/borijang.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Borijan Georgievski | -| Company name (if applicable) | Netcetera | -| Title or role (if applicable) | Deta Scientist | -| Date | 2020.10.09 | -| GitHub username | borijang | -| Website (optional) | | diff --git a/.github/contributors/bratao.md b/.github/contributors/bratao.md deleted file mode 100644 index 9bc187cdc..000000000 --- a/.github/contributors/bratao.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Bruno Souza Cabral | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 24/12/2020 | -| GitHub username | bratao | -| Website (optional) | | diff --git a/.github/contributors/broaddeep.md b/.github/contributors/broaddeep.md deleted file mode 100644 index d6c4b3cf3..000000000 --- a/.github/contributors/broaddeep.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Dongjun Park | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-03-06 | -| GitHub username | broaddeep | -| Website (optional) | | diff --git a/.github/contributors/bryant1410.md b/.github/contributors/bryant1410.md deleted file mode 100644 index 83f3a7abd..000000000 --- a/.github/contributors/bryant1410.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Santiago Castro | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-04-09 | -| GitHub username | bryant1410 | -| Website (optional) | | diff --git a/.github/contributors/bsweileh.md b/.github/contributors/bsweileh.md deleted file mode 100644 index 13f78a4b7..000000000 --- a/.github/contributors/bsweileh.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Belal | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | March 13, 2021 | -| GitHub username | bsweileh | -| Website (optional) | | diff --git a/.github/contributors/btrungchi.md b/.github/contributors/btrungchi.md deleted file mode 100644 index 1c2756641..000000000 --- a/.github/contributors/btrungchi.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Bui Trung Chi | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-06-30 | -| GitHub username | btrungchi | -| Website (optional) | | diff --git a/.github/contributors/calumcalder.md b/.github/contributors/calumcalder.md deleted file mode 100644 index f2c4442af..000000000 --- a/.github/contributors/calumcalder.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Calum Calder | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22 March 2018 | -| GitHub username | calumcalder | -| Website (optional) | | diff --git a/.github/contributors/cbilgili.md b/.github/contributors/cbilgili.md deleted file mode 100644 index 934e3fa1a..000000000 --- a/.github/contributors/cbilgili.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Canbey Bilgili | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 1 December 2017 | -| GitHub username | cbilgili | -| Website (optional) | | diff --git a/.github/contributors/cclauss.md b/.github/contributors/cclauss.md deleted file mode 100644 index 62ebbab09..000000000 --- a/.github/contributors/cclauss.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Chris Clauss | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 20 November 2017 | -| GitHub username | cclauss | -| Website (optional) | | diff --git a/.github/contributors/cedar101.md b/.github/contributors/cedar101.md deleted file mode 100644 index 4d04ebacf..000000000 --- a/.github/contributors/cedar101.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Kim, Baeg-il | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-07-03 | -| GitHub username | cedar101 | -| Website (optional) | | diff --git a/.github/contributors/celikomer.md b/.github/contributors/celikomer.md deleted file mode 100644 index 793d16994..000000000 --- a/.github/contributors/celikomer.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Omer Celik | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 04/11/2019 | -| GitHub username | celikomer | -| Website (optional) | www.ocelik.com | diff --git a/.github/contributors/ceteri.md b/.github/contributors/ceteri.md deleted file mode 100644 index f29bfd346..000000000 --- a/.github/contributors/ceteri.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------- | -| Name | Paco Nathan | -| Company name (if applicable) | Derwen, Inc. | -| Title or role (if applicable) | Managing Partner | -| Date | 2020-01-25 | -| GitHub username | ceteri | -| Website (optional) | https://derwen.ai/paco | diff --git a/.github/contributors/charlax.md b/.github/contributors/charlax.md deleted file mode 100644 index 3cd799ae8..000000000 --- a/.github/contributors/charlax.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Charles-Axel Dein | -| Company name (if applicable) | Skrib | -| Title or role (if applicable) | CEO | -| Date | 27/09/2018 | -| GitHub username | charlax | -| Website (optional) | www.dein.fr | diff --git a/.github/contributors/chezou.md b/.github/contributors/chezou.md deleted file mode 100644 index e47a1e3de..000000000 --- a/.github/contributors/chezou.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aki Ariga | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 07/12/2018 | -| GitHub username | chezou | -| Website (optional) | chezo.uno | diff --git a/.github/contributors/chopeen.md b/.github/contributors/chopeen.md deleted file mode 100644 index d293c9845..000000000 --- a/.github/contributors/chopeen.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Marek Grzenkowicz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020.04.10 | -| GitHub username | chopeen | -| Website (optional) | | diff --git a/.github/contributors/chrisdubois.md b/.github/contributors/chrisdubois.md deleted file mode 100644 index beac1c502..000000000 --- a/.github/contributors/chrisdubois.md +++ /dev/null @@ -1,98 +0,0 @@ -# Syllogism contributor agreement - -This Syllogism Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -Syllogism Co. The term **"you"** shall mean the person or entity identified -below. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. Syllogism Co. may publicly - disclose your participation in the project, including the fact that you have - signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Chris DuBois | -| Company's name (if applicable) | | -| Title or Role (if applicable) | | -| Date | 2015.10.07 | -| GitHub username | chrisdubois | -| Website (optional) | | diff --git a/.github/contributors/cicorias.md b/.github/contributors/cicorias.md deleted file mode 100644 index 3dac47fa0..000000000 --- a/.github/contributors/cicorias.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Shawn Cicoria | -| Company name (if applicable) | Microsoft | -| Title or role (if applicable) | Principal Software Engineer | -| Date | November 20, 2018 | -| GitHub username | cicorias | -| Website (optional) | www.cicoria.com | \ No newline at end of file diff --git a/.github/contributors/clarus.md b/.github/contributors/clarus.md deleted file mode 100644 index 108d8520a..000000000 --- a/.github/contributors/clarus.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Guillaume Claret | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | June 19, 2019 | -| GitHub username | clarus | -| Website (optional) | guillaume.claret.me | diff --git a/.github/contributors/clippered.md b/.github/contributors/clippered.md deleted file mode 100644 index 2cd93d28d..000000000 --- a/.github/contributors/clippered.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kenneth Cruz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-12-07 | -| GitHub username | clippered | -| Website (optional) | | diff --git a/.github/contributors/coryhurst.md b/.github/contributors/coryhurst.md deleted file mode 100644 index 39ba15b45..000000000 --- a/.github/contributors/coryhurst.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -----------------------------| -| Name | Cory Hurst | -| Company name (if applicable) | Samtec Smart Platform Group | -| Title or role (if applicable) | SoftwareDeveloper | -| Date | 2017-11-13 | -| GitHub username | cjhurst | -| Website (optional) | https://blog.spg.ai/ | diff --git a/.github/contributors/cristianasp.md b/.github/contributors/cristianasp.md deleted file mode 100644 index a829098e9..000000000 --- a/.github/contributors/cristianasp.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Cristiana S Parada | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-11-04 | -| GitHub username | cristianasp | -| Website (optional) | | - diff --git a/.github/contributors/d99kris.md b/.github/contributors/d99kris.md deleted file mode 100644 index 8261b579b..000000000 --- a/.github/contributors/d99kris.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kristofer Berggren | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | 2017-12-17 | -| GitHub username | d99kris | -| Website (optional) | - | diff --git a/.github/contributors/danielhers.md b/.github/contributors/danielhers.md deleted file mode 100644 index 1a43dde47..000000000 --- a/.github/contributors/danielhers.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Daniel Hershcovich | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 8 November 2017 | -| GitHub username | danielhers | -| Website (optional) | www.cs.huji.ac.il/~danielh | diff --git a/.github/contributors/danielkingai2.md b/.github/contributors/danielkingai2.md deleted file mode 100644 index dd2f6006d..000000000 --- a/.github/contributors/danielkingai2.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Daniel King | -| Company name (if applicable) | Allen Institute for Artificial Intelligence | -| Title or role (if applicable) | Predoctoral Young Investigator | -| Date | 03/06/2019 | -| GitHub username | danielkingai2 | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/danielruf.md b/.github/contributors/danielruf.md deleted file mode 100644 index dd35ca751..000000000 --- a/.github/contributors/danielruf.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | --------------------- | -| Name | Daniel Ruf | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 07.06.2018 | -| GitHub username | danielruf | -| Website (optional) | https://daniel-ruf.de | diff --git a/.github/contributors/danielvasic.md b/.github/contributors/danielvasic.md deleted file mode 100644 index 03606c8d9..000000000 --- a/.github/contributors/danielvasic.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Daniel Vasić | -| Company name (if applicable) | University of Mostar | -| Title or role (if applicable) | Teaching asistant | -| Date | 13/10/2020 | -| GitHub username | danielvasic | -| Website (optional) | | diff --git a/.github/contributors/dardoria.md b/.github/contributors/dardoria.md deleted file mode 100644 index 0c7202fca..000000000 --- a/.github/contributors/dardoria.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Boian Tzonev | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 18.02.2021 | -| GitHub username | dardoria | -| Website (optional) | | diff --git a/.github/contributors/darindf.md b/.github/contributors/darindf.md deleted file mode 100644 index 1e0cc2916..000000000 --- a/.github/contributors/darindf.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Darin DeForest | -| Company name (if applicable) | Ipro Tech | -| Title or role (if applicable) | Senior Software Engineer | -| Date | 2018-09-26 | -| GitHub username | darindf | -| Website (optional) | | diff --git a/.github/contributors/delzac.md b/.github/contributors/delzac.md deleted file mode 100644 index 0fcfe6f2f..000000000 --- a/.github/contributors/delzac.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Matthew Chin | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-09-22 | -| GitHub username | delzac | -| Website (optional) | | diff --git a/.github/contributors/demfier.md b/.github/contributors/demfier.md deleted file mode 100644 index 1a730fc78..000000000 --- a/.github/contributors/demfier.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Gaurav Sahu | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-10-18 | -| GitHub username | demfier | -| Website (optional) | | diff --git a/.github/contributors/demongolem.md b/.github/contributors/demongolem.md deleted file mode 100644 index 29cb088c1..000000000 --- a/.github/contributors/demongolem.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Gregory Werner | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 5/29/2019 | -| GitHub username | demongolem | -| Website (optional) | | diff --git a/.github/contributors/dhpollack.md b/.github/contributors/dhpollack.md deleted file mode 100644 index 444d97d42..000000000 --- a/.github/contributors/dhpollack.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | David Pollack | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Mar 5. 2020 | -| GitHub username | dhpollack | -| Website (optional) | | diff --git a/.github/contributors/dhruvrnaik.md b/.github/contributors/dhruvrnaik.md deleted file mode 100644 index 9639b6cba..000000000 --- a/.github/contributors/dhruvrnaik.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Dhruv Naik | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 26-01-2021 | -| GitHub username | dhruvrnaik | -| Website (optional) | | diff --git a/.github/contributors/doug-descombaz.md b/.github/contributors/doug-descombaz.md deleted file mode 100644 index 210bb7296..000000000 --- a/.github/contributors/doug-descombaz.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Doug DesCombaz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-03-15 | -| GitHub username | doug-descombaz | -| Website (optional) | https://medium.com/@doug.descombaz | diff --git a/.github/contributors/drndos.md b/.github/contributors/drndos.md deleted file mode 100644 index 897959a1c..000000000 --- a/.github/contributors/drndos.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Filip Bednárik | -| Company name (if applicable) | Ardevop, s. r. o. | -| Title or role (if applicable) | IT Consultant | -| Date | 2020-01-26 | -| GitHub username | drndos | -| Website (optional) | https://ardevop.sk | diff --git a/.github/contributors/dvsrepo.md b/.github/contributors/dvsrepo.md deleted file mode 100644 index c9edcf12a..000000000 --- a/.github/contributors/dvsrepo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Daniel Vila-Suero | -| Company name (if applicable) | recogn.ai | -| Title or role (if applicable) | | -| Date | 07-04-2017 | -| GitHub username | dvsrepo | -| Website (optional) | recogn.ai | diff --git a/.github/contributors/elbaulp.md b/.github/contributors/elbaulp.md deleted file mode 100644 index 1e9604c75..000000000 --- a/.github/contributors/elbaulp.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alejandro Alcalde | -| Company name (if applicable) | | -| Title or role (if applicable) | Data Scientist | -| Date | 07/17/2019 | -| GitHub username | elbaulp | -| Website (optional) | [elbauldelprogramador.com](https://elbauldelprogramador.com/en/) | diff --git a/.github/contributors/elben10 b/.github/contributors/elben10 deleted file mode 100644 index 1eb4656dc..000000000 --- a/.github/contributors/elben10 +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jakob Jul Elben | -| Company name (if applicable) | N/A | -| Title or role (if applicable) | N/A | -| Date | April 16th, 2020 | -| GitHub username | elben10 | -| Website (optional) | N/A | diff --git a/.github/contributors/emulbreh.md b/.github/contributors/emulbreh.md deleted file mode 100644 index 60388d22a..000000000 --- a/.github/contributors/emulbreh.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Johannes Dollinger | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-02-13 | -| GitHub username | emulbreh | -| Website (optional) | | diff --git a/.github/contributors/enerrio.md b/.github/contributors/enerrio.md deleted file mode 100644 index 85ed022ce..000000000 --- a/.github/contributors/enerrio.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aaron Marquez | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2/15/2018 | -| GitHub username | enerrio | -| Website (optional) | | diff --git a/.github/contributors/er-raoniz.md b/.github/contributors/er-raoniz.md deleted file mode 100644 index 95210280d..000000000 --- a/.github/contributors/er-raoniz.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Rahul Soni | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 30th September, 2019 | -| GitHub username | er-raoniz | -| Website (optional) | | diff --git a/.github/contributors/erip.md b/.github/contributors/erip.md deleted file mode 100644 index 56df07338..000000000 --- a/.github/contributors/erip.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Elijah Rippeth | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-11-16 | -| GitHub username | erip | -| Website (optional) | | diff --git a/.github/contributors/estr4ng7d.md b/.github/contributors/estr4ng7d.md deleted file mode 100644 index 35c095c47..000000000 --- a/.github/contributors/estr4ng7d.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Amey Baviskar | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 21-May-2019 | -| GitHub username | estr4ng7d | -| Website (optional) | | diff --git a/.github/contributors/filipecaixeta.md b/.github/contributors/filipecaixeta.md deleted file mode 100644 index 526583ce1..000000000 --- a/.github/contributors/filipecaixeta.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Filipe Caixeta | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 09.12.2018 | -| GitHub username | filipecaixeta | -| Website (optional) | filipecaixeta.com.br | diff --git a/.github/contributors/fizban99.md b/.github/contributors/fizban99.md deleted file mode 100644 index 7970fd7c5..000000000 --- a/.github/contributors/fizban99.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | A.I.M. | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 16.04.2019 | -| GitHub username | fizban99 | -| Website (optional) | | diff --git a/.github/contributors/florijanstamenkovic.md b/.github/contributors/florijanstamenkovic.md deleted file mode 100644 index 65da875b1..000000000 --- a/.github/contributors/florijanstamenkovic.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Florijan Stamenkovic | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-10-05 | -| GitHub username | florijanstamenkovic | -| Website (optional) | | diff --git a/.github/contributors/forest1988.md b/.github/contributors/forest1988.md deleted file mode 100644 index 486764b31..000000000 --- a/.github/contributors/forest1988.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yusuke Mori | -| Company name (if applicable) | | -| Title or role (if applicable) | Ph.D. student | -| Date | 2020/11/22 | -| GitHub username | forest1988 | -| Website (optional) | https://forest1988.github.io | diff --git a/.github/contributors/foufaster.md b/.github/contributors/foufaster.md deleted file mode 100644 index 824b99d28..000000000 --- a/.github/contributors/foufaster.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |Anès Foufa | -| Company name (if applicable) | | -| Title or role (if applicable) |NLP developer | -| Date |21/01/2019 | -| GitHub username |foufaster | -| Website (optional) | | diff --git a/.github/contributors/frascuchon.md b/.github/contributors/frascuchon.md deleted file mode 100644 index ed6be60b1..000000000 --- a/.github/contributors/frascuchon.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Francisco Aranda | -| Company name (if applicable) | recognai | -| Title or role (if applicable) | | -| Date | | -| GitHub username | frascuchon | -| Website (optional) | https://recogn.ai | diff --git a/.github/contributors/free-variation.md b/.github/contributors/free-variation.md deleted file mode 100644 index 81dc455cc..000000000 --- a/.github/contributors/free-variation.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | John Stewart | -| Company name (if applicable) | Amplify | -| Title or role (if applicable) | SVP Research | -| Date | 14/09/2018 | -| GitHub username | free-variation | -| Website (optional) | | diff --git a/.github/contributors/fsonntag.md b/.github/contributors/fsonntag.md deleted file mode 100644 index 0d84015bb..000000000 --- a/.github/contributors/fsonntag.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Felix Sonntag | -| Company name (if applicable) | - | -| Title or role (if applicable) | Student | -| Date | 2017-11-19 | -| GitHub username | fsonntag | -| Website (optional) | http://github.com/fsonntag/ | diff --git a/.github/contributors/fucking-signup.md b/.github/contributors/fucking-signup.md deleted file mode 100644 index b34e23e00..000000000 --- a/.github/contributors/fucking-signup.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kit | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | 2018/01/08 | -| GitHub username | fucking-signup | -| Website (optional) | - | diff --git a/.github/contributors/gandersen101.md b/.github/contributors/gandersen101.md deleted file mode 100644 index cae4ad047..000000000 --- a/.github/contributors/gandersen101.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Grant Andersen | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 07.06.2020 | -| GitHub username | gandersen101 | -| Website (optional) | | diff --git a/.github/contributors/gavrieltal.md b/.github/contributors/gavrieltal.md deleted file mode 100644 index 16ed38131..000000000 --- a/.github/contributors/gavrieltal.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Gavriel Loria | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Nov 29, 2018 | -| GitHub username | gavrieltal | -| Website (optional) | | diff --git a/.github/contributors/giannisdaras.md b/.github/contributors/giannisdaras.md deleted file mode 100644 index 2f403f49a..000000000 --- a/.github/contributors/giannisdaras.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------------- | -| Name | Ioannis Daras | -| Company name (if applicable) | | -| Title or role (if applicable) | Computer Engineering Student | -| Date | 2018-07-17 | -| GitHub username | giannisdaras | -| Website (optional) | https://giannisdaras.github.io | diff --git a/.github/contributors/graue70.md b/.github/contributors/graue70.md deleted file mode 100644 index 7f9aa037b..000000000 --- a/.github/contributors/graue70.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Thomas | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-08-11 | -| GitHub username | graue70 | -| Website (optional) | | diff --git a/.github/contributors/graus.md b/.github/contributors/graus.md deleted file mode 100644 index 3848dfeec..000000000 --- a/.github/contributors/graus.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | David Graus | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 28.03.2019 | -| GitHub username | graus | -| Website (optional) | graus.nu | - diff --git a/.github/contributors/greenriverrus.md b/.github/contributors/greenriverrus.md deleted file mode 100644 index a7d6ba260..000000000 --- a/.github/contributors/greenriverrus.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | --------------------| -| Name | Vadim Mazaev | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 26 November 2017 | -| GitHub username | GreenRiverRUS | -| Website (optional) | | diff --git a/.github/contributors/grivaz.md b/.github/contributors/grivaz.md deleted file mode 100644 index 0ebdbcca9..000000000 --- a/.github/contributors/grivaz.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |C. Grivaz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date |08.22.2018 | -| GitHub username |grivaz | -| Website (optional) | | diff --git a/.github/contributors/gtoffoli.md b/.github/contributors/gtoffoli.md deleted file mode 100644 index 5d5d712a2..000000000 --- a/.github/contributors/gtoffoli.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Giovanni Toffoli | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-05-12 | -| GitHub username | gtoffoli | -| Website (optional) | | diff --git a/.github/contributors/guerda.md b/.github/contributors/guerda.md deleted file mode 100644 index 6ac418e2e..000000000 --- a/.github/contributors/guerda.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Philip Gillißen | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-24 | -| GitHub username | guerda | -| Website (optional) | | diff --git a/.github/contributors/gustavengstrom.md b/.github/contributors/gustavengstrom.md deleted file mode 100644 index d3e0da5a4..000000000 --- a/.github/contributors/gustavengstrom.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Gustav Engström | -| Company name (if applicable) | Davcon | -| Title or role (if applicable) | Data scientis | -| Date | 2019-10-10 | -| GitHub username | gustavengstrom | -| Website (optional) | | diff --git a/.github/contributors/henry860916.md b/.github/contributors/henry860916.md deleted file mode 100644 index b01f81edd..000000000 --- a/.github/contributors/henry860916.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Henry Zhang | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-04-30 | -| GitHub username | henry860916 | -| Website (optional) | | diff --git a/.github/contributors/hertelm.md b/.github/contributors/hertelm.md deleted file mode 100644 index ba4250bfc..000000000 --- a/.github/contributors/hertelm.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Matthias Hertel | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | June 29, 2020 | -| GitHub username | hertelm | -| Website (optional) | | diff --git a/.github/contributors/himkt.md b/.github/contributors/himkt.md deleted file mode 100644 index e21aafda5..000000000 --- a/.github/contributors/himkt.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ x ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ x ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ----------------------- | -| Name | himkt | -| Company name (if applicable) | University of Tsukuba | -| Title or role (if applicable) | | -| Date | 2018-06-07 | -| GitHub username | himkt | -| Website (optional) | https://himkt.github.io | diff --git a/.github/contributors/hiroshi-matsuda-rit.md b/.github/contributors/hiroshi-matsuda-rit.md deleted file mode 100644 index bf19125fb..000000000 --- a/.github/contributors/hiroshi-matsuda-rit.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Hiroshi Matsuda | -| Company name (if applicable) | Megagon Labs, Tokyo | -| Title or role (if applicable) | Research Scientist | -| Date | June 6, 2020 | -| GitHub username | hiroshi-matsuda-rit | -| Website (optional) | | diff --git a/.github/contributors/holubvl3.md b/.github/contributors/holubvl3.md deleted file mode 100644 index f2047b103..000000000 --- a/.github/contributors/holubvl3.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Vladimir Holubec | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 30.07.2020 | -| GitHub username | holubvl3 | -| Website (optional) | | diff --git a/.github/contributors/honnibal.md b/.github/contributors/honnibal.md deleted file mode 100644 index 3a700b7dd..000000000 --- a/.github/contributors/honnibal.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Matthew Honnibal | -| Company name (if applicable) | Explosion AI | -| Title or role (if applicable) | Founder | -| Date | 2017-10-18 | -| GitHub username | honnibal | -| Website (optional) | https://explosion.ai | diff --git a/.github/contributors/howl-anderson.md b/.github/contributors/howl-anderson.md deleted file mode 100644 index 902d35426..000000000 --- a/.github/contributors/howl-anderson.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Xiaoquan Kong | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-03-23 | -| GitHub username | howl-anderson | -| Website (optional) | | diff --git a/.github/contributors/hugovk.md b/.github/contributors/hugovk.md deleted file mode 100644 index 1b96f688c..000000000 --- a/.github/contributors/hugovk.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Hugo van Kemenade | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 26 November 2017 | -| GitHub username | hugovk | -| Website (optional) | | diff --git a/.github/contributors/iann0036.md b/.github/contributors/iann0036.md deleted file mode 100644 index 969c9ae85..000000000 --- a/.github/contributors/iann0036.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ian Mckay | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22/03/2018 | -| GitHub username | iann0036 | -| Website (optional) | | diff --git a/.github/contributors/idealley.md b/.github/contributors/idealley.md deleted file mode 100644 index 9aa7d4a1b..000000000 --- a/.github/contributors/idealley.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pouyt Samuel | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 26.05.2018 | -| GitHub username | Idealley | -| Website (optional) | | diff --git a/.github/contributors/idoshr.md b/.github/contributors/idoshr.md deleted file mode 100644 index 26e901530..000000000 --- a/.github/contributors/idoshr.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ido Shraga | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 20-09-2020 | -| GitHub username | idoshr | -| Website (optional) | | diff --git a/.github/contributors/iechevarria.md b/.github/contributors/iechevarria.md deleted file mode 100644 index f0c05efc9..000000000 --- a/.github/contributors/iechevarria.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | --------------------- | -| Name | Ivan Echevarria | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-12-24 | -| GitHub username | iechevarria | -| Website (optional) | https://echevarria.io | diff --git a/.github/contributors/ilivans.md b/.github/contributors/ilivans.md deleted file mode 100644 index d471fde48..000000000 --- a/.github/contributors/ilivans.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Ilia Ivanov | -| Company name (if applicable) | Chattermill | -| Title or role (if applicable) | DL Engineer | -| Date | 2020-05-14 | -| GitHub username | ilivans | -| Website (optional) | | diff --git a/.github/contributors/ines.md b/.github/contributors/ines.md deleted file mode 100644 index 5cd57b07e..000000000 --- a/.github/contributors/ines.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ines Montani | -| Company name (if applicable) | Explosion AI | -| Title or role (if applicable) | Founder | -| Date | 2017/10/18 | -| GitHub username | ines | -| Website (optional) | https://explosion.ai | diff --git a/.github/contributors/intrafindBreno.md b/.github/contributors/intrafindBreno.md deleted file mode 100644 index 204d20c07..000000000 --- a/.github/contributors/intrafindBreno.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Breno Faria | -| Company name (if applicable) | IntraFind | -| Title or role (if applicable) | Product Lead | -| Date | 03.06.2019 | -| GitHub username | intrafindBreno | -| Website (optional) | | diff --git a/.github/contributors/isaric.md b/.github/contributors/isaric.md deleted file mode 100644 index 698eb1d07..000000000 --- a/.github/contributors/isaric.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ivan Šarić | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 18.08.2019. | -| GitHub username | isaric | -| Website (optional) | | diff --git a/.github/contributors/iurshina.md b/.github/contributors/iurshina.md deleted file mode 100644 index 226813084..000000000 --- a/.github/contributors/iurshina.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Anastasiia Iurshina | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 28.12.2019 | -| GitHub username | iurshina | -| Website (optional) | | diff --git a/.github/contributors/ivigamberdiev.md b/.github/contributors/ivigamberdiev.md deleted file mode 100644 index 9c5496e13..000000000 --- a/.github/contributors/ivigamberdiev.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Igor Igamberdiev | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | April 2, 2019 | -| GitHub username | ivigamberdiev | -| Website (optional) | | diff --git a/.github/contributors/ivyleavedtoadflax.md b/.github/contributors/ivyleavedtoadflax.md deleted file mode 100644 index f8bb22ec6..000000000 --- a/.github/contributors/ivyleavedtoadflax.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |Matthew Upson | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date |2018-04-24 | -| GitHub username |ivyleavedtoadflax | -| Website (optional) |www.machinegurning.com| diff --git a/.github/contributors/jabortell.md b/.github/contributors/jabortell.md deleted file mode 100644 index 4f878912f..000000000 --- a/.github/contributors/jabortell.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jacob Bortell | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-11-20 | -| GitHub username | jabortell | -| Website (optional) | | diff --git a/.github/contributors/jacopofar.md b/.github/contributors/jacopofar.md deleted file mode 100644 index 555d4d8ce..000000000 --- a/.github/contributors/jacopofar.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jacopo Farina | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-10-12 | -| GitHub username | jacopofar | -| Website (optional) | jacopofarina.eu | diff --git a/.github/contributors/jacse.md b/.github/contributors/jacse.md deleted file mode 100644 index 7face10c3..000000000 --- a/.github/contributors/jacse.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jacob Lauritzen | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-30 | -| GitHub username | jacse | -| Website (optional) | | diff --git a/.github/contributors/janimo.md b/.github/contributors/janimo.md deleted file mode 100644 index dfa40798c..000000000 --- a/.github/contributors/janimo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jani Monoses | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 5/10/2018 | -| GitHub username | janimo | -| Website (optional) | | diff --git a/.github/contributors/jankrepl.md b/.github/contributors/jankrepl.md deleted file mode 100644 index eda5a29b8..000000000 --- a/.github/contributors/jankrepl.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jan Krepl | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2021-03-09 | -| GitHub username | jankrepl | -| Website (optional) | | diff --git a/.github/contributors/jarib.md b/.github/contributors/jarib.md deleted file mode 100644 index e6b19c4b7..000000000 --- a/.github/contributors/jarib.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jari Bakken | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-12-21 | -| GitHub username | jarib | -| Website (optional) | | diff --git a/.github/contributors/jaydeepborkar.md b/.github/contributors/jaydeepborkar.md deleted file mode 100644 index 32199d596..000000000 --- a/.github/contributors/jaydeepborkar.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jaydeep Borkar | -| Company name (if applicable) | Pune University, India | -| Title or role (if applicable) | CS Undergrad | -| Date | 9/26/2019 | -| GitHub username | jaydeepborkar | -| Website (optional) | http://jaydeepborkar.github.io | diff --git a/.github/contributors/jbesomi.md b/.github/contributors/jbesomi.md deleted file mode 100644 index ac43a3bfd..000000000 --- a/.github/contributors/jbesomi.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jonathan B. | -| Company name (if applicable) | besomi.ai | -| Title or role (if applicable) | - | -| Date | 07.07.2020 | -| GitHub username | jbesomi | -| Website (optional) | besomi.ai | diff --git a/.github/contributors/jeannefukumaru.md b/.github/contributors/jeannefukumaru.md deleted file mode 100644 index bde2c782d..000000000 --- a/.github/contributors/jeannefukumaru.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | jeanneC | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 4th April 2019 | -| GitHub username | jeannefukumaru | -| Website (optional) | | diff --git a/.github/contributors/jenojp.md b/.github/contributors/jenojp.md deleted file mode 100644 index 3ba5ed296..000000000 --- a/.github/contributors/jenojp.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jeno Pizarro | -| Company name (if applicable) | IBM | -| Title or role (if applicable) | Data Scientist and Software Developer | -| Date | 3 August 2019 | -| GitHub username | jenojp | -| Website (optional) | https://www.linkedin.com/in/jenojp/ | diff --git a/.github/contributors/jerbob92.md b/.github/contributors/jerbob92.md deleted file mode 100644 index bb0430d14..000000000 --- a/.github/contributors/jerbob92.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jeroen Bobbeldijk | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22-10-2017 | -| GitHub username | jerbob92 | -| Website (optional) | | diff --git a/.github/contributors/jganseman.md b/.github/contributors/jganseman.md deleted file mode 100644 index dc25bee1c..000000000 --- a/.github/contributors/jganseman.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Joachim Ganseman | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 26/01/2021 | -| GitHub username | jganseman | -| Website (optional) | www.ganseman.be | diff --git a/.github/contributors/jgutix.md b/.github/contributors/jgutix.md deleted file mode 100644 index 4bda9486b..000000000 --- a/.github/contributors/jgutix.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Juan Gutiérrez | -| Company name (if applicable) | Ojtli | -| Title or role (if applicable) | | -| Date | 2020-08-28 | -| GitHub username | jgutix | -| Website (optional) | ojtli.app | diff --git a/.github/contributors/jimregan.md b/.github/contributors/jimregan.md deleted file mode 100644 index dd8fe3d64..000000000 --- a/.github/contributors/jimregan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jim O'Regan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-06-24 | -| GitHub username | jimregan | -| Website (optional) | | diff --git a/.github/contributors/jklaise.md b/.github/contributors/jklaise.md deleted file mode 100644 index 66d77ee48..000000000 --- a/.github/contributors/jklaise.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |Janis Klaise | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date |26/04/2021 | -| GitHub username |jklaise | -| Website (optional) |janisklaise.com | diff --git a/.github/contributors/jmargeta.md b/.github/contributors/jmargeta.md deleted file mode 100644 index ab13424f8..000000000 --- a/.github/contributors/jmargeta.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jan Margeta | -| Company name (if applicable) | KardioMe | -| Title or role (if applicable) | Founder | -| Date | 2020-10-16 | -| GitHub username | jmargeta | -| Website (optional) | kardio.me | diff --git a/.github/contributors/jmyerston.md b/.github/contributors/jmyerston.md deleted file mode 100644 index be5db5453..000000000 --- a/.github/contributors/jmyerston.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | ----------------------------------- | -| Name | Jacobo Myerston | -| Company name (if applicable) | University of California, San Diego | -| Title or role (if applicable) | Academic | -| Date | 07/05/2021 | -| GitHub username | jmyerston | -| Website (optional) | diogenet.ucsd.edu | diff --git a/.github/contributors/johnhaley81.md b/.github/contributors/johnhaley81.md deleted file mode 100644 index 277b3126c..000000000 --- a/.github/contributors/johnhaley81.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | John Haley | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 19/10/2017 | -| GitHub username | johnhaley81 | -| Website (optional) | | diff --git a/.github/contributors/jonesmartins.md b/.github/contributors/jonesmartins.md deleted file mode 100644 index 5663f6193..000000000 --- a/.github/contributors/jonesmartins.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jones Martins | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-06-10 | -| GitHub username | jonesmartins | -| Website (optional) | | diff --git a/.github/contributors/juliamakogon.md b/.github/contributors/juliamakogon.md deleted file mode 100644 index 90133b55a..000000000 --- a/.github/contributors/juliamakogon.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Julia Makogon | -| Company name (if applicable) | Semantrum | -| Title or role (if applicable) | | -| Date | 07.02.2019 | -| GitHub username | juliamakogon | -| Website (optional) | | diff --git a/.github/contributors/julien-talkair.md b/.github/contributors/julien-talkair.md deleted file mode 100644 index f8a1933b2..000000000 --- a/.github/contributors/julien-talkair.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Julien Rossi | -| Company name (if applicable) | TalkAir BV | -| Title or role (if applicable) | CTO, Partner | -| Date | June 28 2021 | -| GitHub username | julien-talkair | -| Website (optional) | | diff --git a/.github/contributors/juliensalinas.md b/.github/contributors/juliensalinas.md deleted file mode 100644 index 0062426ba..000000000 --- a/.github/contributors/juliensalinas.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | ------------------- | -| Name | Julien Salinas | -| Company name (if applicable) | NLP Cloud | -| Title or role (if applicable) | Founder and CTO | -| Date | Mayb 14th 2021 | -| GitHub username | juliensalinas | -| Website (optional) | https://nlpcloud.io | diff --git a/.github/contributors/jumasheff.md b/.github/contributors/jumasheff.md deleted file mode 100644 index 1ce6d2341..000000000 --- a/.github/contributors/jumasheff.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Murat Jumashev | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 25.01.2021 | -| GitHub username | jumasheff | -| Website (optional) | | diff --git a/.github/contributors/justindujardin.md b/.github/contributors/justindujardin.md deleted file mode 100644 index 35d403acb..000000000 --- a/.github/contributors/justindujardin.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Justin DuJardin | -| Company name (if applicable) | DuJardin Consulting, LLC | -| Title or role (if applicable) | | -| Date | 2018-03-23 | -| GitHub username | justindujardin | -| Website (optional) | https://justindujardin.com | diff --git a/.github/contributors/kabirkhan.md b/.github/contributors/kabirkhan.md deleted file mode 100644 index 4dfb3dfa1..000000000 --- a/.github/contributors/kabirkhan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Kabir Khan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-04-08 | -| GitHub username | kabirkhan | -| Website (optional) | | diff --git a/.github/contributors/katarkor.md b/.github/contributors/katarkor.md deleted file mode 100644 index a8b62933f..000000000 --- a/.github/contributors/katarkor.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Katarzyna Korsak | -| Company name (if applicable) | Nav | -| Title or role (if applicable) | | -| Date | 18.07.2018 | -| GitHub username | katarkor | -| Website (optional) | | diff --git a/.github/contributors/katrinleinweber.md b/.github/contributors/katrinleinweber.md deleted file mode 100644 index ca0c9089d..000000000 --- a/.github/contributors/katrinleinweber.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Katrin Leinweber | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-03-30 | -| GitHub username | katrinleinweber | -| Website (optional) | | diff --git a/.github/contributors/kbulygin.md b/.github/contributors/kbulygin.md deleted file mode 100644 index 4679868cf..000000000 --- a/.github/contributors/kbulygin.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kirill Bulygin | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-12-18 | -| GitHub username | kbulygin | -| Website (optional) | | diff --git a/.github/contributors/keshan.md b/.github/contributors/keshan.md deleted file mode 100644 index 96b5d89ec..000000000 --- a/.github/contributors/keshan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Keshan Sodimana | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Sep 21, 2018 | -| GitHub username | keshan | -| Website (optional) | | diff --git a/.github/contributors/keshav.md b/.github/contributors/keshav.md deleted file mode 100644 index 4f9eeacc9..000000000 --- a/.github/contributors/keshav.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Keshav Garg | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Jan 22, 2021 | -| GitHub username | KeshavG-lb | -| Website (optional) | | diff --git a/.github/contributors/kevinlu1248.md b/.github/contributors/kevinlu1248.md deleted file mode 100644 index fc974ec95..000000000 --- a/.github/contributors/kevinlu1248.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kevin Lu| -| Company name (if applicable) | | -| Title or role (if applicable) | Student| -| Date | | -| GitHub username | kevinlu1248| -| Website (optional) | | diff --git a/.github/contributors/khellan.md b/.github/contributors/khellan.md deleted file mode 100644 index 3e7f78ea4..000000000 --- a/.github/contributors/khellan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Knut O. Hellan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 02.07.2019 | -| GitHub username | khellan | -| Website (optional) | knuthellan.com | diff --git a/.github/contributors/kimfalk.md b/.github/contributors/kimfalk.md deleted file mode 100644 index 52a3e0113..000000000 --- a/.github/contributors/kimfalk.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kim Falk | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 19 December 2017 | -| GitHub username | kimfalk | -| Website (optional) | | diff --git a/.github/contributors/knoxdw.md b/.github/contributors/knoxdw.md deleted file mode 100644 index 261e56372..000000000 --- a/.github/contributors/knoxdw.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Douglas Knox | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-04-27 | -| GitHub username | knoxdw | -| Website (optional) | | diff --git a/.github/contributors/koaning.md b/.github/contributors/koaning.md deleted file mode 100644 index ddb28cab0..000000000 --- a/.github/contributors/koaning.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Vincent D. Warmerdam | -| Company name (if applicable) | | -| Title or role (if applicable) | Data Person | -| Date | 2020-03-01 | -| GitHub username | koaning | -| Website (optional) | https://koaning.io | diff --git a/.github/contributors/kognate.md b/.github/contributors/kognate.md deleted file mode 100644 index 9ff2c75d0..000000000 --- a/.github/contributors/kognate.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Joshua B. Smith | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | July 7, 2019 | -| GitHub username | kognate | -| Website (optional) | | diff --git a/.github/contributors/kororo.md b/.github/contributors/kororo.md deleted file mode 100644 index 1c17559fc..000000000 --- a/.github/contributors/kororo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Robertus Johansyah | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018/07/19 | -| GitHub username | kororo | -| Website (optional) | https://kororo.co | diff --git a/.github/contributors/kowaalczyk.md b/.github/contributors/kowaalczyk.md deleted file mode 100644 index c367c913d..000000000 --- a/.github/contributors/kowaalczyk.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |Krzysztof Kowalczyk | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date |22.11.2018 | -| GitHub username |kowaalczyk | -| Website (optional) |kowaalczyk.pl | diff --git a/.github/contributors/kwhumphreys.md b/.github/contributors/kwhumphreys.md deleted file mode 100644 index 0df94f407..000000000 --- a/.github/contributors/kwhumphreys.md +++ /dev/null @@ -1,107 +0,0 @@ - -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------------- | -| Name | Kevin Humphreys | -| Company name (if applicable) | Textio Inc. | -| Title or role (if applicable) | | -| Date | 01-03-2018 | -| GitHub username | kwhumphreys | -| Website (optional) | | diff --git a/.github/contributors/laszabine.md b/.github/contributors/laszabine.md deleted file mode 100644 index c1a4a3a6b..000000000 --- a/.github/contributors/laszabine.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sabine Laszakovits | -| Company name (if applicable) | Austrian Academy of Sciences | -| Title or role (if applicable) | Data analyst | -| Date | 2020-04-16 | -| GitHub username | laszabine | -| Website (optional) | https://sabine.laszakovits.net | diff --git a/.github/contributors/lauraBaakman.md b/.github/contributors/lauraBaakman.md deleted file mode 100644 index 0cc0134fe..000000000 --- a/.github/contributors/lauraBaakman.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Laura Baakman | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | February 7, 2019 | -| GitHub username | lauraBaakman | -| Website (optional) | | diff --git a/.github/contributors/ldorigo.md b/.github/contributors/ldorigo.md deleted file mode 100644 index c37e8bf1d..000000000 --- a/.github/contributors/ldorigo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Luca Dorigo | -| Company name (if applicable) | / | -| Title or role (if applicable) | / | -| Date | 08.05.2019 | -| GitHub username | ldorigo | -| Website (optional) | / | diff --git a/.github/contributors/leicmi.md b/.github/contributors/leicmi.md deleted file mode 100644 index 6a65a48f2..000000000 --- a/.github/contributors/leicmi.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Michael Leichtfried | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 30.03.2020 | -| GitHub username | leicmi | -| Website (optional) | | diff --git a/.github/contributors/leomrocha.md b/.github/contributors/leomrocha.md deleted file mode 100644 index 495654153..000000000 --- a/.github/contributors/leomrocha.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Leonardo M. Rocha | -| Company name (if applicable) | | -| Title or role (if applicable) | Eng. | -| Date | 31/05/2020 | -| GitHub username | leomrocha | -| Website (optional) | | diff --git a/.github/contributors/leyendecker.md b/.github/contributors/leyendecker.md deleted file mode 100644 index 74e6cdd80..000000000 --- a/.github/contributors/leyendecker.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------------- | -| Name | Gustavo Zadrozny Leyendecker | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | July 29, 2020 | -| GitHub username | leyendecker | -| Website (optional) | | diff --git a/.github/contributors/lfiedler.md b/.github/contributors/lfiedler.md deleted file mode 100644 index 61f8ffeb4..000000000 --- a/.github/contributors/lfiedler.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Leander Fiedler | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 06 April 2020 | -| GitHub username | lfiedler | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/ligser.md b/.github/contributors/ligser.md deleted file mode 100644 index defda44fb..000000000 --- a/.github/contributors/ligser.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Roman Domrachev | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 11 November 2017 | -| GitHub username | ligser | -| Website (optional) | | diff --git a/.github/contributors/lizhe2004.md b/.github/contributors/lizhe2004.md deleted file mode 100644 index 6011506d6..000000000 --- a/.github/contributors/lizhe2004.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Zhe li | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-07-24 | -| GitHub username | lizhe2004 | -| Website (optional) | http://www.huahuaxia.net| diff --git a/.github/contributors/lorenanda.md b/.github/contributors/lorenanda.md deleted file mode 100644 index 90c4c541b..000000000 --- a/.github/contributors/lorenanda.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Lorena Ciutacu | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-12-23 | -| GitHub username | lorenanda | -| Website (optional) | lorenaciutacu.com/ | diff --git a/.github/contributors/louisguitton.md b/.github/contributors/louisguitton.md deleted file mode 100644 index 8c5f30df6..000000000 --- a/.github/contributors/louisguitton.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Louis Guitton | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-04-25 | -| GitHub username | louisguitton | -| Website (optional) | https://guitton.co/ | diff --git a/.github/contributors/luvogels.md b/.github/contributors/luvogels.md deleted file mode 100644 index c967c1cd2..000000000 --- a/.github/contributors/luvogels.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Leif Uwe Vogelsang | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 4/27/2017 | -| GitHub username | luvogels | -| Website (optional) | | diff --git a/.github/contributors/mabraham.md b/.github/contributors/mabraham.md deleted file mode 100644 index c91c950a3..000000000 --- a/.github/contributors/mabraham.md +++ /dev/null @@ -1,89 +0,0 @@ - - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | | -| GitHub username | | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/magnusburton.md b/.github/contributors/magnusburton.md deleted file mode 100644 index 9c9e2964e..000000000 --- a/.github/contributors/magnusburton.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------------- | -| Name | Magnus Burton | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 17-12-2016 | -| GitHub username | magnusburton | -| Website (optional) | | diff --git a/.github/contributors/mahnerak.md b/.github/contributors/mahnerak.md deleted file mode 100644 index cc7739681..000000000 --- a/.github/contributors/mahnerak.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Karen Hambardzumyan | -| Company name (if applicable) | YerevaNN | -| Title or role (if applicable) | Researcher | -| Date | 2020-06-19 | -| GitHub username | mahnerak | -| Website (optional) | https://mahnerak.com/| diff --git a/.github/contributors/mariosasko.md b/.github/contributors/mariosasko.md deleted file mode 100644 index 1f5acc934..000000000 --- a/.github/contributors/mariosasko.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mario Šaško | -| Company name (if applicable) | TakeLab FER | -| Title or role (if applicable) | R&D Intern | -| Date | 2021-07-12 | -| GitHub username | mariosasko | -| Website (optional) | | diff --git a/.github/contributors/markulrich.md b/.github/contributors/markulrich.md deleted file mode 100644 index b31bba033..000000000 --- a/.github/contributors/markulrich.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mark Ulrich | -| Company name (if applicable) | | -| Title or role (if applicable) | Machine Learning Engineer | -| Date | 22 November 2017 | -| GitHub username | markulrich | -| Website (optional) | | diff --git a/.github/contributors/mauryaland.md b/.github/contributors/mauryaland.md deleted file mode 100644 index e178d4e10..000000000 --- a/.github/contributors/mauryaland.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Amaury Fouret | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 05/08/2018 | -| GitHub username | mauryaland | -| Website (optional) | | diff --git a/.github/contributors/mbkupfer.md b/.github/contributors/mbkupfer.md deleted file mode 100644 index 776368c2f..000000000 --- a/.github/contributors/mbkupfer.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Maxim Kupfer | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | Sep 6, 2018 | -| GitHub username | mbkupfer | -| Website (optional) | | diff --git a/.github/contributors/mdaudali.md b/.github/contributors/mdaudali.md deleted file mode 100644 index 39ca26c6a..000000000 --- a/.github/contributors/mdaudali.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mohammed Daudali | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 30 July 2019 | -| GitHub username | mdaudali | -| Website (optional) | | diff --git a/.github/contributors/mdcclv.md b/.github/contributors/mdcclv.md deleted file mode 100644 index 14ebfae26..000000000 --- a/.github/contributors/mdcclv.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------------- | -| Name | Orion Montoya | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 04-10-2017 | -| GitHub username | mdcclv | -| Website (optional) | http://www.mdcclv.com/ | diff --git a/.github/contributors/mdda.md b/.github/contributors/mdda.md deleted file mode 100644 index 6345f6390..000000000 --- a/.github/contributors/mdda.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Martin Andrews | -| Company name (if applicable) | - | -| Title or role (if applicable) | - | -| Date | 2017-12-18 | -| GitHub username | mdda | -| Website (optional) | - | diff --git a/.github/contributors/meghanabhange.md b/.github/contributors/meghanabhange.md deleted file mode 100644 index 2aaa57d10..000000000 --- a/.github/contributors/meghanabhange.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Meghana Bhange | -| Company name (if applicable) | Verloop.io | -| Title or role (if applicable) | ML Engineer | -| Date | 2020-04-21 | -| GitHub username | meghanbhange | -| Website (optional) | https://meghana.blog | - diff --git a/.github/contributors/melanuria.pdf b/.github/contributors/melanuria.pdf deleted file mode 100644 index 39da1bb91..000000000 Binary files a/.github/contributors/melanuria.pdf and /dev/null differ diff --git a/.github/contributors/merrcury.md b/.github/contributors/merrcury.md deleted file mode 100644 index 056a790eb..000000000 --- a/.github/contributors/merrcury.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Himanshu Garg | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-10 | -| GitHub username | merrcury | -| Website (optional) | | diff --git a/.github/contributors/michael-k.md b/.github/contributors/michael-k.md deleted file mode 100644 index 4ecc5be85..000000000 --- a/.github/contributors/michael-k.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Michael Käufl | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-04-23 | -| GitHub username | michael-k | -| Website (optional) | | diff --git a/.github/contributors/mihaigliga21.md b/.github/contributors/mihaigliga21.md deleted file mode 100644 index c643a3a44..000000000 --- a/.github/contributors/mihaigliga21.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------- | -| Name | Mihai Gliga | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | September 9, 2019 | -| GitHub username | mihaigliga21 | -| Website (optional) | | diff --git a/.github/contributors/mikeizbicki.md b/.github/contributors/mikeizbicki.md deleted file mode 100644 index 6e9d8c098..000000000 --- a/.github/contributors/mikeizbicki.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mike Izbicki | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 02 Jun 2020 | -| GitHub username | mikeizbicki | -| Website (optional) | https://izbicki.me | diff --git a/.github/contributors/mikelibg.md b/.github/contributors/mikelibg.md deleted file mode 100644 index 81f9e2f3e..000000000 --- a/.github/contributors/mikelibg.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Michael Liberman | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-11-08 | -| GitHub username | mikelibg | -| Website (optional) | | diff --git a/.github/contributors/mirfan899.md b/.github/contributors/mirfan899.md deleted file mode 100644 index 46f59ebb3..000000000 --- a/.github/contributors/mirfan899.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Muhammad Irfan | -| Company name (if applicable) | | -| Title or role (if applicable) | AI & ML Developer | -| Date | 2018-09-06 | -| GitHub username | mirfan899 | -| Website (optional) | | diff --git a/.github/contributors/miroli.md b/.github/contributors/miroli.md deleted file mode 100644 index 6565c546d..000000000 --- a/.github/contributors/miroli.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Robin Linderborg | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-04-23 | -| GitHub username | miroli | -| Website (optional) | | diff --git a/.github/contributors/mmaybeno.md b/.github/contributors/mmaybeno.md deleted file mode 100644 index 603cd5bba..000000000 --- a/.github/contributors/mmaybeno.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Matt Maybeno | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-11-19 | -| GitHub username | mmaybeno | -| Website (optional) | | diff --git a/.github/contributors/mn3mos.md b/.github/contributors/mn3mos.md deleted file mode 100644 index e1eae0a09..000000000 --- a/.github/contributors/mn3mos.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Gaëtan PRUVOST | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 13/04/2018 | -| GitHub username | mn3mos | -| Website (optional) | | diff --git a/.github/contributors/mollerhoj.md b/.github/contributors/mollerhoj.md deleted file mode 100644 index f9b961f77..000000000 --- a/.github/contributors/mollerhoj.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jens Dahl Mollerhoj | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 4/04/2018 | -| GitHub username | mollerhoj | -| Website (optional) | | diff --git a/.github/contributors/moreymat.md b/.github/contributors/moreymat.md deleted file mode 100644 index b02f78061..000000000 --- a/.github/contributors/moreymat.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mathieu Morey | -| Company name (if applicable) | Datactivist | -| Title or role (if applicable) | Researcher | -| Date | 2019-01-07 | -| GitHub username | moreymat | -| Website (optional) | | diff --git a/.github/contributors/mpszumowski.md b/.github/contributors/mpszumowski.md deleted file mode 100644 index 226c400c6..000000000 --- a/.github/contributors/mpszumowski.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Maciej Szumowski | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 30.05.2018 | -| GitHub username | mpszumowski | -| Website (optional) | | diff --git a/.github/contributors/mpuig.md b/.github/contributors/mpuig.md deleted file mode 100644 index fb9ebdc6a..000000000 --- a/.github/contributors/mpuig.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Marc Puig | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-11-17 | -| GitHub username | mpuig | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/mr-bjerre.md b/.github/contributors/mr-bjerre.md deleted file mode 100644 index ad3695bef..000000000 --- a/.github/contributors/mr-bjerre.md +++ /dev/null @@ -1,87 +0,0 @@ -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Nicolai Bjerre Pedersen | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-12-06 | -| GitHub username | mr_bjerre | -| Website (optional) | | diff --git a/.github/contributors/msklvsk.md b/.github/contributors/msklvsk.md deleted file mode 100644 index f561649fb..000000000 --- a/.github/contributors/msklvsk.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------- | -| Name | Bohdan Moskalevskyi | -| Company name (if applicable) | Institute for Ukrainian, NGO | -| Title or role (if applicable) | | -| Date | 2018-06-08 | -| GitHub username | msklvsk | -| Website (optional) | https://mova.institute | diff --git a/.github/contributors/munozbravo.md b/.github/contributors/munozbravo.md deleted file mode 100644 index b36133e1e..000000000 --- a/.github/contributors/munozbravo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Germán Muñoz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-06-01 | -| GitHub username | munozbravo | -| Website (optional) | | diff --git a/.github/contributors/myavrum.md b/.github/contributors/myavrum.md deleted file mode 100644 index dc8f1bb84..000000000 --- a/.github/contributors/myavrum.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Marat M. Yavrumyan | -| Company name (if applicable) | YSU, UD_Armenian Project | -| Title or role (if applicable) | Dr., Principal Investigator | -| Date | 2020-06-19 | -| GitHub username | myavrum | -| Website (optional) | http://armtreebank.yerevann.com/ | diff --git a/.github/contributors/narayanacharya6.md b/.github/contributors/narayanacharya6.md deleted file mode 100644 index e4bf7703f..000000000 --- a/.github/contributors/narayanacharya6.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Narayan Acharya | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 29 APR 2021 | -| GitHub username | narayanacharya6 | -| Website (optional) | narayanacharya.com | \ No newline at end of file diff --git a/.github/contributors/neelkamath.md b/.github/contributors/neelkamath.md deleted file mode 100644 index 76502e7c0..000000000 --- a/.github/contributors/neelkamath.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------- | -| Name | Neel Kamath | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | October 30, 2019 | -| GitHub username | neelkamath | -| Website (optional) | https://neelkamath.com | diff --git a/.github/contributors/nikhilsaldanha.md b/.github/contributors/nikhilsaldanha.md deleted file mode 100644 index f8d37d709..000000000 --- a/.github/contributors/nikhilsaldanha.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Nikhil Saldanha | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-17 | -| GitHub username | nikhilsaldanha | -| Website (optional) | | diff --git a/.github/contributors/nipunsadvilkar.md b/.github/contributors/nipunsadvilkar.md deleted file mode 100644 index aa0ff462f..000000000 --- a/.github/contributors/nipunsadvilkar.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Nipun Sadvilkar | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 31st May, 2019 | -| GitHub username | nipunsadvilkar| -| Website (optional) |https://nipunsadvilkar.github.io/| diff --git a/.github/contributors/njsmith.md b/.github/contributors/njsmith.md deleted file mode 100644 index 0054f30dc..000000000 --- a/.github/contributors/njsmith.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Nathaniel J. Smith | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-08-26 | -| GitHub username | njsmith | -| Website (optional) | https://vorpus.org | diff --git a/.github/contributors/nlptown.md b/.github/contributors/nlptown.md deleted file mode 100644 index 8618f25e8..000000000 --- a/.github/contributors/nlptown.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yves Peirsman | -| Company name (if applicable) | NLP Town (Island Constraints BVBA) | -| Title or role (if applicable) | Co-founder | -| Date | 14.03.2019 | -| GitHub username | nlptown | -| Website (optional) | http://www.nlp.town | diff --git a/.github/contributors/nourshalabi.md b/.github/contributors/nourshalabi.md deleted file mode 100644 index b8eff6c26..000000000 --- a/.github/contributors/nourshalabi.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Nour Shalabi | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-06-07 | -| GitHub username | NourShalabi | -| Website (optional) | | diff --git a/.github/contributors/ohenrik.md b/.github/contributors/ohenrik.md deleted file mode 100644 index 4e04b9953..000000000 --- a/.github/contributors/ohenrik.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ole Henrik Skogstrøm | -| Company name (if applicable) | Amplify AS | -| Title or role (if applicable) | CEO / Developer | -| Date | 25.01.2018 | -| GitHub username | ohenrik | -| Website (optional) | amplify.no | diff --git a/.github/contributors/onlyanegg.md b/.github/contributors/onlyanegg.md deleted file mode 100644 index eb1ac01a6..000000000 --- a/.github/contributors/onlyanegg.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, - object code, patch, tool, sample, graphic, specification, manual, - documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and - registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment - to any third party, you hereby grant to us a perpetual, irrevocable, - non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your - contribution. The rights that you grant to us under these terms are effective - on the date you first submitted a contribution to us, even if your submission - took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - - Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - - to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - - each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable - U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT - mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | ---------------- | -| Name | Tyler Couto | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | January 29, 2020 | -| GitHub username | onlyanegg | -| Website (optional) | | diff --git a/.github/contributors/ophelielacroix.md b/.github/contributors/ophelielacroix.md deleted file mode 100644 index 2abdfdecf..000000000 --- a/.github/contributors/ophelielacroix.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|-------------------------------|-----------------| -| Name | Ophélie Lacroix | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | | -| GitHub username | ophelielacroix | -| Website (optional) | | diff --git a/.github/contributors/oroszgy.md b/.github/contributors/oroszgy.md deleted file mode 100644 index 8e69b407e..000000000 --- a/.github/contributors/oroszgy.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | György Orosz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2016-12-26 | -| GitHub username | oroszgy | -| Website (optional) | gyorgy.orosz.link | diff --git a/.github/contributors/osori.md b/.github/contributors/osori.md deleted file mode 100644 index 93b5c7dd4..000000000 --- a/.github/contributors/osori.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ilkyu Ju | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-05-17 | -| GitHub username | osori | -| Website (optional) | | diff --git a/.github/contributors/ottosulin.md b/.github/contributors/ottosulin.md deleted file mode 100644 index 83975b74c..000000000 --- a/.github/contributors/ottosulin.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschr�nkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an �x� on one of the applicable statement below. Please do NOT -mark both statements: - - * [ X ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Otto Sulin | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 23/03/2018 | -| GitHub username | ottosulin | -| Website (optional) | | diff --git a/.github/contributors/oxinabox.md b/.github/contributors/oxinabox.md deleted file mode 100644 index 8e58c4ea1..000000000 --- a/.github/contributors/oxinabox.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Lyndon White | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 9/2/2018 | -| GitHub username | oxinabox | -| Website (optional) | white.ucc.asn.au | diff --git a/.github/contributors/ozcankasal.md b/.github/contributors/ozcankasal.md deleted file mode 100644 index 998e701a3..000000000 --- a/.github/contributors/ozcankasal.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ozcan Kasal | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | December 21, 2018 | -| GitHub username | ozcankasal | -| Website (optional) | | diff --git a/.github/contributors/paoloq.md b/.github/contributors/paoloq.md deleted file mode 100644 index 0fac70c9a..000000000 --- a/.github/contributors/paoloq.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Paolo Arduin | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 9 April 2020 | -| GitHub username | paoloq | -| Website (optional) | | diff --git a/.github/contributors/pberba.md b/.github/contributors/pberba.md deleted file mode 100644 index 34feb3eea..000000000 --- a/.github/contributors/pberba.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [X] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pepe Berba | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-10-18 | -| GitHub username | pberba | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/pbnsilva.md b/.github/contributors/pbnsilva.md deleted file mode 100644 index 95bc4ebba..000000000 --- a/.github/contributors/pbnsilva.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pedro Silva | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-01-11 | -| GitHub username | pbnsilva | -| Website (optional) | | diff --git a/.github/contributors/peter-exos.md b/.github/contributors/peter-exos.md deleted file mode 100644 index e0ef1346e..000000000 --- a/.github/contributors/peter-exos.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Peter Baumann | -| Company name (if applicable) | Exos Financial | -| Title or role (if applicable) | data scientist | -| Date | Feb 1st, 2021 | -| GitHub username | peter-exos | -| Website (optional) | | diff --git a/.github/contributors/phiedulxp.md b/.github/contributors/phiedulxp.md deleted file mode 100644 index fa2666e78..000000000 --- a/.github/contributors/phiedulxp.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Xiepeng Li | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 20190810 | -| GitHub username | phiedulxp | -| Website (optional) | | diff --git a/.github/contributors/phojnacki.md b/.github/contributors/phojnacki.md deleted file mode 100644 index 048f240c8..000000000 --- a/.github/contributors/phojnacki.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ X ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------------------- | -| Name | Przemysław Hojnacki | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 12/09/2018 | -| GitHub username | phojnacki | -| Website (optional) | https://about.me/przemyslaw.hojnacki | \ No newline at end of file diff --git a/.github/contributors/pickfire.md b/.github/contributors/pickfire.md deleted file mode 100644 index 74f57b7fb..000000000 --- a/.github/contributors/pickfire.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ivan Tham Jun Hoe | -| Company name (if applicable) | Semut | -| Title or role (if applicable) | Data Analyst | -| Date | Apr 11, 2019 | -| GitHub username | pickfire | -| Website (optional) | https://pickfire.tk | diff --git a/.github/contributors/pinealan.md b/.github/contributors/pinealan.md deleted file mode 100644 index 699b405e2..000000000 --- a/.github/contributors/pinealan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alan Chan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-15 | -| GitHub username | pinealan | -| Website (optional) | http://pinealan.xyz | diff --git a/.github/contributors/pktippa.md b/.github/contributors/pktippa.md deleted file mode 100644 index 740944a72..000000000 --- a/.github/contributors/pktippa.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pradeep Kumar Tippa | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 07-02-2018 | -| GitHub username | pktippa | -| Website (optional) | | diff --git a/.github/contributors/plison.md b/.github/contributors/plison.md deleted file mode 100644 index e98b096b4..000000000 --- a/.github/contributors/plison.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pierre Lison | -| Company name (if applicable) | Norsk Regnesentral | -| Title or role (if applicable) | Senior Researcher | -| Date | 22.04.2021 | -| GitHub username | plison | -| Website (optional) | www.nr.no/~plison | diff --git a/.github/contributors/pmbaumgartner.md b/.github/contributors/pmbaumgartner.md deleted file mode 100644 index f548cb854..000000000 --- a/.github/contributors/pmbaumgartner.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Peter Baumgartner | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | July 14, 2019 | -| GitHub username | pmbaumgartner | -| Website (optional) | pmbaumgartner.github.io | diff --git a/.github/contributors/polm.md b/.github/contributors/polm.md deleted file mode 100644 index a2aa0cb65..000000000 --- a/.github/contributors/polm.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Paul McCann | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-10-14 | -| GitHub username | polm | -| Website (optional) | http://dampfkraft.com| diff --git a/.github/contributors/prilopes.md b/.github/contributors/prilopes.md deleted file mode 100644 index ad111d4de..000000000 --- a/.github/contributors/prilopes.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Priscilla Lopes | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-11-06 | -| GitHub username | prilopes | -| Website (optional) | | diff --git a/.github/contributors/punitvara.md b/.github/contributors/punitvara.md deleted file mode 100644 index dde810453..000000000 --- a/.github/contributors/punitvara.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Punit Vara | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-04-26 | -| GitHub username | punitvara | -| Website (optional) | https://punitvara.com | - diff --git a/.github/contributors/pzelasko.md b/.github/contributors/pzelasko.md deleted file mode 100644 index 72ec411ab..000000000 --- a/.github/contributors/pzelasko.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Piotr Żelasko | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 04-09-2018 | -| GitHub username | pzelasko | -| Website (optional) | | diff --git a/.github/contributors/questoph.md b/.github/contributors/questoph.md deleted file mode 100644 index 24559c098..000000000 --- a/.github/contributors/questoph.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Christoph Purschke | -| Company name (if applicable) | University of Luxembourg | -| Title or role (if applicable) | | -| Date | 14/11/2019 | -| GitHub username | questoph | -| Website (optional) | https://purschke.info | diff --git a/.github/contributors/rafguns.md b/.github/contributors/rafguns.md deleted file mode 100644 index 61398e482..000000000 --- a/.github/contributors/rafguns.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Raf Guns | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-12-09 | -| GitHub username | rafguns | -| Website (optional) | | diff --git a/.github/contributors/rahul1990gupta.md b/.github/contributors/rahul1990gupta.md deleted file mode 100644 index eab41b3b1..000000000 --- a/.github/contributors/rahul1990gupta.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Rahul Gupta | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 28 July 2020 | -| GitHub username | rahul1990gupta | -| Website (optional) | | diff --git a/.github/contributors/ramananbalakrishnan.md b/.github/contributors/ramananbalakrishnan.md deleted file mode 100644 index 804c41f56..000000000 --- a/.github/contributors/ramananbalakrishnan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ramanan Balakrishnan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-10-19 | -| GitHub username | ramananbalakrishnan | -| Website (optional) | | diff --git a/.github/contributors/rameshhpathak.md b/.github/contributors/rameshhpathak.md deleted file mode 100644 index 30a543307..000000000 --- a/.github/contributors/rameshhpathak.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ramesh Pathak | -| Company name (if applicable) | Diyo AI | -| Title or role (if applicable) | AI Engineer | -| Date | June 21, 2020 | -| GitHub username | rameshhpathak | -| Website (optional) |rameshhpathak.github.io| | diff --git a/.github/contributors/rasyidf.md b/.github/contributors/rasyidf.md deleted file mode 100644 index 4a70547a3..000000000 --- a/.github/contributors/rasyidf.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Muhammad Fahmi Rasyid | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-09-23 | -| GitHub username | rasyidf | -| Website (optional) | http://rasyidf.github.io | diff --git a/.github/contributors/reneoctavio.md b/.github/contributors/reneoctavio.md deleted file mode 100644 index c0a4d1a76..000000000 --- a/.github/contributors/reneoctavio.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, - object code, patch, tool, sample, graphic, specification, manual, - documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and - registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment - to any third party, you hereby grant to us a perpetual, irrevocable, - non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your - contribution. The rights that you grant to us under these terms are effective - on the date you first submitted a contribution to us, even if your submission - took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - - Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - - to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - - each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable - U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT - mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | -------------------- | -| Name | Rene Octavio Q. Dias | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-02-03 | -| GitHub username | reneoctavio | -| Website (optional) | | diff --git a/.github/contributors/retnuh.md b/.github/contributors/retnuh.md deleted file mode 100644 index a7e996be9..000000000 --- a/.github/contributors/retnuh.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, - object code, patch, tool, sample, graphic, specification, manual, - documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and - registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment - to any third party, you hereby grant to us a perpetual, irrevocable, - non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your - contribution. The rights that you grant to us under these terms are effective - on the date you first submitted a contribution to us, even if your submission - took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - - Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - - to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - - each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable - U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT - mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | ------------ | -| Name | Hunter Kelly | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-01-10 | -| GitHub username | retnuh | -| Website (optional) | | diff --git a/.github/contributors/revuel.md b/.github/contributors/revuel.md deleted file mode 100644 index 51cc5faad..000000000 --- a/.github/contributors/revuel.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Miguel Revuelta | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-11-17 | -| GitHub username | revuel | -| Website (optional) | | diff --git a/.github/contributors/richardliaw.md b/.github/contributors/richardliaw.md deleted file mode 100644 index 2af4ce840..000000000 --- a/.github/contributors/richardliaw.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Richard Liaw | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 06/22/2020 | -| GitHub username | richardliaw | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/richardpaulhudson.md b/.github/contributors/richardpaulhudson.md deleted file mode 100644 index 3d68b98c2..000000000 --- a/.github/contributors/richardpaulhudson.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Richard Paul Hudson | -| Company name (if applicable) | msg systems ag | -| Title or role (if applicable) | Principal IT Consultant| -| Date | 06. May 2019 | -| GitHub username | richardpaulhudson | -| Website (optional) | | diff --git a/.github/contributors/robertsipek.md b/.github/contributors/robertsipek.md deleted file mode 100644 index 888d79859..000000000 --- a/.github/contributors/robertsipek.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Robert Šípek | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 22.10.2020 | -| GitHub username | @robertsipek | -| Website (optional) | | diff --git a/.github/contributors/rokasramas.md b/.github/contributors/rokasramas.md deleted file mode 100644 index 746149af5..000000000 --- a/.github/contributors/rokasramas.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ----------------------- | -| Name | Rokas Ramanauskas | -| Company name (if applicable) | TokenMill | -| Title or role (if applicable) | Software Engineer | -| Date | 2019-07-02 | -| GitHub username | rokasramas | -| Website (optional) | http://www.tokenmill.lt | diff --git a/.github/contributors/roshni-b.md b/.github/contributors/roshni-b.md deleted file mode 100644 index 1b967aefb..000000000 --- a/.github/contributors/roshni-b.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Roshni Biswas | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 02-17-2019 | -| GitHub username | roshni-b | -| Website (optional) | | - diff --git a/.github/contributors/ryanzhe.md b/.github/contributors/ryanzhe.md deleted file mode 100644 index afb250a4c..000000000 --- a/.github/contributors/ryanzhe.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ziming He | -| Company name (if applicable) | Georgia Tech | -| Title or role (if applicable) | Student | -| Date | 2019-07-24 | -| GitHub username | RyanZHe | -| Website (optional) | www.papermachine.me | diff --git a/.github/contributors/sabiqueqb.md b/.github/contributors/sabiqueqb.md deleted file mode 100644 index da0f2f2a2..000000000 --- a/.github/contributors/sabiqueqb.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sabique Ahammed Lava | -| Company name (if applicable) | QBurst | -| Title or role (if applicable) | Senior Engineer | -| Date | 24 Apr 2020 | -| GitHub username | sabiqueqb | -| Website (optional) | | diff --git a/.github/contributors/sainathadapa.md b/.github/contributors/sainathadapa.md deleted file mode 100644 index 0b40775c6..000000000 --- a/.github/contributors/sainathadapa.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sainath Adapa | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-09-06 | -| GitHub username | sainathadapa | -| Website (optional) | | diff --git a/.github/contributors/sammous.md b/.github/contributors/sammous.md deleted file mode 100644 index b41973820..000000000 --- a/.github/contributors/sammous.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sami Moustachir | -| Company name (if applicable) | | -| Title or role (if applicable) | Data Scientist | -| Date | 2018-08-02 | -| GitHub username | sammous | -| Website (optional) | https://samimoustachir.com | diff --git a/.github/contributors/savkov.md b/.github/contributors/savkov.md deleted file mode 100644 index ca3858263..000000000 --- a/.github/contributors/savkov.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Aleksandar Savkov | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 11.01.2018 | -| GitHub username | savkov | -| Website (optional) | sasho.io | diff --git a/.github/contributors/seanBE.md b/.github/contributors/seanBE.md deleted file mode 100644 index 5e4b4de0a..000000000 --- a/.github/contributors/seanBE.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------- | -| Name | Sean Löfgren | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-09-17 | -| GitHub username | seanBE | -| Website (optional) | http://seanbe.github.io | diff --git a/.github/contributors/sebastienharinck.md b/.github/contributors/sebastienharinck.md deleted file mode 100644 index e0fddeba5..000000000 --- a/.github/contributors/sebastienharinck.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------------------------- | -| Name | Sébastien Harinck | -| Company name (if applicable) | Odaxiom | -| Title or role (if applicable) | ML Engineer | -| Date | 2020-04-15 | -| GitHub username | sebastienharinck | -| Website (optional) | [https://odaxiom.com](https://odaxiom.com) | \ No newline at end of file diff --git a/.github/contributors/sevdimali.md b/.github/contributors/sevdimali.md deleted file mode 100644 index 6b96abdf8..000000000 --- a/.github/contributors/sevdimali.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sevdimali | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 10/4/2021 | -| GitHub username | sevdimali | -| Website (optional) | https://sevdimali.me | diff --git a/.github/contributors/shuvanon.md b/.github/contributors/shuvanon.md deleted file mode 100644 index 82d02d8d2..000000000 --- a/.github/contributors/shuvanon.md +++ /dev/null @@ -1,108 +0,0 @@ - - -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Shuvanon Razik | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 3/12/2017 | -| GitHub username | shuvanon | -| Website (optional) | | diff --git a/.github/contributors/skrcode.md b/.github/contributors/skrcode.md deleted file mode 100644 index 40a4a083e..000000000 --- a/.github/contributors/skrcode.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Suraj Rajan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 31/Mar/2018 | -| GitHub username | skrcode | -| Website (optional) | | diff --git a/.github/contributors/sloev.md b/.github/contributors/sloev.md deleted file mode 100644 index d151d4606..000000000 --- a/.github/contributors/sloev.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Johannes Valbjørn | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-13 | -| GitHub username | sloev | -| Website (optional) | https://sloev.github.io | diff --git a/.github/contributors/snsten.md b/.github/contributors/snsten.md deleted file mode 100644 index 0d7c28835..000000000 --- a/.github/contributors/snsten.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Shashank Shekhar | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-08-23 | -| GitHub username | snsten | -| Website (optional) | | diff --git a/.github/contributors/socool.md b/.github/contributors/socool.md deleted file mode 100644 index a8c14373e..000000000 --- a/.github/contributors/socool.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Kamolsit Mongkolsrisawat | -| Company name (if applicable) | Mojito | -| Title or role (if applicable) | | -| Date | 02-4-2019 | -| GitHub username | socool | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/solarmist.md b/.github/contributors/solarmist.md deleted file mode 100644 index 6bfb21696..000000000 --- a/.github/contributors/solarmist.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------- | -| Name | Joshua Olson | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-07-22 | -| GitHub username | solarmist | -| Website (optional) | http://blog.solarmist.net | diff --git a/.github/contributors/sorenlind.md b/.github/contributors/sorenlind.md deleted file mode 100644 index 73e42636f..000000000 --- a/.github/contributors/sorenlind.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Søren Lind Kristiansen | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 24 November 2017 | -| GitHub username | sorenlind | -| Website (optional) | | diff --git a/.github/contributors/suchow.md b/.github/contributors/suchow.md deleted file mode 100644 index b1d5ed000..000000000 --- a/.github/contributors/suchow.md +++ /dev/null @@ -1,98 +0,0 @@ -# Syllogism contributor agreement - -This Syllogism Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -Syllogism Co. The term **"you"** shall mean the person or entity identified -below. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. Syllogism Co. may publicly - disclose your participation in the project, including the fact that you have - signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jordan Suchow | -| Company's name (if applicable) | | -| Title or Role (if applicable) | | -| Date | 2015-04-19 | -| GitHub username | suchow | -| Website (optional) | http://suchow.io | diff --git a/.github/contributors/svlandeg.md b/.github/contributors/svlandeg.md deleted file mode 100644 index f53ab6a0d..000000000 --- a/.github/contributors/svlandeg.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschrnkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an x on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sofie Van Landeghem | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 29 Nov 2018 | -| GitHub username | svlandeg | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/tamuhey.md b/.github/contributors/tamuhey.md deleted file mode 100644 index 6a63e3b53..000000000 --- a/.github/contributors/tamuhey.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yohei Tamura | -| Company name (if applicable) | PKSHA | -| Title or role (if applicable) | | -| Date | 2019/9/12 | -| GitHub username | tamuhey | -| Website (optional) | | diff --git a/.github/contributors/therealronnie.md b/.github/contributors/therealronnie.md deleted file mode 100644 index b1095b0b9..000000000 --- a/.github/contributors/therealronnie.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ronnie Gonzalez | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 17.04.2018 | -| GitHub username | therealronnie | -| Website (optional) | | diff --git a/.github/contributors/theudas.md b/.github/contributors/theudas.md deleted file mode 100644 index 3d8a2bd95..000000000 --- a/.github/contributors/theudas.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Philipp Sodmann | -| Company name (if applicable) | Empolis | -| Title or role (if applicable) | | -| Date | 2017-05-06 | -| GitHub username | theudas | -| Website (optional) | | diff --git a/.github/contributors/thomasbird.md b/.github/contributors/thomasbird.md deleted file mode 100644 index 44b8cb781..000000000 --- a/.github/contributors/thomasbird.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------- | -| Name | Thomas Bird | -| Company name (if applicable) | Leap Beyond Group | -| Title or role (if applicable) | Data Scientist | -| Date | 15/12/2020 | -| GitHub username | thomasbird | -| Website (optional) | https://leapbeyond.ai | diff --git a/.github/contributors/thomashacker.md b/.github/contributors/thomashacker.md deleted file mode 100644 index d88727dc8..000000000 --- a/.github/contributors/thomashacker.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Edward Schmuhl | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 09.07.2021 | -| GitHub username | thomashacker | -| Website (optional) | | diff --git a/.github/contributors/thomasopsomer.md b/.github/contributors/thomasopsomer.md deleted file mode 100644 index 240c1d06c..000000000 --- a/.github/contributors/thomasopsomer.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | thomas opsomer | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 28-01-2018 | -| GitHub username | thomasopsomer | -| Website (optional) | | diff --git a/.github/contributors/thomasthiebaud.md b/.github/contributors/thomasthiebaud.md deleted file mode 100644 index bdbf0ec50..000000000 --- a/.github/contributors/thomasthiebaud.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, - object code, patch, tool, sample, graphic, specification, manual, - documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and - registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment - to any third party, you hereby grant to us a perpetual, irrevocable, - non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your - contribution. The rights that you grant to us under these terms are effective - on the date you first submitted a contribution to us, even if your submission - took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - - Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - - to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - - each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable - U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT - mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | --------------- | -| Name | Thomas Thiebaud | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-04-07 | -| GitHub username | thomasthiebaud | -| Website (optional) | | diff --git a/.github/contributors/thoppe.md b/.github/contributors/thoppe.md deleted file mode 100644 index 9271a2601..000000000 --- a/.github/contributors/thoppe.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Travis Hoppe | -| Company name (if applicable) | | -| Title or role (if applicable) | Data Scientist | -| Date | 07 May 2020 | -| GitHub username | thoppe | -| Website (optional) | http://thoppe.github.io/ | diff --git a/.github/contributors/tiangolo.md b/.github/contributors/tiangolo.md deleted file mode 100644 index 5fd253fe9..000000000 --- a/.github/contributors/tiangolo.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Sebastián Ramírez | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-07-01 | -| GitHub username | tiangolo | -| Website (optional) | | diff --git a/.github/contributors/tilusnet.md b/.github/contributors/tilusnet.md deleted file mode 100644 index 1618bac2e..000000000 --- a/.github/contributors/tilusnet.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Attila Szász | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 12 Aug 2020 | -| GitHub username | tilusnet | -| Website (optional) | | diff --git a/.github/contributors/tjkemp.md b/.github/contributors/tjkemp.md deleted file mode 100644 index 669da94f6..000000000 --- a/.github/contributors/tjkemp.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Tero Kemppi | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 14-07-2018 | -| GitHub username | tjkemp | -| Website (optional) | | diff --git a/.github/contributors/tmetzl.md b/.github/contributors/tmetzl.md deleted file mode 100644 index e3c8529c8..000000000 --- a/.github/contributors/tmetzl.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Tim Metzler | -| Company name (if applicable) | University of Applied Sciences Bonn-Rhein-Sieg | -| Title or role (if applicable) | | -| Date | 03/10/2019 | -| GitHub username | tmetzl | -| Website (optional) | | diff --git a/.github/contributors/tokestermw.md b/.github/contributors/tokestermw.md deleted file mode 100644 index 2d69d7736..000000000 --- a/.github/contributors/tokestermw.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Motoki Wu | -| Company name (if applicable) | WriteLab | -| Title or role (if applicable) | NLP / Deep Learning Engineer | -| Date | 17 November 2017 | -| GitHub username | tokestermw | -| Website (optional) | https://twitter.com/plusepsilon | diff --git a/.github/contributors/tommilligan.md b/.github/contributors/tommilligan.md deleted file mode 100644 index 475df5afa..000000000 --- a/.github/contributors/tommilligan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, - object code, patch, tool, sample, graphic, specification, manual, - documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and - registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment - to any third party, you hereby grant to us a perpetual, irrevocable, - non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your - contribution. The rights that you grant to us under these terms are effective - on the date you first submitted a contribution to us, even if your submission - took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - - Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - - to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - - each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable - U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT - mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -| ----------------------------- | ------------ | -| Name | Tom Milligan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-03-24 | -| GitHub username | tommilligan | -| Website (optional) | | diff --git a/.github/contributors/trungtv.md b/.github/contributors/trungtv.md deleted file mode 100644 index 906ad28b8..000000000 --- a/.github/contributors/trungtv.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Viet-Trung Tran | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-03-28 | -| GitHub username | trungtv | -| Website (optional) | https://datalab.vn | diff --git a/.github/contributors/tupui.md b/.github/contributors/tupui.md deleted file mode 100644 index 5f53a72f8..000000000 --- a/.github/contributors/tupui.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Pamphile Roy | -| Company name (if applicable) | N/A | -| Title or role (if applicable) | N/A | -| Date | January 29th, 2021 | -| GitHub username | tupui | -| Website (optional) | N/A | diff --git a/.github/contributors/tyburam.md b/.github/contributors/tyburam.md deleted file mode 100644 index 379e30bae..000000000 --- a/.github/contributors/tyburam.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Mateusz Tybura | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 08.09.2018 | -| GitHub username | tyburam | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/tzano.md b/.github/contributors/tzano.md deleted file mode 100644 index 2c20c59d4..000000000 --- a/.github/contributors/tzano.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Tahar Zanouda | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 09-05-2018 | -| GitHub username | tzano | -| Website (optional) | | diff --git a/.github/contributors/ujwal-narayan.md b/.github/contributors/ujwal-narayan.md deleted file mode 100644 index 622bb5da4..000000000 --- a/.github/contributors/ujwal-narayan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ujwal Narayan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 17/05/2019 | -| GitHub username | ujwal-narayan | -| Website (optional) | | diff --git a/.github/contributors/umarbutler.md b/.github/contributors/umarbutler.md deleted file mode 100644 index 8df825152..000000000 --- a/.github/contributors/umarbutler.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Umar Butler | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-04-09 | -| GitHub username | umarbutler | -| Website (optional) | https://umarbutler.com | diff --git a/.github/contributors/ursachec.md b/.github/contributors/ursachec.md deleted file mode 100644 index 45a85f166..000000000 --- a/.github/contributors/ursachec.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------- | -| Name | Claudiu-Vlad Ursache | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-02-04 | -| GitHub username | ursachec | -| Website (optional) | https://www.cvursache.com | diff --git a/.github/contributors/uwol.md b/.github/contributors/uwol.md deleted file mode 100644 index ddc82d220..000000000 --- a/.github/contributors/uwol.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ulrich Wolffgang | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-11-05 | -| GitHub username | uwol | -| Website (optional) | https://uwol.github.io/ | diff --git a/.github/contributors/veer-bains.md b/.github/contributors/veer-bains.md deleted file mode 100644 index 2b67dcb97..000000000 --- a/.github/contributors/veer-bains.md +++ /dev/null @@ -1,54 +0,0 @@ -spaCy contributor agreement -This spaCy Contributor Agreement ("SCA") is based on the Oracle Contributor Agreement. The SCA applies to any contribution that you make to any product or project managed by us (the "project"), and sets out the intellectual property rights you grant to us in the contributed materials. The term "us" shall mean ExplosionAI UG (haftungsbeschränkt). The term "you" shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested below and include the filled-in version with your first pull request, under the folder .github/contributors/. The name of the file should be your GitHub username, with the extension .md. For example, the user example_user would create the file .github/contributors/example_user.md. - -Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement. - -Contributor Agreement -The term "contribution" or "contributed materials" means any source code, object code, patch, tool, sample, graphic, specification, manual, documentation, or any other material posted or submitted by you to the project. - -With respect to any worldwide copyrights, or copyright applications and registrations, in your contribution: - -you hereby assign to us joint ownership, and to the extent that such assignment is or becomes invalid, ineffective or unenforceable, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free, unrestricted license to exercise all rights under those copyrights. This includes, at our option, the right to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements; - -you agree that each of us can do all things in relation to your contribution as if each of us were the sole owners, and if one of us makes a derivative work of your contribution, the one who makes the derivative work (or has it made will be the sole owner of that derivative work; - -you agree that you will not assert any moral rights in your contribution against us, our licensees or transferees; - -you agree that we may register a copyright in your contribution and exercise all ownership rights associated with it; and - -you agree that neither of us has any duty to consult with, obtain the consent of, pay or render an accounting to the other for any use or distribution of your contribution. - -With respect to any patents you own, or that you can license without payment to any third party, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free license to: - -make, have made, use, sell, offer to sell, import, and otherwise transfer your contribution in whole or in part, alone or in combination with or included in any product, work or materials arising out of the project to which your contribution was submitted, and - -at our option, to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements. - -Except as set out above, you keep all right, title, and interest in your contribution. The rights that you grant to us under these terms are effective on the date you first submitted a contribution to us, even if your submission took place before the date you sign these terms. - -You covenant, represent, warrant and agree that: - -Each contribution that you submit is and shall be an original work of authorship and you can legally grant the rights set out in this SCA; - -to the best of your knowledge, each contribution will not violate any third party's copyrights, trademarks, patents, or other intellectual property rights; and - -each contribution shall be in compliance with U.S. export control laws and other applicable export and import laws. You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations inaccurate in any respect. We may publicly disclose your participation in the project, including the fact that you have signed the SCA. - -This SCA is governed by the laws of the State of California and applicable U.S. Federal law. Any choice of law rules will not apply. - -Please place an “x” on one of the applicable statement below. Please do NOT mark both statements: - - I am signing on behalf of myself as an individual and no other person or entity, including my employer, has or will have rights with respect to my contributions. - - I am signing on behalf of my employer or a legal entity and I have the actual authority to contractually bind that entity. - -Contributor Details -Field Entry -Name Veer Bains -Company name (if applicable) -Title or role (if applicable) -Date 2010-08-05 -GitHub username veer-bains -Website (optional) diff --git a/.github/contributors/vha14.md b/.github/contributors/vha14.md deleted file mode 100644 index 0d7c9b555..000000000 --- a/.github/contributors/vha14.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Vu Ha | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 10-23-2020 | -| GitHub username | vha14 | -| Website (optional) | | diff --git a/.github/contributors/vikaskyadav.md b/.github/contributors/vikaskyadav.md deleted file mode 100644 index 871fc1197..000000000 --- a/.github/contributors/vikaskyadav.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | vikas yadav | -| Company name (if applicable) | | -| Title or role (if applicable) | Data Scientist | -| Date | 1 August 2018 | -| GitHub username | vikaskyadav | -| Website (optional) | www.vikaskyadav.tk | diff --git a/.github/contributors/vishnumenon.md b/.github/contributors/vishnumenon.md deleted file mode 100644 index 26c4613c7..000000000 --- a/.github/contributors/vishnumenon.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Vishnu Menon | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 12 May 2018 | -| GitHub username | vishnumenon | -| Website (optional) | | diff --git a/.github/contributors/vishnupriyavr.md b/.github/contributors/vishnupriyavr.md deleted file mode 100644 index 73657a772..000000000 --- a/.github/contributors/vishnupriyavr.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Vishnu Priya VR | -| Company name (if applicable) | Uniphore | -| Title or role (if applicable) | NLP/AI Engineer | -| Date | 2020-05-03 | -| GitHub username | vishnupriyavr | -| Website (optional) | | diff --git a/.github/contributors/vondersam.md b/.github/contributors/vondersam.md deleted file mode 100644 index 8add70330..000000000 --- a/.github/contributors/vondersam.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------| -| Name | Samuel Rodríguez Medina | -| Company name (if applicable) | | -| Title or role (if applicable) | Computational linguist | -| Date | 28 April 2020 | -| GitHub username | vondersam | -| Website (optional) | | diff --git a/.github/contributors/vsolovyov.md b/.github/contributors/vsolovyov.md deleted file mode 100644 index 1ef72f895..000000000 --- a/.github/contributors/vsolovyov.md +++ /dev/null @@ -1,98 +0,0 @@ -# Syllogism contributor agreement - -This Syllogism Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -Syllogism Co. The term **"you"** shall mean the person or entity identified -below. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. Syllogism Co. may publicly - disclose your participation in the project, including the fact that you have - signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Vsevolod Solovyov | -| Company's name (if applicable) | | -| Title or Role (if applicable) | | -| Date | 2015-08-24 | -| GitHub username | vsolovyov | -| Website (optional) | | diff --git a/.github/contributors/w4nderlust.md b/.github/contributors/w4nderlust.md deleted file mode 100644 index 1e18845c0..000000000 --- a/.github/contributors/w4nderlust.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ---------------------- | -| Name | Piero Molino | -| Company name (if applicable) | Uber | -| Title or role (if applicable) | Sr. Research Scientist | -| Date | 06 - 04 - 2019 | -| GitHub username | w4nderlust | -| Website (optional) | http://w4nderlu.st | diff --git a/.github/contributors/wallinm1.md b/.github/contributors/wallinm1.md deleted file mode 100644 index 9c6d0bb88..000000000 --- a/.github/contributors/wallinm1.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------------------- | -| Name | Michael Wallin | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-02-04 | -| GitHub username | wallinm1 | -| Website (optional) | | diff --git a/.github/contributors/walterhenry.md b/.github/contributors/walterhenry.md deleted file mode 100644 index 76026e1b7..000000000 --- a/.github/contributors/walterhenry.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Walter Henry | -| Company name (if applicable) | ExplosionAI GmbH | -| Title or role (if applicable) | Executive Assistant | -| Date | September 14, 2020 | -| GitHub username | walterhenry | -| Website (optional) | | diff --git a/.github/contributors/wannaphongcom.md b/.github/contributors/wannaphongcom.md deleted file mode 100644 index 67aae7063..000000000 --- a/.github/contributors/wannaphongcom.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Wannaphong Phatthiyaphaibun | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 25-3-2019 | -| GitHub username | wannaphongcom | -| Website (optional) | | diff --git a/.github/contributors/werew.md b/.github/contributors/werew.md deleted file mode 100644 index 04a79ed9b..000000000 --- a/.github/contributors/werew.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Luigi Coniglio | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 10/01/2021 | -| GitHub username | werew | -| Website (optional) | | diff --git a/.github/contributors/willismonroe.md b/.github/contributors/willismonroe.md deleted file mode 100644 index 3a6f1054a..000000000 --- a/.github/contributors/willismonroe.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [x] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Willis Monroe | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-3-5 | -| GitHub username | willismonroe | -| Website (optional) | | diff --git a/.github/contributors/willprice.md b/.github/contributors/willprice.md deleted file mode 100644 index 119f42816..000000000 --- a/.github/contributors/willprice.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | --------------------- | -| Name | Will Price | -| Company name (if applicable) | N/A | -| Title or role (if applicable) | N/A | -| Date | 26/12/2018 | -| GitHub username | willprice | -| Website (optional) | https://willprice.org | diff --git a/.github/contributors/wojtuch.md b/.github/contributors/wojtuch.md deleted file mode 100644 index ef44421cf..000000000 --- a/.github/contributors/wojtuch.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Wojciech Lukasiewicz | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 13.08.2018 | -| GitHub username | wojtuch | -| Website (optional) | | diff --git a/.github/contributors/wxv.md b/.github/contributors/wxv.md deleted file mode 100644 index bef854d93..000000000 --- a/.github/contributors/wxv.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Jason Xu | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2018-11-29 | -| GitHub username | wxv | -| Website (optional) | | diff --git a/.github/contributors/x-ji.md b/.github/contributors/x-ji.md deleted file mode 100644 index 14dd9641f..000000000 --- a/.github/contributors/x-ji.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|-------------------------------|--------------| -| Name | Xiang Ji | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 07 July 2018 | -| GitHub username | x-ji | -| Website (optional) | | diff --git a/.github/contributors/xadrianzetx.md b/.github/contributors/xadrianzetx.md deleted file mode 100644 index 65603e9bc..000000000 --- a/.github/contributors/xadrianzetx.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name |Adrian Zuber | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date |20-06-2021 | -| GitHub username |xadrianzetx | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/xssChauhan.md b/.github/contributors/xssChauhan.md deleted file mode 100644 index cad50c8bf..000000000 --- a/.github/contributors/xssChauhan.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Shikhar Chauhan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 12/11/2019 | -| GitHub username | xssChauhan | -| Website (optional) | | diff --git a/.github/contributors/yanaiela.md b/.github/contributors/yanaiela.md deleted file mode 100644 index ee76318c3..000000000 --- a/.github/contributors/yanaiela.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [ ] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yanai Elazar | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 14/8/2019 | -| GitHub username | yanaiela | -| Website (optional) | https://yanaiela.github.io | \ No newline at end of file diff --git a/.github/contributors/yaph.md b/.github/contributors/yaph.md deleted file mode 100644 index d3697bcbc..000000000 --- a/.github/contributors/yaph.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Ramiro Gómez | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-04-29 | -| GitHub username | yaph | -| Website (optional) | http://ramiro.org/ | diff --git a/.github/contributors/yashpatadia.md b/.github/contributors/yashpatadia.md deleted file mode 100644 index 2dcf9211d..000000000 --- a/.github/contributors/yashpatadia.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yash Patadia | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 11/07/2019 | -| GitHub username | yash1994 | -| Website (optional) | | \ No newline at end of file diff --git a/.github/contributors/yohasebe.md b/.github/contributors/yohasebe.md deleted file mode 100644 index c6f6167a3..000000000 --- a/.github/contributors/yohasebe.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Yoichiro Hasebe | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | July 4th, 2021 | -| GitHub username | yohasebe | -| Website (optional) | https://yohasebe.com | diff --git a/.github/contributors/yosiasz.md b/.github/contributors/yosiasz.md deleted file mode 100644 index 244cc30f5..000000000 --- a/.github/contributors/yosiasz.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Josiah Solomon | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2020-12-15 | -| GitHub username | yosiasz | -| Website (optional) | | diff --git a/.github/contributors/yuukos.md b/.github/contributors/yuukos.md deleted file mode 100644 index aecafeecb..000000000 --- a/.github/contributors/yuukos.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Alexey Kim | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 13-12-2017 | -| GitHub username | yuukos | -| Website (optional) | | diff --git a/.github/contributors/zaibacu.md b/.github/contributors/zaibacu.md deleted file mode 100644 index 365b89848..000000000 --- a/.github/contributors/zaibacu.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Šarūnas Navickas | -| Company name (if applicable) | TokenMill | -| Title or role (if applicable) | Data Engineer | -| Date | 2020-09-24 | -| GitHub username | zaibacu | -| Website (optional) | | diff --git a/.github/contributors/zhuorulin.md b/.github/contributors/zhuorulin.md deleted file mode 100644 index 8fef7577a..000000000 --- a/.github/contributors/zhuorulin.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | ------------------------ | -| Name | Zhuoru Lin | -| Company name (if applicable) | Bombora Inc. | -| Title or role (if applicable) | Data Scientist | -| Date | 2017-11-13 | -| GitHub username | ZhuoruLin | -| Website (optional) | | diff --git a/.github/contributors/zqhZY.md b/.github/contributors/zqhZY.md deleted file mode 100644 index 6fe403837..000000000 --- a/.github/contributors/zqhZY.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | QingHeng Zhang | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2017-12-28 | -| GitHub username | zqhZY | -| Website (optional) | https://someth.duapp.com/ | diff --git a/.github/contributors/zqianem.md b/.github/contributors/zqianem.md deleted file mode 100644 index 13f6ab214..000000000 --- a/.github/contributors/zqianem.md +++ /dev/null @@ -1,106 +0,0 @@ -# spaCy contributor agreement - -This spaCy Contributor Agreement (**"SCA"**) is based on the -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf). -The SCA applies to any contribution that you make to any product or project -managed by us (the **"project"**), and sets out the intellectual property rights -you grant to us in the contributed materials. The term **"us"** shall mean -[ExplosionAI GmbH](https://explosion.ai/legal). The term -**"you"** shall mean the person or entity identified below. - -If you agree to be bound by these terms, fill in the information requested -below and include the filled-in version with your first pull request, under the -folder [`.github/contributors/`](/.github/contributors/). The name of the file -should be your GitHub username, with the extension `.md`. For example, the user -example_user would create the file `.github/contributors/example_user.md`. - -Read this agreement carefully before signing. These terms and conditions -constitute a binding legal agreement. - -## Contributor Agreement - -1. The term "contribution" or "contributed materials" means any source code, -object code, patch, tool, sample, graphic, specification, manual, -documentation, or any other material posted or submitted by you to the project. - -2. With respect to any worldwide copyrights, or copyright applications and -registrations, in your contribution: - - * you hereby assign to us joint ownership, and to the extent that such - assignment is or becomes invalid, ineffective or unenforceable, you hereby - grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, - royalty-free, unrestricted license to exercise all rights under those - copyrights. This includes, at our option, the right to sublicense these same - rights to third parties through multiple levels of sublicensees or other - licensing arrangements; - - * you agree that each of us can do all things in relation to your - contribution as if each of us were the sole owners, and if one of us makes - a derivative work of your contribution, the one who makes the derivative - work (or has it made will be the sole owner of that derivative work; - - * you agree that you will not assert any moral rights in your contribution - against us, our licensees or transferees; - - * you agree that we may register a copyright in your contribution and - exercise all ownership rights associated with it; and - - * you agree that neither of us has any duty to consult with, obtain the - consent of, pay or render an accounting to the other for any use or - distribution of your contribution. - -3. With respect to any patents you own, or that you can license without payment -to any third party, you hereby grant to us a perpetual, irrevocable, -non-exclusive, worldwide, no-charge, royalty-free license to: - - * make, have made, use, sell, offer to sell, import, and otherwise transfer - your contribution in whole or in part, alone or in combination with or - included in any product, work or materials arising out of the project to - which your contribution was submitted, and - - * at our option, to sublicense these same rights to third parties through - multiple levels of sublicensees or other licensing arrangements. - -4. Except as set out above, you keep all right, title, and interest in your -contribution. The rights that you grant to us under these terms are effective -on the date you first submitted a contribution to us, even if your submission -took place before the date you sign these terms. - -5. You covenant, represent, warrant and agree that: - - * Each contribution that you submit is and shall be an original work of - authorship and you can legally grant the rights set out in this SCA; - - * to the best of your knowledge, each contribution will not violate any - third party's copyrights, trademarks, patents, or other intellectual - property rights; and - - * each contribution shall be in compliance with U.S. export control laws and - other applicable export and import laws. You agree to notify us if you - become aware of any circumstance which would make any of the foregoing - representations inaccurate in any respect. We may publicly disclose your - participation in the project, including the fact that you have signed the SCA. - -6. This SCA is governed by the laws of the State of California and applicable -U.S. Federal law. Any choice of law rules will not apply. - -7. Please place an “x” on one of the applicable statement below. Please do NOT -mark both statements: - - * [x] I am signing on behalf of myself as an individual and no other person - or entity, including my employer, has or will have rights with respect to my - contributions. - - * [ ] I am signing on behalf of my employer or a legal entity and I have the - actual authority to contractually bind that entity. - -## Contributor Details - -| Field | Entry | -|------------------------------- | -------------------- | -| Name | Em Zhan | -| Company name (if applicable) | | -| Title or role (if applicable) | | -| Date | 2019-09-25 | -| GitHub username | zqianem | -| Website (optional) | | diff --git a/.github/lock.yml b/.github/lock.yml deleted file mode 100644 index 593e88397..000000000 --- a/.github/lock.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Configuration for lock-threads - https://github.com/dessant/lock-threads - -# Number of days of inactivity before a closed issue or pull request is locked -daysUntilLock: 30 - -# Issues and pull requests with these labels will not be locked. Set to `[]` to disable -exemptLabels: [] - -# Label to add before locking, such as `outdated`. Set to `false` to disable -lockLabel: false - -# Comment to post before locking. Set to `false` to disable -lockComment: > - This thread has been automatically locked since there has not been - any recent activity after it was closed. Please open a new issue for - related bugs. - -# Limit to only `issues` or `pulls` -only: issues diff --git a/.github/no-response.yml b/.github/no-response.yml deleted file mode 100644 index ea78104b9..000000000 --- a/.github/no-response.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration for probot-no-response - https://github.com/probot/no-response - -# Number of days of inactivity before an Issue is closed for lack of response -daysUntilClose: 14 -# Label requiring a response -responseRequiredLabel: more-info-needed -# Comment to post when closing an Issue for lack of response. Set to `false` to disable -closeComment: > - This issue has been automatically closed because there has been no response - to a request for more information from the original author. With only the - information that is currently in the issue, there's not enough information - to take action. If you're the original author, feel free to reopen the issue - if you have or find the answers needed to investigate further. diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml deleted file mode 100644 index 8d0282650..000000000 --- a/.github/workflows/autoblack.yml +++ /dev/null @@ -1,44 +0,0 @@ -# GitHub Action that uses Black to reformat all Python code and submits a PR -# in regular intervals. Inspired by: https://github.com/cclauss/autoblack - -name: autoblack -on: - workflow_dispatch: # allow manual trigger - schedule: - - cron: '0 8 * * 5' # every Friday at 8am UTC - -jobs: - autoblack: - if: github.repository_owner == 'explosion' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - - uses: actions/setup-python@v2 - - run: pip install black - - name: Auto-format code if needed - run: black spacy - # We can't run black --check here because that returns a non-zero excit - # code and makes GitHub think the action failed - - name: Check for modified files - id: git-check - run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi) - - name: Create Pull Request - if: steps.git-check.outputs.modified == 'true' - uses: peter-evans/create-pull-request@v3 - with: - title: Auto-format code with black - labels: meta - commit-message: Auto-format code with black - committer: GitHub - author: explosion-bot - body: _This PR is auto-generated._ - branch: autoblack - delete-branch: true - draft: false - - name: Check outputs - if: steps.git-check.outputs.modified == 'true' - run: | - echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" - echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml deleted file mode 100644 index 3fb42ed01..000000000 --- a/.github/workflows/issue-manager.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Issue Manager - -on: - schedule: - - cron: "0 0 * * *" - issue_comment: - types: - - created - - edited - issues: - types: - - labeled - -jobs: - issue-manager: - runs-on: ubuntu-latest - steps: - - uses: tiangolo/issue-manager@0.2.1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - config: > - { - "resolved": { - "delay": "P7D", - "message": "This issue has been automatically closed because it was answered and there was no follow-up discussion.", - "remove_label_on_comment": true, - "remove_label_on_close": true - } - }