cla.md 5.7 KB
Newer Older
E
edisonxiang 已提交
1
+++
E
edisonxiang 已提交
2
title = "Signing CLA"
E
edisonxiang 已提交
3 4
+++

E
edisonxiang 已提交
5 6
<div class="clanote">
<p>
E
edisonxiang 已提交
7
Before submitting any Contributions, you have to agree with all the terms and conditions of this Agreement and sign it as indicated below, and then upload the signed Agreement to designated place on openEuler official website. By signing this Agreement as indicated below, you agree to accept and be legally bound by this Agreement. The rights that you grant under this Agreement are effective on the date you first submitted a Contribution to the openEuler, even if your submission took place before the date you sign these Agreement.
E
edisonxiang 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
</p>
<ol>
<li>
You agree to be legally bound by openEuler Intellectual Property Rights Policy published on openEuler official website.
</li>
<li>
You represent that:
<ul>
<li>
Each of your Contributions is your original creation and you can legally grant the rights set out in this Agreement;
</li>
<li>
To the best of your knowledge, each Contribution will not infringe any third party's copyrights, trademarks, patents, or other intellectual property rights.
</li>
</ul>
</li>
<li>
This Agreement and any rights and liabilities herein shall be governed, construed and interpreted in accordance with the laws of P.R. China, without giving effect to principles of conflicts of law. Any dispute arising from or related to this Agreement shall be submitted to Shenzhen Longgang District People’s court and parties waive all objections to that jurisdiction and venue.
</li>
<li>
Please select one applicable statement from the following and fill in the blanks. DO NOT MARK BOTH:
</li>
</ol>
</div>
E
edisonxiang 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55

<table id="cla-type-table">
    <tr>
        <td>
            <input type="radio" name="cla-type-radio" value="0" checked />Individual Contributor
        </td>
        <td>
            <input type="radio" name="cla-type-radio" value="1" />Legal Entity Contributor
        </td>
    </tr>
</table>

<table id="individual-table">
    <tr>
        <td colspan="2">
            I am individual and no other person or entity, including my employer,
            has or will have rights with respect my Contributions.
        </td>
    </tr>
    <tr>
        <td>
            Name*:
        </td>
        <td>
E
edisonxiang 已提交
56
            <input type="text" id="individual-name" class = "require" maxlength="100" />
E
edisonxiang 已提交
57 58 59 60
        </td>
    </tr>
    <tr>
        <td>
61
            Address*:
E
edisonxiang 已提交
62 63
        </td>
        <td>
E
edisonxiang 已提交
64
            <input type="text" id="individual-address" class = "require" maxlength="100" />
E
edisonxiang 已提交
65 66 67 68 69 70 71
        </td>
    </tr>
    <tr>
        <td>
            Date*:
        </td>
        <td>
E
edisonxiang 已提交
72
            <input type="text" id="individual-date" class = "require" maxlength="100" />
E
edisonxiang 已提交
73 74 75 76 77 78 79
        </td>
    </tr>
    <tr>
        <td>
            E-Mail*:
        </td>
        <td>
E
edisonxiang 已提交
80
            <input type="text" id="individual-email" class = "require" maxlength="100" />
E
edisonxiang 已提交
81 82 83 84 85 86 87
        </td>
    </tr>
    <tr>
        <td>
            Telephone*:
        </td>
        <td>
E
edisonxiang 已提交
88
            <input type="text" id="individual-telephone" class = "require" maxlength="100" />
E
edisonxiang 已提交
89 90 91 92 93 94 95
        </td>
    </tr>
    <tr>
        <td>
            Fax:
        </td>
        <td>
E
edisonxiang 已提交
96
            <input type="text" id="individual-fax" maxlength="100" />
E
edisonxiang 已提交
97 98
        </td>
    </tr>
E
edisonxiang 已提交
99 100 101 102 103
    <tr>
        <td colspan="2">
            * require field. Please make sure the E-Mail is related with your gitee account.
        </td>
    </tr>
E
edisonxiang 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116
</table>

<table id="legalentity-table">
    <tr>
        <td colspan="2">
            I am a legal entity, the individual below signing this Agreement is authorized by and on behalf of me.
        </td>
    </tr>
    <tr>
        <td>
            Authorized Representative*:
        </td>
        <td>
E
edisonxiang 已提交
117
            <input type="text" id="legalentity-name" class = "require" maxlength="100" />
E
edisonxiang 已提交
118 119 120 121 122 123 124
        </td>
    </tr>
    <tr>
        <td>
            Title*:
        </td>
        <td>
E
edisonxiang 已提交
125
            <input type="text" id="legalentity-title" class = "require" maxlength="100" />
E
edisonxiang 已提交
126 127 128 129 130 131 132
        </td>
    </tr>
    <tr>
        <td>
            Corporation Name*:
        </td>
        <td>
E
edisonxiang 已提交
133
            <input type="text" id="legalentity-corporation" class = "require" maxlength="100" />
E
edisonxiang 已提交
134 135 136 137
        </td>
    </tr>
    <tr>
        <td>
138
            Address*:
E
edisonxiang 已提交
139 140
        </td>
        <td>
E
edisonxiang 已提交
141
            <input type="text" id="legalentity-address" class = "require" maxlength="100" />
E
edisonxiang 已提交
142 143 144 145 146 147 148
        </td>
    </tr>
    <tr>
        <td>
            Date*:
        </td>
        <td>
E
edisonxiang 已提交
149
            <input type="text" id="legalentity-date" class = "require" maxlength="100" />
E
edisonxiang 已提交
150 151 152 153 154 155 156
        </td>
    </tr>
    <tr>
        <td>
            E-Mail*:
        </td>
        <td>
E
edisonxiang 已提交
157
            <input type="text" id="legalentity-email" class = "require" maxlength="100" />
E
edisonxiang 已提交
158 159 160 161 162 163 164
        </td>
    </tr>
    <tr>
        <td>
            Telephone*:
        </td>
        <td>
E
edisonxiang 已提交
165
            <input type="text" id="legalentity-telephone" class = "require" maxlength="100" />
E
edisonxiang 已提交
166 167 168 169 170 171 172
        </td>
    </tr>
    <tr>
        <td>
            Fax:
        </td>
        <td>
E
edisonxiang 已提交
173
            <input type="text" id="legalentity-fax" maxlength="100" />
E
edisonxiang 已提交
174 175 176 177 178
        </td>
    </tr>
    <tr>
        <td colspan="2">
            * require field. Please make sure the E-Mail is related with your gitee account.
E
edisonxiang 已提交
179 180 181 182 183 184 185
        </td>
    </tr>
</table>

<table id="cla-table">
    <tr>
        <td>
186
            <a href="#" id="sign-cla-button" class="btn btn-template-main" posturl="/cla/">
E
edisonxiang 已提交
187 188 189 190 191
                Sign
            </a>
            <a href="#" id="reset-cla-button" class="btn btn-template-main">
                Reset
            </a>
E
edisonxiang 已提交
192 193
        </td>
    </tr>
E
edisonxiang 已提交
194 195 196 197 198 199
    <tr>
        <td>
            <label id="tip-cla-label"></label>
        </td>
    </tr>
</table>