summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-05-14 11:17:54 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-05-14 11:17:54 +0800
commitf71a4b9be8816fb7446370369fb147c4f19fe71c (patch)
treec0abd2ca5d460cd050dc6844705dbd97f9b5cf65 /handbook
parenta722741e3200053e97c7f476ac66bc3c1c45ee1f (diff)
downloadpoky-f71a4b9be8816fb7446370369fb147c4f19fe71c.tar.gz
handbook: Add section to Poky manual about contributions and certificate of origin
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r--handbook/resources.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/handbook/resources.xml b/handbook/resources.xml
index 7f4785fdae..da664f6527 100644
--- a/handbook/resources.xml
+++ b/handbook/resources.xml
@@ -91,6 +91,51 @@ poky+subscribe &lt;at&gt; openedhand &lt;dot&gt; com
91 </itemizedlist> 91 </itemizedlist>
92</section> 92</section>
93 93
94<section id='resources-contributions'>
95 <title>Contributions</title>
96
97 <para>
98 Contributions to Poky are very welcome. Patches should be sent to the Poky mailing list along with a Signed-off-by: line in the same style as the Linux kernel. Adding this line signifies the developer has agreed to the Developer's Certificate of Origin 1.1:
99 </para>
100
101 <programlisting>
102 Developer's Certificate of Origin 1.1
103
104 By making a contribution to this project, I certify that:
105
106 (a) The contribution was created in whole or in part by me and I
107 have the right to submit it under the open source license
108 indicated in the file; or
109
110 (b) The contribution is based upon previous work that, to the best
111 of my knowledge, is covered under an appropriate open source
112 license and I have the right under that license to submit that
113 work with modifications, whether created in whole or in part
114 by me, under the same open source license (unless I am
115 permitted to submit under a different license), as indicated
116 in the file; or
117
118 (c) The contribution was provided directly to me by some other
119 person who certified (a), (b) or (c) and I have not modified
120 it.
121
122 (d) I understand and agree that this project and the contribution
123 are public and that a record of the contribution (including all
124 personal information I submit with it, including my sign-off) is
125 maintained indefinitely and may be redistributed consistent with
126 this project or the open source license(s) involved.
127</programlisting>
128
129 <para>
130 A Poky contributions tree (poky-contrib) exists for people to stage
131 contributions in, for regular contributors. If people desire such
132 access, please ask on the mailing list. Usually access will be given
133 to anyone with a proven track record of good patches.
134 </para>
135
136</section>
137
138
94</appendix> 139</appendix>
95<!-- 140<!--
96vim: expandtab tw=80 ts=4 141vim: expandtab tw=80 ts=4