linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lorenzo.pieralisi@arm.com (Lorenzo Pieralisi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/27] ARM: mvebu: armada-370-xp: Relicense the device tree under GPLv2+/X11
Date: Mon, 26 Jan 2015 10:11:36 +0000	[thread overview]
Message-ID: <20150126101136.GA6835@red-moon> (raw)
In-Reply-To: <1418657915-22775-9-git-send-email-gregory.clement@free-electrons.com>

On Mon, Dec 15, 2014 at 03:38:16PM +0000, Gregory CLEMENT wrote:
> The current GPL only licensing on the device tree makes it very
> impractical for other software components licensed under another
> license.
> 
> In order to make it easier for them to reuse our device trees,
> relicense our device trees under a GPL/X11 dual-license.
> 
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Arnaud Ebalard <arno@natisbad.org>
> Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> Cc: Greg Ungerer <gerg@uclinux.org>
> Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> Cc: Jason Cooper <jason@lakedaemon.net>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> Cc: Simon Baatz <gmbnomis@gmail.com>
> Cc: Simon Guinot <simon.guinot@sequanux.org>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Willy Tarreau <w@1wt.eu>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

> ---
>  arch/arm/boot/dts/armada-370-xp.dtsi | 40 +++++++++++++++++++++++++++++++++---
>  1 file changed, 37 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
> index 1af428602748..8a322ad57e5f 100644
> --- a/arch/arm/boot/dts/armada-370-xp.dtsi
> +++ b/arch/arm/boot/dts/armada-370-xp.dtsi
> @@ -8,9 +8,43 @@
>   * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>   * Ben Dooks <ben.dooks@codethink.co.uk>
>   *
> - * This file is licensed under the terms of the GNU General Public
> - * License version 2.  This program is licensed "as is" without any
> - * warranty of any kind, whether express or implied.
> + * 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 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 , 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.
>   *
>   * This file contains the definitions that are common to the Armada
>   * 370 and Armada XP SoC.
> -- 
> 1.9.1
> 
> 

  parent reply	other threads:[~2015-01-26 10:11 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 15:38 [PATCH 00/27] ARM: mvebu: armada-*: Relicense the device tree under GPLv2+/X11 Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 01/27] ARM: mvebu: armada-370-db: " Gregory CLEMENT
2014-12-15 17:57   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 02/27] ARM: mvebu: armada-370: " Gregory CLEMENT
2014-12-15 17:57   ` Arnaud Ebalard
2014-12-15 18:59   ` Uwe Kleine-König
2014-12-15 15:38 ` [PATCH 03/27] ARM: mvebu: armada-370-mirabox: " Gregory CLEMENT
2014-12-15 17:57   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 04/27] ARM: mvebu: armada-370-netgear-rn102: " Gregory CLEMENT
2014-12-15 17:57   ` Arnaud Ebalard
2014-12-16  6:58   ` Ben Peddell
2014-12-15 15:38 ` [PATCH 05/27] ARM: mvebu: armada-370-netgear-rn104: " Gregory CLEMENT
2014-12-15 17:57   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 06/27] ARM: mvebu: armada-370-rd: " Gregory CLEMENT
2014-12-15 16:59   ` Florian Fainelli
2014-12-15 17:08     ` Gregory CLEMENT
2014-12-15 17:57   ` Arnaud Ebalard
2014-12-15 18:32   ` Andrew Lunn
2014-12-15 15:38 ` [PATCH 07/27] ARM: mvebu: armada-370-synology-ds213j: " Gregory CLEMENT
2014-12-15 17:58   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 08/27] ARM: mvebu: armada-370-xp: " Gregory CLEMENT
2014-12-15 15:53   ` Willy Tarreau
2014-12-15 15:58     ` Gregory CLEMENT
2014-12-15 17:58   ` Arnaud Ebalard
2014-12-15 18:33   ` Andrew Lunn
2014-12-15 23:22   ` Simon Guinot
2014-12-16 13:03     ` Jason Cooper
2014-12-16 13:37       ` Simon Guinot
2014-12-16 14:45         ` Jason Cooper
2014-12-16 18:31           ` Gregory CLEMENT
2014-12-16 18:55             ` Jason Cooper
2014-12-16 20:03               ` Russell King - ARM Linux
2014-12-16 20:09                 ` Jason Cooper
2014-12-16 20:06               ` Arnd Bergmann
2014-12-16 18:44           ` Russell King - ARM Linux
2014-12-16 20:30             ` Jason Cooper
2014-12-16 20:38               ` Russell King - ARM Linux
2014-12-18 17:56     ` Simon Guinot
2014-12-18 17:59       ` Gregory CLEMENT
2014-12-16  0:20   ` Greg Ungerer
2015-01-26 10:11   ` Lorenzo Pieralisi [this message]
2015-01-26 10:13     ` Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 09/27] ARM: mvebu: armada-375-db: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 10/27] ARM: mvebu: armada-375: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 11/27] ARM: mvebu: armada-380: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 12/27] ARM: mvebu: armada-385-db: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 13/27] ARM: mvebu: armada-385: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 14/27] ARM: mvebu: armada-385-rd: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 15/27] ARM: mvebu: armada-38x: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 16/27] ARM: mvebu: armada-xp-axpwifiap: " Gregory CLEMENT
2014-12-15 17:58   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 17/27] ARM: mvebu: armada-xp-db: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 18/27] ARM: mvebu: armada-xp: " Gregory CLEMENT
2014-12-15 15:53   ` Willy Tarreau
2014-12-15 17:58   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 19/27] ARM: mvebu: armada-xp-gp: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 20/27] ARM: mvebu: armada-xp-lenovo-ix4-300d: " Gregory CLEMENT
     [not found]   ` <CAGHj7OKw00-YCoekDHWrz1_eu0kfxVpqNPVcKcKY0rVJ=FhT=g@mail.gmail.com>
