Browse Source

protobuf-c: Add license information.

Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
Jacob Siverskog 10 years ago
parent
commit
66817dee95
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      libs/protobuf-c/Makefile

+ 2
- 0
libs/protobuf-c/Makefile View File

@@ -19,6 +19,8 @@ PKG_SOURCE_VERSION:=$(PKG_VERSION)
19 19
 
20 20
 PKG_INSTALL:=1
21 21
 
22
+PKG_LICENSE:=BSD-2c
23
+
22 24
 PKG_MAINTAINER:=Jacob Siverskog <jacob@teenageengineering.com>
23 25
 
24 26
 include $(INCLUDE_DIR)/package.mk