Browse Source

Update the ICLA document format

pull/136/head
unknown 5 years ago
parent
commit
ba85bc3df7
2 changed files with 6 additions and 85 deletions
  1. +0
    -83
      ICLA.txt
  2. +6
    -2
      README.md

ICLA.md → ICLA.txt View File

@@ -1,5 +1,3 @@
# Individual Contributor License Agreement ("Agreement") V2.0

Thank you for your interest in The MindSpore Project (the "Project"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Project 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 the MindSpore Project and its users; it does not change your rights to use your own Contributions for any other purpose.

Please read this document carefully before signing and keep a copy for your records.
@@ -25,84 +23,3 @@ You accept and agree to the following terms and conditions for Your present and
7. Should You wish to submit work that is not Your original creation, You may submit it to the Project 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]".

8. You agree to notify the Project of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.

Please fill in the blanks.

<table id="individual-table">
<tr>
<td colspan="2">
I am an individual, and no other individual or legal entity, including my employer, has or will have rights with respect to My Contribution.
</td>
</tr>
<tr>
<td>
Name*:
</td>
<td>
<input type="text" id="individual-name" class = "require" maxlength="100" />
</td>
</tr>
<tr>
<td>
E-Mail*:
</td>
<td>
<input type="text" id="individual-email" class = "require" maxlength="100" />
</td>
</tr>
<tr>
<td>
Telephone:
</td>
<td>
<input type="text" id="individual-telephone" maxlength="100" />
</td>
</tr>
<tr>
<td>
Fax:
</td>
<td>
<input type="text" id="individual-fax" maxlength="100" />
</td>
</tr>
<tr>
<td>
Address*:
</td>
<td>
<input type="text" id="individual-address" class = "require" maxlength="100" />
</td>
</tr>
<tr>
<td>
Date*:
</td>
<td>
<input type="text" id="individual-date" class = "require" maxlength="100" />
</td>
</tr>
<tr>
<td colspan="2">
* require field. Please make sure the E-Mail is related with your gitee account.
</td>
</tr>
</table>

<table id="cla-table">
<tr>
<td>
<a href="#" id="sign-cla-button" class="btn btn-template-main" posturl="/cla/">
Sign
</a>
<a href="#" id="reset-cla-button" class="btn btn-template-main">
Reset
</a>
</td>
</tr>
<tr>
<td>
<label id="tip-cla-label"></label>
</td>
</tr>
</table>

+ 6
- 2
README.md View File

@@ -30,16 +30,20 @@ based on CNCF Code Of Conduct.

## Contributor License Agreement

You can find both the [Individual Contributor License Agreement](ICLA.md)
You can find both the [Individual Contributor License Agreement](ICLA.txt)
and [Corporate Contributor License Agreement](CCLA.pdf).

### Individual contributors

For individual contributor, please click [CLA online sign page](https://clasign.osinfra.cn/sign/Z2l0ZWUlMkZtaW5kc3BvcmU=)
and choose the `Sign Individual CLA` button to sign ICLA.
and choose the `Sign Individual CLA` button to sign Contributor License Agreement.

### Corporation employees

Corporation employee would not be permitted to sign the CLA until the corporation
has signed CCLA document, and he(she) can click [CLA online sign page](https://clasign.osinfra.cn/sign/Z2l0ZWUlMkZtaW5kc3BvcmU=)
and choose the `Sign Employee CLA` button to sign Contributor License Agreement.

## Useful CI Commands

Please check out some of the most useful [CI command](command.md)


Loading…
Cancel
Save