]> git.ipfire.org Git - thirdparty/iw.git/blob - CONTRIBUTING
info: macro-ify ext_feat_print()
[thirdparty/iw.git] / CONTRIBUTING
1
2 This project embraces the Developer Certificate of Origin (DCO) for
3 contributions. This means you must agree to the following prior to submitting
4 patches, if you agree with this developer certificate you acknowledge this by
5 adding a Signed-off-by tag to your patch commit log. Every submitted patch
6 must have this.
7
8 The source for the DCO:
9
10 http://developercertificate.org/
11
12 -----------------------------------------------------------------------
13
14 Developer Certificate of Origin
15 Version 1.1
16
17 Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
18 660 York Street, Suite 102,
19 San Francisco, CA 94110 USA
20
21 Everyone is permitted to copy and distribute verbatim copies of this
22 license document, but changing it is not allowed.
23
24
25 Developer's Certificate of Origin 1.1
26
27 By making a contribution to this project, I certify that:
28
29 (a) The contribution was created in whole or in part by me and I
30 have the right to submit it under the open source license
31 indicated in the file; or
32
33 (b) The contribution is based upon previous work that, to the best
34 of my knowledge, is covered under an appropriate open source
35 license and I have the right under that license to submit that
36 work with modifications, whether created in whole or in part
37 by me, under the same open source license (unless I am
38 permitted to submit under a different license), as indicated
39 in the file; or
40
41 (c) The contribution was provided directly to me by some other
42 person who certified (a), (b) or (c) and I have not modified
43 it.
44
45 (d) I understand and agree that this project and the contribution
46 are public and that a record of the contribution (including all
47 personal information I submit with it, including my sign-off) is
48 maintained indefinitely and may be redistributed consistent with
49 this project or the open source license(s) involved.