OLD | NEW |
1 # Introduction | 1 # Introduction |
2 | 2 |
3 Thanks for thinking of contributing to Breakpad! Unfortunately there are some | 3 Thanks for thinking of contributing to Breakpad! Unfortunately there are some |
4 pesky legal issues to get out of the way, but they're quick and painless. | 4 pesky legal issues to get out of the way, but they're quick and painless. |
5 | 5 |
6 ## Legal | 6 ## Legal |
7 | 7 |
8 If you're doing work individually, not as part of any employment, you'll need to | 8 If you're doing work individually, not as part of any employment, you'll need to |
9 sign the <a | 9 sign the |
10 href='http://code.google.com/legal/individual-cla-v1.0.html'>Individual | 10 [Individual Contributor License Agreement](https://cla.developers.google.com/cla
s/new?domain=DOMAIN_GOOGLE&kind=KIND_INDIVIDUAL). |
11 Contributor License Agreement</a>. This agreement can be completed | 11 This agreement can be completed electronically. |
12 electronically. | |
13 | 12 |
14 If you're contributing to Breakpad as part of your employment with another | 13 If you're contributing to Breakpad as part of your employment with another |
15 organization, you'll need to sign a <a | 14 organization, you'll need to sign a |
16 href='http://code.google.com/legal/corporate-cla-v1.0.html'> Corporate | 15 [Corporate Contributor License Agreement](https://cla.developers.google.com/clas
/new?domain=DOMAIN_GOOGLE&kind=KIND_CORPORATE). |
17 Contributor License Agreement</a>. Once completed this document will need to be | 16 Once completed this document will need to be faxed. |
18 faxed. | |
19 | 17 |
20 **_IMPORTANT_**: The authors(you!) of the contributions will maintain all | 18 **_IMPORTANT_**: The authors(you!) of the contributions will maintain all |
21 copyrights; the agreements you sign will grant rights to Google to use your | 19 copyrights; the agreements you sign will grant rights to Google to use your |
22 work. | 20 work. |
23 | 21 |
24 Thanks, and if you have any questions let me know and I'll loop in the legal guy | 22 Thanks, and if you have any questions let me know and I'll loop in the legal guy |
25 here to get you an answer. | 23 here to get you an answer. |
26 | 24 |
27 ## Technical | 25 ## Technical |
28 | 26 |
29 Once you have signed the agreement you can be added to our contributors list and | 27 Once you have signed the agreement you can be added to our contributors list and |
30 have write access to code. For full details on getting started see our trunk | 28 have write access to code. For full details on getting started see our trunk |
31 `README`. | 29 [README](/README.md). |
32 | 30 |
33 ## List of people who have signed contributor agreements | 31 ## List of people who have signed contributor agreements |
34 | 32 |
35 None so far. | 33 None so far. |
OLD | NEW |