summaryrefslogtreecommitdiff
path: root/docs/manual/adding-packages-kernel-module.txt
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:30 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:11:18 +0200
commit5286dec396e13c23f055344c5fd9f8aed1269ea5 (patch)
tree7f768f148d5c4f156e051b726631d81f3ca035e4 /docs/manual/adding-packages-kernel-module.txt
parent11359c5e3bfd2f4fc436c2d57c6c34768f108ff8 (diff)
docs/manual: refer to SPDX License List
We want to use SPDX short identifier for license string as much as possible. So refer to SPDX license list and use SPDX short identifier for license strings in documentation. Also remove License abbreviations that we have. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> [Thomas: take into account suggestions from Arnout.] Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-kernel-module.txt')
-rw-r--r--docs/manual/adding-packages-kernel-module.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-kernel-module.txt b/docs/manual/adding-packages-kernel-module.txt
index ffeeef516d..b609ecc90a 100644
--- a/docs/manual/adding-packages-kernel-module.txt
+++ b/docs/manual/adding-packages-kernel-module.txt
@@ -24,7 +24,7 @@ builds a kernel module, and no other component:
07: FOO_VERSION = 1.2.3
08: FOO_SOURCE = foo-$(FOO_VERSION).tar.xz
09: FOO_SITE = http://www.foosoftware.org/download
-10: FOO_LICENSE = GPLv2
+10: FOO_LICENSE = GPL-2.0
11: FOO_LICENSE_FILES = COPYING
12:
13: $(eval $(kernel-module))
@@ -63,7 +63,7 @@ Let's look at a more complex example:
07: FOO_VERSION = 1.2.3
08: FOO_SOURCE = foo-$(FOO_VERSION).tar.xz
09: FOO_SITE = http://www.foosoftware.org/download
-10: FOO_LICENSE = GPLv2
+10: FOO_LICENSE = GPL-2.0
11: FOO_LICENSE_FILES = COPYING
12:
13: FOO_MODULE_SUBDIRS = driver/base