Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] protobuf: add license information
@ 2012-07-31  8:15 spdawson at gmail.com
  2012-07-31  8:30 ` Baruch Siach
  2012-07-31  8:38 ` Luca Ceresoli
  0 siblings, 2 replies; 5+ messages in thread
From: spdawson at gmail.com @ 2012-07-31  8:15 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/protobuf/protobuf.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index 6e49dd3..653e90e 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -6,6 +6,8 @@
 PROTOBUF_VERSION = 2.4.1
 PROTOBUF_SOURCE = protobuf-$(PROTOBUF_VERSION).tar.gz
 PROTOBUF_SITE = http://protobuf.googlecode.com/files/
+PROTOBUF_LICENSE = PROPRIETARY
+PROTOBUF_LICENSE_FILES = COPYING.txt
 
 # N.B. Need to use host protoc during cross compilation.
 PROTOBUF_DEPENDENCIES = host-protobuf
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] protobuf: add license information
  2012-07-31  8:15 [Buildroot] [PATCH] protobuf: add license information spdawson at gmail.com
@ 2012-07-31  8:30 ` Baruch Siach
  2012-07-31  8:36   ` Simon Dawson
  2012-07-31  8:38 ` Luca Ceresoli
  1 sibling, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2012-07-31  8:30 UTC (permalink / raw)
  To: buildroot

Hi Simon,

On Tue, Jul 31, 2012 at 09:15:59AM +0100, spdawson at gmail.com wrote:
> From: Simon Dawson <spdawson@gmail.com>
> 
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
> ---
>  package/protobuf/protobuf.mk |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index 6e49dd3..653e90e 100644
> --- a/package/protobuf/protobuf.mk
> +++ b/package/protobuf/protobuf.mk
> @@ -6,6 +6,8 @@
>  PROTOBUF_VERSION = 2.4.1
>  PROTOBUF_SOURCE = protobuf-$(PROTOBUF_VERSION).tar.gz
>  PROTOBUF_SITE = http://protobuf.googlecode.com/files/
> +PROTOBUF_LICENSE = PROPRIETARY

The text at https://code.google.com/p/protobuf/source/browse/trunk/COPYING.txt 
looks more like a 3-clause BSD licence (see 
http://en.wikipedia.org/wiki/BSD_licenses). Is this considered proprietary?

baruch

> +PROTOBUF_LICENSE_FILES = COPYING.txt
>  
>  # N.B. Need to use host protoc during cross compilation.
>  PROTOBUF_DEPENDENCIES = host-protobuf
> -- 
> 1.7.9.5

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] protobuf: add license information
  2012-07-31  8:30 ` Baruch Siach
@ 2012-07-31  8:36   ` Simon Dawson
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Dawson @ 2012-07-31  8:36 UTC (permalink / raw)
  To: buildroot

Hi Baruch, thanks for your feedback.

On 31 July 2012 09:30, Baruch Siach <baruch@tkos.co.il> wrote:
> The text at https://code.google.com/p/protobuf/source/browse/trunk/COPYING.txt
> looks more like a 3-clause BSD licence (see
> http://en.wikipedia.org/wiki/BSD_licenses). Is this considered proprietary?

You are right. I'll fix the license information, and resubmit.

Simon.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] protobuf: add license information
  2012-07-31  8:15 [Buildroot] [PATCH] protobuf: add license information spdawson at gmail.com
  2012-07-31  8:30 ` Baruch Siach
@ 2012-07-31  8:38 ` Luca Ceresoli
  2012-07-31  8:42   ` Simon Dawson
  1 sibling, 1 reply; 5+ messages in thread
From: Luca Ceresoli @ 2012-07-31  8:38 UTC (permalink / raw)
  To: buildroot

spdawson at gmail.com wrote:
> From: Simon Dawson <spdawson@gmail.com>
>
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
> ---
>   package/protobuf/protobuf.mk |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index 6e49dd3..653e90e 100644
> --- a/package/protobuf/protobuf.mk
> +++ b/package/protobuf/protobuf.mk
> @@ -6,6 +6,8 @@
>   PROTOBUF_VERSION = 2.4.1
>   PROTOBUF_SOURCE = protobuf-$(PROTOBUF_VERSION).tar.gz
>   PROTOBUF_SITE = http://protobuf.googlecode.com/files/
> +PROTOBUF_LICENSE = PROPRIETARY

Hey, protobuf is licensed under the BSD-3c license.

Luca

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] protobuf: add license information
  2012-07-31  8:38 ` Luca Ceresoli
@ 2012-07-31  8:42   ` Simon Dawson
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Dawson @ 2012-07-31  8:42 UTC (permalink / raw)
  To: buildroot

On 31 July 2012 09:38, Luca Ceresoli <luca@lucaceresoli.net> wrote:
> Hey, protobuf is licensed under the BSD-3c license.

Thanks Luca; I've submitted an updated patch with the correct license
information.

Simon.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-31  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  8:15 [Buildroot] [PATCH] protobuf: add license information spdawson at gmail.com
2012-07-31  8:30 ` Baruch Siach
2012-07-31  8:36   ` Simon Dawson
2012-07-31  8:38 ` Luca Ceresoli
2012-07-31  8:42   ` Simon Dawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox