diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-15 02:19:42 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-15 02:19:42 +0300 |
commit | 3e4fb4346c781068610d03c12b16c0cfb0fd24a3 (patch) | |
tree | e09e1cace44d1419bf48608ee4c3c6a38a918552 /LICENSES/deprecated/Zlib | |
parent | fe151462bd0f7ad0e758f1cdcbeb6426e3d1ee8e (diff) | |
parent | c5c553850899e2662ecf749ac21fff95d17f59a4 (diff) | |
download | linux-3e4fb4346c781068610d03c12b16c0cfb0fd24a3.tar.xz |
Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Pull SPDX updates from Greg KH:
"Here are some SPDX-specific changes for 5.10-rc1.
They include:
- driver fixes to make spdxcheck.pl work properly
- add GFDL licenses as "deprecated" but required due to some of our
documentation using them
- add Zlib license as "deprecated" but required because we have code
with this license in the tree.
- convert some drivers to have SPDX identifiers that previously
didn't have them.
All have been in linux-next for a very long time with no reported
issues"
* tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:
scripts/spdxcheck.py: handle license identifiers in XML comments
net/mlx5: IPsec: make spdxcheck.py happy
LICENSES/deprecated: add Zlib license text
LICENSE: add GFDL deprecated licenses
net/qla3xxx: Convert to SPDX license identifiers
net/qlge: Convert to SPDX license identifiers
net/qlcnic: Convert to SPDX license identifiers
scsi/qla2xxx: Convert to SPDX license identifiers
scsi/qla4xxx: Convert to SPDX license identifiers
Diffstat (limited to 'LICENSES/deprecated/Zlib')
-rw-r--r-- | LICENSES/deprecated/Zlib | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/LICENSES/deprecated/Zlib b/LICENSES/deprecated/Zlib new file mode 100644 index 000000000000..b60d0d73f131 --- /dev/null +++ b/LICENSES/deprecated/Zlib @@ -0,0 +1,27 @@ +Valid-License-Identifier: Zlib +SPDX-URL: https://spdx.org/licenses/Zlib.html +Usage-Guide: + To use the Zlib License put the following SPDX tag/value pair into a + comment according to the placement guidelines in the licensing rules + documentation: + SPDX-License-Identifier: Zlib +License-Text: + +zlib License + +Copyright (c) <year> <copyright holders> + +This software is provided 'as-is', without any express or implied warranty. In +no event will the authors be held liable for any damages arising from the use +of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject +to the following restrictions: + 1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software in a +product, an acknowledgment in the product documentation would be appreciated +but is not required. + 2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. |