Message ID | 20220113094404.64510-1-quentin.schulz@theobroma-systems.com |
---|---|
State | New |
Headers | show |
Series | [v2] add README | expand |
On Thu, 13 Jan 2022 at 10:44, <quentin.schulz@theobroma-systems.com> wrote: > > From: Quentin Schulz <quentin.schulz@theobroma-systems.com> > > This adds a README to the project so that the contribution process is > explicit as well as the licenses that apply to the source code. > > Cc: Quentin Schulz <foss+kernel@0leil.net> > Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Applied to git.kernel.org/pub/scm//utils/mmc/mmc-utils.git master, thanks! Kind regards Uffe > --- > > v2: > - added Avri to the list of maintainers > - fixed aboive typo > - updated license to only mention GPL-2.0-only as BSD-3-Clause is > compatible with GPL-2.0-only projects, as mentioned in > 3rdparty/hmac_sha/ files > > README | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 README > > diff --git a/README b/README > new file mode 100644 > index 0000000..71a4e7d > --- /dev/null > +++ b/README > @@ -0,0 +1,31 @@ > +MMC tools (mmc-utils) > +===================== > + > +mmc-utils is a tool for configuring MMC storage devices from userspace. > + > +Contribution guidelines > +----------------------- > + > +The project works using a mailing list patch submission process, similar to the > +process used for the Linux kernel itself. > + > +One can document themselves by reading how to submit a patch in the official > +Linux kernel documentation: > +https://www.kernel.org/doc/html/latest/process/submitting-patches.html > + > +Not all sections apply but it should be a good way to get started. > + > +A patch should be sent as a mail (not as an attachement, see documentation > +above) to the linux-mmc@vger.kernel.org mailing list with maintainers as > +Cc recipients. > + > +Maintainers > +----------- > + > +Avri Altman <avri.altman@wdc.com> > +Ulf Hansson <ulf.hansson@linaro.org> > + > +License > +------- > + > +This project is licensed under GPL-2.0-only. > -- > 2.34.1 >
diff --git a/README b/README new file mode 100644 index 0000000..71a4e7d --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +MMC tools (mmc-utils) +===================== + +mmc-utils is a tool for configuring MMC storage devices from userspace. + +Contribution guidelines +----------------------- + +The project works using a mailing list patch submission process, similar to the +process used for the Linux kernel itself. + +One can document themselves by reading how to submit a patch in the official +Linux kernel documentation: +https://www.kernel.org/doc/html/latest/process/submitting-patches.html + +Not all sections apply but it should be a good way to get started. + +A patch should be sent as a mail (not as an attachement, see documentation +above) to the linux-mmc@vger.kernel.org mailing list with maintainers as +Cc recipients. + +Maintainers +----------- + +Avri Altman <avri.altman@wdc.com> +Ulf Hansson <ulf.hansson@linaro.org> + +License +------- + +This project is licensed under GPL-2.0-only.