From c127e062b5be12152859483508c07c0fc209057a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Wed, 18 Sep 2024 13:12:58 +0200 Subject: [PATCH] Cla (#44) * cla test * update * trying again pr template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CONTRIBUTING.md | 30 ++++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7d64535 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +Test hello youpi diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af18af5..c4109cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,34 @@ Note that in general we will not accept refactoring of the code. ## Contributor License Agreement ("CLA") -In order to accept your pull request, we need you to submit a Contributtor License Agreement. -As this CLA is not ready yet, we will delay acceptance of your PR. +In order to accept your pull request, we need you to submit a Contributor License Agreement. + +If you agree with the full CLA provided in the next paragraph, copy the following statement in your PR, changing your Github Handle: + +> I, {your GitHub handle}, confirm that I have read and understood the terms of the CLA of Kyutai-labs, as outlined in the repository's CONTRIBUTING.md, and I agree to be bound by these terms. + +The full CLA is provided as follows: + +> I, {your GitHub handle}, hereby grant to Kyutai-labs a perpetual, worldwide, non-exclusive, royalty-free, +> irrevocable license to use, modify, distribute, and sublicense my Contributions. + +> I understand and accept that Contributions are limited to modifications, improvements, or changes +> to the project’s source code submitted via pull requests. I accept that Kyutai-labs has full discretion to +> review, accept, reject, or request changes to any Contributions I submit, and that submitting +> a pull request does not guarantee its inclusion in the project. + +> By submitting a Contribution, I grant Kyutai-labs a perpetual, worldwide license to use, modify, +> reproduce, distribute, and create derivative works based on my Contributions. +> I also agree to assign all patent rights for any inventions or improvements that arise from my Contributions, +> giving the Kyutai-labs full rights to file for and enforce patents. +> I understand that the Kyutai-labs may commercialize, relicense, or exploit the project and my Contributions without further notice or obligation to me. +> I confirm that my Contributions are original and that I have the legal right to grant this license. +> If my Contributions include third-party materials, I will ensure that I have the necessary permissions +> and will disclose this information. I accept that once my Contributions are integrated, they may be altered or removed at the Kyutai-labs’s discretion. + +> I acknowledge that I am making these Contributions voluntarily and will not receive any compensation. +> Furthermore, I understand that all Contributions, including mine, are provided on an "as-is" basis, with no warranties. +> By submitting a pull request, I agree to be bound by these terms. ## Issues