]> git.ipfire.org Git - thirdparty/iw.git/blame - CONTRIBUTING
iw: bump version to 4.7
[thirdparty/iw.git] / CONTRIBUTING
CommitLineData
7d375e1b
LR
1
2This project embraces the Developer Certificate of Origin (DCO) for
3contributions. This means you must agree to the following prior to submitting
4patches, if you agree with this developer certificate you acknowledge this by
5adding a Signed-off-by tag to your patch commit log. Every submitted patch
6must have this.
7
8The source for the DCO:
9
10http://developercertificate.org/
11
12-----------------------------------------------------------------------
13
14Developer Certificate of Origin
15Version 1.1
16
17Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
18660 York Street, Suite 102,
19San Francisco, CA 94110 USA
20
21Everyone is permitted to copy and distribute verbatim copies of this
22license document, but changing it is not allowed.
23
24
25Developer's Certificate of Origin 1.1
26
27By 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.