diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:30 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:11:18 +0200 |
commit | 5286dec396e13c23f055344c5fd9f8aed1269ea5 (patch) | |
tree | 7f768f148d5c4f156e051b726631d81f3ca035e4 /docs/manual/adding-packages-python.txt | |
parent | 11359c5e3bfd2f4fc436c2d57c6c34768f108ff8 (diff) | |
download | buildroot-5286dec396e13c23f055344c5fd9f8aed1269ea5.tar.gz buildroot-5286dec396e13c23f055344c5fd9f8aed1269ea5.zip |
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-python.txt')
-rw-r--r-- | docs/manual/adding-packages-python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt index 19d31e28c8..a67a4bed4c 100644 --- a/docs/manual/adding-packages-python.txt +++ b/docs/manual/adding-packages-python.txt @@ -24,7 +24,7 @@ with an example : 07: PYTHON_FOO_VERSION = 1.0 08: PYTHON_FOO_SOURCE = python-foo-$(PYTHON_FOO_VERSION).tar.xz 09: PYTHON_FOO_SITE = http://www.foosoftware.org/download -10: PYTHON_FOO_LICENSE = BSD-3c +10: PYTHON_FOO_LICENSE = BSD-3-Clause 11: PYTHON_FOO_LICENSE_FILES = LICENSE 12: PYTHON_FOO_ENV = SOME_VAR=1 13: PYTHON_FOO_DEPENDENCIES = libmad |