linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: zyw@rock-chips.com (Chris Zhong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
Date: Fri, 15 May 2015 09:21:59 +0800	[thread overview]
Message-ID: <55554A37.6060800@rock-chips.com> (raw)
In-Reply-To: <1425665046-22927-5-git-send-email-heiko@sntech.de>


Acked-by: Chris Zhong <zyw@rock-chips.com>

On 03/07/2015 02:04 AM, Heiko Stuebner wrote:
> GPLv2-only devicetrees make reuse difficult for software components licensed
> under a different license.
>
> The consensus is that a GPL/X11 dual-license should allow all necessary uses,
> so relicense the rk3288.dtsi to this combination.
>
> CCs were aquired by git shortlog -sne so it should've hopefully catched
> every contributor.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Cc: Kever Yang <kever.yang@rock-chips.com>
> Cc: Doug Anderson <dianders@chromium.org>
> Cc: Addy Ke <addy.ke@rock-chips.com>
> Cc: Daniel Kurtz <djkurtz@chromium.org>
> Cc: Andy Yan <andy.yan@rock-chips.com>
> Cc: Caesar Wang <caesar.wang@rock-chips.com>
> Cc: Chris Zhong <zyw@rock-chips.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Jianqun Xu<jay.xu@rock-chips.com>
> Cc: Roger Chen <roger.chen@rock-chips.com>
> Cc: Sonny Rao <sonnyrao@chromium.org>
> Cc: Yunzhi Li <lyz@rock-chips.com>
> Cc: huang lin <hl@rock-chips.com>
>
> Not sure if an Ack for a simple revert is necessary, but included anyway
> Cc: Olof Johansson <olof@lixom.net>
> ---
> I'm hoping to get Acked-by tags from the people in the Cc-list.
>
>   arch/arm/boot/dts/rk3288.dtsi | 44 +++++++++++++++++++++++++++++++++++--------
>   1 file changed, 36 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 2c29a3e..35a06a5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -1,13 +1,41 @@
>   /*
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> + * 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.
>    *
> - * This program 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.
> + *  a) This file is free software; you can redistribute it and/or
> + *     modify it under the terms of the GNU General Public License as
> + *     published by the Free Software Foundation; either version 2 of the
> + *     License, or (at your option) any later version.
> + *
> + *     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.
>    */
>   
>   #include <dt-bindings/gpio/gpio.h>

  parent reply	other threads:[~2015-05-15  1:21 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-06 18:03 [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
2015-03-06 18:03 ` [PATCH 1/8] ARM: dts: rockchip: relicense rk3xxx.dtsi under GPLv2/X11 Heiko Stuebner
2015-03-06 19:38   ` Beniamino Galvani
2015-03-13 13:29   ` Romain Perier
2015-03-06 18:04 ` [PATCH 2/8] ARM: dts: rockchip: relicense rk3066a.dtsi " Heiko Stuebner
2015-03-06 19:40   ` Beniamino Galvani
2015-03-13 13:30   ` Romain Perier
2015-03-06 18:04 ` [PATCH 3/8] ARM: dts: rockchip: relicense rk3188.dtsi " Heiko Stuebner
2015-03-06 19:38   ` Beniamino Galvani
2015-03-06 19:39   ` Max Schwarz
2015-03-13 13:31   ` Romain Perier
2015-03-06 18:04 ` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi " Heiko Stuebner
2015-03-06 18:11   ` Doug Anderson
2015-03-06 18:29   ` Sonny Rao
2015-03-07 18:21   ` Daniel Lezcano
2015-03-09  2:34   ` Kever Yang
2015-03-13 13:37   ` Caesar Wang
2015-05-15  0:50   ` hl
2015-05-15  1:21   ` Chris Zhong [this message]
2015-05-15  5:44   ` Daniel Kurtz
2015-03-06 18:04 ` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi " Heiko Stuebner
2015-03-07 14:38   ` Caesar Wang
2015-03-13 10:46     ` Heiko Stuebner
2015-03-13 13:20   ` Romain Perier
2015-03-06 18:04 ` [PATCH 6/8] ARM: dts: rockchip: relicense rk3066a-bqcurie2.dts " Heiko Stuebner
2015-03-06 19:37   ` Beniamino Galvani
2015-05-13 21:43     ` Jaehoon Chung
2015-03-06 18:04 ` [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts " Heiko Stuebner
2015-03-06 19:35   ` Beniamino Galvani
2015-03-13 13:32   ` Romain Perier
2015-05-13 21:43     ` Jaehoon Chung
2015-03-06 18:04 ` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* " Heiko Stuebner
2015-03-06 18:10   ` Doug Anderson
2015-03-09  2:35   ` Kever Yang
2015-03-13 10:54   ` Caesar Wang
2015-03-13 13:32   ` Romain Perier
2015-05-15  1:25   ` Chris Zhong
2015-05-13 21:23 ` [PATCH 0/8] ARM: dts: rockchip: the big relicensing Heiko Stuebner
2015-05-13 23:13   ` Heiko Stuebner
2015-05-16 13:38     ` Heiko Stuebner
2015-05-14 18:44 ` Heiko Stuebner
2015-05-15  5:59   ` Yunzhi Li

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=55554A37.6060800@rock-chips.com \
    --to=zyw@rock-chips.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).