From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: "Miguel Ojeda" <miguel.ojeda.sandonis@gmail.com>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Arnd Bergmann" <arnd@arndb.de>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Kent Gibson" <warthog618@gmail.com>,
"Vincent Guittot" <vincent.guittot@linaro.org>,
linux-gpio@vger.kernel.org,
"Wedson Almeida Filho" <wedsonaf@gmail.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
stratos-dev@op-lists.linaro.org,
"Gerard Ryan" <g.m0n3y.2503@gmail.com>,
"Alex Gaynor" <alex.gaynor@gmail.com>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>, y86-dev <y86-dev@protonmail.com>
Subject: Re: [libgpiod][PATCH V9 0/8] libgpiod: Add Rust bindings
Date: Fri, 18 Nov 2022 10:38:51 +0100 [thread overview]
Message-ID: <CAMRc=Mf8c8sen+8_76POGjCzTea-SK-DBPJOdGH7MCvTzWjFPw@mail.gmail.com> (raw)
In-Reply-To: <20221118093558.hopbhda6knmoekyt@vireshk-i7>
On Fri, Nov 18, 2022 at 10:36 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 17-11-22, 13:18, Bartosz Golaszewski wrote:
> > Then let's just add the SPDX identifier on top to make reuse happy.
>
> This looks fine ?
>
> diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml
> index 4fdf4e06ff90..85abe70b4aa5 100644
> --- a/bindings/rust/Cargo.toml
> +++ b/bindings/rust/Cargo.toml
> @@ -1,7 +1,12 @@
> +# SPDX-License-Identifier: CC0-1.0
> +#
> +# Copyright 2022 Linaro Ltd. All Rights Reserved.
> +# Viresh Kumar <viresh.kumar@linaro.org>
> +
Should be:
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2022 Linaro Ltd.
# SPDX-FileCopyrightTest: 2022 Viresh Kumar <viresh.kumar@linaro.org>
> [workspace]
>
>
> diff --git a/bindings/rust/libgpiod-sys/README.md b/bindings/rust/libgpiod-sys/README.md
> index ecf75b31c41e..567891a30868 100644
> --- a/bindings/rust/libgpiod-sys/README.md
> +++ b/bindings/rust/libgpiod-sys/README.md
> @@ -1,11 +1,15 @@
> +# SPDX-License-Identifier: CC0-1.0
> +#
> +# Copyright 2022 Linaro Ltd. All Rights Reserved.
> +# Viresh Kumar <viresh.kumar@linaro.org>
> +
> # Generated libgpiod-sys Rust FFI bindings
>
> --
> viresh
next prev parent reply other threads:[~2022-11-18 9:39 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 9:57 [libgpiod][PATCH V9 0/8] libgpiod: Add Rust bindings Viresh Kumar
2022-11-07 9:57 ` [libgpiod][PATCH V9 1/8] bindings: rust: Add libgpiod-sys rust crate Viresh Kumar
2022-11-09 9:07 ` Bartosz Golaszewski
2022-11-14 10:04 ` Viresh Kumar
2022-11-14 10:30 ` Bartosz Golaszewski
2022-11-07 9:57 ` [libgpiod][PATCH V9 2/8] bindings: rust: Add pre generated bindings for libgpiod-sys Viresh Kumar
2022-11-07 9:57 ` [libgpiod][PATCH V9 3/8] bindings: rust: Add gpiosim crate Viresh Kumar
2022-11-07 9:57 ` [libgpiod][PATCH V9 4/8] bindings: rust: Add pre generated bindings for gpiosim Viresh Kumar
2022-11-07 9:57 ` [libgpiod][PATCH V9 5/8] bindings: rust: Add libgpiod crate Viresh Kumar
2022-11-07 9:57 ` [libgpiod][PATCH V9 6/8] bindings: rust: Add examples to " Viresh Kumar
2022-11-10 18:26 ` Bartosz Golaszewski
2022-11-14 10:03 ` Viresh Kumar
2022-11-14 10:29 ` Bartosz Golaszewski
2022-11-14 10:42 ` Viresh Kumar
2022-11-07 9:57 ` [libgpiod][PATCH V9 7/8] bindings: rust: Add tests for " Viresh Kumar
2022-11-09 9:30 ` Bartosz Golaszewski
2022-11-09 9:50 ` Kent Gibson
2022-11-09 10:36 ` Kent Gibson
2022-11-09 9:54 ` Linus Walleij
2022-11-09 10:12 ` Björn Roy Baron
2022-11-07 9:57 ` [libgpiod][PATCH V9 8/8] bindings: rust: Integrate building of bindings with make Viresh Kumar
2022-11-14 21:49 ` [libgpiod][PATCH V9 0/8] libgpiod: Add Rust bindings Bartosz Golaszewski
2022-11-16 1:12 ` Kent Gibson
2022-11-18 16:44 ` Gary Guo
2022-11-18 17:24 ` Kent Gibson
2022-11-16 10:29 ` Bartosz Golaszewski
2022-11-17 7:31 ` Viresh Kumar
2022-11-17 9:06 ` Bartosz Golaszewski
2022-11-17 9:56 ` Viresh Kumar
2022-11-17 10:18 ` Bartosz Golaszewski
2022-11-17 10:40 ` Viresh Kumar
2022-11-17 10:48 ` Bartosz Golaszewski
2022-11-17 10:55 ` Viresh Kumar
2022-11-17 11:05 ` Bartosz Golaszewski
2022-11-17 11:15 ` Viresh Kumar
2022-11-17 12:32 ` Bartosz Golaszewski
2022-11-17 10:51 ` Miguel Ojeda
2022-11-17 11:04 ` Viresh Kumar
2022-11-17 11:07 ` Miguel Ojeda
2022-11-17 11:15 ` Bartosz Golaszewski
2022-11-17 11:25 ` Viresh Kumar
2022-11-17 12:18 ` Bartosz Golaszewski
2022-11-18 9:35 ` Viresh Kumar
2022-11-18 9:38 ` Bartosz Golaszewski [this message]
2022-11-18 9:41 ` Viresh Kumar
2022-11-18 9:42 ` Bartosz Golaszewski
2022-11-17 13:05 ` Kent Gibson
2022-11-17 8:12 ` Linus Walleij
2022-11-17 8:37 ` Bartosz Golaszewski
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='CAMRc=Mf8c8sen+8_76POGjCzTea-SK-DBPJOdGH7MCvTzWjFPw@mail.gmail.com' \
--to=brgl@bgdev.pl \
--cc=alex.bennee@linaro.org \
--cc=alex.gaynor@gmail.com \
--cc=arnd@arndb.de \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=g.m0n3y.2503@gmail.com \
--cc=gary@garyguo.net \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=miguel.ojeda.sandonis@gmail.com \
--cc=stratos-dev@op-lists.linaro.org \
--cc=vincent.guittot@linaro.org \
--cc=viresh.kumar@linaro.org \
--cc=warthog618@gmail.com \
--cc=wedsonaf@gmail.com \
--cc=y86-dev@protonmail.com \
/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;
as well as URLs for NNTP newsgroup(s).