diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:53:00 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:53:00 -0700 |
commit | ceb66884d39e2f62cc1eb530053da9d9081ccd63 (patch) | |
tree | 94459bbd5eaebf780db1be5c37f0d4f2c3664476 | |
parent | 2d003b823862c9d3dd5057216e386fa69a6bf70f (diff) |
libogg: convert PKG_LICENSE to SPDX format
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
-rw-r--r-- | libs/libogg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libogg/Makefile b/libs/libogg/Makefile index c40c4328b..e5be95220 100644 --- a/libs/libogg/Makefile +++ b/libs/libogg/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ogg/ PKG_MD5SUM:=5c3a34309d8b98640827e5d0991a4015 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> -PKG_LICENSE:=BSD-3c +PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf |