lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 159a8d9d710a1c8f5181f3e9cb2e99105dfbba28
parent 84f643cb319dc3716447385c47121ef822e47810
Author: Steven Barth <steven@midlink.org>
Date:   Tue, 12 Aug 2014 15:21:01 +0200

CONTRIBUTING: readd example for PKG_LICENSE_FILE

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
MCONTRIBUTING.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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: