All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: mvebu: Add Armada 385 General Purpose Development Board support
Date: Mon, 05 Jan 2015 15:03:38 +0100	[thread overview]
Message-ID: <54AA99BA.9060300@free-electrons.com> (raw)
In-Reply-To: <20141227113401.GC21001@lunn.ch>

Hi Andrew,

>> + * Device Tree file for Marvell Armada 385 development board
>> + * (RD-88F6820-GP)
>> + *
>> + * Copyright (C) 2014 Marvell
>> + *
>> + * Gregory CLEMENT <gregory.clement@free-electrons.com>
>> + *
>> + * 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.
> 
> Hi Gregory
> 
> I'm guessing here...
> 
> The file says Copyright Marvell. I guess Marvell released it GPL? Not
> Dual license? So it would be nice to have a Signed-off-by: from
> somebody in Marvell that they are O.K. with the dual license.
> 

I wrote it from scratch and in the same time Marvell is aware and agrees
about the Dual license. Until now all the files we wrote have the Marvell
copyright but without any  Signed-off-by: from anyone in Marvell so I don't
think we need it now.

Thanks,

Gregory



-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
	Sebastian Hesselbarth
	<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Thomas Petazzoni
	<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Ezequiel Garcia
	<ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Boris BREZILLON
	<boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 3/3] ARM: mvebu: Add Armada 385 General Purpose Development Board support
Date: Mon, 05 Jan 2015 15:03:38 +0100	[thread overview]
Message-ID: <54AA99BA.9060300@free-electrons.com> (raw)
In-Reply-To: <20141227113401.GC21001-g2DYL2Zd6BY@public.gmane.org>

Hi Andrew,

>> + * Device Tree file for Marvell Armada 385 development board
>> + * (RD-88F6820-GP)
>> + *
>> + * Copyright (C) 2014 Marvell
>> + *
>> + * Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>> + *
>> + * 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.
> 
> Hi Gregory
> 
> I'm guessing here...
> 
> The file says Copyright Marvell. I guess Marvell released it GPL? Not
> Dual license? So it would be nice to have a Signed-off-by: from
> somebody in Marvell that they are O.K. with the dual license.
> 

I wrote it from scratch and in the same time Marvell is aware and agrees
about the Dual license. Until now all the files we wrote have the Marvell
copyright but without any  Signed-off-by: from anyone in Marvell so I don't
think we need it now.

Thanks,

Gregory



-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-01-05 14:03 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-27 11:00 [PATCH 0/3] Add Armada 385 General Purpose Development Board support Gregory CLEMENT
2014-12-27 11:00 ` Gregory CLEMENT
2014-12-27 11:00 ` [PATCH 1/3] ARM: mvebu: a38x: Fix node names Gregory CLEMENT
2014-12-27 11:00   ` Gregory CLEMENT
2014-12-27 11:00 ` [PATCH 2/3] ARM: mvebu: a38x: Add the pinctrl alias Gregory CLEMENT
2014-12-27 11:00   ` Gregory CLEMENT
2014-12-27 11:29   ` Andrew Lunn
2014-12-27 11:29     ` Andrew Lunn
2014-12-27 14:46   ` Sergei Shtylyov
2014-12-27 14:46     ` Sergei Shtylyov
2014-12-27 11:00 ` [PATCH 3/3] ARM: mvebu: Add Armada 385 General Purpose Development Board support Gregory CLEMENT
2014-12-27 11:00   ` Gregory CLEMENT
2014-12-27 11:34   ` Andrew Lunn
2014-12-27 11:34     ` Andrew Lunn
2015-01-05 14:03     ` Gregory CLEMENT [this message]
2015-01-05 14:03       ` Gregory CLEMENT
2015-01-05 14:24       ` Andrew Lunn
2015-01-05 14:24         ` Andrew Lunn
2014-12-27 11:50   ` Andrew Lunn
2014-12-27 11:50     ` Andrew Lunn
2015-01-05 14:34     ` Gregory CLEMENT
2015-01-05 14:34       ` Gregory CLEMENT
2014-12-31 10:32   ` Thomas Petazzoni
2014-12-31 10:32     ` Thomas Petazzoni
2015-01-05 17:06     ` Gregory CLEMENT
2015-01-05 17:06       ` Gregory CLEMENT
2014-12-31  9:57 ` [PATCH 0/3] " Thomas Petazzoni
2014-12-31  9:57   ` Thomas Petazzoni
2015-01-05 14:36   ` Gregory CLEMENT
2015-01-05 14:36     ` 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=54AA99BA.9060300@free-electrons.com \
    --to=gregory.clement@free-electrons.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.