From: Kent Gibson <warthog618@gmail.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: "Bartosz Golaszewski" <brgl@bgdev.pl>,
"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>,
"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: Thu, 17 Nov 2022 21:05:39 +0800 [thread overview]
Message-ID: <Y3YxozG/ojU6pEZf@sol> (raw)
In-Reply-To: <20221117112517.64fvaynvjwbcqeix@vireshk-i7>
On Thu, Nov 17, 2022 at 04:55:17PM +0530, Viresh Kumar wrote:
> On 17-11-22, 12:15, Bartosz Golaszewski wrote:
> > So I'd say - just use CC0-1.0 license in Cargo.toml?
>
> The Cargo.toml files already have following currently:
>
> license = "Apache-2.0 OR BSD-3-Clause"
>
That is the license for the resulting crate, not the Cargo.toml file
itself. And they aren't necessarily the same.
Using CC0-1.0 for config and documentation makes sense to me.
Cheers,
Kent.
next prev parent reply other threads:[~2022-11-17 13:06 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
2022-11-18 9:41 ` Viresh Kumar
2022-11-18 9:42 ` Bartosz Golaszewski
2022-11-17 13:05 ` Kent Gibson [this message]
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=Y3YxozG/ojU6pEZf@sol \
--to=warthog618@gmail.com \
--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=brgl@bgdev.pl \
--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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.