diff options
author | Steven Barth <steven@midlink.org> | 2014-08-12 15:21:01 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-08-12 15:21:01 +0200 |
commit | 159a8d9d710a1c8f5181f3e9cb2e99105dfbba28 (patch) | |
tree | 2df65dc1ce9a2014b5502c228c3c8d98b784cad1 /CONTRIBUTING.md | |
parent | 84f643cb319dc3716447385c47121ef822e47810 (diff) |
CONTRIBUTING: readd example for PKG_LICENSE_FILE
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
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: |