diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-11-08 01:12:02 -0800 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-11-24 23:43:37 -0800 |
commit | 34c7b6708a758db5fd018d7f186dd4e6d6c1c474 (patch) | |
tree | 3c310832aaecd7db84d7ae77be0354a12aca2de2 /multimedia | |
parent | b80fe2edbc891cbafcd845b5cb79236606690187 (diff) |
icecast: add SPDX license info per homepage
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/icecast/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index f883eeefb..7df8b74fb 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icecast PKG_VERSION:=2.4.0 PKG_RELEASE:=1 +PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=André Gaul <gaul@web-yard.de> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |