Skip to content

No zlib license text in LICENSES.txt #2484

Description

@fu7mu4

The zlib license name is in LICENSES.TXT but zlib license text is not in LICENSES.TXT

Here is licenses list in LICENSES.TXT

Third-party license summary
-------------------------------------------------------------------------------
cjson           MIT
curl            Custom MIT/X
freetype        Custom BSD-style
hunspell        Mozilla Public License 1.1
libffi          MIT
libjpeg         Custom BSD-style
libpng          zlib/png custom permissive
llvm            Apache License 2.0 with LLVM Exceptions
sparsehash      Google BSD-3-Clause
stb_printf      MIT or PD
tcmalloc        Google BSD-3-Clause
tinytoml        BSD-2-Clause
utf8proc        MIT + Unicode data license
zlib            zlib/png custom permissive

I could not find zlib lincense. libpng is similar license of zlib but different author name. Here are licenses texts in LICENSES.txt.

  • cjson license, SPDX-License-Identifier: MIT is in 24th
  • curl license, SPDX-License-Identifier: curl is in 47th
  • freetype license, SPDX-License-Identifier: FTL in 60th
  • hunspell license, SPDX-License-Identifier: MPL-1.1 or GPL-2.0-only or LGPL-2.1 is in 228th
  • libffi license, SPDX-License-Identifier: MIT is in 282th
  • libjpeg license, SPDX-License-Identifier: IJG is in 305th
  • libpng license, SPDX-License-Identifier: libpng-2.0 and libpng-1.6.35 and libpng is in 355th
  • llvm generated code license, SPDX-License-Identifier: Apache License 2.0 with LLVM-exceptions is in 493th
  • stb_printf license, SPDX-License-Identifier: MIT or Unlicense is in 775th
  • sparsehash and tcmalloc license, SPDX-License-Identifier: BSD-3-Clause is in 818th
  • tinytoml license, SPDX-License-Identifier: BSD-2-Clause is in 850th
  • utf8proc license, SPDX-License-Identifier: MIT and is in 877th

Please add zlib license to botom of LICENSES.txt. the zlib license is already exist in

Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions