From: Simon Dawson Date: Tue, 31 Jul 2012 08:37:01 +0000 (+0100) Subject: protobuf: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c457a3321c6fc7de8068903cc7e93f0443d7447;p=buildroot.git protobuf: add license information Signed-off-by: Simon Dawson Signed-off-by: Thomas Petazzoni --- diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 6e49dd3658..5032d709d3 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