From: Steven Barth Date: Tue, 12 Aug 2014 13:21:01 +0000 (+0200) Subject: CONTRIBUTING: readd example for PKG_LICENSE_FILE X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=159a8d9d710a1c8f5181f3e9cb2e99105dfbba28;p=openwrt-packages.git CONTRIBUTING: readd example for PKG_LICENSE_FILE Signed-off-by: Steven Barth --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4a36f97a..884fd592f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ Makefile contents should contain: * A PKG_LICENSE tag declaring the main license of the package. (E.g.: PKG_LICENSE:=GPL-2.0+) Please use SPDX identifiers if possible (see list at the bottom). * An optional PKG_LICENSE_FILE including the filename of the license-file in the source-package. + (E.g.: PKG_LICENSE_FILE:=COPYING) Commits and pull-requests: