diff options
| author | Steven Barth | 2014-10-15 21:07:34 +0000 |
|---|---|---|
| committer | Steven Barth | 2014-10-15 21:07:34 +0000 |
| commit | 8374881b3c9772320e942a7554392d1a1635ffbf (patch) | |
| tree | f2828dc5546bd8ef038d64f020238ab0fa43500a | |
| parent | 8bc38fccc73b40e9599b897e335f2e7a5a67e879 (diff) | |
| download | routing-8374881b3c9772320e942a7554392d1a1635ffbf.tar.gz | |
babels: add SPDX tag
| -rw-r--r-- | babels/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babels/Makefile b/babels/Makefile index 2652c00..521dea5 100644 --- a/babels/Makefile +++ b/babels/Makefile @@ -15,6 +15,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/boutier/babeld.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk |