diff options
| -rw-r--r-- | meta/conf/licenses.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 751424d1b6..5b309eb385 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf | |||
| @@ -45,9 +45,11 @@ SPDXLICENSEMAP[MIT-style] = "MIT" | |||
| 45 | #Openssl variations | 45 | #Openssl variations |
| 46 | SPDXLICENSEMAP[openssl] = "OpenSSL" | 46 | SPDXLICENSEMAP[openssl] = "OpenSSL" |
| 47 | 47 | ||
| 48 | #PSF variations | ||
| 49 | SPDXLICENSEMAP[PSF] = "PSF-2.0" | ||
| 50 | SPDXLICENSEMAP[PSFv2] = "PSF-2.0" | ||
| 51 | |||
| 48 | #Python variations | 52 | #Python variations |
| 49 | SPDXLICENSEMAP[PSF] = "Python-2.0" | ||
| 50 | SPDXLICENSEMAP[PSFv2] = "Python-2.0" | ||
| 51 | SPDXLICENSEMAP[Python-2] = "Python-2.0" | 53 | SPDXLICENSEMAP[Python-2] = "Python-2.0" |
| 52 | 54 | ||
| 53 | #Apache variations | 55 | #Apache variations |
