From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
To: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"igor.opaniuk@gmail.com" <igor.opaniuk@gmail.com>
Cc: Max Krummenacher <max.krummenacher@toradex.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
Igor Opanyuk <igor.opanyuk@toradex.com>,
Philippe Schenker <philippe.schenker@toradex.com>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
Stefan Agner <stefan.agner@toradex.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"stefan@agner.ch" <stefan@agner.ch>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v1 3/5] arm: dts: vf: toradex: use SPDX-License-Identifier
Date: Fri, 28 Feb 2020 16:52:15 +0000 [thread overview]
Message-ID: <c9eecab5fa2c0ae3228bfcb8350a9f08d431497a.camel@toradex.com> (raw)
In-Reply-To: <1582565548-20627-3-git-send-email-igor.opaniuk@gmail.com>
Hi Igor
On Mon, 2020-02-24 at 19:32 +0200, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> 1. Replace boiler plate licenses texts with the SPDX license
> identifiers in Toradex Vybrid-based SoM device trees.
> 2. As X11 is identical to the MIT License, but with an extra sentence
> that prohibits using the copyright holders' names for advertising or
> promotional purposes without written permission, use MIT license
> instead
> of X11 ('s/X11/MIT/g').
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> ---
>
> arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 40 ++-----------------
> ----------
> arch/arm/boot/dts/vf-colibri.dtsi | 39 ++-----------------
> ---------
> arch/arm/boot/dts/vf500-colibri-eval-v3.dts | 40 ++-----------------
> ----------
> arch/arm/boot/dts/vf500-colibri.dtsi | 40 ++-----------------
> ----------
> arch/arm/boot/dts/vf610-colibri-eval-v3.dts | 40 ++-----------------
> ----------
> arch/arm/boot/dts/vf610-colibri.dtsi | 40 ++-----------------
> ----------
> arch/arm/boot/dts/vf610m4-colibri.dts | 39 +----------------
> -----------
> 7 files changed, 13 insertions(+), 265 deletions(-)
>
> diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> index e2da122..bd75211 100644
> --- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> +++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
> @@ -1,42 +1,6 @@
> +// SPDX-License-Identifier: GPL-2.0 OR MIT
Use GPL-2.0+ OR MIT.
> /*
> - * Copyright 2014 Toradex AG
> - *
> - * This file is dual-licensed: you can use it either under the terms
> - * of the GPL or the X11 license, at your option. Note that this
> dual
> - * licensing only applies to this file, and not this project as a
> - * whole.
> - *
> - * a) This file is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License
> - * version 2 as published by the Free Software Foundation.
> - *
> - * This file is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty
> of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * Or, alternatively,
> - *
> - * b) Permission is hereby granted, free of charge, to any person
> - * obtaining a copy of this software and associated
> documentation
> - * files (the "Software"), to deal in the Software without
> - * restriction, including without limitation the rights to use,
> - * copy, modify, merge, publish, distribute, sublicense, and/or
> - * sell copies of the Software, and to permit persons to whom
> the
> - * Software is furnished to do so, subject to the following
> - * conditions:
> - *
> - * The above copyright notice and this permission notice shall
> be
> - * included in all copies or substantial portions of the
> Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
> KIND,
> - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
> WARRANTIES
> - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
> - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
> - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
> - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
> - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
> - * OTHER DEALINGS IN THE SOFTWARE.
> + * Copyright 2014-2020 Toradex AG
And drop the AG.
Dito for other files.
Thanks!
Cheers
Marcel
next prev parent reply other threads:[~2020-02-28 16:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-24 17:32 [PATCH v1 1/5] arm: dts: imx6: " Igor Opaniuk
2020-02-24 17:32 ` [PATCH v1 2/5] arm: dts: imx7: " Igor Opaniuk
2020-02-26 9:25 ` Oleksandr Suvorov
2020-02-28 16:49 ` Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 3/5] arm: dts: vf: " Igor Opaniuk
2020-02-26 9:23 ` Oleksandr Suvorov
2020-02-28 16:52 ` Marcel Ziswiler [this message]
2020-02-24 17:32 ` [PATCH v1 4/5] arm: dts: vf: toradex: re-license GPL-2.0+ to GPL-2.0 Igor Opaniuk
2020-02-28 16:54 ` Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 5/5] " Igor Opaniuk
2020-02-26 9:29 ` Oleksandr Suvorov
2020-02-26 10:00 ` Stefan Agner
2020-02-28 16:55 ` Marcel Ziswiler
2020-02-24 21:33 ` [PATCH v1 1/5] arm: dts: imx6: toradex: use SPDX-License-Identifier Oleksandr Suvorov
2020-02-28 16:47 ` Marcel Ziswiler
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=c9eecab5fa2c0ae3228bfcb8350a9f08d431497a.camel@toradex.com \
--to=marcel.ziswiler@toradex.com \
--cc=devicetree@vger.kernel.org \
--cc=igor.opaniuk@gmail.com \
--cc=igor.opanyuk@toradex.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=max.krummenacher@toradex.com \
--cc=philippe.schenker@toradex.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=stefan.agner@toradex.com \
--cc=stefan@agner.ch \
/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
all inboxes | Powered by JetHome®