protobuf: Add licensing info and update copyright
authorGuillaume <[email protected]>
Wed, 20 May 2015 21:58:56 +0000 (23:58 +0200)
committerGuillaume <[email protected]>
Wed, 20 May 2015 21:58:56 +0000 (23:58 +0200)
Signed-off-by: Guillaume Déflache <[email protected]>
libs/protobuf/Makefile

index c315defa0638c6c4ec972b8384dbbd0e0ad98be9..4f45183e2575eb80afb4dd3691a8814cd6d2fc09 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION)
 PKG_MD5SUM:=11aaac2d704eef8efd1867a807865d85
 
+PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE_FILES:=LICENSE
+
 PKG_BUILD_DEPENDS:=protobuf/host
 PKG_USE_MIPS16:=0# MIPS16 prevents protobuf's usage of the 'sync' asm-opcode