-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into YT/Feature/3365
- Loading branch information
Showing
17 changed files
with
551 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
**⚠️ WARNING!** | ||
|
||
**Any Contributor shall sign a Contribution Licence Agreement before submitting a Contribution.** | ||
|
||
**The CLA provides that the Contributor ("You") retains ownership on your Contribution(s) while granting 4D the legal rights to use the Contribution(s).** | ||
|
||
**Before signing this CLA, you shall indicate below (by ticking the right box) whether you are submitting Contributions in the course of work for Your employer or not.** | ||
|
||
**To accept and sign the CLA, you must write the text "I have read the CLA Document and I hereby sign the CLA".** | ||
|
||
**If you do not accept the terms of the CLA, please do not write the acceptance text and do not submit any Contribution.** | ||
|
||
I accept and agree to the terms of this Contribution License Agreement for my present and future Contributions to 4D. | ||
|
||
--- | ||
|
||
# 4D Contribution Licence Agreement between You and 4D | ||
|
||
## Definitions | ||
|
||
"**4D**" refers to 4D SAS whose registered offices are at Parc les Erables – Bâtiment 4 – 66 route de Sartrouville - 78230 Le Pecq - France | ||
|
||
"**4D Product(s)**" refers to any of the products owned or managed by 4D. | ||
|
||
"**CLA**" refers to this Contribution License Agreement. | ||
|
||
"**Contribution**" refers to any original work intentionally submitted by You to 4D for the purpose of contributing to, developing, add to, improve or modify the 4D Products, (i) in source or object code submitted or uploaded to 4D repositories, or (ii) in written format such as written suggestion, feedback, ideas, documentation. For the purposes of this definition, "**submitted**" means any form of electronic, verbal, or written communication sent to 4D or its representatives. | ||
|
||
"**Contributor**" and "**You**" refer to the contribution owner signing the CLA with 4D. | ||
|
||
## Copyright Licence | ||
|
||
Subject to the terms and conditions of this CLA, You hereby grant to 4D 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. | ||
|
||
## Patent Licence | ||
|
||
Subject to the terms and conditions of this CLA, You hereby grant to the 4D a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Contribution, 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 4D Products. | ||
|
||
## Representations and Warranties | ||
|
||
1. You represent that each of Your Contributions is entirely Your original work. Should You wish to submit materials that are not Your original work, You may submit them if You *(a)* retain all copyright and license information that was in the materials as You received them, *(b)* expressly state, when submitting Your Contribution, that it contains materials of a third party, and identify the third party and any associated licenses or other restrictions of which You are aware. | ||
|
||
2. You represent that You are legally entitled to grant the above license. If Your Contribution is made in the course of Your work for an employer or anyone else for whom You are acting ("employer"), or if Your employer has intellectual property rights in Your Contribution by contract or applicable law, You must secure permission from Your employer to make the Contribution before signing this CLA. In that case, the term "You" in this CLA will refer to You and the employer collectively. If You change employers in the future and desire to submit additional Contributions for the new employer, then You agree to sign a new CLA and secure permission from the new employer before submitting Contributions. | ||
|
||
3. 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. | ||
|
||
## Notification to 4D | ||
|
||
You agree to notify 4D in writing of any facts or circumstances of which You later become aware that would make Your representations in this CLA inaccurate in any respect. | ||
|
||
## Laws and jurisdictions | ||
|
||
This CLA is governed by the laws of France, and the Parties consent to exclusive jurisdiction and venue in the courts of Paris, France. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"signedContributors": [ | ||
{ | ||
"name": "SBlaserBossinfo", | ||
"id": 149789139, | ||
"comment_id": 1801181011, | ||
"created_at": "2023-11-08T06:35:52Z", | ||
"repoId": 412014636, | ||
"pullRequestNo": 36 | ||
}, | ||
{ | ||
"name": "SBlaserBossinfo", | ||
"id": 149789139, | ||
"comment_id": 1801234711, | ||
"created_at": "2023-11-08T07:28:53Z", | ||
"repoId": 412014636, | ||
"pullRequestNo": 36 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: "CLA Assistant" | ||
on: | ||
issue_comment: | ||
types: [created] | ||
pull_request_target: | ||
types: [opened,closed,synchronize] | ||
|
||
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings | ||
permissions: | ||
actions: write | ||
contents: write | ||
pull-requests: write | ||
statuses: write | ||
|
||
jobs: | ||
CLAAssistant: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "CLA Assistant" | ||
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' | ||
uses: contributor-assistant/github-action@v2.3.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
path-to-signatures: '.github/cla/signatures.json' | ||
path-to-document: 'https://github.com/4d/4D-NetKit/blob/main/.github/cla/4DCLA.md' | ||
# branch should not be protected | ||
branch: 'main' | ||
allowlist: 4DBuildMgr,CGareau,DamienFuzeau,EricMinyem,Hafid4D,Ilhaba,JarosMachacek,Mohammed-Ouakani,RickiBarragan,Roland-Lannuzel,Souhail-Elmouhtadi,StephanieTrt,ThomasMaul,abdelkrim-bouhoute,addkomo4d,ahmed-rajouani-alaoui,amine-maqrot,anass-talii,arnaud4d,azzeddine-simmad,berengerelagrange,bfremont,brahim-boukobba,client-bugbase,crugeles,cyril-makloufi,david-azancot,delahaye-4D,djotandjigora,e-marchand,emmanuel-craeymeersch,fabrice-mainguene,franck-louvigne,francois-marchal,guillaume-kotulski,halima-laghroubi,hassan-ettanany,htemanni92,imjabber,intissarMez,isaac-gonzalezbottini,jacques-quidu,jean-laguerre,laurent-esnault,llaunay,lribardi,majda-elmaazouzi,mathieu-ferry,michel-blaise,mickael-cerisier,mickaelr4d,migad-negib,miyako,mouna-elmaazouzi,moussa-bellahcene,ms-landrieu,nhat-do1,nicolas-brachfogel,nobuteshima,noreddine-margoum,omar-hcine,omar-lakrari,omar-zaida,ossama-mourini,patrick-poly,pfhuillet,sclairet,shayanna-gatchalian,tai-bui1,vanessa-talbot,vdelachaux,vincent-laluque,walid-chekkouri,wtaylor-4d,yannicktrinh,zineb-aslioui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.