|
@@ -16,8 +16,8 @@ Makefile contents should contain:
|
16
|
16
|
(E.g.: PKG_MAINTAINER:= Joe D. Hacker `<jdh@jdhs-email-provider.org`>)
|
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
|
|
-* An optional PKG_LICENSE_FILE including the filename of the license-file in the source-package.
|
20
|
|
- (E.g.: PKG_LICENSE_FILE:=COPYING)
|
|
19
|
+* An optional PKG_LICENSE_FILES including the filename of the license-file in the source-package.
|
|
20
|
+ (E.g.: PKG_LICENSE_FILES:=COPYING)
|
21
|
21
|
|
22
|
22
|
Commits and pull-requests:
|
23
|
23
|
|