CONTRIBUTING.md: typo in PKG_LICENSE_FILES
authorIan Leonard <antonlacon@gmail.com>
Sun, 16 Nov 2014 03:42:32 +0000 (19:42 -0800)
committerIan Leonard <antonlacon@gmail.com>
Tue, 25 Nov 2014 07:43:37 +0000 (23:43 -0800)
Per r33861, it should be PKG_LICENSE and PKG_LICENSE_FILES used for licensing information.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
CONTRIBUTING.md

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