2014-12-15 16:32     ` Gregory CLEMENT
2014-12-15 17:58   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 21/27] ARM: mvebu: armada-xp-matrix: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 22/27] ARM: mvebu: armada-xp-mv78230: " Gregory CLEMENT
2014-12-15 17:58   ` Arnaud Ebalard
2014-12-15 18:35   ` Andrew Lunn
2014-12-15 15:38 ` [PATCH 23/27] ARM: mvebu: armada-xp-mv78260: " Gregory CLEMENT
2014-12-15 15:53   ` Willy Tarreau
2014-12-15 17:59   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 24/27] ARM: mvebu: armada-xp-mv78460: " Gregory CLEMENT
2014-12-15 15:54   ` Willy Tarreau
2014-12-15 15:38 ` [PATCH 25/27] ARM: mvebu: armada-xp-netgear-rn2120: " Gregory CLEMENT
2014-12-15 17:59   ` Arnaud Ebalard
2014-12-15 15:38 ` [PATCH 26/27] ARM: mvebu: armada-xp-openblocks-ax3-4: " Gregory CLEMENT
2014-12-15 15:38 ` [PATCH 27/27] ARM: mvebu: armada-xp-synology-ds414: " Gregory CLEMENT
2014-12-15 17:59   ` Arnaud Ebalard
2014-12-15 16:07 ` [PATCH 00/27] ARM: mvebu: armada-*: " Jason Cooper
2014-12-15 16:27   ` Gregory CLEMENT
2014-12-15 19:10   ` Imre Kaloz
2014-12-15 17:21 ` Sebastian Hesselbarth
2014-12-15 20:56 ` Simon Baatz
2014-12-17 20:51 ` Ezequiel Garcia
2014-12-17 21:17 ` Thomas Petazzoni
2014-12-18 10:15 ` Philipp Zabel
2014-12-18 17:15 ` Gregory CLEMENT
2014-12-18 19:15   ` Jason Cooper
2014-12-19 14:36     ` Gregory CLEMENT
2014-12-19 16:02       ` Jason Cooper
2014-12-19 16:09         ` Gregory CLEMENT
2014-12-19 17:03           ` Jason Cooper
2014-12-19 17:11             ` Gregory CLEMENT
2014-12-19 17:43               ` Jason Cooper
2014-12-19 18:16                 ` Simon Guinot
2014-12-21 23:50                   ` Jason Cooper
2014-12-22 11:29                     ` Simon Guinot
2014-12-22 19:14                       ` Andrew Lunn
2014-12-22 21:14                       ` Arnd Bergmann
2014-12-23 12:22                         ` Simon Guinot
2014-12-30 15:17                           ` Jason Cooper
2014-12-30 15:12                       ` Jason Cooper
2015-01-05 12:03 ` Gregory CLEMENT
2015-01-06  2:05   ` Ryan Press
2015-01-06  8:42     ` Gregory CLEMENT
2015-01-08 13:57       ` Ryan Press
2015-01-07 12:47   ` Heikki Krogerus
2015-01-08 13:52     ` Gregory CLEMENT
2015-01-07 12:54   ` Lorenzo Pieralisi
2015-01-08 13:56     ` Gregory CLEMENT
2015-01-21 14:00     ` Gregory CLEMENT
2015-01-23 10:54       ` Lorenzo Pieralisi
2015-01-26 10:31   ` Marcin Wojtas
2015-01-14  0:20 ` Nobuhiro Iwamatsu
2015-01-14  8:11   ` Gregory CLEMENT

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=20150126101136.GA6835@red-moon \
    --to=lorenzo.pieralisi@arm.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).