diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-11-02 12:20:54 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-11-02 12:20:54 +0000 |
commit | bec9d38fa4ed4dcf13230fe6b91b4ef81306accc (patch) | |
tree | 68cd4c2035f8cb03ec928d902641cd1c84c6f413 /package/network/services/samba36 | |
parent | 7aa2950165b1ebe1af9da413aca4cea6eda3d520 (diff) | |
download | mtk-20170518-bec9d38fa4ed4dcf13230fe6b91b4ef81306accc.zip mtk-20170518-bec9d38fa4ed4dcf13230fe6b91b4ef81306accc.tar.gz mtk-20170518-bec9d38fa4ed4dcf13230fe6b91b4ef81306accc.tar.bz2 |
Add a few SPDX tags
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
Diffstat (limited to 'package/network/services/samba36')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 7f171ff..4dff34b 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=d98425c0c2b73e08f048d31ffc727fb0 -PKG_LICENSE:=GPLv3 +PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |