* [PATCH 1/6] ARM: dts: berlin: relicense the berlin2q dtsi under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
@ 2015-04-26 14:03 ` Antoine Tenart
2015-04-26 21:19 ` Alexandre Belloni
2015-04-26 14:03 ` [PATCH 2/6] ARM: dts: berlin: relicense the BG2Q Marvell DMP dts " Antoine Tenart
` (7 subsequent siblings)
8 siblings, 1 reply; 11+ messages in thread
From: Antoine Tenart @ 2015-04-26 14:03 UTC (permalink / raw)
To: sebastian.hesselbarth, jszhang, alexandre.belloni
Cc: devicetree, Antoine Tenart, linux-kernel, linux-arm-kernel
The current GPLv2 only licensing on this dtsi 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
this dtsi under a GPLv2/X11 dual-license.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
arch/arm/boot/dts/berlin2q.dtsi | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index be5397288d24..703ce384e0d7 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -1,9 +1,37 @@
/*
* Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
*
- * 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 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.
+ *
+ * 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/clock/berlin2q.h>
--
2.3.6
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/6] ARM: dts: berlin: relicense the berlin2q dtsi under GPLv2/X11
2015-04-26 14:03 ` [PATCH 1/6] ARM: dts: berlin: relicense the berlin2q dtsi " Antoine Tenart
@ 2015-04-26 21:19 ` Alexandre Belloni
0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Belloni @ 2015-04-26 21:19 UTC (permalink / raw)
To: Antoine Tenart
Cc: sebastian.hesselbarth, jszhang, linux-arm-kernel, devicetree,
linux-kernel
On 26/04/2015 at 16:03:28 +0200, Antoine Ténart wrote :
> The current GPLv2 only licensing on this dtsi 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
> this dtsi under a GPLv2/X11 dual-license.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> arch/arm/boot/dts/berlin2q.dtsi | 34 +++++++++++++++++++++++++++++++---
> 1 file changed, 31 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> index be5397288d24..703ce384e0d7 100644
> --- a/arch/arm/boot/dts/berlin2q.dtsi
> +++ b/arch/arm/boot/dts/berlin2q.dtsi
> @@ -1,9 +1,37 @@
> /*
> * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
> *
> - * 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 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.
> + *
> + * 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/clock/berlin2q.h>
> --
> 2.3.6
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/6] ARM: dts: berlin: relicense the BG2Q Marvell DMP dts under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
2015-04-26 14:03 ` [PATCH 1/6] ARM: dts: berlin: relicense the berlin2q dtsi " Antoine Tenart
@ 2015-04-26 14:03 ` Antoine Tenart
2015-04-26 14:03 ` [PATCH 3/6] ARM: dts: berlin: relicense the berlin2 dtsi " Antoine Tenart
` (6 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Antoine Tenart @ 2015-04-26 14:03 UTC (permalink / raw)
To: sebastian.hesselbarth, jszhang, alexandre.belloni
Cc: devicetree, Antoine Tenart, linux-kernel, linux-arm-kernel
The current GPLv2 only licensing on this dts 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
this dts under a GPLv2/X11 dual-license.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 34 +++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
index a98ac1bd8f65..4a749e5b3b44 100644
--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -1,9 +1,37 @@
/*
* Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
*
- * 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 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.
+ *
+ * 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.3.6
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/6] ARM: dts: berlin: relicense the berlin2 dtsi under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
2015-04-26 14:03 ` [PATCH 1/6] ARM: dts: berlin: relicense the berlin2q dtsi " Antoine Tenart
2015-04-26 14:03 ` [PATCH 2/6] ARM: dts: berlin: relicense the BG2Q Marvell DMP dts " Antoine Tenart
@ 2015-04-26 14:03 ` Antoine Tenart
2015-04-26 14:03 ` [PATCH 4/6] ARM: dts: berlin: relicense the BG2 Sony NSZ-GS7 dts " Antoine Tenart
` (5 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Antoine Tenart @ 2015-04-26 14:03 UTC (permalink / raw)
To: sebastian.hesselbarth, jszhang, alexandre.belloni
Cc: devicetree, Antoine Tenart, linux-kernel, linux-arm-kernel
The current GPLv2 only licensing on this dtsi 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
this dtsi under a GPLv2/X11 dual-license.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
arch/arm/boot/dts/berlin2.dtsi | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index 63d00a63cfa6..da9adf8f69da 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -6,9 +6,37 @@
* based on GPL'ed 2.6 kernel sources
* (c) Marvell International Ltd.
*
- * 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 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.
+ *
+ * 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 "skeleton.dtsi"
--
2.3.6
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/6] ARM: dts: berlin: relicense the BG2 Sony NSZ-GS7 dts under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
` (2 preceding siblings ...)
2015-04-26 14:03 ` [PATCH 3/6] ARM: dts: berlin: relicense the berlin2 dtsi " Antoine Tenart
@ 2015-04-26 14:03 ` Antoine Tenart
2015-04-26 14:03 ` [PATCH 5/6] ARM: dts: berlin: relicense the berlin2cd dtsi " Antoine Tenart
` (4 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Antoine Tenart @ 2015-04-26 14:03 UTC (permalink / raw)
To: sebastian.hesselbarth, jszhang, alexandre.belloni
Cc: devicetree, Antoine Tenart, linux-kernel, linux-arm-kernel
The current GPLv2 only licensing on this dts 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
this dts under a GPLv2/X11 dual-license.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 34 +++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
index 86d85d8896a3..5c99fb3a4d10 100644
--- a/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
+++ b/arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
@@ -3,9 +3,37 @@
*
* Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
*
- * 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 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.
+ *
+ * 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.3.6
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 5/6] ARM: dts: berlin: relicense the berlin2cd dtsi under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
` (3 preceding siblings ...)
2015-04-26 14:03 ` [PATCH 4/6] ARM: dts: berlin: relicense the BG2 Sony NSZ-GS7 dts " Antoine Tenart
@ 2015-04-26 14:03 ` Antoine Tenart
2015-04-26 14:03 ` [PATCH 6/6] ARM: dts: berlin: relicense the BG2CD Google Chromecast dts " Antoine Tenart
` (3 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Antoine Tenart @ 2015-04-26 14:03 UTC (permalink / raw)
To: sebastian.hesselbarth, jszhang, alexandre.belloni
Cc: Antoine Tenart, linux-arm-kernel, devicetree, linux-kernel
The current GPLv2 only licensing on this dtsi 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
this dtsi under a GPLv2/X11 dual-license.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
arch/arm/boot/dts/berlin2cd.dtsi | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi
index 81b670ac494a..cb2a97cb9579 100644
--- a/arch/arm/boot/dts/berlin2cd.dtsi
+++ b/arch/arm/boot/dts/berlin2cd.dtsi
@@ -6,9 +6,37 @@
* based on GPL'ed 2.6 kernel sources
* (c) Marvell International Ltd.
*
- * 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 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.
+ *
+ * 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 "skeleton.dtsi"
--
2.3.6
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 6/6] ARM: dts: berlin: relicense the BG2CD Google Chromecast dts under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
` (4 preceding siblings ...)
2015-04-26 14:03 ` [PATCH 5/6] ARM: dts: berlin: relicense the berlin2cd dtsi " Antoine Tenart
@ 2015-04-26 14:03 ` Antoine Tenart
2015-04-26 21:33 ` [PATCH 0/6] ARM: berlin: relicense the device trees " Sebastian Hesselbarth
` (2 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Antoine Tenart @ 2015-04-26 14:03 UTC (permalink / raw)
To: sebastian.hesselbarth, jszhang, alexandre.belloni
Cc: devicetree, Antoine Tenart, linux-kernel, linux-arm-kernel
The current GPLv2 only licensing on this dts 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
this dts under a GPLv2/X11 dual-license.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 34 +++++++++++++++++++++--
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
index 30270be4d0c9..772165ad0a52 100644
--- a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
+++ b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts
@@ -3,9 +3,37 @@
*
* Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
*
- * 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 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.
+ *
+ * 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.3.6
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
` (5 preceding siblings ...)
2015-04-26 14:03 ` [PATCH 6/6] ARM: dts: berlin: relicense the BG2CD Google Chromecast dts " Antoine Tenart
@ 2015-04-26 21:33 ` Sebastian Hesselbarth
2015-04-28 5:41 ` Jisheng Zhang
[not found] ` <1430057013-12842-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
8 siblings, 0 replies; 11+ messages in thread
From: Sebastian Hesselbarth @ 2015-04-26 21:33 UTC (permalink / raw)
To: Antoine Tenart, jszhang, alexandre.belloni
Cc: linux-arm-kernel, devicetree, linux-kernel
On 26.04.2015 16:03, Antoine Tenart wrote:
> Hi,
>
> The GPLv2 license makes it impractical for other software components
> licensed under another license to use our device trees. To fix this,
> and make our device tree usable by other software components, relicense
> them under a GPLv2/X11 dual-license.
>
> In order to get this accepted, we *need* all contributors to the Berlin
> device tree files to ack-by the patches applying on a file they
> contributed on. A list of needed ack-by by device tree is shown below:
I'd sign it off anyways, but for the record:
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sebastian
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11
2015-04-26 14:03 [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11 Antoine Tenart
` (6 preceding siblings ...)
2015-04-26 21:33 ` [PATCH 0/6] ARM: berlin: relicense the device trees " Sebastian Hesselbarth
@ 2015-04-28 5:41 ` Jisheng Zhang
[not found] ` <1430057013-12842-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
8 siblings, 0 replies; 11+ messages in thread
From: Jisheng Zhang @ 2015-04-28 5:41 UTC (permalink / raw)
To: Antoine Tenart, sebastian.hesselbarth@gmail.com,
alexandre.belloni@free-electrons.com
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Dear Antoine,
On Sun, 26 Apr 2015 07:03:27 -0700
Antoine Tenart <antoine.tenart@free-electrons.com> wrote:
> Hi,
>
> The GPLv2 license makes it impractical for other software components
> licensed under another license to use our device trees. To fix this,
> and make our device tree usable by other software components, relicense
> them under a GPLv2/X11 dual-license.
>
> In order to get this accepted, we *need* all contributors to the Berlin
> device tree files to ack-by the patches applying on a file they
> contributed on. A list of needed ack-by by device tree is shown below:
For all of them:
Acked-by: Jisheng Zhang <jszhang@marvell.com>
>
> * berlin2q.dtsi:
> Antoine Tenart <antoine.tenart@free-electrons.com>
> Jisheng Zhang <jszhang@marvell.com>
> Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>
> * berlin2q-marvell-dmp.dtsi:
> Antoine Tenart <antoine.tenart@free-electrons.com>
> Jisheng Zhang <jszhang@marvell.com>
>
> * berlin2.dtsi:
> Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Antoine Tenart <antoine.tenart@free-electrons.com>
> Jisheng Zhang <jszhang@marvell.com>
>
> * berlin2-sony-nsz-gs7.dts:
> Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>
> * berlin2cd.dtsi:
> Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Antoine Tenart <antoine.tenart@free-electrons.com>
> Jisheng Zhang <jszhang@marvell.com>
>
> * berlin2cd-google-chromecast.dts:
> Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>
> Thanks!
>
> Antoine
>
> Antoine Tenart (6):
> ARM: dts: berlin: relicense the berlin2q dtsi under GPLv2/X11
> ARM: dts: berlin: relicense the BG2Q Marvell DMP dts under GPLv2/X11
> ARM: dts: berlin: relicense the berlin2 dtsi under GPLv2/X11
> ARM: dts: berlin: relicense the BG2 Sony NSZ-GS7 dts under GPLv2/X11
> ARM: dts: berlin: relicense the berlin2cd dtsi under GPLv2/X11
> ARM: dts: berlin: relicense the BG2CD Google Chromecast dts under
> GPLv2/X11
>
> arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 34 +++++++++++++++++++++--
> arch/arm/boot/dts/berlin2.dtsi | 34 +++++++++++++++++++++--
> arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 34 +++++++++++++++++++++--
> arch/arm/boot/dts/berlin2cd.dtsi | 34 +++++++++++++++++++++--
> arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 34 +++++++++++++++++++++--
> arch/arm/boot/dts/berlin2q.dtsi | 34 +++++++++++++++++++++--
> 6 files changed, 186 insertions(+), 18 deletions(-)
>
^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <1430057013-12842-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>]
* Re: [PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11
[not found] ` <1430057013-12842-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
@ 2015-04-28 11:27 ` Sebastian Hesselbarth
0 siblings, 0 replies; 11+ messages in thread
From: Sebastian Hesselbarth @ 2015-04-28 11:27 UTC (permalink / raw)
To: Antoine Tenart, jszhang-eYqpPyKDWXRBDgjK7y7TUQ,
alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
On 26.04.2015 16:03, Antoine Tenart wrote:
> Hi,
>
> The GPLv2 license makes it impractical for other software components
> licensed under another license to use our device trees. To fix this,
> and make our device tree usable by other software components, relicense
> them under a GPLv2/X11 dual-license.
>
> In order to get this accepted, we *need* all contributors to the Berlin
> device tree files to ack-by the patches applying on a file they
> contributed on. A list of needed ack-by by device tree is shown below:
>
> * berlin2q.dtsi:
> Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
> Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> * berlin2q-marvell-dmp.dtsi:
> Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
>
> * berlin2.dtsi:
> Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
>
> * berlin2-sony-nsz-gs7.dts:
> Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> * berlin2cd.dtsi:
> Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
>
> * berlin2cd-google-chromecast.dts:
> Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Applied to berlin/dt with the corresponding Acked-by's.
Thanks!
Sebastian
--
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
^ permalink raw reply [flat|nested] 11+ messages in thread