Skip to content

Commit 2c5d107

Browse files
TiansuYuWinfried Lötzsch
and
Winfried Lötzsch
authoredMar 31, 2022
add CLA bot (#23)
* add CLA bot * Update cla.yml Co-authored-by: Winfried Lötzsch <winfried.loetzsch@merantix.com> * Update cla.yml Co-authored-by: Winfried Lötzsch <winfried.loetzsch@merantix.com> Co-authored-by: Winfried Lötzsch <winfried.loetzsch@merantix.com>
1 parent c2d0d2a commit 2c5d107

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
 

‎CLA.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Merantix Momentum Individual Contributor License Agreement
2+
3+
By signing this contributor license agreement, I understand and agree that this project and contributions to it are public and that a record of the contribution (including all personal information I submit with it, including my full name and email address) is maintained indefinitely and may be redistributed consistent with this project, compliance with the open source license(s) involved, and maintenance of authorship attribution.
4+
5+
In order to clarify the intellectual property license granted with Contributions from any person or entity, Merantix Labs GmbH ("Merantix Momentum") must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Merantix Momentum; it does not change your rights to use your own Contributions for any other purpose.
6+
7+
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Merantix Momentum. Except for the license granted herein to Merantix Momentum and recipients of software distributed by Merantix Momentum, You reserve all right, title, and interest in and to Your Contributions.
8+
9+
1. Definitions.
10+
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Merantix Momentum. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
11+
"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Merantix Momentum for inclusion in, or documentation of, any of the products owned or managed by Merantix Momentum (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Merantix Momentum or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Merantix Momentum for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
12+
2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to Merantix Momentum and to recipients of software distributed by Merantix Momentum a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.
13+
3. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to Merantix Momentum and to recipients of software distributed by Merantix Momentum a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
14+
4. You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to Merantix Momentum, or that your employer has executed a separate Corporate CLA with Merantix Momentum.
15+
5. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions.
16+
6. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
17+
7. Should You wish to submit work that is not Your original creation, You may submit it to Merantix Momentum separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".
18+
8. You agree to notify Merantix Momentum of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.

‎cla.yml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: "CLA Assistant"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened,closed,synchronize]
7+
8+
jobs:
9+
CLAssistant:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: "CLA Assistant"
13+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
14+
# Beta Release
15+
uses: cla-assistant/github-action@v2.1.3-beta
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
# the below token should have repo scope and must be manually added by you in the repository's secret
19+
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20+
with:
21+
path-to-signatures: 'signatures/version1/cla.json'
22+
path-to-document: 'https://github.com/merantix-momentum/squirrel-core/blob/master/CLA.md' # e.g. a CLA or a DCO document
23+
# branch should not be protected
24+
branch: 'signed-cla'
25+
allowlist: mx-momentum-oss,TiansuYu,AlpAribal,AlirezaSohofi,ThomasWollmann,jotterbach,winfried-loetzsch,mx-momentum-minion,bot*
26+
27+
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
28+
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
29+
#remote-repository-name: enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
30+
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
31+
#signed-commit-message: 'For example: $contributorName has signed the CLA in #$pullRequestNo'
32+
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
33+
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
34+
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
35+
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
36+
#use-dco-flag: true - If you are using DCO instead of CLA

0 commit comments

Comments
 (0)
Please sign in to comment.