diff options
author | Guillaume <guillaume.deflache@ibwag.com> | 2015-05-20 23:58:56 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-05-21 14:41:11 +0200 |
commit | 22b220bc774b3b2c789bcfb5fe93a6fae913e2af (patch) | |
tree | ed2edcc645503413adba88c789646365988f5049 /libs/protobuf/Makefile | |
parent | 4b7237a8aa1e306b4350401210b077f816434059 (diff) |
protobuf: Add licensing info and update copyright
Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
Diffstat (limited to 'libs/protobuf/Makefile')
-rw-r--r-- | libs/protobuf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index e1d99f67a..ceb304828 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -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:=http://protobuf.googlecode.com/files PKG_MD5SUM:=a72001a9067a4c2c4e0e836d0f92ece4 +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=LICENSE + PKG_BUILD_DEPENDS:=protobuf/host PKG_USE_MIPS16:=0 |