Kaynağa Gözat

CONTRIBUTING: readd example for PKG_LICENSE_FILE

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 yıl önce
ebeveyn
işleme
159a8d9d71
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      CONTRIBUTING.md

+ 1
- 0
CONTRIBUTING.md Dosyayı Görüntüle

@@ -17,6 +17,7 @@ Makefile contents should contain:
17 17
 * A PKG_LICENSE tag declaring the main license of the package.
18 18
     (E.g.: PKG_LICENSE:=GPL-2.0+) Please use SPDX identifiers if possible (see list at the bottom).
19 19
 * An optional PKG_LICENSE_FILE including the filename of the license-file in the source-package.
20
+    (E.g.: PKG_LICENSE_FILE:=COPYING)
20 21
 
21 22
 Commits and pull-requests:
22 23