| 6bb951f1 | 01-Apr-2020 |
Mikhail Zaslonko <[email protected]> |
LICENSES/deprecated: add Zlib license text
The new files contributed to zlib have Zlib SPDX license identifier. Since there was no Zlib license text in LICENSES, scripts/spdxcheck.py reported the fo
LICENSES/deprecated: add Zlib license text
The new files contributed to zlib have Zlib SPDX license identifier. Since there was no Zlib license text in LICENSES, scripts/spdxcheck.py reported the following errors: lib/zlib_dfltcc/dfltcc.c: 1:28 Invalid License ID: Zlib lib/zlib_dfltcc/dfltcc.h: 1:28 Invalid License ID: Zlib lib/zlib_dfltcc/dfltcc_deflate.c: 1:28 Invalid License ID: Zlib lib/zlib_dfltcc/dfltcc_inflate.c: 1:28 Invalid License ID: Zlib lib/zlib_dfltcc/dfltcc_util.h: 1:28 Invalid License ID: Zlib
The patch adds Zlib SPDX license to LICENSES/deprecated, thus resolving the issues reported by spdxcheck.
Suggested-by: Lukas Bulwahn <[email protected]> Reviewed-by: Lukas Bulwahn <[email protected]> Signed-off-by: Mikhail Zaslonko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|
| 9dc84ee6 | 10-Oct-2018 |
Hans de Goede <[email protected]> |
LICENSES: Add ISC license text
Add the full text of the ISC license to the kernel tree. It was copied directly from:
https://spdx.org/licenses/ISC.html
With the mention of "ISC" in the warranty
LICENSES: Add ISC license text
Add the full text of the ISC license to the kernel tree. It was copied directly from:
https://spdx.org/licenses/ISC.html
With the mention of "ISC" in the warranty disclaimer replaced with "THE AUTHOR" as done in the ISC license headers used in the ath10k and brcmfmac wifi drivers.
Cc: Kalle Valo <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
show more ...
|
| f91af1c6 | 25-Apr-2018 |
Thomas Gleixner <[email protected]> |
LICENSES: Add Linux-OpenIB license text
The infiniband code uses a variant of the OpenIB license. This license is BSD-2-Clause with the MIT disclaimer. The linux kernel uses this license extensively
LICENSES: Add Linux-OpenIB license text
The infiniband code uses a variant of the OpenIB license. This license is BSD-2-Clause with the MIT disclaimer. The linux kernel uses this license extensively throughout the driver subsystem since 2005. Note that the OpenIB.org license is a true match to BSD-2-Clause.
The license text was copied from:
https://spdx.org/licenses/Linux-OpenIB.html#licenseText
Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Kate Stewart <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
show more ...
|