From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH 7/7] doc: add infos about contributing and license
Date: Mon, 6 Jan 2020 17:27:49 +0100 [thread overview]
Message-ID: <20200106162749.27953-7-rhi@pengutronix.de> (raw)
In-Reply-To: <20200106162749.27953-1-rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
doc/intro.rst | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/doc/intro.rst b/doc/intro.rst
index f02c4afaf8a3..b8278344f1ca 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -46,3 +46,57 @@ toolchain sources from
and build them manually.
+Contributing
+------------
+
+The canonical source repository for DistroKit is at
+<https://git.pengutronix.de/cgit/DistroKit/>.
+
+For any questions regarding DistroKit, send a mail to the mailing list at
+<distrokit@pengutronix.de>.
+Note that posts from non-subscribed addresses will be held for moderation.
+We recommend that you subscribe to the list by sending a mail to
+<distrokit-request@pengutronix.de> containing "subscribe" in the subject.
+
+The same list should also be used to send patches.
+The easiest way to format your patch into the canonical patch format is by
+using `git format-patch <https://git-scm.com/docs/git-format-patch>`_ on the
+DistroKit git repository
+(also see its man page for info on using mailers other than *git send-email*).
+
+DistroKit uses the `Developer’s Certificate of Origin <https://developercertificate.org/>`_::
+
+ By making a contribution to this project, I certify that:
+
+ a) The contribution was created in whole or in part by me and I have the
+ right to submit it under the open source license indicated in the file; or
+ b) The contribution is based upon previous work that, to the best of my
+ knowledge, is covered under an appropriate open source license and I have
+ the right under that license to submit that work with modifications, whether
+ created in whole or in part by me, under the same open source license
+ (unless I am permitted to submit under a different license), as indicated in
+ the file; or
+ c) The contribution was provided directly to me by some other person who
+ certified (a), (b) or (c) and I have not modified it.
+ d) I understand and agree that this project and the contribution are public
+ and that a record of the contribution (including all personal information I
+ submit with it, including my sign-off) is maintained indefinitely and may be
+ redistributed consistent with this project or the open source license(s)
+ involved.
+
+If you can certify the above, then you just add a line saying::
+
+ Signed-off-by: Random J Developer <random@developer.example.org>
+
+using your real name (sorry, no pseudonyms or anonymous contributions)
+to the end of your commit message,
+or if you use Git, make your commit with ``git commit --signoff``.
+
+License
+-------
+
+Copyright (C) 2020 Pengutronix and individual contributors
+
+DistroKit is licensed under the GNU General Public License, version 2.0.
+See the file named LICENSE in the root directory of this project for the full
+license terms, and the version control history for contributor information.
--
2.24.0
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
next prev parent reply other threads:[~2020-01-06 16:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-06 16:27 [DistroKit] [PATCH 1/7] local_src: remove unreferenced am335x-pm-firmware Roland Hieber
2020-01-06 16:27 ` [DistroKit] [PATCH 2/7] doc: note that platform-rpi is not actively maintained currently Roland Hieber
2020-01-06 16:27 ` [DistroKit] [PATCH 3/7] doc: fix sphinx warning "guru is already assigned section numbers" Roland Hieber
2020-01-06 16:27 ` [DistroKit] [PATCH 4/7] doc: guru: sync with upstream PTXdist Roland Hieber
2020-01-06 16:27 ` [DistroKit] [PATCH 5/7] doc: hardware: degrade header level Roland Hieber
2020-01-06 16:27 ` [DistroKit] [PATCH 6/7] doc: hardware: reduce clutter in sub-toctrees Roland Hieber
2020-01-06 16:27 ` Roland Hieber [this message]
2020-01-08 22:06 ` [DistroKit] [PATCH 1/7] local_src: remove unreferenced am335x-pm-firmware Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200106162749.27953-7-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox