]> git.baikalelectronics.ru Git - kernel.git/commit
LICENSES/deprecated: add Zlib license text
authorMikhail Zaslonko <zaslonko@linux.ibm.com>
Wed, 1 Apr 2020 21:13:16 +0000 (23:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Sep 2020 12:33:49 +0000 (14:33 +0200)
commit4b305039a822559bdbe92479ce562cfa599e5a50
treeec71278f2410dbdb0476fb04e3f0867b194498e8
parent22b4a8d0b1277566e73222ce5ed9eb4250068c31
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 <lukas.bulwahn@gmail.com>
Reviewed-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
LICENSES/deprecated/Zlib [new file with mode: 0644]