licensing: fix zlib license translation
The file was mangled, and something about "teeworlds" was inserted into the line for zlib. The spdx database doesn't list "teeworlds license", so let's just remove that part. Both [1] and [2] agree that "zlib" and "zlib license" are the same thing. [1] https://spdx.org/licenses/Zlib [2] https://fedoraproject.org/wiki/Licensing:Main#Good_Licenses Fixes #61.
This commit is contained in:
parent
a04e95bc4f
commit
7c00b0f290
1 changed files with 1 additions and 2 deletions
|
@ -306,8 +306,7 @@ Zed License,Zed,Zed,,,
|
|||
Zend License v2.0,Zend-2.0,Zend,,,
|
||||
Zimbra Public License v1.3,Zimbra-1.3,,,Fedora bad list,
|
||||
Zimbra Public License v1.4,Zimbra-1.4,,,not on Fedora list,
|
||||
zlib License,Zlib,"zlib
|
||||
Teeworlds",,,Teeworlds License
|
||||
zlib License,Zlib,zlib,,,
|
||||
zlib/libpng License with Acknowledgement,zlib-acknowledgement,zlib with acknowledgement,,,
|
||||
Zope Public License 1.1,ZPL-1.1,,,This specific version not on Fedora list,
|
||||
Zope Public License 2.0,ZPL-2.0,ZPLv2.0,,,
|
||||
|
|
|
Loading…
Reference in a new issue