public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: jh80.chung@samsung•com (Jaehoon Chung)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 7/8] ARM: dts: rockchip: relicense rk3188-radxarock.dts under GPLv2/X11
Date: Thu, 14 May 2015 06:43:56 +0900	[thread overview]
Message-ID: <5553C59C.20205@samsung.com> (raw)
In-Reply-To: <CABgxDoJk0N9+pAFH0Do4_yBtCABSnppJudQ8EGGN9kiGpmxVOw@mail.gmail.com>


Acked-by: Jaehoon Chung <jh80.chung@samsung•com>

On 03/13/2015 10:32 PM, Romain Perier wrote:
> Acked-by: Romain Perier <romain.perier@gmail•com>
> 
> 2015-03-06 19:04 GMT+01:00 Heiko Stuebner <heiko@sntech•de>:
>> 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 rk3188-radxarock.dts 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: Beniamino Galvani <b.galvani@gmail•com>
>> Cc: Romain Perier <romain.perier@gmail•com>
>> Cc: Jaehoon Chung <jh80.chung@samsung•com>
>> Cc: Julien CHAUVEAU <julien.chauveau@neo-technologies•fr>
>> ---
>> I'm hoping to get Acked-by tags from the people in the Cc-list.
>>
>>  arch/arm/boot/dts/rk3188-radxarock.dts | 44 +++++++++++++++++++++++++++-------
>>  1 file changed, 36 insertions(+), 8 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
>> index 9a09579..1eca953 100644
>> --- a/arch/arm/boot/dts/rk3188-radxarock.dts
>> +++ b/arch/arm/boot/dts/rk3188-radxarock.dts
>> @@ -1,15 +1,43 @@
>>  /*
>>   * Copyright (c) 2013 Heiko Stuebner <heiko@sntech•de>
>>   *
>> - * 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.
>>   */
>>
>>  /dts-v1/;
>> --
>> 2.1.4
>>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

  reply	other threads:[~2015-05-13 21:43 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
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 [this message]
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=5553C59C.20205@samsung.com \
    --to=jh80.chung@samsung$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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