Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] protobuf: add license information
@ 2012-07-31  8:37 spdawson at gmail.com
  2012-07-31  8:47 ` Luca Ceresoli
  2012-07-31 19:45 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: spdawson at gmail.com @ 2012-07-31  8:37 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@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
-- 
1.7.9.5

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  8:37 [Buildroot] [PATCH v2] protobuf: add license information spdawson at gmail.com
2012-07-31  8:47 ` Luca Ceresoli
2012-07-31 19:45 ` Thomas Petazzoni

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