[Buildroot] [PATCH v2] protobuf: add license information

Luca Ceresoli luca at lucaceresoli.net
Tue Jul 31 08:47:11 UTC 2012


spdawson at gmail.com wrote:
> From: Simon Dawson <spdawson at gmail.com>
>
> Signed-off-by: Simon Dawson <spdawson at gmail.com>
> ---
>   v2: As pointed out by Baruch Siach, the correct license is three-clause BSD,
>   and not "PROPRIETARY" as claimed by v1 of this patch.
>
>   package/protobuf/protobuf.mk |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index 6e49dd3..5032d70 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 = BSD-3c
> +PROTOBUF_LICENSE_FILES = COPYING.txt
>   
>   # N.B. Need to use host protoc during cross compilation.
>   PROTOBUF_DEPENDENCIES = host-protobuf

Acked-by: Luca Ceresoli <luca at lucaceresoli.net>

Luca




More information about the buildroot mailing list