Re: [PATCH] rust: macros: add `paste!` proc macro

From: Miguel Ojeda
Date: Thu Aug 10 2023 - 16:32:38 EST


On Thu, Aug 10, 2023 at 5:46 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> If he, as the copyright owner, wants to take the code and do anything
> else with it, under any other license, they can. There's nothing
> preventing them from doing that, a dual license is not needed (as long
> as you don't take any changes that anyone else made under a different
> license.)

Yeah, definitely. I imagine some developers have their reasons, e.g.
they may prefer to have the same one everywhere so that people reading
the code anywhere know it is more permissively licensed elsewhere (and
that dual license is popular for Rust projects).

> Which is one of the main reasons dual license isn't really needed, if
> the author wants the code to go somewhere else also, they are free to do
> so as they own the copyright.
>
> So please think carefully about mixing licenses like this, it's almost
> never needed, and keeping the files with multiple licenses is a major
> pain to handle over time.
>
> good luck!

Let's keep things simple then. I will replace it with `GPL-2.0` since
Gary was OK with that one too.

Thanks!

Cheers,
Miguel