diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-03 17:19:38 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-03 17:20:00 -0700 |
commit | 39da48b23cd6c72057159c7bb9983df2e222d765 (patch) | |
tree | 14049a20bc48f8b0d01f97bb3165e201082ff0ce /sound/sox/Makefile | |
parent | 66cde69e79dcfcb3df82122baea35086f7b47fdd (diff) |
sox: convert license format to SPDX
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'sound/sox/Makefile')
-rw-r--r-- | sound/sox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 6977a777c..8fa571325 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/sox PKG_MD5SUM:=ff9ca6aca972549de0e80e8e30ed379c -PKG_LICENSE:=LGPLv2.1 GPLv2 +PKG_LICENSE:=LGPL-2.1 GPL-2.0 PKG_LICENSE_FILES:=COPYING LICENSE.LGPL LICENSE.GPL PKG_INSTALL:=1 |