From 66817dee95d1de5722bd421715c3139d3c1b8693 Mon Sep 17 00:00:00 2001 From: Jacob Siverskog Date: Wed, 27 Aug 2014 15:33:09 +0200 Subject: [PATCH] protobuf-c: Add license information. Signed-off-by: Jacob Siverskog --- libs/protobuf-c/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 839054278..49aa9f468 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -19,6 +19,8 @@ PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_INSTALL:=1 +PKG_LICENSE:=BSD-2c + PKG_MAINTAINER:=Jacob Siverskog include $(INCLUDE_DIR)/package.mk