From 159a8d9d710a1c8f5181f3e9cb2e99105dfbba28 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 12 Aug 2014 15:21:01 +0200 Subject: [PATCH] CONTRIBUTING: readd example for PKG_LICENSE_FILE Signed-off-by: Steven Barth --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) 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: