|
1 | 1 | # Contributing
|
2 | 2 |
|
3 | 3 | ## License
|
4 |
| -Intel Project for LLVM\* technology is licensed under the terms of the |
5 |
| -Apache-2.0 with LLVM-exception license ([LICENSE.txt](llvm/LICENSE.TXT)) |
6 |
| -to ensure our ability to contribute this project to the LLVM project |
7 |
| -under the same license. |
8 | 4 |
|
9 |
| -By contributing to this project, you agree to the Apache-2.0 with |
10 |
| -LLVM-exception license and copyright terms there in and release your |
11 |
| -contribution under these terms. |
| 5 | +Intel Project for LLVM\* technology is licensed under the terms of the Apache |
| 6 | +License v2.0 with LLVM Exceptions license ([LICENSE.txt](llvm/LICENSE.TXT)) to |
| 7 | +ensure our ability to contribute this project to the LLVM project under the |
| 8 | +same license. |
12 | 9 |
|
13 |
| -## Sign your work |
14 |
| -Please use the sign-off line at the end of your contribution. Your |
15 |
| -signature certifies that you wrote the contribution or otherwise have |
16 |
| -the right to pass it on as an open-source contribution, and that you |
17 |
| -agree to provide your contribution under the terms of the licenses |
18 |
| -noted above. The rules are pretty simple: if you can certify the |
19 |
| -below (from [developercertificate.org](http://developercertificate.org)): |
20 |
| - |
21 |
| -``` |
22 |
| -Developer Certificate of Origin |
23 |
| -Version 1.1 |
24 |
| -
|
25 |
| -Copyright (C) 2004, 2006 The Linux Foundation and its contributors. |
26 |
| -660 York Street, Suite 102, |
27 |
| -San Francisco, CA 94110 USA |
28 |
| -
|
29 |
| -Everyone is permitted to copy and distribute verbatim copies of this |
30 |
| -license document, but changing it is not allowed. |
31 |
| -
|
32 |
| -Developer's Certificate of Origin 1.1 |
33 |
| -
|
34 |
| -By making a contribution to this project, I certify that: |
35 |
| -
|
36 |
| -(a) The contribution was created in whole or in part by me and I |
37 |
| - have the right to submit it under the open source license |
38 |
| - indicated in the file; or |
39 |
| -
|
40 |
| -(b) The contribution is based upon previous work that, to the best |
41 |
| - of my knowledge, is covered under an appropriate open source |
42 |
| - license and I have the right under that license to submit that |
43 |
| - work with modifications, whether created in whole or in part |
44 |
| - by me, under the same open source license (unless I am |
45 |
| - permitted to submit under a different license), as indicated |
46 |
| - in the file; or |
47 |
| -
|
48 |
| -(c) The contribution was provided directly to me by some other |
49 |
| - person who certified (a), (b) or (c) and I have not modified |
50 |
| - it. |
51 |
| -
|
52 |
| -(d) I understand and agree that this project and the contribution |
53 |
| - are public and that a record of the contribution (including all |
54 |
| - personal information I submit with it, including my sign-off) is |
55 |
| - maintained indefinitely and may be redistributed consistent with |
56 |
| - this project or the open source license(s) involved. |
57 |
| -``` |
58 |
| - |
59 |
| -Then you just add a line to every git commit message: |
60 |
| - |
61 |
| - Signed-off-by: Joe Smith <[email protected]> |
62 |
| - |
63 |
| -Use your real name (sorry, no pseudonyms or anonymous contributions.) |
64 |
| - |
65 |
| -If you set your `user.name` and `user.email` git configs, you can sign your |
66 |
| -commit automatically with `git commit -s`. |
| 10 | +By contributing to this project, you agree to the Apache License v2.0 with LLVM |
| 11 | +Exceptions and copyright terms there in and release your contribution under |
| 12 | +these terms. |
67 | 13 |
|
68 | 14 | ## Contribution process
|
69 | 15 |
|
|
0 commit comments