From: Jisheng Zhang <jszhang@kernel.org>
To: Guo Ren <guoren@kernel.org>
Cc: Drew Fustini <dfustini@baylibre.com>, Fu Wei <wefu@redhat.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
linux-riscv@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] riscv: dts: change TH1520 files to dual license
Date: Wed, 16 Aug 2023 23:46:30 +0800 [thread overview]
Message-ID: <ZNzvVuJ9fW8xTCTN@xhacker> (raw)
In-Reply-To: <CAJF2gTT4pyAT5xpSAuOJ801WSk=xouv=uC0PSpHKqB3D=GxHsg@mail.gmail.com>
On Tue, Aug 08, 2023 at 11:23:30PM +0800, Guo Ren wrote:
> On Sun, Aug 6, 2023 at 6:03 PM Jisheng Zhang <jszhang@kernel.org> wrote:
> >
> > On Mon, Jul 24, 2023 at 11:21:29AM -0700, Drew Fustini wrote:
> > > Modify the SPDX-License-Identifier for dual license of GPL-2.0 OR MIT.
> > >
> > > Signed-off-by: Drew Fustini <dfustini@baylibre.com>
Acked-by: Jisheng Zhang <jszhang@kernel.org>
> > > ---
> > > arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi | 2 +-
> > > arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts | 2 +-
> > > arch/riscv/boot/dts/thead/th1520.dtsi | 2 +-
> > > 3 files changed, 3 insertions(+), 3 deletions(-)
> > >
> > > Jisheng Zhang and Guo Ren - I thought I would post this patch based on
> > > the discussion in the thread about the BeagleV Ahead patches.
> >
> > I need Guo's ack to this patch. Hi Guo Ren, are you OK with this patch?
> I'm okay with the dual license.
> Acked-by: Guo Ren <guoren@kernel.org>
>
> >
> > Thanks
> >
> > >
> > > Message-ID:
> > > 20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com
> > >
> > > Thanks,
> > > Drew
> > >
> > > diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > > index 4b0249ac710f..a802ab110429 100644
> > > --- a/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > > +++ b/arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
> > > @@ -1,4 +1,4 @@
> > > -// SPDX-License-Identifier: GPL-2.0
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > > /*
> > > * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > > */
> > > diff --git a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > > index a1248b2ee3a3..9a3884a73e13 100644
> > > --- a/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > > +++ b/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
> > > @@ -1,4 +1,4 @@
> > > -// SPDX-License-Identifier: GPL-2.0
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > > /*
> > > * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > > */
> > > diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi
> > > index 56a73134b49e..ce708183b6f6 100644
> > > --- a/arch/riscv/boot/dts/thead/th1520.dtsi
> > > +++ b/arch/riscv/boot/dts/thead/th1520.dtsi
> > > @@ -1,4 +1,4 @@
> > > -// SPDX-License-Identifier: GPL-2.0
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > > /*
> > > * Copyright (C) 2021 Alibaba Group Holding Limited.
> > > * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
> > > --
> > > 2.34.1
> > >
>
>
>
> --
> Best Regards
> Guo Ren
next prev parent reply other threads:[~2023-08-16 15:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 18:21 [PATCH] riscv: dts: change TH1520 files to dual license Drew Fustini
2023-07-24 18:33 ` Conor Dooley
2023-08-06 9:52 ` Jisheng Zhang
2023-08-08 15:23 ` Guo Ren
2023-08-16 15:46 ` Jisheng Zhang [this message]
2023-08-12 11:58 ` Guo Ren
2023-08-16 18:05 ` Conor Dooley
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=ZNzvVuJ9fW8xTCTN@xhacker \
--to=jszhang@kernel.org \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dfustini@baylibre.com \
--cc=guoren@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh+dt@kernel.org \
--cc=wefu@redhat.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).