From 526cd2f6b574cf194b7f36f830b73cb506411730 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Sat, 15 Nov 2014 19:42:32 -0800 Subject: [PATCH] CONTRIBUTING.md: typo in PKG_LICENSE_FILES Per r33861, it should be PKG_LICENSE and PKG_LICENSE_FILES used for licensing information. Signed-off-by: Ian Leonard --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f28aea38f..1deef6804 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,8 @@ Makefile contents should contain: (E.g.: PKG_MAINTAINER:= Joe D. Hacker `) * 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: