[elbe-devel] [PATCH 2/2] elbepack: parselicence: fix unbound variable error
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Nov 11 13:14:39 CET 2024
The variables "errors" and "licenses" are not defined in the correct
location. Depending on the data worked on, they may be used before their
assignment.
Move the initial assignments to the correct place.
Also avoid a shadowing issue for "licenses".
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/commands/parselicence.py | 11 +-
elbepack/tests/cyclonedx/cyclonedx_reference.json | 881 ++--------------------
2 files changed, 50 insertions(+), 842 deletions(-)
diff --git a/elbepack/commands/parselicence.py b/elbepack/commands/parselicence.py
index cb454e5287f6d2c1e4c2b82209614efc8082fc9b..00b91c621a12830d01496d3ae10bc852dfd0969c 100644
--- a/elbepack/commands/parselicence.py
+++ b/elbepack/commands/parselicence.py
@@ -242,16 +242,16 @@ def _compute_statistics(licenses):
def extract_licenses_from_report(licence_file, mapping_file):
extracted_licenses = {}
- licenses = etree(licence_file)
+ licence_tree = etree(licence_file)
mapping = license_dep5_to_spdx(mapping_file)
- _apply_mapping(licenses, mapping)
- for pkg in list(licenses.root):
-
+ _apply_mapping(licence_tree, mapping)
+ for pkg in list(licence_tree.root):
pkg_name = pkg.et.attrib['name']
+ errors = []
+ licenses = []
if pkg.has('spdx_licenses'):
- licenses = []
for ll in pkg.node('spdx_licenses'):
if ll.et.text.find('UNKNOWN_MAPPING') != -1:
license = License(name=ll.et.text.replace(
@@ -281,7 +281,6 @@ def extract_licenses_from_report(licence_file, mapping_file):
licenses.append(license)
- errors = []
if pkg.has('error'):
for error in pkg.all('error'):
if error.et.text not in errors:
diff --git a/elbepack/tests/cyclonedx/cyclonedx_reference.json b/elbepack/tests/cyclonedx/cyclonedx_reference.json
index c7e4771590058b86d92a1503dad2067780fb41dd..f0e4aef92b4fb65b95163479b007ab0b5f8f7e48 100644
--- a/elbepack/tests/cyclonedx/cyclonedx_reference.json
+++ b/elbepack/tests/cyclonedx/cyclonedx_reference.json
@@ -133,28 +133,7 @@
"content": "6de342750e6a3940b321a5d056d0e17512d5ad3eb2fcf1fa6dbd783fcb4b7f0e"
}
],
- "licenses": [
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- },
- {
- "license": {
- "id": "BSD-3-Clause"
- }
- },
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/base-files at 12.4+deb12u6?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -591,13 +570,7 @@
"content": "c1bac61abefa0d957394d33c02b7bfb2a3ab3ce5e6d90617c4019ddea4bdbf63"
}
],
- "licenses": [
- {
- "license": {
- "id": "BSD-2-Clause"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/debian-archive-keyring at 2023.3+deb12u1?arch=all&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -1117,108 +1090,7 @@
"content": "1a03df5a57833d65b5bb08cfa19d50e76f29088dc9e64fb934af42d9023a0807"
}
],
- "licenses": [
- {
- "license": {
- "name": "GFDL-NIV-1.3+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- },
- {
- "license": {
- "id": "FSFAP"
- }
- },
- {
- "license": {
- "name": "GPL-3.0-or-later WITH Autoconf-data exception"
- }
- },
- {
- "license": {
- "id": "FSFULLR"
- }
- },
- {
- "license": {
- "name": "GPL-2.0-or-later WITH Autoconf-data exception"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "X11"
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "name": "GPL WITH automake exception",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "LGPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "LGPL-3.0-or-later"
- }
- },
- {
- "license": {
- "name": "BSD-3-clause and/or GPL-3+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "name": "GPL-3.0-or-later WITH Bison-2.2 exception"
- }
- },
- {
- "license": {
- "name": "LGPL-3",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "name": "ISC and/or LGPL-2.1+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/gcc-12-base at 12.2.0-14?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -2161,21 +2033,7 @@
"content": "687687d1ace90565cc451b1be527914246123968b747c823e276cd7f8b57ba3d"
}
],
- "licenses": [
- {
- "license": {
- "name": "BSD-variant",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: bzip2\nSource: http://www.bzip.org/\n\nFiles: *\nCopyright: 1996-2010 Julian R Seward <jseward at bzip.org>\nLicense: BSD-variant\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n .\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n 2. The origin of this software must not be misrepresented; you must\n not claim that you wrote the original software. If you use this\n software in a product, an acknowledgment in the product\n documentation would be appreciated but is not required.\n .\n 3. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n .\n 4. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior written\n permission.\n .\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\n OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nFiles: debian/*\nCopyright: 2018 Nicolas Boulenguez <nicolas.boulenguez at free.fr>\n\t 2012-2015 Santiago Ruano Rinc\u00f3n <santiago at debian.org>\n 2014 Canonical Ltd.\n 2004-2011 Anibal Monsalve Salazar <anibal at debian.org>\n 1999-2002 Philippe Troin <phil at fifi.org>\n 1997-1999 Anthony Fok <foka at debian.org>\nLicense: GPL-2\n The full text of the GNU General Public License version 2\n can be found in /usr/share/common-licenses/GPL-2.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libc-bin at 2.36-9+deb12u7?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -2192,21 +2050,7 @@
"content": "eba944bd99c2f5142baf573e6294a70f00758083bc3c2dca4c9e445943a3f8e6"
}
],
- "licenses": [
- {
- "license": {
- "name": "BSD-variant",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: bzip2\nSource: http://www.bzip.org/\n\nFiles: *\nCopyright: 1996-2010 Julian R Seward <jseward at bzip.org>\nLicense: BSD-variant\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n .\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n 2. The origin of this software must not be misrepresented; you must\n not claim that you wrote the original software. If you use this\n software in a product, an acknowledgment in the product\n documentation would be appreciated but is not required.\n .\n 3. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n .\n 4. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior written\n permission.\n .\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\n OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nFiles: debian/*\nCopyright: 2018 Nicolas Boulenguez <nicolas.boulenguez at free.fr>\n\t 2012-2015 Santiago Ruano Rinc\u00f3n <santiago at debian.org>\n 2014 Canonical Ltd.\n 2004-2011 Anibal Monsalve Salazar <anibal at debian.org>\n 1999-2002 Philippe Troin <phil at fifi.org>\n 1997-1999 Anthony Fok <foka at debian.org>\nLicense: GPL-2\n The full text of the GNU General Public License version 2\n can be found in /usr/share/common-licenses/GPL-2.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libc6 at 2.36-9+deb12u7?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -2393,59 +2237,7 @@
"content": "f5f60a5cdfd4e4eaa9438ade5078a57741a7a78d659fcb0c701204f523e8bd29"
}
],
- "licenses": [
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- },
- {
- "license": {
- "id": "LGPL-2.0-only"
- }
- },
- {
- "license": {
- "id": "BSD-3-Clause"
- }
- },
- {
- "license": {
- "name": "Apache-2",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: e2fsprogs\nUpstream-Contact: Theodore Ts'o <tytso at mit.edu>\nSource: http://sourceforge.net/projects/e2fsprogs\nComment:\n This is the Debian GNU/Linux prepackaged version of the EXT2 file\n system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were\n written by Theodore Ts'o <tytso at mit.edu> and Remy Card <card at masi.ibp.fr>.\n\nFiles: *\nCopyright: 1993-2018 Theodore Ts'o <tytso at mit.edu>\nLicense: GPL-2\nComment: Some files are GPL-2+ licensed or do not carry any license version.\n They are distributable as GPL-2 and listed as such for simplification.\n\nFiles: debian/*\nCopyright: 2003-2007 Theodore Ts'o <tytso at mit.edu>\n 1997-2003 Yann Dirson <dirson at debian.org>\n 2001 Alcove <http://www.alcove.com/>\n 1997 Klee Dienes\n 1995-1996 Michael Nonweiler <mrn20 at cam.ac.uk>\nLicense: GPL-2\n\nFiles: lib/ext2fs/*\n lib/e2p/*\n lib/support/print_fs_flags.c\n misc/e2fuzz.c\nCopyright: 1995-1999, 2002, 2004-2006 Theodore Ts'o <tytso at mit.edu>\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 2001 Andreas Gruenbacher, <a.gruenbacher at computer.org>\n 2007 IBM Corporation\n 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\n 2014 Oracle\n 2012 Zheng Liu <wenqing.lz at taobao.com>\n 2012 Intel Corporation\n 2001 Daniel Phillips\n 2002 Theodore Ts'o.\n 2002 Andreas Dilger\n 2006 Cluster File Systems, Inc.\n 2006, 2007 by Andreas Dilger <adilger at clusterfs.com>\n 2003,2004 Cluster File Systems, Inc <info at clusterfs.com>\n 1995 Theodore Ts'o.\n 2003 VMware, Inc.\n 2015 Jan Kara\n 2018 Collabora Ltd.\n 1997 Theodore Ts'o\n 1997 Mark Habersack\n 2011 Whamcloud, Inc.\n 2004 Sam Hocevar <sam at hocevar.net>\n 2014 Google Inc.\n 1993, 1994, 1995 Theodore Ts'o.\n 1998 Andrey Shedel <andreys at ns.cr.cyco.com>\nLicense: LGPL-2\nComment: Some files in lib/ext2fs claim\n \"This file may be redistributed under the terms of the GNU Public License.\"\n and NOTICE clarifies them to be licensed under LGPL-2.\n\nFiles: lib/ext2fs/tdb*\nCopyright: 1999-2005 Andrew Tridgell\n 2000-2006 Jeremy Allison\n 2000 Paul `Rusty' Russell\nLicense: LGPL-2\n\nFiles: lib/ext2fs/tdbtool.c\nCopyright: 1999-2000 Andrew Tridgell\n 2000 Paul `Rusty' Russell\n 2000 Jeremy Allison\n 2001 Andrew Esh\nLicense: GPL-2\n\nFiles: lib/ext2fs/kernel-jbd.h\nCopyright: 1998-2000 Red Hat, Inc\nLicense: GPL-2\n\nFiles: lib/ext2fs/nls_utf8.c\n lib/ext2fs/utf8n.h\n util/mkutf8data.c\nCopyright: 2014 SGI\n 2018 Collabora Ltd.\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc16.*\nCopyright: 2005 Ben Gardner <bgardner at wabtec.com>\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc32c*\nCopyright:\n August 26, 2011 Darrick J. Wong <djwong at us.ibm.com>\n Reuse Bob Pearson's slice-by-8 implementation for e2fsprogs.\n .\n July 20, 2011 Bob Pearson <rpearson at systemfabricworks.com>\n ...\n Oct 15, 2000 Matt Domsch <Matt_Domsch at dell.com>\n ...\n Oct 12, 2000 Matt Domsch <Matt_Domsch at dell.com>\nLicense: GPL-2\n\nFiles: lib/uuid/*\nCopyright: 1996-1999, 2007 Theodore Ts'o.\nLicense: BSD-3-Clause\n\nFiles: lib/uuid/*.3.in\nCopyright: 1999 Andreas Dilger <adilger at enel.ucalgary.ca>\nLicense: BSD-3-Clause\n\nFiles: contrib/fallocate.c\nCopyright: 2008 Red Hat, Inc. All rights reserved.\n 2003-2005 Silicon Graphics, Inc.\nLicense: GPL-2\n\nFiles: contrib/dconf\nCopyright: 1994 Ulrich Windl <Ulrich.Windl at rz.uni-regensburg.de>\nLicense: GPL-2\n\nFiles: CleanSpec.mk\n contrib/android/ext2simg.c\nCopyright: 2007, 2016 The Android Open Source Project\nLicense: Apache-2\n\nFiles: e2fsck/*\n debugfs/do_journal.c\n debugfs/journal.*\n debugfs/logdump.c\n debugfs/xattrs.c\n lib/support/plausible.c\n misc/fuse2fs.c\n misc/fsmap.h\nCopyright: 1993-2011 Theodore Ts'o\n 1999-2000 Red Hat Software\n 2000 Red Hat corp\n 2001 Red Hat, Inc.\n 2000 Stephen C. Tweedie\n 2000 Andreas Dilger\n 2014 Oracle\n 2019 Google LLC\nLicense: GPL-2\n\nFiles: e2fsck/mtrace.*\n include/nonunix/getopt.h\nCopyright: 1985-2015 Free Software Foundation, Inc.\nLicense: LGPL-2\n\nFiles: ext2ed/*\nCopyright: 1995 Gadi Oxman\nLicense: GPL-2\n\nFiles: include/mingw/unistd.h\nCopyright: 2004-2006 Kern Sibbald\n 2014 Adam Kropelin\nLicense: GPL-2\n\nFiles: lib/support/devname.*\nCopyright: 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\nLicense: GPL-2\n\nFiles: lib/blkid/*\n misc/blkid.c\nCopyright: 1999, 2001 by Andries Brouwer\n 1994-1997, 1999-2004 Theodore Ts'o <tytso at mit.edu>\n 2001 Andreas Dilger\nLicense: LGPL-2\n\nFiles: misc/blkid.8.in\n misc/uuidgen.1.in\nCopyright: 1999, 2000 Andreas Dilger <adilger at turbolinux.com>\nLicense: GPL-2\n\nFiles: misc/create_inode.c\nCopyright: 2014 Robert Yang <liezhi.yang at windriver.com>\nLicense: LGPL-2\n\nFiles: misc/e2freefrag.c\nCopyright: 2009 Sun Microsystems, Inc.\nLicense: GPL-2\n\nFiles: misc/e2undo.c\nCopyright: 2007 IBM Corporation\nLicense: GPL-2\n\nFiles: misc/e4defrag.c\nCopyright: Akira Fujita <a-fujita at rs.jp.nec.com>\n Takashi Sato <t-sato at yk.jp.nec.com>\nLicense: GPL-2\n\nFiles: misc/uuidgen.c\nCopyright: 1999 Andreas Dilger and Theodore Ts'o\nLicense: GPL-2\n\nFiles: misc/e2fuzz.sh\nCopyright: 2014 Oracle\nLicense: GPL-2\n\nFiles: misc/e4crypt.c\nCopyright: 2014 Google, Inc.\nLicense: GPL-2\n\nFiles: ext2ed/ext2.descriptors\n misc/badblocks.c\n misc/chattr.c\n misc/dumpe2fs.c\n misc/lsattr.c\n misc/mklost+found.c\n misc/tune2fs.c\nCopyright: 1995-1999 by Theodore Ts'o\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 1999 by David Beattie\n Linus Torvalds <Linus.Torvalds at cs.helsinki.fi>\nLicense: GPL-2\n\nFiles: resize/*\nCopyright: 1997-2000 by Theodore Ts'o and PowerQuest, Inc.\nLicense: GPL-2\n\nFiles: scrub/*\nCopyright: 2018 Oracle\nLicense: GPL-2\n\nFiles: tests/fuzz/*.cc\nCopyright: 2020 Google LLC\nLicense: Apache-2\n\nFiles: lib/support/argv_parse.*\nCopyright: 1999 Theodore Ts'o.\nLicense: ISC\n Permission to use, copy, modify, and distribute this software for\n any purpose with or without fee is hereby granted, provided that\n the above copyright notice and this permission notice appear in all\n copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND THEODORE TS'O (THE\n AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\n IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nFiles: lib/support/profile.*\nCopyright: 2005, 2006 by Theodore Ts'o.\n 1985-2005 by the Massachusetts Institute of Technology.\n All rights reserved.\nLicense: GPL or MIT-US-export\n This file may be redistributed under the terms of the GNU Public\n License.\n .\n Export of this software from the United States of America may require\n a specific license from the United States Government. It is the\n responsibility of any person or organization contemplating export to\n obtain such a license before exporting.\n .\n WITHIN THAT CONSTRAINT, permission to use, copy, modify, and\n distribute this software and its documentation for any purpose and\n without fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright notice and\n this permission notice appear in supporting documentation, and that\n the name of M.I.T. not be used in advertising or publicity pertaining\n to distribution of the software without specific, written prior\n permission. Furthermore if you modify this software you must label\n your software as modified software and not distribute it in such a\n fashion that it might be confused with the original MIT software.\n M.I.T. makes no representations about the suitability of this software\n for any purpose. It is provided \"as is\" without express or implied\n warranty.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License can be found in \"/usr/share/common-licenses/GPL\".\n\nFiles: lib/support/dict.*\nCopyright: 1997 Kaz Kylheku <kaz at ashi.footprints.net>\nLicense: Kazlib\n All rights are reserved by the author, with the following exceptions:\n Permission is granted to freely reproduce and distribute this software,\n possibly in exchange for a fee, provided that this copyright notice appears\n intact. Permission is also granted to adapt this software to produce\n derivative works, as long as the modified versions carry this copyright\n notice and additional notices stating that the work has been modified.\n This source code may be translated into executable form and incorporated\n into proprietary software; there is no requirement for such software to\n contain a copyright notice related to this source.\nComment: The work has been modified.\n\nFiles: doc/libext2fs.texinfo\nCopyright: 1997-2014 Theodore Ts'o\nLicense: Latex2e\n Permission is granted to process this file through TeX and print the\n results, provided the printed document carries copying permission\n notice identical to this one except for the removal of this paragraph\n (this paragraph not being relevant to the printed manual).\n .\n Permission is granted to copy and distribute modified versions of this\n manual under the conditions for verbatim copying, provided that the entire\n resulting derived work is distributed under the terms of a permission\n notice identical to this one.\n .\n Permission is granted to copy and distribute translations of this manual\n into another language, under the above conditions for modified versions,\n except that this permission notice may be stated in a translation approved\n by the author.\n\nFiles: doc/texinfo.tex\n lib/et/texinfo.tex\nCopyright: 1985-2006 Free Software Foundation, Inc.\nLicense: GPL-2+ with Texinfo exception\n This texinfo.tex file is free software; you can redistribute it and/or\n modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2, or (at\n your option) any later version.\n .\n This texinfo.tex file is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty\n of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this texinfo.tex file; see the file COPYING. If not, write\n to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA.\n .\n As a special exception, when this file is read by TeX when processing\n a Texinfo source document, you may use the result without\n restriction. (This has been our intent since Texinfo was invented.)\n\nLicense: Apache-2\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n .\n http://www.apache.org/licenses/LICENSE-2.0\n .\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\nComment:\n On Debian systems, the complete text of the Apache License, Version 2.0\n can be found in \"/usr/share/common-licenses/Apache-2.0\".\n\nLicense: BSD-3-Clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF\n WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH\n DAMAGE.\n\nLicense: GPL-2\n This program is free software; you can redistribute it and/or modify\n it under the terms version 2 of the GNU General Public License\n as published by the Free Software Foundation.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n\nLicense: LGPL-2\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public License as\n published by the Free Software Foundation; version 2 of the License.\n .\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Library General Public License for more details.\n .\n You should have received a copy of the GNU Library General Public License\n along with this library. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU Library General\n Public License version 2 can be found in \"/usr/share/common-licenses/LGPL-2\".\n"
- }
- }
- },
- {
- "license": {
- "id": "ISC"
- }
- },
- {
- "license": {
- "name": "GPL OR MIT-US-export",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: e2fsprogs\nUpstream-Contact: Theodore Ts'o <tytso at mit.edu>\nSource: http://sourceforge.net/projects/e2fsprogs\nComment:\n This is the Debian GNU/Linux prepackaged version of the EXT2 file\n system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were\n written by Theodore Ts'o <tytso at mit.edu> and Remy Card <card at masi.ibp.fr>.\n\nFiles: *\nCopyright: 1993-2018 Theodore Ts'o <tytso at mit.edu>\nLicense: GPL-2\nComment: Some files are GPL-2+ licensed or do not carry any license version.\n They are distributable as GPL-2 and listed as such for simplification.\n\nFiles: debian/*\nCopyright: 2003-2007 Theodore Ts'o <tytso at mit.edu>\n 1997-2003 Yann Dirson <dirson at debian.org>\n 2001 Alcove <http://www.alcove.com/>\n 1997 Klee Dienes\n 1995-1996 Michael Nonweiler <mrn20 at cam.ac.uk>\nLicense: GPL-2\n\nFiles: lib/ext2fs/*\n lib/e2p/*\n lib/support/print_fs_flags.c\n misc/e2fuzz.c\nCopyright: 1995-1999, 2002, 2004-2006 Theodore Ts'o <tytso at mit.edu>\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 2001 Andreas Gruenbacher, <a.gruenbacher at computer.org>\n 2007 IBM Corporation\n 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\n 2014 Oracle\n 2012 Zheng Liu <wenqing.lz at taobao.com>\n 2012 Intel Corporation\n 2001 Daniel Phillips\n 2002 Theodore Ts'o.\n 2002 Andreas Dilger\n 2006 Cluster File Systems, Inc.\n 2006, 2007 by Andreas Dilger <adilger at clusterfs.com>\n 2003,2004 Cluster File Systems, Inc <info at clusterfs.com>\n 1995 Theodore Ts'o.\n 2003 VMware, Inc.\n 2015 Jan Kara\n 2018 Collabora Ltd.\n 1997 Theodore Ts'o\n 1997 Mark Habersack\n 2011 Whamcloud, Inc.\n 2004 Sam Hocevar <sam at hocevar.net>\n 2014 Google Inc.\n 1993, 1994, 1995 Theodore Ts'o.\n 1998 Andrey Shedel <andreys at ns.cr.cyco.com>\nLicense: LGPL-2\nComment: Some files in lib/ext2fs claim\n \"This file may be redistributed under the terms of the GNU Public License.\"\n and NOTICE clarifies them to be licensed under LGPL-2.\n\nFiles: lib/ext2fs/tdb*\nCopyright: 1999-2005 Andrew Tridgell\n 2000-2006 Jeremy Allison\n 2000 Paul `Rusty' Russell\nLicense: LGPL-2\n\nFiles: lib/ext2fs/tdbtool.c\nCopyright: 1999-2000 Andrew Tridgell\n 2000 Paul `Rusty' Russell\n 2000 Jeremy Allison\n 2001 Andrew Esh\nLicense: GPL-2\n\nFiles: lib/ext2fs/kernel-jbd.h\nCopyright: 1998-2000 Red Hat, Inc\nLicense: GPL-2\n\nFiles: lib/ext2fs/nls_utf8.c\n lib/ext2fs/utf8n.h\n util/mkutf8data.c\nCopyright: 2014 SGI\n 2018 Collabora Ltd.\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc16.*\nCopyright: 2005 Ben Gardner <bgardner at wabtec.com>\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc32c*\nCopyright:\n August 26, 2011 Darrick J. Wong <djwong at us.ibm.com>\n Reuse Bob Pearson's slice-by-8 implementation for e2fsprogs.\n .\n July 20, 2011 Bob Pearson <rpearson at systemfabricworks.com>\n ...\n Oct 15, 2000 Matt Domsch <Matt_Domsch at dell.com>\n ...\n Oct 12, 2000 Matt Domsch <Matt_Domsch at dell.com>\nLicense: GPL-2\n\nFiles: lib/uuid/*\nCopyright: 1996-1999, 2007 Theodore Ts'o.\nLicense: BSD-3-Clause\n\nFiles: lib/uuid/*.3.in\nCopyright: 1999 Andreas Dilger <adilger at enel.ucalgary.ca>\nLicense: BSD-3-Clause\n\nFiles: contrib/fallocate.c\nCopyright: 2008 Red Hat, Inc. All rights reserved.\n 2003-2005 Silicon Graphics, Inc.\nLicense: GPL-2\n\nFiles: contrib/dconf\nCopyright: 1994 Ulrich Windl <Ulrich.Windl at rz.uni-regensburg.de>\nLicense: GPL-2\n\nFiles: CleanSpec.mk\n contrib/android/ext2simg.c\nCopyright: 2007, 2016 The Android Open Source Project\nLicense: Apache-2\n\nFiles: e2fsck/*\n debugfs/do_journal.c\n debugfs/journal.*\n debugfs/logdump.c\n debugfs/xattrs.c\n lib/support/plausible.c\n misc/fuse2fs.c\n misc/fsmap.h\nCopyright: 1993-2011 Theodore Ts'o\n 1999-2000 Red Hat Software\n 2000 Red Hat corp\n 2001 Red Hat, Inc.\n 2000 Stephen C. Tweedie\n 2000 Andreas Dilger\n 2014 Oracle\n 2019 Google LLC\nLicense: GPL-2\n\nFiles: e2fsck/mtrace.*\n include/nonunix/getopt.h\nCopyright: 1985-2015 Free Software Foundation, Inc.\nLicense: LGPL-2\n\nFiles: ext2ed/*\nCopyright: 1995 Gadi Oxman\nLicense: GPL-2\n\nFiles: include/mingw/unistd.h\nCopyright: 2004-2006 Kern Sibbald\n 2014 Adam Kropelin\nLicense: GPL-2\n\nFiles: lib/support/devname.*\nCopyright: 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\nLicense: GPL-2\n\nFiles: lib/blkid/*\n misc/blkid.c\nCopyright: 1999, 2001 by Andries Brouwer\n 1994-1997, 1999-2004 Theodore Ts'o <tytso at mit.edu>\n 2001 Andreas Dilger\nLicense: LGPL-2\n\nFiles: misc/blkid.8.in\n misc/uuidgen.1.in\nCopyright: 1999, 2000 Andreas Dilger <adilger at turbolinux.com>\nLicense: GPL-2\n\nFiles: misc/create_inode.c\nCopyright: 2014 Robert Yang <liezhi.yang at windriver.com>\nLicense: LGPL-2\n\nFiles: misc/e2freefrag.c\nCopyright: 2009 Sun Microsystems, Inc.\nLicense: GPL-2\n\nFiles: misc/e2undo.c\nCopyright: 2007 IBM Corporation\nLicense: GPL-2\n\nFiles: misc/e4defrag.c\nCopyright: Akira Fujita <a-fujita at rs.jp.nec.com>\n Takashi Sato <t-sato at yk.jp.nec.com>\nLicense: GPL-2\n\nFiles: misc/uuidgen.c\nCopyright: 1999 Andreas Dilger and Theodore Ts'o\nLicense: GPL-2\n\nFiles: misc/e2fuzz.sh\nCopyright: 2014 Oracle\nLicense: GPL-2\n\nFiles: misc/e4crypt.c\nCopyright: 2014 Google, Inc.\nLicense: GPL-2\n\nFiles: ext2ed/ext2.descriptors\n misc/badblocks.c\n misc/chattr.c\n misc/dumpe2fs.c\n misc/lsattr.c\n misc/mklost+found.c\n misc/tune2fs.c\nCopyright: 1995-1999 by Theodore Ts'o\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 1999 by David Beattie\n Linus Torvalds <Linus.Torvalds at cs.helsinki.fi>\nLicense: GPL-2\n\nFiles: resize/*\nCopyright: 1997-2000 by Theodore Ts'o and PowerQuest, Inc.\nLicense: GPL-2\n\nFiles: scrub/*\nCopyright: 2018 Oracle\nLicense: GPL-2\n\nFiles: tests/fuzz/*.cc\nCopyright: 2020 Google LLC\nLicense: Apache-2\n\nFiles: lib/support/argv_parse.*\nCopyright: 1999 Theodore Ts'o.\nLicense: ISC\n Permission to use, copy, modify, and distribute this software for\n any purpose with or without fee is hereby granted, provided that\n the above copyright notice and this permission notice appear in all\n copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND THEODORE TS'O (THE\n AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\n IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nFiles: lib/support/profile.*\nCopyright: 2005, 2006 by Theodore Ts'o.\n 1985-2005 by the Massachusetts Institute of Technology.\n All rights reserved.\nLicense: GPL or MIT-US-export\n This file may be redistributed under the terms of the GNU Public\n License.\n .\n Export of this software from the United States of America may require\n a specific license from the United States Government. It is the\n responsibility of any person or organization contemplating export to\n obtain such a license before exporting.\n .\n WITHIN THAT CONSTRAINT, permission to use, copy, modify, and\n distribute this software and its documentation for any purpose and\n without fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright notice and\n this permission notice appear in supporting documentation, and that\n the name of M.I.T. not be used in advertising or publicity pertaining\n to distribution of the software without specific, written prior\n permission. Furthermore if you modify this software you must label\n your software as modified software and not distribute it in such a\n fashion that it might be confused with the original MIT software.\n M.I.T. makes no representations about the suitability of this software\n for any purpose. It is provided \"as is\" without express or implied\n warranty.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License can be found in \"/usr/share/common-licenses/GPL\".\n\nFiles: lib/support/dict.*\nCopyright: 1997 Kaz Kylheku <kaz at ashi.footprints.net>\nLicense: Kazlib\n All rights are reserved by the author, with the following exceptions:\n Permission is granted to freely reproduce and distribute this software,\n possibly in exchange for a fee, provided that this copyright notice appears\n intact. Permission is also granted to adapt this software to produce\n derivative works, as long as the modified versions carry this copyright\n notice and additional notices stating that the work has been modified.\n This source code may be translated into executable form and incorporated\n into proprietary software; there is no requirement for such software to\n contain a copyright notice related to this source.\nComment: The work has been modified.\n\nFiles: doc/libext2fs.texinfo\nCopyright: 1997-2014 Theodore Ts'o\nLicense: Latex2e\n Permission is granted to process this file through TeX and print the\n results, provided the printed document carries copying permission\n notice identical to this one except for the removal of this paragraph\n (this paragraph not being relevant to the printed manual).\n .\n Permission is granted to copy and distribute modified versions of this\n manual under the conditions for verbatim copying, provided that the entire\n resulting derived work is distributed under the terms of a permission\n notice identical to this one.\n .\n Permission is granted to copy and distribute translations of this manual\n into another language, under the above conditions for modified versions,\n except that this permission notice may be stated in a translation approved\n by the author.\n\nFiles: doc/texinfo.tex\n lib/et/texinfo.tex\nCopyright: 1985-2006 Free Software Foundation, Inc.\nLicense: GPL-2+ with Texinfo exception\n This texinfo.tex file is free software; you can redistribute it and/or\n modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2, or (at\n your option) any later version.\n .\n This texinfo.tex file is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty\n of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this texinfo.tex file; see the file COPYING. If not, write\n to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA.\n .\n As a special exception, when this file is read by TeX when processing\n a Texinfo source document, you may use the result without\n restriction. (This has been our intent since Texinfo was invented.)\n\nLicense: Apache-2\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n .\n http://www.apache.org/licenses/LICENSE-2.0\n .\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\nComment:\n On Debian systems, the complete text of the Apache License, Version 2.0\n can be found in \"/usr/share/common-licenses/Apache-2.0\".\n\nLicense: BSD-3-Clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF\n WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH\n DAMAGE.\n\nLicense: GPL-2\n This program is free software; you can redistribute it and/or modify\n it under the terms version 2 of the GNU General Public License\n as published by the Free Software Foundation.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n\nLicense: LGPL-2\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public License as\n published by the Free Software Foundation; version 2 of the License.\n .\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Library General Public License for more details.\n .\n You should have received a copy of the GNU Library General Public License\n along with this library. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU Library General\n Public License version 2 can be found in \"/usr/share/common-licenses/LGPL-2\".\n"
- }
- }
- },
- {
- "license": {
- "id": "Kazlib"
- }
- },
- {
- "license": {
- "id": "Latex2e"
- }
- },
- {
- "license": {
- "name": "GPL-2.0-or-later WITH Texinfo exception"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libcrypt1 at 1:4.4.33-2?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -2969,49 +2761,7 @@
"content": "f3d1d48c0599aea85b7f2077a01d285badc42998c1a1e7473935d5cf995c8141"
}
],
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- },
- {
- "license": {
- "id": "X11"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- },
- {
- "license": {
- "name": "MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nComment: This package was debianized by Matthias Klose <doko at debian.org>\nSource: https://github.com/libffi/libffi/releases\nUpstream-Contact:\n Anthony Green <green at redhat.com>\n GCC developers\n See the README and below in the list of copyright holders for a more\n complete list.\n\nFiles: *\nCopyright:\n Copyright (c) 1996-2011 Red Hat, Inc.\n Copyright (C) 1996-2011 Anthony Green\n Copyright (C) 1996-2010 Free Software Foundation, Inc\n Copyright (c) 2003, 2004, 2006, 2007, 2008 Kaz Kojima\n Copyright (c) 2010, 2011, Plausible Labs Cooperative , Inc.\n Copyright (c) 2010 CodeSourcery\n Copyright (c) 2012 Alan Hourihane\n Copyright (c) 1998 Andreas Schwab\n Copyright (c) 2012, 2016 Thorsten Glaser\n Copyright (c) 2000 Hewlett Packard Company\n Copyright (c) 2009 Bradley Smith\n Copyright (c) 2008 David Daney\n Copyright (c) 2004 Simon Posnjak\n Copyright (c) 2005 Axis Communications AB\n Copyright (c) 1998 Cygnus Solutions\n Copyright (c) 2004 Renesas Technology\n Copyright (c) 2002, 2007 Bo Thorsen <bo at suse.de>\n Copyright (c) 2002 Ranjit Mathew\n Copyright (c) 2002 Roger Sayle\n Copyright (c) 2000, 2007 Software AG\n Copyright (c) 2003 Jakub Jelinek\n Copyright (c) 2000, 2001 John Hornkvist\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2008 Bj\u00f6rn K\u00f6nig\n Copyright (c) 2021 Microsoft, Inc.\n Copyright (c) 2019 Microsoft Corporation.\n Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke at gmail.com>\n Copyright (c) 2012 Paulo Pizarro <paulo.pizarro at gmail.com>\n Copyright (c) 2015 Michael Knyszek <mknyszek at berkeley.edu>\n Copyright (c) 2011 Timothy Wall\n Copyright (c) 2020 Kalray\n Copyright (c) 2013 Tensilica, Inc.\n Copyright (c) 2011-2012 Tilera Corp.\n Copyright (c) 2009-2012 ARM Ltd.\n Copyright (c) 2013 IBM\n Copyright (C) 2011 Kyle Moffett\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2013 The Written Word, Inc.\n Copyright (c) 2013 Imagination Technologies\n Copyright (c) 2013 Synopsys, Inc. (www.synopsys.com)\n Copyright (c) 2014 Sebastian Macke <sebastian at macke.de>\n Copyright (c) 2012, 2013 Xilinx, Inc\n Copyright (c) 2013 Miodrag Vallat. <miod at openbsd.org>\n Copyright (c) 2013 Mentor Graphics.\n Copyright (c) 2020 Madhavan T. Venkataraman\nLicense: Expat\nComment: See source files for details.\n The libffi source distribution contains certain code that is not part\n of libffi, and is only used as tooling to assist with the building and\n testing of libffi. This includes the msvcc.sh script used to wrap the\n Microsoft compiler with GNU compatible command-line options,\n make_sunver.pl, and the libffi test code distributed in the\n testsuite/libffi.bhaible directory. This code is distributed with\n libffi for the purpose of convenience only, and libffi is in no way\n derived from this code.\n\nFiles: doc/libffi.*\nCopyright: (C) 2008-2019, 2021 Anthony Green and Red Hat, Inc.\nLicense: Expat\n\nFiles: install-sh\nCopyright: (C) 1994 X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\nComment: FSF changes to this file are in the public domain.\n\nFiles: libtool-ldflags\nCopyright: (C) 2005 Free Software Foundation, Inc.\nLicense: GPL-2+\nComment: Contributed by CodeSourcery, LLC.\n\nFiles: make_sunver.pl\nCopyright: (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\nLicense: GPL-3+\nComment: Upstream does not have the license details.\n ffmpeg includes this software as GPL-3+.\n\nFiles: msvcc.sh\nCopyright:\n The Initial Developer of the Original Code is\n Timothy Wall <twalljava at dev.java.net>.\n Portions created by the Initial Developer are Copyright (C) 2009\n the Initial Developer. All Rights Reserved.\nComment: Contributor(s): Daniel Witte <dwitte at mozilla.com>\nLicense: MPL-1.1 or GPL-2+ or LGPL-2.1+\n The contents of this file are subject to the Mozilla Public License Version\n 1.1 (the \"License\"); you may not use this file except in compliance with\n the License. You may obtain a copy of the License at\n http://www.mozilla.org/MPL/\n .\n Software distributed under the License is distributed on an \"AS IS\" basis,\n WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n for the specific language governing rights and limitations under the\n License.\n .\n Alternatively, the contents of this file may be used under the terms of\n either the GNU General Public License Version 2 or later (the \"GPL\"), or\n the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n in which case the provisions of the GPL or the LGPL are applicable instead\n of those above. If you wish to allow use of your version of this file only\n under the terms of either the GPL or the LGPL, and not to allow others to\n use your version of this file under the terms of the MPL, indicate your\n decision by deleting the provisions above and replace them with the notice\n and other provisions required by the GPL or the LGPL. If you do not delete\n the provisions above, a recipient may use your version of this file under\n the terms of any one of the MPL, the GPL or the LGPL.\n .\n On Debian GNU/Linux systems, the complete texts of these licenses are in\n `/usr/share/common-licenses/{MPL-1.1,GPL-2,LGPL-2.1}'.\n\nFiles: src/dlmalloc.c\nCopyright: None (author: Doug Lea)\nLicense: public-domain\n This is a version (aka dlmalloc) of malloc/free/realloc written by\n Doug Lea and released to the public domain, as explained at\n http://creativecommons.org/licenses/publicdomain. Send questions,\n comments, complaints, performance data, etc to dl at cs.oswego.edu\n\nFiles: testsuite/*\nCopyright: (C) 2003-2019 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.closures/*\nCopyright: (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.\n (C) 2019 Anthony Green\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/*\nCopyright:\n Copyright 1993 Bill Triggs <Bill.Triggs at inrialpes.fr>\n Copyright 1995-2017 Bruno Haible <bruno at clisp.org>\n Copyright (C) 2003, 2006, 2009, 2010, 2014, 2018 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/alignof.h\nCopyright: (C) 2003-2004, 2006, 2009-2017 Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: debian/*\nCopyright: (C) 2008, 2011 Matthias Klose <doko at debian.org>\nLicense: GPL\n The Debian packaging is licensed under the GPL,\n see `/usr/share/common-licenses/GPL'.\n\nLicense: Expat\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n ``Software''), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n .\n The above copyright notice and this permission notice shall be included\n in all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nLicense: GPL-2+\n This file is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, \n MA 02110-1301, USA. \n\nLicense: GPL-3+\n This file is free software; you can redistribute it and/or modify it\n under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; see the file COPYING.GPLv3. If not see\n <http://www.gnu.org/licenses/>.\n"
- }
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "name": "GPL",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nComment: This package was debianized by Matthias Klose <doko at debian.org>\nSource: https://github.com/libffi/libffi/releases\nUpstream-Contact:\n Anthony Green <green at redhat.com>\n GCC developers\n See the README and below in the list of copyright holders for a more\n complete list.\n\nFiles: *\nCopyright:\n Copyright (c) 1996-2011 Red Hat, Inc.\n Copyright (C) 1996-2011 Anthony Green\n Copyright (C) 1996-2010 Free Software Foundation, Inc\n Copyright (c) 2003, 2004, 2006, 2007, 2008 Kaz Kojima\n Copyright (c) 2010, 2011, Plausible Labs Cooperative , Inc.\n Copyright (c) 2010 CodeSourcery\n Copyright (c) 2012 Alan Hourihane\n Copyright (c) 1998 Andreas Schwab\n Copyright (c) 2012, 2016 Thorsten Glaser\n Copyright (c) 2000 Hewlett Packard Company\n Copyright (c) 2009 Bradley Smith\n Copyright (c) 2008 David Daney\n Copyright (c) 2004 Simon Posnjak\n Copyright (c) 2005 Axis Communications AB\n Copyright (c) 1998 Cygnus Solutions\n Copyright (c) 2004 Renesas Technology\n Copyright (c) 2002, 2007 Bo Thorsen <bo at suse.de>\n Copyright (c) 2002 Ranjit Mathew\n Copyright (c) 2002 Roger Sayle\n Copyright (c) 2000, 2007 Software AG\n Copyright (c) 2003 Jakub Jelinek\n Copyright (c) 2000, 2001 John Hornkvist\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2008 Bj\u00f6rn K\u00f6nig\n Copyright (c) 2021 Microsoft, Inc.\n Copyright (c) 2019 Microsoft Corporation.\n Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke at gmail.com>\n Copyright (c) 2012 Paulo Pizarro <paulo.pizarro at gmail.com>\n Copyright (c) 2015 Michael Knyszek <mknyszek at berkeley.edu>\n Copyright (c) 2011 Timothy Wall\n Copyright (c) 2020 Kalray\n Copyright (c) 2013 Tensilica, Inc.\n Copyright (c) 2011-2012 Tilera Corp.\n Copyright (c) 2009-2012 ARM Ltd.\n Copyright (c) 2013 IBM\n Copyright (C) 2011 Kyle Moffett\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2013 The Written Word, Inc.\n Copyright (c) 2013 Imagination Technologies\n Copyright (c) 2013 Synopsys, Inc. (www.synopsys.com)\n Copyright (c) 2014 Sebastian Macke <sebastian at macke.de>\n Copyright (c) 2012, 2013 Xilinx, Inc\n Copyright (c) 2013 Miodrag Vallat. <miod at openbsd.org>\n Copyright (c) 2013 Mentor Graphics.\n Copyright (c) 2020 Madhavan T. Venkataraman\nLicense: Expat\nComment: See source files for details.\n The libffi source distribution contains certain code that is not part\n of libffi, and is only used as tooling to assist with the building and\n testing of libffi. This includes the msvcc.sh script used to wrap the\n Microsoft compiler with GNU compatible command-line options,\n make_sunver.pl, and the libffi test code distributed in the\n testsuite/libffi.bhaible directory. This code is distributed with\n libffi for the purpose of convenience only, and libffi is in no way\n derived from this code.\n\nFiles: doc/libffi.*\nCopyright: (C) 2008-2019, 2021 Anthony Green and Red Hat, Inc.\nLicense: Expat\n\nFiles: install-sh\nCopyright: (C) 1994 X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\nComment: FSF changes to this file are in the public domain.\n\nFiles: libtool-ldflags\nCopyright: (C) 2005 Free Software Foundation, Inc.\nLicense: GPL-2+\nComment: Contributed by CodeSourcery, LLC.\n\nFiles: make_sunver.pl\nCopyright: (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\nLicense: GPL-3+\nComment: Upstream does not have the license details.\n ffmpeg includes this software as GPL-3+.\n\nFiles: msvcc.sh\nCopyright:\n The Initial Developer of the Original Code is\n Timothy Wall <twalljava at dev.java.net>.\n Portions created by the Initial Developer are Copyright (C) 2009\n the Initial Developer. All Rights Reserved.\nComment: Contributor(s): Daniel Witte <dwitte at mozilla.com>\nLicense: MPL-1.1 or GPL-2+ or LGPL-2.1+\n The contents of this file are subject to the Mozilla Public License Version\n 1.1 (the \"License\"); you may not use this file except in compliance with\n the License. You may obtain a copy of the License at\n http://www.mozilla.org/MPL/\n .\n Software distributed under the License is distributed on an \"AS IS\" basis,\n WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n for the specific language governing rights and limitations under the\n License.\n .\n Alternatively, the contents of this file may be used under the terms of\n either the GNU General Public License Version 2 or later (the \"GPL\"), or\n the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n in which case the provisions of the GPL or the LGPL are applicable instead\n of those above. If you wish to allow use of your version of this file only\n under the terms of either the GPL or the LGPL, and not to allow others to\n use your version of this file under the terms of the MPL, indicate your\n decision by deleting the provisions above and replace them with the notice\n and other provisions required by the GPL or the LGPL. If you do not delete\n the provisions above, a recipient may use your version of this file under\n the terms of any one of the MPL, the GPL or the LGPL.\n .\n On Debian GNU/Linux systems, the complete texts of these licenses are in\n `/usr/share/common-licenses/{MPL-1.1,GPL-2,LGPL-2.1}'.\n\nFiles: src/dlmalloc.c\nCopyright: None (author: Doug Lea)\nLicense: public-domain\n This is a version (aka dlmalloc) of malloc/free/realloc written by\n Doug Lea and released to the public domain, as explained at\n http://creativecommons.org/licenses/publicdomain. Send questions,\n comments, complaints, performance data, etc to dl at cs.oswego.edu\n\nFiles: testsuite/*\nCopyright: (C) 2003-2019 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.closures/*\nCopyright: (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.\n (C) 2019 Anthony Green\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/*\nCopyright:\n Copyright 1993 Bill Triggs <Bill.Triggs at inrialpes.fr>\n Copyright 1995-2017 Bruno Haible <bruno at clisp.org>\n Copyright (C) 2003, 2006, 2009, 2010, 2014, 2018 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/alignof.h\nCopyright: (C) 2003-2004, 2006, 2009-2017 Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: debian/*\nCopyright: (C) 2008, 2011 Matthias Klose <doko at debian.org>\nLicense: GPL\n The Debian packaging is licensed under the GPL,\n see `/usr/share/common-licenses/GPL'.\n\nLicense: Expat\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n ``Software''), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n .\n The above copyright notice and this permission notice shall be included\n in all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nLicense: GPL-2+\n This file is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, \n MA 02110-1301, USA. \n\nLicense: GPL-3+\n This file is free software; you can redistribute it and/or modify it\n under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; see the file COPYING.GPLv3. If not see\n <http://www.gnu.org/licenses/>.\n"
- }
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libgcc-s1 at 12.2.0-14?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -3195,34 +2945,7 @@
"content": "6631304ce4b5b9ba0af3fdebf088a734aed2d28ffad2a03ba79e4fcb2e226dd6"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "name": "LGPL-2.1-or-later OR BSD-3-Clause",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: libgpg-error\nUpstream-Contact: gnupg-devel at gnupg.org\nSource: https://gnupg.org/ftp/gcrypt/libgpg-error/\n\nFiles: *\nCopyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/b64dec.c\nCopyright: 2008, 2011 Free Software Foundation, Inc.\n 2008, 2011, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/estream-printf.h src/estream-printf.c src/estream.c\nCopyright: 2004-2012, 2014-2017 g10 Code GmbH\nLicense: LGPL-2.1+ or BSD-3-clause\n\nFiles: src/w32-estream.c\nCopyright: 2000 Werner Koch (dd9jn)\n 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/gettext.h\nCopyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: src/gpg-error-config.in\nCopyright: 1999, 2002, 2003 Free Software Foundation, Inc.\nLicense: g10-permissive\n\nFiles: src/mkheader.c\nCopyright: 2010 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: g10-permissive\n\nFiles: src/posix-lock.c\nCopyright: 2005-2009 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/w32-gettext.c\nCopyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: doc/yat2m.c\nCopyright: 2005, 2013, 2015, 2016 g10 Code GmbH\n 2006, 2008, 2011 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: g10-permissive\n This file is free software; as a special exception the author gives\n unlimited permission to copy and/or distribute it, with or without\n modifications, as long as this notice is preserved.\n .\n This file is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY, to the extent permitted by law; without even the\n implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1\n of the License, or (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public\n License along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n .\n On Debian systems, the complete text of the GNU Lesser General Public License\n version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n On Debian systems, the complete text of the GNU General Public License\n version 3 can be found in /usr/share/common-licenses/GPL-3.\n\nLicense: BSD-3-clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- }
- }
- },
- {
- "license": {
- "name": "g10-permissive",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: libgpg-error\nUpstream-Contact: gnupg-devel at gnupg.org\nSource: https://gnupg.org/ftp/gcrypt/libgpg-error/\n\nFiles: *\nCopyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/b64dec.c\nCopyright: 2008, 2011 Free Software Foundation, Inc.\n 2008, 2011, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/estream-printf.h src/estream-printf.c src/estream.c\nCopyright: 2004-2012, 2014-2017 g10 Code GmbH\nLicense: LGPL-2.1+ or BSD-3-clause\n\nFiles: src/w32-estream.c\nCopyright: 2000 Werner Koch (dd9jn)\n 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/gettext.h\nCopyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: src/gpg-error-config.in\nCopyright: 1999, 2002, 2003 Free Software Foundation, Inc.\nLicense: g10-permissive\n\nFiles: src/mkheader.c\nCopyright: 2010 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: g10-permissive\n\nFiles: src/posix-lock.c\nCopyright: 2005-2009 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/w32-gettext.c\nCopyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: doc/yat2m.c\nCopyright: 2005, 2013, 2015, 2016 g10 Code GmbH\n 2006, 2008, 2011 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: g10-permissive\n This file is free software; as a special exception the author gives\n unlimited permission to copy and/or distribute it, with or without\n modifications, as long as this notice is preserved.\n .\n This file is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY, to the extent permitted by law; without even the\n implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1\n of the License, or (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public\n License along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n .\n On Debian systems, the complete text of the GNU Lesser General Public License\n version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n On Debian systems, the complete text of the GNU General Public License\n version 3 can be found in /usr/share/common-licenses/GPL-3.\n\nLicense: BSD-3-clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libgssapi-krb5-2 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -3434,13 +3157,7 @@
"content": "6a91eee690e6ad2207df3a355fc329a58d8e31bf5ca9a9dd4de8f7a1c812ddc5"
}
],
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libk5crypto3 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -3513,18 +3230,7 @@
"content": "03ebdf235600f4a8a6d4fbc7080de0a776b1a701f43c4e9697944757591d7809"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libkrb5-3 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -3541,18 +3247,7 @@
"content": "e489a9282c4b765c29d9eda7c4747e1cb58be71161012c3a57e2a8bc63dc0f5a"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libkrb5support0 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -4640,13 +4335,7 @@
"content": "2b07f5287b9105f40158b56e4d70cc1652dac56a408f3507b4ab3d061eed425f"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libselinux1 at 3.4-1+b6?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -4663,13 +4352,7 @@
"content": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libsemanage-common at 3.4-1?arch=all&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -4686,13 +4369,7 @@
"content": "fd36d0972866adde5a52269a309fcecd76a8e45e557dd0ecd33aa221cabc2a8c"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libsemanage2 at 3.4-1+b5?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -4946,26 +4623,12 @@
"alg": "MD5",
"content": "f027aa0a6fcdd1c58564245045787969"
},
- {
- "alg": "SHA-256",
- "content": "9b1b269020cec6aced3b39f096f7b67edd1f0d4ab24f412cb6506d0800e19cbf"
- }
- ],
- "licenses": [
- {
- "license": {
- "id": "Apache-2.0"
- }
- },
- {
- "license": {
- "name": "Artistic-1.0 OR GPL-1.0+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: OpenSSL\nSource: https://www.openssl.org\n\nFiles: *\nCopyright: 1995-2020, The OpenSSL Project Authors\n\t 1995-1998, Eric A. Young, Tim J. Hudson\n\t 2004-2014 Akamai Technologies.\n\t 2008 Andy Polyakov <appro at openssl.org>\n\t 2017 BaishanCloud.\n\t 2015 CloudFlare Inc.\n\t 2014-2016 Cryptography Research Inc.\n\t 2012-2014 Daniel J. Bernstein\n\t 2004 EdelKey Project.\n\t 2011 Google Inc.\n\t 2018-2019 IBM Corp.\n\t 2012,2014 Intel Corporation.\n\t 2012-2016 Jean-Philippe Aumasson\n\t 2007 KISA(Korea Information Security Agency).\n\t 2004 Kungliga Tekniska H\u00f6gskolan\n\t 2017 National Security Research Institute.\n\t 2006 Network Resonance Inc.\n\t 2005,2007-2020 Nokia\n\t 2006 NTT (Nippon Telegraph and Telephone Corporation)\n\t 2002,2017-2020 Oracle and/or its affiliates.\n\t 1995 Patrick Powell\n\t 2019 Red Hat Inc.\n\t 2017 Ribose Inc.\n\t 2004,2018 Richard Levitte <richard at levitte.org>\n\t 2011 RTFM Inc.\n\t 2012 Samuel Neves <sneves at dei.uc.pt>\n\t 2015-2020 Siemens AG\n\t 2002 The OpenTSA Project.\n\t 2013-2014 Timo Ter\u00e4s <timo.teras at gmail.com>\n\t 2016 Viktor Dukhovni <openssl-users at dukhovni.org>.\n\t 2016 VMS Software Inc.\nLicense: Apache-2.0\n\nLicense: Apache-2.0\n Licensed under the Apache License 2.0 (the \"License\"). You may not use\n this file except in compliance with the License. You can obtain a copy\n in the file LICENSE in the source distribution or at\n https://www.openssl.org/source/license.html\n .\n On Debian systems, the complete text of the Apache 2.0 License\n can be found in `/usr/share/common-licenses/Apache-2.0'\n\nFiles: debian/*\nCopyright: Christoph Martin, Kurt Roeckx, Sebastian Andrzej Siewior\nLicense: Apache-2.0\n\nFiles: external/perl/Text-Template-1.56/*\nCopyright: 2013, Mark Jason Dominus <mjd at cpan.org>.\nLicense: Artistic or GPL-1+\n\nLicense: Artistic\n This program is free software; you can redistribute it and/or modify\n it under the terms of the Artistic License, which comes with Perl.\n .\n On Debian systems, the complete text of the Artistic License can be\n found in `/usr/share/common-licenses/Artistic'.\n\nLicense: GPL-1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 1, or (at your option)\n any later version.\n .\n On Debian systems, the complete text of version 1 of the GNU General\n Public License can be found in `/usr/share/common-licenses/GPL-1'.\n"
- }
- }
+ {
+ "alg": "SHA-256",
+ "content": "9b1b269020cec6aced3b39f096f7b67edd1f0d4ab24f412cb6506d0800e19cbf"
}
],
+ "licenses": [],
"purl": "pkg:deb/debian/libstdc++6 at 12.2.0-14?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -5078,38 +4741,7 @@
"content": "eec4dc9d949d2c666b1da3fa762a340e8ba10c3a04d3eed32749a97695c15641"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "name": "GPL-2.0-only WITH Linux-syscall-note exception"
- }
- },
- {
- "license": {
- "id": "MIT"
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libtasn1-6 at 4.19.0-2?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -7421,28 +7053,7 @@
"content": "6de342750e6a3940b321a5d056d0e17512d5ad3eb2fcf1fa6dbd783fcb4b7f0e"
}
],
- "licenses": [
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- },
- {
- "license": {
- "id": "BSD-3-Clause"
- }
- },
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/base-files at 12.4+deb12u6?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -7879,13 +7490,7 @@
"content": "c1bac61abefa0d957394d33c02b7bfb2a3ab3ce5e6d90617c4019ddea4bdbf63"
}
],
- "licenses": [
- {
- "license": {
- "id": "BSD-2-Clause"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/debian-archive-keyring at 2023.3+deb12u1?arch=all&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -8405,108 +8010,7 @@
"content": "1a03df5a57833d65b5bb08cfa19d50e76f29088dc9e64fb934af42d9023a0807"
}
],
- "licenses": [
- {
- "license": {
- "name": "GFDL-NIV-1.3+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- },
- {
- "license": {
- "id": "FSFAP"
- }
- },
- {
- "license": {
- "name": "GPL-3.0-or-later WITH Autoconf-data exception"
- }
- },
- {
- "license": {
- "id": "FSFULLR"
- }
- },
- {
- "license": {
- "name": "GPL-2.0-or-later WITH Autoconf-data exception"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "X11"
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "name": "GPL WITH automake exception",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "LGPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "LGPL-3.0-or-later"
- }
- },
- {
- "license": {
- "name": "BSD-3-clause and/or GPL-3+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "name": "GPL-3.0-or-later WITH Bison-2.2 exception"
- }
- },
- {
- "license": {
- "name": "LGPL-3",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- },
- {
- "license": {
- "name": "ISC and/or LGPL-2.1+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: findutils\nSource: https://ftp.gnu.org/gnu/findutils/\n\nFiles: *\nCopyright: 1996-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: GNUmakefile\n Makefile.am\n TODO\n configure.ac\n init.cfg\n maint.mk\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: INSTALL\nCopyright: 1994-1996, 1999-2002, 2004-2017, 2020, 2021, Free\nLicense: FSFAP\n Copying and distribution of this file, with or without modification,\n are permitted in any medium without royalty provided the copyright\n notice and this notice are preserved. This file is offered as-is,\n without warranty of any kind.\n\nFiles: README-hacking\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: build-aux/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: build-aux/config.guess\n build-aux/config.sub\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: GPL-3+ with Autoconf-data exception\n under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that\n program. This Exception is an additional permission under section 7\n of the GNU General Public License, version 3 (\"GPLv3\").\n\nFiles: build-aux/config.rpath\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: build-aux/depcomp\n build-aux/mdate-sh\n build-aux/missing\n build-aux/test-driver\n build-aux/ylwrap\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: GPL-2+ with Autoconf-data exception\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2, or (at your option)\n any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\n .\n As a special exception to the GNU General Public License, if you\n distribute this file as part of a program that contains a\n configuration script generated by Autoconf, you may include it under\n the same distribution terms that you use for the rest of that program. \n\nFiles: build-aux/gnupload\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: build-aux/install-sh\nCopyright: 1994, X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\n .\n .\n FSF changes to this file are in the public domain.\n\nFiles: build-aux/mkinstalldirs\nCopyright: Noah Friedman <friedman at prep.ai.mit.edu>\nLicense: public-domain\n blah\n\nFiles: debian/*\nCopyright: Ian Murdock (before 1996) 1996-2001 Kevin Dalley 2002 Thomas Schoepf 2003-2023 Andreas Metzler\nLicense: GPL-2+\n\nFiles: doc/*\nCopyright: 1994-2022, Free Software Foundation, Inc.\nLicense: GFDL-NIV-1.3+\n\nFiles: doc/Makefile.am\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: find/find.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/*\nCopyright: 2004, 2009, Free Software Foundation, Inc.\nLicense: GPL with automake exception\n This file is free software, distributed under the terms of the GNU\n General Public License. As a special exception to the GNU General\n Public License, this file may be distributed as part of a program\n that contains a configuration script generated by Automake, under\n the same distribution terms as the rest of that program.\n\nFiles: gl/lib/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/Makefile.am\n gl/lib/areadlinkat.c\n gl/lib/argv-iter.c\n gl/lib/argv-iter.h\n gl/lib/at-func.c\n gl/lib/canonicalize.c\n gl/lib/canonicalize.h\n gl/lib/chdir-long.c\n gl/lib/chdir-long.h\n gl/lib/close-stream.c\n gl/lib/close-stream.h\n gl/lib/closein.c\n gl/lib/closein.h\n gl/lib/creat-safer.c\n gl/lib/cycle-check.c\n gl/lib/cycle-check.h\n gl/lib/dev-ino.h\n gl/lib/dirent--.h\n gl/lib/dirent-safer.h\n gl/lib/dup-safer-flag.c\n gl/lib/dup-safer.c\n gl/lib/faccessat.c\n gl/lib/fcntl--.h\n gl/lib/fcntl-safer.h\n gl/lib/fd-safer-flag.c\n gl/lib/fd-safer.c\n gl/lib/fdopendir.c\n gl/lib/file-set.c\n gl/lib/file-set.h\n gl/lib/fopen-safer.c\n gl/lib/fstatat.c\n gl/lib/fts-cycle.c\n gl/lib/gcc-function-attributes.h\n gl/lib/getcwd.c\n gl/lib/hash-triple-simple.c\n gl/lib/hash-triple.h\n gl/lib/human.c\n gl/lib/human.h\n gl/lib/idcache.h\n gl/lib/mbswidth.c\n gl/lib/mbswidth.h\n gl/lib/mountlist.c\n gl/lib/open-safer.c\n gl/lib/openat-die.c\n gl/lib/openat-priv.h\n gl/lib/openat-proc.c\n gl/lib/openat-safer.c\n gl/lib/openat.c\n gl/lib/openat.h\n gl/lib/opendir-safer.c\n gl/lib/opendirat.c\n gl/lib/opendirat.h\n gl/lib/parse-datetime.y\n gl/lib/pipe-safer.c\n gl/lib/progname.c\n gl/lib/progname.h\n gl/lib/quote.h\n gl/lib/quotearg.c\n gl/lib/readlinkat.c\n gl/lib/selinux-at.c\n gl/lib/selinux-at.h\n gl/lib/stat-macros.h\n gl/lib/stat-size.h\n gl/lib/statat.c\n gl/lib/stdio--.h\n gl/lib/stdio-safer.h\n gl/lib/unistd--.h\n gl/lib/unistd-safer.h\n gl/lib/unlinkat.c\n gl/lib/unlocked-io.h\n gl/lib/xalloc.h\n gl/lib/xgetcwd.h\n gl/lib/xmalloc.c\n gl/lib/xstrtoul.c\n gl/lib/xstrtoumax.c\n gl/lib/yesno.c\n gl/lib/yesno.h\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/lib/_Noreturn.h\n gl/lib/arg-nonnull.h\n gl/lib/c++defs.h\n gl/lib/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gl/lib/alloca.c\nCopyright: D A Gwyn\nLicense: public-domain\n This file is in the public domain.\n\nFiles: gl/lib/alloca.in.h\n gl/lib/areadlink.h\n gl/lib/basename-lgpl.h\n gl/lib/careadlinkat.c\n gl/lib/dirname.h\n gl/lib/error.h\n gl/lib/hash.h\n gl/lib/stripslash.c\n gl/lib/uniwidth.in.h\nCopyright: 1990, 1995-1999, 2001-2022, Free Software Foundation\nLicense: LGPL-2.1+\n\nFiles: gl/lib/argmatch.c\n gl/lib/argmatch.h\n gl/lib/basename.c\n gl/lib/closeout.h\n gl/lib/dirname.c\n gl/lib/fileblocks.c\n gl/lib/modechange.c\n gl/lib/modechange.h\n gl/lib/mountlist.h\n gl/lib/parse-datetime.h\n gl/lib/rpmatch.c\n gl/lib/save-cwd.c\n gl/lib/savedir.c\n gl/lib/savedir.h\n gl/lib/xalloc-die.c\n gl/lib/xgetcwd.c\n gl/lib/xstrtod.c\n gl/lib/xstrtod.h\n gl/lib/xstrtol-error.c\n gl/lib/xstrtol-error.h\n gl/lib/xstrtol.c\n gl/lib/xstrtol.h\nCopyright: 1989-1992, 1995-2022, Free Software\nLicense: GPL-3+\n\nFiles: gl/lib/basename-lgpl.c\n gl/lib/c-strcase.h\n gl/lib/dirname-lgpl.c\n gl/lib/filenamecat.h\n gl/lib/getdelim.c\n gl/lib/gettext.h\n gl/lib/group-member.c\n gl/lib/hard-locale.c\n gl/lib/minmax.h\n gl/lib/pathmax.h\n gl/lib/printf-args.c\n gl/lib/printf-args.h\n gl/lib/printf-parse.h\n gl/lib/realloc.c\n gl/lib/rmdir.c\n gl/lib/safe-read.c\n gl/lib/stpcpy.c\n gl/lib/strdup.c\n gl/lib/strndup.c\n gl/lib/strstr.c\nCopyright: 1988, 1990-2022, Free Software\nLicense: LGPL-2.1+\n\nFiles: gl/lib/c-strstr.c\n gl/lib/c-strstr.h\n gl/lib/fchdir.c\n gl/lib/gettime.c\n gl/lib/i-ring.c\n gl/lib/i-ring.h\n gl/lib/isfinite.c\n gl/lib/isinf.c\n gl/lib/mbscasestr.c\n gl/lib/mbslen.c\n gl/lib/mbsstr.c\n gl/lib/mbuiter.c\n gl/lib/mbuiter.h\n gl/lib/modf.c\n gl/lib/nstrftime.c\n gl/lib/rewinddir.c\n gl/lib/strftime.h\n gl/lib/strtoul.c\n gl/lib/strtoull.c\n gl/lib/strtoumax.c\n gl/lib/time-internal.h\n gl/lib/time_rz.c\n gl/lib/timespec.c\n gl/lib/trunc.c\n gl/lib/tzset.c\n gl/lib/version-etc-fsf.c\n gl/lib/version-etc.c\n gl/lib/version-etc.h\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gl/lib/cdefs.h\nCopyright: The GNU Toolchain Authors.\n 1992-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gl/lib/closeout.c\n gl/lib/filemode.h\n gl/lib/fpending.c\n gl/lib/fpending.h\n gl/lib/quotearg.h\n gl/lib/save-cwd.h\nCopyright: 1995, 1997-2022, Free Software Foundation\nLicense: GPL-3+\n\nFiles: gl/lib/euidaccess.c\n gl/lib/fnmatch.in.h\nCopyright: 1990-1993, 1995-2022, Free\nLicense: LGPL-2.1+\n\nFiles: gl/lib/filemode.c\n gl/lib/idcache.c\nCopyright: 1985, 1988-1990, 1993, 1997-2000, 2003-2007, 2009-2022, Free\nLicense: GPL-3+\n\nFiles: gl/lib/fts.c\n gl/lib/fts_.h\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: BSD-3-clause and/or GPL-3+\n\nFiles: gl/lib/memrchr.c\n gl/lib/strtol.c\n gl/lib/timespec.h\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gl/lib/parse-datetime-gen.h\n gl/lib/parse-datetime.c\nCopyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation\nLicense: GPL-3+ with Bison-2.2 exception\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>. */\n .\n As a special exception, you may create a larger work that contains\n part or all of the Bison parser skeleton and distribute that work\n under terms of your choice, so long as that work isn't itself a\n parser generator using the skeleton or a modified version thereof\n as a parser skeleton. Alternatively, if you modify or redistribute\n the parser skeleton itself, you may (at your option) remove this\n special exception, which will cause the skeleton and the resulting\n Bison output files to be licensed under the GNU General Public\n License without this special exception.\n .\n This special exception was added by the Free Software Foundation in\n version 2.2 of Bison.\n\nFiles: gl/lib/str-kmp.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/lib/strtoimax.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gl/lib/uniwidth/width0.h\n gl/lib/uniwidth/width2.h\nCopyright: 2000-2022, Free Software Foundation, Inc.\nLicense: LGPL-3\n\nFiles: gl/m4/*\nCopyright: 1992-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/alloca.m4\n gl/m4/getline.m4\n gl/m4/getpagesize.m4\n gl/m4/idcache.m4\n gl/m4/intmax_t.m4\n gl/m4/malloca.m4\n gl/m4/mbrtowc.m4\n gl/m4/mempcpy.m4\n gl/m4/memrchr.m4\n gl/m4/mktime.m4\n gl/m4/modechange.m4\n gl/m4/pathmax.m4\n gl/m4/quote.m4\n gl/m4/safe-read.m4\n gl/m4/savedir.m4\n gl/m4/strnlen.m4\n gl/m4/xstrtod.m4\n gl/m4/yesno.m4\nCopyright: 1997-2022, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gl/m4/codeset.m4\n gl/m4/d-ino.m4\n gl/m4/fstypename.m4\n gl/m4/stat-time.m4\nCopyright: 1997-2022, Free Software\nLicense: FSFULLR\n\nFiles: gl/m4/gettext.m4\n gl/m4/intl-thread-locale.m4\n gl/m4/intlmacosx.m4\n gl/m4/po.m4\n gl/m4/progtest.m4\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: gl/m4/gnulib-cache.m4\n gl/m4/gnulib-comp.m4\n gl/m4/std-gnu11.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gl/m4/lcmessage.m4\nCopyright: 1995-2002, 2004, 2005, 2008-2014, 2016, 2019-2022, Free\nLicense: FSFULLR\n\nFiles: gl/m4/nls.m4\nCopyright: 1995-2003, 2005, 2006, 2008-2014, Free Software Foundation\nLicense: FSFULLR\n\nFiles: gnulib-tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: gnulib-tests/_Noreturn.h\n gnulib-tests/arg-nonnull.h\n gnulib-tests/c++defs.h\n gnulib-tests/warn-on-use.h\nCopyright: 2009-2022, Free Software Foundation, Inc.\nLicense: LGPL-2+\n\nFiles: gnulib-tests/accept.c\n gnulib-tests/anytostr.c\n gnulib-tests/arpa_inet.in.h\n gnulib-tests/binary-io.c\n gnulib-tests/binary-io.h\n gnulib-tests/bind.c\n gnulib-tests/connect.c\n gnulib-tests/fdopen.c\n gnulib-tests/fpucw.h\n gnulib-tests/getpagesize.c\n gnulib-tests/getrandom.c\n gnulib-tests/ignore-value.h\n gnulib-tests/imaxtostr.c\n gnulib-tests/inttostr.c\n gnulib-tests/inttostr.h\n gnulib-tests/ioctl.c\n gnulib-tests/listen.c\n gnulib-tests/localename-table.c\n gnulib-tests/localename-table.h\n gnulib-tests/localename.c\n gnulib-tests/localename.h\n gnulib-tests/mkdir.c\n gnulib-tests/nanosleep.c\n gnulib-tests/netinet_in.in.h\n gnulib-tests/offtostr.c\n gnulib-tests/pthread-thread.c\n gnulib-tests/pthread.in.h\n gnulib-tests/pthread_sigmask.c\n gnulib-tests/qemu.h\n gnulib-tests/raise.c\n gnulib-tests/sched.in.h\n gnulib-tests/sched_yield.c\n gnulib-tests/secure_getenv.c\n gnulib-tests/select.c\n gnulib-tests/setsockopt.c\n gnulib-tests/sig-handler.c\n gnulib-tests/sig-handler.h\n gnulib-tests/sigaction.c\n gnulib-tests/signal.in.h\n gnulib-tests/sigprocmask.c\n gnulib-tests/sleep.c\n gnulib-tests/socket.c\n gnulib-tests/sys_ioctl.in.h\n gnulib-tests/sys_random.in.h\n gnulib-tests/sys_select.in.h\n gnulib-tests/tempname.c\n gnulib-tests/tempname.h\n gnulib-tests/thread-optim.h\n gnulib-tests/uinttostr.c\n gnulib-tests/umaxtostr.c\n gnulib-tests/usleep.c\n gnulib-tests/w32sock.h\n gnulib-tests/wctomb-impl.h\n gnulib-tests/wctomb.c\n gnulib-tests/windows-thread.c\n gnulib-tests/windows-thread.h\n gnulib-tests/windows-tls.c\n gnulib-tests/windows-tls.h\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/atoll.c\n gnulib-tests/setlocale.c\n gnulib-tests/symlink.c\n gnulib-tests/test-binary-io.sh\n gnulib-tests/test-btowc1.sh\n gnulib-tests/test-btowc2.sh\n gnulib-tests/test-c-strcase.sh\n gnulib-tests/test-closein.sh\n gnulib-tests/test-fflush2.sh\n gnulib-tests/test-fpending.sh\n gnulib-tests/test-freadahead.sh\n gnulib-tests/test-fseek.sh\n gnulib-tests/test-fseek2.sh\n gnulib-tests/test-fseeko.sh\n gnulib-tests/test-fseeko2.sh\n gnulib-tests/test-fseeko3.sh\n gnulib-tests/test-fseeko4.sh\n gnulib-tests/test-ftell.sh\n gnulib-tests/test-ftell2.sh\n gnulib-tests/test-ftello.sh\n gnulib-tests/test-ftello2.sh\n gnulib-tests/test-ftello4.sh\n gnulib-tests/test-ftruncate.sh\n gnulib-tests/test-getcwd.sh\n gnulib-tests/test-iswdigit.sh\n gnulib-tests/test-iswxdigit.sh\n gnulib-tests/test-lseek.sh\n gnulib-tests/test-mbrtowc-w32-1.sh\n gnulib-tests/test-mbrtowc-w32-2.sh\n gnulib-tests/test-mbrtowc-w32-3.sh\n gnulib-tests/test-mbrtowc-w32-4.sh\n gnulib-tests/test-mbrtowc-w32-5.sh\n gnulib-tests/test-mbrtowc-w32-6.sh\n gnulib-tests/test-mbrtowc-w32-7.sh\n gnulib-tests/test-mbrtowc1.sh\n gnulib-tests/test-mbrtowc2.sh\n gnulib-tests/test-mbrtowc3.sh\n gnulib-tests/test-mbrtowc4.sh\n gnulib-tests/test-mbrtowc5.sh\n gnulib-tests/test-mbscasestr2.sh\n gnulib-tests/test-mbscasestr3.sh\n gnulib-tests/test-mbscasestr4.sh\n gnulib-tests/test-mbsinit.sh\n gnulib-tests/test-mbsrtowcs1.sh\n gnulib-tests/test-mbsrtowcs2.sh\n gnulib-tests/test-mbsrtowcs3.sh\n gnulib-tests/test-mbsrtowcs4.sh\n gnulib-tests/test-mbsstr2.sh\n gnulib-tests/test-mbsstr3.sh\n gnulib-tests/test-nl_langinfo.sh\n gnulib-tests/test-perror.sh\n gnulib-tests/test-select-in.sh\n gnulib-tests/test-select-out.sh\n gnulib-tests/test-setlocale1.sh\n gnulib-tests/test-setlocale2.sh\n gnulib-tests/test-verify.sh\n gnulib-tests/test-wcrtomb-w32-1.sh\n gnulib-tests/test-wcrtomb-w32-2.sh\n gnulib-tests/test-wcrtomb-w32-3.sh\n gnulib-tests/test-wcrtomb-w32-4.sh\n gnulib-tests/test-wcrtomb-w32-5.sh\n gnulib-tests/test-wcrtomb-w32-6.sh\n gnulib-tests/test-wcrtomb-w32-7.sh\n gnulib-tests/test-wcrtomb.sh\n gnulib-tests/test-xstrtol.sh\n gnulib-tests/test-xstrtoumax.sh\n gnulib-tests/test-yesno.sh\n gnulib-tests/tmpdir.h\n gnulib-tests/tmpfile.c\n gnulib-tests/wctob.c\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: gnulib-tests/glthread/*\nCopyright: 1985, 1987-2022, Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: gnulib-tests/inet_pton.c\nCopyright: 2006, 2008-2022, Free Software Foundation, Inc.\nLicense: ISC and/or LGPL-2.1+\n\nFiles: gnulib-tests/putenv.c\n gnulib-tests/strtol.c\nCopyright: 1991-2000, 2002-2022, Free Software\nLicense: LGPL-3+\n\nFiles: gnulib-tests/strtoll.c\n gnulib-tests/tmpdir.c\nCopyright: 1995-1997, 1999, 2001-2004, 2006, 2009-2022, Free Software Foundation\nLicense: LGPL-3+\n\nFiles: gnulib-tests/test-dynarray.c\nCopyright: 2004-2022, Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: gnulib-tests/uniwidth/test-uc_width2.sh\nCopyright: 1991-2022, Free Software Foundation, Inc.\nLicense: LGPL-3+\n\nFiles: lib/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: locate/locate.1\n locate/locatedb.5\n locate/updatedb.1\nCopyright: Copyright (co 1994-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: m4/*\nCopyright: 1995-2022, Free Software Foundation, Inc.\nLicense: FSFULLR\n\nFiles: m4/nullsort.m4\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: tests/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/*\nCopyright: 1985-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: xargs/xargs.1\nCopyright: Copyright (co 1990-2022, Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: BSD-3-clause\n The BSD License\n .\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n .\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution. \n .\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission. \n .\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\n IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\n TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nLicense: FSFULLR\n This file is free software; the Free Software Foundation\n gives unlimited permission to copy and/or distribute it,\n with or without modifications, as long as this notice is preserved.\n\nLicense: GFDL-NIV-1.3+\n Permission is granted to copy, distribute and/or modify this\n document under the terms of the GNU Free Documentation License,\n Version 1.3 or any later version published by the Free Software\n Foundation; with no Invariant Sections, no Front-Cover Texts, and\n no Back-Cover Texts. A copy of the license is included in the\n section entitled \"GNU Free Documentation License\".\n .\n On Debian systems, the complete text of version 1.3 of the GNU Free\n Documentation License can be found in '/usr/share/common-licenses/GFDL-1.3'.\n\nLicense: GPL-2+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 2 dated June, 1991, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-2'.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; version 3 dated June, 2007, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU General\n Public License can be found in '/usr/share/common-licenses/GPL-3'.\n\nLicense: ISC\n The ISC License\n .\n Copyright (c) 2023 by the copyright holder\n .\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nLicense: LGPL-2+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Library General Public License as published by the\n Free Software Foundation; version 2 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2 of the GNU Library\n General Public License can be found in '/usr/share/common-licenses/LGPL-2'.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 2.1 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 2.1 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.\n\nLicense: LGPL-3\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n\nLicense: LGPL-3+\n This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by the\n Free Software Foundation; version 3 of the License, or (at\n your option) any later version.\n On Debian systems, the complete text of version 3 of the GNU Lesser\n General Public License can be found in '/usr/share/common-licenses/LGPL-3'.\n"
- }
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/gcc-12-base at 12.2.0-14?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -9449,21 +8953,7 @@
"content": "687687d1ace90565cc451b1be527914246123968b747c823e276cd7f8b57ba3d"
}
],
- "licenses": [
- {
- "license": {
- "name": "BSD-variant",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: bzip2\nSource: http://www.bzip.org/\n\nFiles: *\nCopyright: 1996-2010 Julian R Seward <jseward at bzip.org>\nLicense: BSD-variant\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n .\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n 2. The origin of this software must not be misrepresented; you must\n not claim that you wrote the original software. If you use this\n software in a product, an acknowledgment in the product\n documentation would be appreciated but is not required.\n .\n 3. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n .\n 4. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior written\n permission.\n .\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\n OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nFiles: debian/*\nCopyright: 2018 Nicolas Boulenguez <nicolas.boulenguez at free.fr>\n\t 2012-2015 Santiago Ruano Rinc\u00f3n <santiago at debian.org>\n 2014 Canonical Ltd.\n 2004-2011 Anibal Monsalve Salazar <anibal at debian.org>\n 1999-2002 Philippe Troin <phil at fifi.org>\n 1997-1999 Anthony Fok <foka at debian.org>\nLicense: GPL-2\n The full text of the GNU General Public License version 2\n can be found in /usr/share/common-licenses/GPL-2.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libc-bin at 2.36-9+deb12u7?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -9480,21 +8970,7 @@
"content": "eba944bd99c2f5142baf573e6294a70f00758083bc3c2dca4c9e445943a3f8e6"
}
],
- "licenses": [
- {
- "license": {
- "name": "BSD-variant",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: bzip2\nSource: http://www.bzip.org/\n\nFiles: *\nCopyright: 1996-2010 Julian R Seward <jseward at bzip.org>\nLicense: BSD-variant\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n .\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n .\n 2. The origin of this software must not be misrepresented; you must\n not claim that you wrote the original software. If you use this\n software in a product, an acknowledgment in the product\n documentation would be appreciated but is not required.\n .\n 3. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n .\n 4. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior written\n permission.\n .\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\n OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nFiles: debian/*\nCopyright: 2018 Nicolas Boulenguez <nicolas.boulenguez at free.fr>\n\t 2012-2015 Santiago Ruano Rinc\u00f3n <santiago at debian.org>\n 2014 Canonical Ltd.\n 2004-2011 Anibal Monsalve Salazar <anibal at debian.org>\n 1999-2002 Philippe Troin <phil at fifi.org>\n 1997-1999 Anthony Fok <foka at debian.org>\nLicense: GPL-2\n The full text of the GNU General Public License version 2\n can be found in /usr/share/common-licenses/GPL-2.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libc6 at 2.36-9+deb12u7?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -9670,70 +9146,18 @@
{
"type": "library",
"name": "libcrypt1",
- "version": "1:4.4.33-2",
- "hashes": [
- {
- "alg": "MD5",
- "content": "62f2b13bce2b331289624fbd095c29f0"
- },
- {
- "alg": "SHA-256",
- "content": "f5f60a5cdfd4e4eaa9438ade5078a57741a7a78d659fcb0c701204f523e8bd29"
- }
- ],
- "licenses": [
- {
- "license": {
- "id": "GPL-2.0-only"
- }
- },
- {
- "license": {
- "id": "LGPL-2.0-only"
- }
- },
- {
- "license": {
- "id": "BSD-3-Clause"
- }
- },
- {
- "license": {
- "name": "Apache-2",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: e2fsprogs\nUpstream-Contact: Theodore Ts'o <tytso at mit.edu>\nSource: http://sourceforge.net/projects/e2fsprogs\nComment:\n This is the Debian GNU/Linux prepackaged version of the EXT2 file\n system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were\n written by Theodore Ts'o <tytso at mit.edu> and Remy Card <card at masi.ibp.fr>.\n\nFiles: *\nCopyright: 1993-2018 Theodore Ts'o <tytso at mit.edu>\nLicense: GPL-2\nComment: Some files are GPL-2+ licensed or do not carry any license version.\n They are distributable as GPL-2 and listed as such for simplification.\n\nFiles: debian/*\nCopyright: 2003-2007 Theodore Ts'o <tytso at mit.edu>\n 1997-2003 Yann Dirson <dirson at debian.org>\n 2001 Alcove <http://www.alcove.com/>\n 1997 Klee Dienes\n 1995-1996 Michael Nonweiler <mrn20 at cam.ac.uk>\nLicense: GPL-2\n\nFiles: lib/ext2fs/*\n lib/e2p/*\n lib/support/print_fs_flags.c\n misc/e2fuzz.c\nCopyright: 1995-1999, 2002, 2004-2006 Theodore Ts'o <tytso at mit.edu>\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 2001 Andreas Gruenbacher, <a.gruenbacher at computer.org>\n 2007 IBM Corporation\n 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\n 2014 Oracle\n 2012 Zheng Liu <wenqing.lz at taobao.com>\n 2012 Intel Corporation\n 2001 Daniel Phillips\n 2002 Theodore Ts'o.\n 2002 Andreas Dilger\n 2006 Cluster File Systems, Inc.\n 2006, 2007 by Andreas Dilger <adilger at clusterfs.com>\n 2003,2004 Cluster File Systems, Inc <info at clusterfs.com>\n 1995 Theodore Ts'o.\n 2003 VMware, Inc.\n 2015 Jan Kara\n 2018 Collabora Ltd.\n 1997 Theodore Ts'o\n 1997 Mark Habersack\n 2011 Whamcloud, Inc.\n 2004 Sam Hocevar <sam at hocevar.net>\n 2014 Google Inc.\n 1993, 1994, 1995 Theodore Ts'o.\n 1998 Andrey Shedel <andreys at ns.cr.cyco.com>\nLicense: LGPL-2\nComment: Some files in lib/ext2fs claim\n \"This file may be redistributed under the terms of the GNU Public License.\"\n and NOTICE clarifies them to be licensed under LGPL-2.\n\nFiles: lib/ext2fs/tdb*\nCopyright: 1999-2005 Andrew Tridgell\n 2000-2006 Jeremy Allison\n 2000 Paul `Rusty' Russell\nLicense: LGPL-2\n\nFiles: lib/ext2fs/tdbtool.c\nCopyright: 1999-2000 Andrew Tridgell\n 2000 Paul `Rusty' Russell\n 2000 Jeremy Allison\n 2001 Andrew Esh\nLicense: GPL-2\n\nFiles: lib/ext2fs/kernel-jbd.h\nCopyright: 1998-2000 Red Hat, Inc\nLicense: GPL-2\n\nFiles: lib/ext2fs/nls_utf8.c\n lib/ext2fs/utf8n.h\n util/mkutf8data.c\nCopyright: 2014 SGI\n 2018 Collabora Ltd.\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc16.*\nCopyright: 2005 Ben Gardner <bgardner at wabtec.com>\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc32c*\nCopyright:\n August 26, 2011 Darrick J. Wong <djwong at us.ibm.com>\n Reuse Bob Pearson's slice-by-8 implementation for e2fsprogs.\n .\n July 20, 2011 Bob Pearson <rpearson at systemfabricworks.com>\n ...\n Oct 15, 2000 Matt Domsch <Matt_Domsch at dell.com>\n ...\n Oct 12, 2000 Matt Domsch <Matt_Domsch at dell.com>\nLicense: GPL-2\n\nFiles: lib/uuid/*\nCopyright: 1996-1999, 2007 Theodore Ts'o.\nLicense: BSD-3-Clause\n\nFiles: lib/uuid/*.3.in\nCopyright: 1999 Andreas Dilger <adilger at enel.ucalgary.ca>\nLicense: BSD-3-Clause\n\nFiles: contrib/fallocate.c\nCopyright: 2008 Red Hat, Inc. All rights reserved.\n 2003-2005 Silicon Graphics, Inc.\nLicense: GPL-2\n\nFiles: contrib/dconf\nCopyright: 1994 Ulrich Windl <Ulrich.Windl at rz.uni-regensburg.de>\nLicense: GPL-2\n\nFiles: CleanSpec.mk\n contrib/android/ext2simg.c\nCopyright: 2007, 2016 The Android Open Source Project\nLicense: Apache-2\n\nFiles: e2fsck/*\n debugfs/do_journal.c\n debugfs/journal.*\n debugfs/logdump.c\n debugfs/xattrs.c\n lib/support/plausible.c\n misc/fuse2fs.c\n misc/fsmap.h\nCopyright: 1993-2011 Theodore Ts'o\n 1999-2000 Red Hat Software\n 2000 Red Hat corp\n 2001 Red Hat, Inc.\n 2000 Stephen C. Tweedie\n 2000 Andreas Dilger\n 2014 Oracle\n 2019 Google LLC\nLicense: GPL-2\n\nFiles: e2fsck/mtrace.*\n include/nonunix/getopt.h\nCopyright: 1985-2015 Free Software Foundation, Inc.\nLicense: LGPL-2\n\nFiles: ext2ed/*\nCopyright: 1995 Gadi Oxman\nLicense: GPL-2\n\nFiles: include/mingw/unistd.h\nCopyright: 2004-2006 Kern Sibbald\n 2014 Adam Kropelin\nLicense: GPL-2\n\nFiles: lib/support/devname.*\nCopyright: 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\nLicense: GPL-2\n\nFiles: lib/blkid/*\n misc/blkid.c\nCopyright: 1999, 2001 by Andries Brouwer\n 1994-1997, 1999-2004 Theodore Ts'o <tytso at mit.edu>\n 2001 Andreas Dilger\nLicense: LGPL-2\n\nFiles: misc/blkid.8.in\n misc/uuidgen.1.in\nCopyright: 1999, 2000 Andreas Dilger <adilger at turbolinux.com>\nLicense: GPL-2\n\nFiles: misc/create_inode.c\nCopyright: 2014 Robert Yang <liezhi.yang at windriver.com>\nLicense: LGPL-2\n\nFiles: misc/e2freefrag.c\nCopyright: 2009 Sun Microsystems, Inc.\nLicense: GPL-2\n\nFiles: misc/e2undo.c\nCopyright: 2007 IBM Corporation\nLicense: GPL-2\n\nFiles: misc/e4defrag.c\nCopyright: Akira Fujita <a-fujita at rs.jp.nec.com>\n Takashi Sato <t-sato at yk.jp.nec.com>\nLicense: GPL-2\n\nFiles: misc/uuidgen.c\nCopyright: 1999 Andreas Dilger and Theodore Ts'o\nLicense: GPL-2\n\nFiles: misc/e2fuzz.sh\nCopyright: 2014 Oracle\nLicense: GPL-2\n\nFiles: misc/e4crypt.c\nCopyright: 2014 Google, Inc.\nLicense: GPL-2\n\nFiles: ext2ed/ext2.descriptors\n misc/badblocks.c\n misc/chattr.c\n misc/dumpe2fs.c\n misc/lsattr.c\n misc/mklost+found.c\n misc/tune2fs.c\nCopyright: 1995-1999 by Theodore Ts'o\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 1999 by David Beattie\n Linus Torvalds <Linus.Torvalds at cs.helsinki.fi>\nLicense: GPL-2\n\nFiles: resize/*\nCopyright: 1997-2000 by Theodore Ts'o and PowerQuest, Inc.\nLicense: GPL-2\n\nFiles: scrub/*\nCopyright: 2018 Oracle\nLicense: GPL-2\n\nFiles: tests/fuzz/*.cc\nCopyright: 2020 Google LLC\nLicense: Apache-2\n\nFiles: lib/support/argv_parse.*\nCopyright: 1999 Theodore Ts'o.\nLicense: ISC\n Permission to use, copy, modify, and distribute this software for\n any purpose with or without fee is hereby granted, provided that\n the above copyright notice and this permission notice appear in all\n copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND THEODORE TS'O (THE\n AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\n IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nFiles: lib/support/profile.*\nCopyright: 2005, 2006 by Theodore Ts'o.\n 1985-2005 by the Massachusetts Institute of Technology.\n All rights reserved.\nLicense: GPL or MIT-US-export\n This file may be redistributed under the terms of the GNU Public\n License.\n .\n Export of this software from the United States of America may require\n a specific license from the United States Government. It is the\n responsibility of any person or organization contemplating export to\n obtain such a license before exporting.\n .\n WITHIN THAT CONSTRAINT, permission to use, copy, modify, and\n distribute this software and its documentation for any purpose and\n without fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright notice and\n this permission notice appear in supporting documentation, and that\n the name of M.I.T. not be used in advertising or publicity pertaining\n to distribution of the software without specific, written prior\n permission. Furthermore if you modify this software you must label\n your software as modified software and not distribute it in such a\n fashion that it might be confused with the original MIT software.\n M.I.T. makes no representations about the suitability of this software\n for any purpose. It is provided \"as is\" without express or implied\n warranty.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License can be found in \"/usr/share/common-licenses/GPL\".\n\nFiles: lib/support/dict.*\nCopyright: 1997 Kaz Kylheku <kaz at ashi.footprints.net>\nLicense: Kazlib\n All rights are reserved by the author, with the following exceptions:\n Permission is granted to freely reproduce and distribute this software,\n possibly in exchange for a fee, provided that this copyright notice appears\n intact. Permission is also granted to adapt this software to produce\n derivative works, as long as the modified versions carry this copyright\n notice and additional notices stating that the work has been modified.\n This source code may be translated into executable form and incorporated\n into proprietary software; there is no requirement for such software to\n contain a copyright notice related to this source.\nComment: The work has been modified.\n\nFiles: doc/libext2fs.texinfo\nCopyright: 1997-2014 Theodore Ts'o\nLicense: Latex2e\n Permission is granted to process this file through TeX and print the\n results, provided the printed document carries copying permission\n notice identical to this one except for the removal of this paragraph\n (this paragraph not being relevant to the printed manual).\n .\n Permission is granted to copy and distribute modified versions of this\n manual under the conditions for verbatim copying, provided that the entire\n resulting derived work is distributed under the terms of a permission\n notice identical to this one.\n .\n Permission is granted to copy and distribute translations of this manual\n into another language, under the above conditions for modified versions,\n except that this permission notice may be stated in a translation approved\n by the author.\n\nFiles: doc/texinfo.tex\n lib/et/texinfo.tex\nCopyright: 1985-2006 Free Software Foundation, Inc.\nLicense: GPL-2+ with Texinfo exception\n This texinfo.tex file is free software; you can redistribute it and/or\n modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2, or (at\n your option) any later version.\n .\n This texinfo.tex file is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty\n of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this texinfo.tex file; see the file COPYING. If not, write\n to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA.\n .\n As a special exception, when this file is read by TeX when processing\n a Texinfo source document, you may use the result without\n restriction. (This has been our intent since Texinfo was invented.)\n\nLicense: Apache-2\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n .\n http://www.apache.org/licenses/LICENSE-2.0\n .\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\nComment:\n On Debian systems, the complete text of the Apache License, Version 2.0\n can be found in \"/usr/share/common-licenses/Apache-2.0\".\n\nLicense: BSD-3-Clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF\n WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH\n DAMAGE.\n\nLicense: GPL-2\n This program is free software; you can redistribute it and/or modify\n it under the terms version 2 of the GNU General Public License\n as published by the Free Software Foundation.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n\nLicense: LGPL-2\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public License as\n published by the Free Software Foundation; version 2 of the License.\n .\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Library General Public License for more details.\n .\n You should have received a copy of the GNU Library General Public License\n along with this library. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU Library General\n Public License version 2 can be found in \"/usr/share/common-licenses/LGPL-2\".\n"
- }
- }
- },
- {
- "license": {
- "id": "ISC"
- }
- },
- {
- "license": {
- "name": "GPL OR MIT-US-export",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: e2fsprogs\nUpstream-Contact: Theodore Ts'o <tytso at mit.edu>\nSource: http://sourceforge.net/projects/e2fsprogs\nComment:\n This is the Debian GNU/Linux prepackaged version of the EXT2 file\n system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were\n written by Theodore Ts'o <tytso at mit.edu> and Remy Card <card at masi.ibp.fr>.\n\nFiles: *\nCopyright: 1993-2018 Theodore Ts'o <tytso at mit.edu>\nLicense: GPL-2\nComment: Some files are GPL-2+ licensed or do not carry any license version.\n They are distributable as GPL-2 and listed as such for simplification.\n\nFiles: debian/*\nCopyright: 2003-2007 Theodore Ts'o <tytso at mit.edu>\n 1997-2003 Yann Dirson <dirson at debian.org>\n 2001 Alcove <http://www.alcove.com/>\n 1997 Klee Dienes\n 1995-1996 Michael Nonweiler <mrn20 at cam.ac.uk>\nLicense: GPL-2\n\nFiles: lib/ext2fs/*\n lib/e2p/*\n lib/support/print_fs_flags.c\n misc/e2fuzz.c\nCopyright: 1995-1999, 2002, 2004-2006 Theodore Ts'o <tytso at mit.edu>\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 2001 Andreas Gruenbacher, <a.gruenbacher at computer.org>\n 2007 IBM Corporation\n 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\n 2014 Oracle\n 2012 Zheng Liu <wenqing.lz at taobao.com>\n 2012 Intel Corporation\n 2001 Daniel Phillips\n 2002 Theodore Ts'o.\n 2002 Andreas Dilger\n 2006 Cluster File Systems, Inc.\n 2006, 2007 by Andreas Dilger <adilger at clusterfs.com>\n 2003,2004 Cluster File Systems, Inc <info at clusterfs.com>\n 1995 Theodore Ts'o.\n 2003 VMware, Inc.\n 2015 Jan Kara\n 2018 Collabora Ltd.\n 1997 Theodore Ts'o\n 1997 Mark Habersack\n 2011 Whamcloud, Inc.\n 2004 Sam Hocevar <sam at hocevar.net>\n 2014 Google Inc.\n 1993, 1994, 1995 Theodore Ts'o.\n 1998 Andrey Shedel <andreys at ns.cr.cyco.com>\nLicense: LGPL-2\nComment: Some files in lib/ext2fs claim\n \"This file may be redistributed under the terms of the GNU Public License.\"\n and NOTICE clarifies them to be licensed under LGPL-2.\n\nFiles: lib/ext2fs/tdb*\nCopyright: 1999-2005 Andrew Tridgell\n 2000-2006 Jeremy Allison\n 2000 Paul `Rusty' Russell\nLicense: LGPL-2\n\nFiles: lib/ext2fs/tdbtool.c\nCopyright: 1999-2000 Andrew Tridgell\n 2000 Paul `Rusty' Russell\n 2000 Jeremy Allison\n 2001 Andrew Esh\nLicense: GPL-2\n\nFiles: lib/ext2fs/kernel-jbd.h\nCopyright: 1998-2000 Red Hat, Inc\nLicense: GPL-2\n\nFiles: lib/ext2fs/nls_utf8.c\n lib/ext2fs/utf8n.h\n util/mkutf8data.c\nCopyright: 2014 SGI\n 2018 Collabora Ltd.\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc16.*\nCopyright: 2005 Ben Gardner <bgardner at wabtec.com>\nLicense: GPL-2\n\nFiles: lib/ext2fs/crc32c*\nCopyright:\n August 26, 2011 Darrick J. Wong <djwong at us.ibm.com>\n Reuse Bob Pearson's slice-by-8 implementation for e2fsprogs.\n .\n July 20, 2011 Bob Pearson <rpearson at systemfabricworks.com>\n ...\n Oct 15, 2000 Matt Domsch <Matt_Domsch at dell.com>\n ...\n Oct 12, 2000 Matt Domsch <Matt_Domsch at dell.com>\nLicense: GPL-2\n\nFiles: lib/uuid/*\nCopyright: 1996-1999, 2007 Theodore Ts'o.\nLicense: BSD-3-Clause\n\nFiles: lib/uuid/*.3.in\nCopyright: 1999 Andreas Dilger <adilger at enel.ucalgary.ca>\nLicense: BSD-3-Clause\n\nFiles: contrib/fallocate.c\nCopyright: 2008 Red Hat, Inc. All rights reserved.\n 2003-2005 Silicon Graphics, Inc.\nLicense: GPL-2\n\nFiles: contrib/dconf\nCopyright: 1994 Ulrich Windl <Ulrich.Windl at rz.uni-regensburg.de>\nLicense: GPL-2\n\nFiles: CleanSpec.mk\n contrib/android/ext2simg.c\nCopyright: 2007, 2016 The Android Open Source Project\nLicense: Apache-2\n\nFiles: e2fsck/*\n debugfs/do_journal.c\n debugfs/journal.*\n debugfs/logdump.c\n debugfs/xattrs.c\n lib/support/plausible.c\n misc/fuse2fs.c\n misc/fsmap.h\nCopyright: 1993-2011 Theodore Ts'o\n 1999-2000 Red Hat Software\n 2000 Red Hat corp\n 2001 Red Hat, Inc.\n 2000 Stephen C. Tweedie\n 2000 Andreas Dilger\n 2014 Oracle\n 2019 Google LLC\nLicense: GPL-2\n\nFiles: e2fsck/mtrace.*\n include/nonunix/getopt.h\nCopyright: 1985-2015 Free Software Foundation, Inc.\nLicense: LGPL-2\n\nFiles: ext2ed/*\nCopyright: 1995 Gadi Oxman\nLicense: GPL-2\n\nFiles: include/mingw/unistd.h\nCopyright: 2004-2006 Kern Sibbald\n 2014 Adam Kropelin\nLicense: GPL-2\n\nFiles: lib/support/devname.*\nCopyright: 2010 Red Hat, Inc., Lukas Czerner <lczerner at redhat.com>\nLicense: GPL-2\n\nFiles: lib/blkid/*\n misc/blkid.c\nCopyright: 1999, 2001 by Andries Brouwer\n 1994-1997, 1999-2004 Theodore Ts'o <tytso at mit.edu>\n 2001 Andreas Dilger\nLicense: LGPL-2\n\nFiles: misc/blkid.8.in\n misc/uuidgen.1.in\nCopyright: 1999, 2000 Andreas Dilger <adilger at turbolinux.com>\nLicense: GPL-2\n\nFiles: misc/create_inode.c\nCopyright: 2014 Robert Yang <liezhi.yang at windriver.com>\nLicense: LGPL-2\n\nFiles: misc/e2freefrag.c\nCopyright: 2009 Sun Microsystems, Inc.\nLicense: GPL-2\n\nFiles: misc/e2undo.c\nCopyright: 2007 IBM Corporation\nLicense: GPL-2\n\nFiles: misc/e4defrag.c\nCopyright: Akira Fujita <a-fujita at rs.jp.nec.com>\n Takashi Sato <t-sato at yk.jp.nec.com>\nLicense: GPL-2\n\nFiles: misc/uuidgen.c\nCopyright: 1999 Andreas Dilger and Theodore Ts'o\nLicense: GPL-2\n\nFiles: misc/e2fuzz.sh\nCopyright: 2014 Oracle\nLicense: GPL-2\n\nFiles: misc/e4crypt.c\nCopyright: 2014 Google, Inc.\nLicense: GPL-2\n\nFiles: ext2ed/ext2.descriptors\n misc/badblocks.c\n misc/chattr.c\n misc/dumpe2fs.c\n misc/lsattr.c\n misc/mklost+found.c\n misc/tune2fs.c\nCopyright: 1995-1999 by Theodore Ts'o\n 1992-1994 Remy Card <card at masi.ibp.fr>\n Laboratoire MASI, Institut Blaise Pascal\n Universite Pierre et Marie Curie (Paris VI)\n 1999 by David Beattie\n Linus Torvalds <Linus.Torvalds at cs.helsinki.fi>\nLicense: GPL-2\n\nFiles: resize/*\nCopyright: 1997-2000 by Theodore Ts'o and PowerQuest, Inc.\nLicense: GPL-2\n\nFiles: scrub/*\nCopyright: 2018 Oracle\nLicense: GPL-2\n\nFiles: tests/fuzz/*.cc\nCopyright: 2020 Google LLC\nLicense: Apache-2\n\nFiles: lib/support/argv_parse.*\nCopyright: 1999 Theodore Ts'o.\nLicense: ISC\n Permission to use, copy, modify, and distribute this software for\n any purpose with or without fee is hereby granted, provided that\n the above copyright notice and this permission notice appear in all\n copies. THE SOFTWARE IS PROVIDED \"AS IS\" AND THEODORE TS'O (THE\n AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\n INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.\n IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER\n RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\n OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\n IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nFiles: lib/support/profile.*\nCopyright: 2005, 2006 by Theodore Ts'o.\n 1985-2005 by the Massachusetts Institute of Technology.\n All rights reserved.\nLicense: GPL or MIT-US-export\n This file may be redistributed under the terms of the GNU Public\n License.\n .\n Export of this software from the United States of America may require\n a specific license from the United States Government. It is the\n responsibility of any person or organization contemplating export to\n obtain such a license before exporting.\n .\n WITHIN THAT CONSTRAINT, permission to use, copy, modify, and\n distribute this software and its documentation for any purpose and\n without fee is hereby granted, provided that the above copyright\n notice appear in all copies and that both that copyright notice and\n this permission notice appear in supporting documentation, and that\n the name of M.I.T. not be used in advertising or publicity pertaining\n to distribution of the software without specific, written prior\n permission. Furthermore if you modify this software you must label\n your software as modified software and not distribute it in such a\n fashion that it might be confused with the original MIT software.\n M.I.T. makes no representations about the suitability of this software\n for any purpose. It is provided \"as is\" without express or implied\n warranty.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License can be found in \"/usr/share/common-licenses/GPL\".\n\nFiles: lib/support/dict.*\nCopyright: 1997 Kaz Kylheku <kaz at ashi.footprints.net>\nLicense: Kazlib\n All rights are reserved by the author, with the following exceptions:\n Permission is granted to freely reproduce and distribute this software,\n possibly in exchange for a fee, provided that this copyright notice appears\n intact. Permission is also granted to adapt this software to produce\n derivative works, as long as the modified versions carry this copyright\n notice and additional notices stating that the work has been modified.\n This source code may be translated into executable form and incorporated\n into proprietary software; there is no requirement for such software to\n contain a copyright notice related to this source.\nComment: The work has been modified.\n\nFiles: doc/libext2fs.texinfo\nCopyright: 1997-2014 Theodore Ts'o\nLicense: Latex2e\n Permission is granted to process this file through TeX and print the\n results, provided the printed document carries copying permission\n notice identical to this one except for the removal of this paragraph\n (this paragraph not being relevant to the printed manual).\n .\n Permission is granted to copy and distribute modified versions of this\n manual under the conditions for verbatim copying, provided that the entire\n resulting derived work is distributed under the terms of a permission\n notice identical to this one.\n .\n Permission is granted to copy and distribute translations of this manual\n into another language, under the above conditions for modified versions,\n except that this permission notice may be stated in a translation approved\n by the author.\n\nFiles: doc/texinfo.tex\n lib/et/texinfo.tex\nCopyright: 1985-2006 Free Software Foundation, Inc.\nLicense: GPL-2+ with Texinfo exception\n This texinfo.tex file is free software; you can redistribute it and/or\n modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2, or (at\n your option) any later version.\n .\n This texinfo.tex file is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty\n of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this texinfo.tex file; see the file COPYING. If not, write\n to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n Boston, MA 02110-1301, USA.\n .\n As a special exception, when this file is read by TeX when processing\n a Texinfo source document, you may use the result without\n restriction. (This has been our intent since Texinfo was invented.)\n\nLicense: Apache-2\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n .\n http://www.apache.org/licenses/LICENSE-2.0\n .\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\nComment:\n On Debian systems, the complete text of the Apache License, Version 2.0\n can be found in \"/usr/share/common-licenses/Apache-2.0\".\n\nLicense: BSD-3-Clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF\n WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH\n DAMAGE.\n\nLicense: GPL-2\n This program is free software; you can redistribute it and/or modify\n it under the terms version 2 of the GNU General Public License\n as published by the Free Software Foundation.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU General\n Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n\nLicense: LGPL-2\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public License as\n published by the Free Software Foundation; version 2 of the License.\n .\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Library General Public License for more details.\n .\n You should have received a copy of the GNU Library General Public License\n along with this library. If not, see <https://www.gnu.org/licenses/>.\nComment:\n On Debian systems, the complete text of the GNU Library General\n Public License version 2 can be found in \"/usr/share/common-licenses/LGPL-2\".\n"
- }
- }
- },
- {
- "license": {
- "id": "Kazlib"
- }
- },
+ "version": "1:4.4.33-2",
+ "hashes": [
{
- "license": {
- "id": "Latex2e"
- }
+ "alg": "MD5",
+ "content": "62f2b13bce2b331289624fbd095c29f0"
},
{
- "license": {
- "name": "GPL-2.0-or-later WITH Texinfo exception"
- }
+ "alg": "SHA-256",
+ "content": "f5f60a5cdfd4e4eaa9438ade5078a57741a7a78d659fcb0c701204f523e8bd29"
}
],
+ "licenses": [],
"purl": "pkg:deb/debian/libcrypt1 at 1:4.4.33-2?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -10257,49 +9681,7 @@
"content": "f3d1d48c0599aea85b7f2077a01d285badc42998c1a1e7473935d5cf995c8141"
}
],
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- },
- {
- "license": {
- "id": "X11"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- },
- {
- "license": {
- "name": "MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nComment: This package was debianized by Matthias Klose <doko at debian.org>\nSource: https://github.com/libffi/libffi/releases\nUpstream-Contact:\n Anthony Green <green at redhat.com>\n GCC developers\n See the README and below in the list of copyright holders for a more\n complete list.\n\nFiles: *\nCopyright:\n Copyright (c) 1996-2011 Red Hat, Inc.\n Copyright (C) 1996-2011 Anthony Green\n Copyright (C) 1996-2010 Free Software Foundation, Inc\n Copyright (c) 2003, 2004, 2006, 2007, 2008 Kaz Kojima\n Copyright (c) 2010, 2011, Plausible Labs Cooperative , Inc.\n Copyright (c) 2010 CodeSourcery\n Copyright (c) 2012 Alan Hourihane\n Copyright (c) 1998 Andreas Schwab\n Copyright (c) 2012, 2016 Thorsten Glaser\n Copyright (c) 2000 Hewlett Packard Company\n Copyright (c) 2009 Bradley Smith\n Copyright (c) 2008 David Daney\n Copyright (c) 2004 Simon Posnjak\n Copyright (c) 2005 Axis Communications AB\n Copyright (c) 1998 Cygnus Solutions\n Copyright (c) 2004 Renesas Technology\n Copyright (c) 2002, 2007 Bo Thorsen <bo at suse.de>\n Copyright (c) 2002 Ranjit Mathew\n Copyright (c) 2002 Roger Sayle\n Copyright (c) 2000, 2007 Software AG\n Copyright (c) 2003 Jakub Jelinek\n Copyright (c) 2000, 2001 John Hornkvist\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2008 Bj\u00f6rn K\u00f6nig\n Copyright (c) 2021 Microsoft, Inc.\n Copyright (c) 2019 Microsoft Corporation.\n Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke at gmail.com>\n Copyright (c) 2012 Paulo Pizarro <paulo.pizarro at gmail.com>\n Copyright (c) 2015 Michael Knyszek <mknyszek at berkeley.edu>\n Copyright (c) 2011 Timothy Wall\n Copyright (c) 2020 Kalray\n Copyright (c) 2013 Tensilica, Inc.\n Copyright (c) 2011-2012 Tilera Corp.\n Copyright (c) 2009-2012 ARM Ltd.\n Copyright (c) 2013 IBM\n Copyright (C) 2011 Kyle Moffett\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2013 The Written Word, Inc.\n Copyright (c) 2013 Imagination Technologies\n Copyright (c) 2013 Synopsys, Inc. (www.synopsys.com)\n Copyright (c) 2014 Sebastian Macke <sebastian at macke.de>\n Copyright (c) 2012, 2013 Xilinx, Inc\n Copyright (c) 2013 Miodrag Vallat. <miod at openbsd.org>\n Copyright (c) 2013 Mentor Graphics.\n Copyright (c) 2020 Madhavan T. Venkataraman\nLicense: Expat\nComment: See source files for details.\n The libffi source distribution contains certain code that is not part\n of libffi, and is only used as tooling to assist with the building and\n testing of libffi. This includes the msvcc.sh script used to wrap the\n Microsoft compiler with GNU compatible command-line options,\n make_sunver.pl, and the libffi test code distributed in the\n testsuite/libffi.bhaible directory. This code is distributed with\n libffi for the purpose of convenience only, and libffi is in no way\n derived from this code.\n\nFiles: doc/libffi.*\nCopyright: (C) 2008-2019, 2021 Anthony Green and Red Hat, Inc.\nLicense: Expat\n\nFiles: install-sh\nCopyright: (C) 1994 X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\nComment: FSF changes to this file are in the public domain.\n\nFiles: libtool-ldflags\nCopyright: (C) 2005 Free Software Foundation, Inc.\nLicense: GPL-2+\nComment: Contributed by CodeSourcery, LLC.\n\nFiles: make_sunver.pl\nCopyright: (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\nLicense: GPL-3+\nComment: Upstream does not have the license details.\n ffmpeg includes this software as GPL-3+.\n\nFiles: msvcc.sh\nCopyright:\n The Initial Developer of the Original Code is\n Timothy Wall <twalljava at dev.java.net>.\n Portions created by the Initial Developer are Copyright (C) 2009\n the Initial Developer. All Rights Reserved.\nComment: Contributor(s): Daniel Witte <dwitte at mozilla.com>\nLicense: MPL-1.1 or GPL-2+ or LGPL-2.1+\n The contents of this file are subject to the Mozilla Public License Version\n 1.1 (the \"License\"); you may not use this file except in compliance with\n the License. You may obtain a copy of the License at\n http://www.mozilla.org/MPL/\n .\n Software distributed under the License is distributed on an \"AS IS\" basis,\n WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n for the specific language governing rights and limitations under the\n License.\n .\n Alternatively, the contents of this file may be used under the terms of\n either the GNU General Public License Version 2 or later (the \"GPL\"), or\n the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n in which case the provisions of the GPL or the LGPL are applicable instead\n of those above. If you wish to allow use of your version of this file only\n under the terms of either the GPL or the LGPL, and not to allow others to\n use your version of this file under the terms of the MPL, indicate your\n decision by deleting the provisions above and replace them with the notice\n and other provisions required by the GPL or the LGPL. If you do not delete\n the provisions above, a recipient may use your version of this file under\n the terms of any one of the MPL, the GPL or the LGPL.\n .\n On Debian GNU/Linux systems, the complete texts of these licenses are in\n `/usr/share/common-licenses/{MPL-1.1,GPL-2,LGPL-2.1}'.\n\nFiles: src/dlmalloc.c\nCopyright: None (author: Doug Lea)\nLicense: public-domain\n This is a version (aka dlmalloc) of malloc/free/realloc written by\n Doug Lea and released to the public domain, as explained at\n http://creativecommons.org/licenses/publicdomain. Send questions,\n comments, complaints, performance data, etc to dl at cs.oswego.edu\n\nFiles: testsuite/*\nCopyright: (C) 2003-2019 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.closures/*\nCopyright: (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.\n (C) 2019 Anthony Green\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/*\nCopyright:\n Copyright 1993 Bill Triggs <Bill.Triggs at inrialpes.fr>\n Copyright 1995-2017 Bruno Haible <bruno at clisp.org>\n Copyright (C) 2003, 2006, 2009, 2010, 2014, 2018 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/alignof.h\nCopyright: (C) 2003-2004, 2006, 2009-2017 Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: debian/*\nCopyright: (C) 2008, 2011 Matthias Klose <doko at debian.org>\nLicense: GPL\n The Debian packaging is licensed under the GPL,\n see `/usr/share/common-licenses/GPL'.\n\nLicense: Expat\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n ``Software''), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n .\n The above copyright notice and this permission notice shall be included\n in all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nLicense: GPL-2+\n This file is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, \n MA 02110-1301, USA. \n\nLicense: GPL-3+\n This file is free software; you can redistribute it and/or modify it\n under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; see the file COPYING.GPLv3. If not see\n <http://www.gnu.org/licenses/>.\n"
- }
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "name": "GPL",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nComment: This package was debianized by Matthias Klose <doko at debian.org>\nSource: https://github.com/libffi/libffi/releases\nUpstream-Contact:\n Anthony Green <green at redhat.com>\n GCC developers\n See the README and below in the list of copyright holders for a more\n complete list.\n\nFiles: *\nCopyright:\n Copyright (c) 1996-2011 Red Hat, Inc.\n Copyright (C) 1996-2011 Anthony Green\n Copyright (C) 1996-2010 Free Software Foundation, Inc\n Copyright (c) 2003, 2004, 2006, 2007, 2008 Kaz Kojima\n Copyright (c) 2010, 2011, Plausible Labs Cooperative , Inc.\n Copyright (c) 2010 CodeSourcery\n Copyright (c) 2012 Alan Hourihane\n Copyright (c) 1998 Andreas Schwab\n Copyright (c) 2012, 2016 Thorsten Glaser\n Copyright (c) 2000 Hewlett Packard Company\n Copyright (c) 2009 Bradley Smith\n Copyright (c) 2008 David Daney\n Copyright (c) 2004 Simon Posnjak\n Copyright (c) 2005 Axis Communications AB\n Copyright (c) 1998 Cygnus Solutions\n Copyright (c) 2004 Renesas Technology\n Copyright (c) 2002, 2007 Bo Thorsen <bo at suse.de>\n Copyright (c) 2002 Ranjit Mathew\n Copyright (c) 2002 Roger Sayle\n Copyright (c) 2000, 2007 Software AG\n Copyright (c) 2003 Jakub Jelinek\n Copyright (c) 2000, 2001 John Hornkvist\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2008 Bj\u00f6rn K\u00f6nig\n Copyright (c) 2021 Microsoft, Inc.\n Copyright (c) 2019 Microsoft Corporation.\n Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke at gmail.com>\n Copyright (c) 2012 Paulo Pizarro <paulo.pizarro at gmail.com>\n Copyright (c) 2015 Michael Knyszek <mknyszek at berkeley.edu>\n Copyright (c) 2011 Timothy Wall\n Copyright (c) 2020 Kalray\n Copyright (c) 2013 Tensilica, Inc.\n Copyright (c) 2011-2012 Tilera Corp.\n Copyright (c) 2009-2012 ARM Ltd.\n Copyright (c) 2013 IBM\n Copyright (C) 2011 Kyle Moffett\n Copyright (c) 1998 Geoffrey Keating\n Copyright (c) 2013 The Written Word, Inc.\n Copyright (c) 2013 Imagination Technologies\n Copyright (c) 2013 Synopsys, Inc. (www.synopsys.com)\n Copyright (c) 2014 Sebastian Macke <sebastian at macke.de>\n Copyright (c) 2012, 2013 Xilinx, Inc\n Copyright (c) 2013 Miodrag Vallat. <miod at openbsd.org>\n Copyright (c) 2013 Mentor Graphics.\n Copyright (c) 2020 Madhavan T. Venkataraman\nLicense: Expat\nComment: See source files for details.\n The libffi source distribution contains certain code that is not part\n of libffi, and is only used as tooling to assist with the building and\n testing of libffi. This includes the msvcc.sh script used to wrap the\n Microsoft compiler with GNU compatible command-line options,\n make_sunver.pl, and the libffi test code distributed in the\n testsuite/libffi.bhaible directory. This code is distributed with\n libffi for the purpose of convenience only, and libffi is in no way\n derived from this code.\n\nFiles: doc/libffi.*\nCopyright: (C) 2008-2019, 2021 Anthony Green and Red Hat, Inc.\nLicense: Expat\n\nFiles: install-sh\nCopyright: (C) 1994 X Consortium\nLicense: X11\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n .\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\n TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n .\n Except as contained in this notice, the name of the X Consortium shall not\n be used in advertising or otherwise to promote the sale, use or other deal-\n ings in this Software without prior written authorization from the X Consor-\n tium.\nComment: FSF changes to this file are in the public domain.\n\nFiles: libtool-ldflags\nCopyright: (C) 2005 Free Software Foundation, Inc.\nLicense: GPL-2+\nComment: Contributed by CodeSourcery, LLC.\n\nFiles: make_sunver.pl\nCopyright: (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\nLicense: GPL-3+\nComment: Upstream does not have the license details.\n ffmpeg includes this software as GPL-3+.\n\nFiles: msvcc.sh\nCopyright:\n The Initial Developer of the Original Code is\n Timothy Wall <twalljava at dev.java.net>.\n Portions created by the Initial Developer are Copyright (C) 2009\n the Initial Developer. All Rights Reserved.\nComment: Contributor(s): Daniel Witte <dwitte at mozilla.com>\nLicense: MPL-1.1 or GPL-2+ or LGPL-2.1+\n The contents of this file are subject to the Mozilla Public License Version\n 1.1 (the \"License\"); you may not use this file except in compliance with\n the License. You may obtain a copy of the License at\n http://www.mozilla.org/MPL/\n .\n Software distributed under the License is distributed on an \"AS IS\" basis,\n WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\n for the specific language governing rights and limitations under the\n License.\n .\n Alternatively, the contents of this file may be used under the terms of\n either the GNU General Public License Version 2 or later (the \"GPL\"), or\n the GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\n in which case the provisions of the GPL or the LGPL are applicable instead\n of those above. If you wish to allow use of your version of this file only\n under the terms of either the GPL or the LGPL, and not to allow others to\n use your version of this file under the terms of the MPL, indicate your\n decision by deleting the provisions above and replace them with the notice\n and other provisions required by the GPL or the LGPL. If you do not delete\n the provisions above, a recipient may use your version of this file under\n the terms of any one of the MPL, the GPL or the LGPL.\n .\n On Debian GNU/Linux systems, the complete texts of these licenses are in\n `/usr/share/common-licenses/{MPL-1.1,GPL-2,LGPL-2.1}'.\n\nFiles: src/dlmalloc.c\nCopyright: None (author: Doug Lea)\nLicense: public-domain\n This is a version (aka dlmalloc) of malloc/free/realloc written by\n Doug Lea and released to the public domain, as explained at\n http://creativecommons.org/licenses/publicdomain. Send questions,\n comments, complaints, performance data, etc to dl at cs.oswego.edu\n\nFiles: testsuite/*\nCopyright: (C) 2003-2019 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.closures/*\nCopyright: (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.\n (C) 2019 Anthony Green\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/*\nCopyright:\n Copyright 1993 Bill Triggs <Bill.Triggs at inrialpes.fr>\n Copyright 1995-2017 Bruno Haible <bruno at clisp.org>\n Copyright (C) 2003, 2006, 2009, 2010, 2014, 2018 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nFiles: testsuite/libffi.bhaible/alignof.h\nCopyright: (C) 2003-2004, 2006, 2009-2017 Free Software Foundation, Inc.\nLicense: GPL-2+\n\nFiles: debian/*\nCopyright: (C) 2008, 2011 Matthias Klose <doko at debian.org>\nLicense: GPL\n The Debian packaging is licensed under the GPL,\n see `/usr/share/common-licenses/GPL'.\n\nLicense: Expat\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n ``Software''), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n .\n The above copyright notice and this permission notice shall be included\n in all copies or substantial portions of the Software.\n .\n THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nLicense: GPL-2+\n This file is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, \n MA 02110-1301, USA. \n\nLicense: GPL-3+\n This file is free software; you can redistribute it and/or modify it\n under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; see the file COPYING.GPLv3. If not see\n <http://www.gnu.org/licenses/>.\n"
- }
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libgcc-s1 at 12.2.0-14?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -10483,34 +9865,7 @@
"content": "6631304ce4b5b9ba0af3fdebf088a734aed2d28ffad2a03ba79e4fcb2e226dd6"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "name": "LGPL-2.1-or-later OR BSD-3-Clause",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: libgpg-error\nUpstream-Contact: gnupg-devel at gnupg.org\nSource: https://gnupg.org/ftp/gcrypt/libgpg-error/\n\nFiles: *\nCopyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/b64dec.c\nCopyright: 2008, 2011 Free Software Foundation, Inc.\n 2008, 2011, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/estream-printf.h src/estream-printf.c src/estream.c\nCopyright: 2004-2012, 2014-2017 g10 Code GmbH\nLicense: LGPL-2.1+ or BSD-3-clause\n\nFiles: src/w32-estream.c\nCopyright: 2000 Werner Koch (dd9jn)\n 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/gettext.h\nCopyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: src/gpg-error-config.in\nCopyright: 1999, 2002, 2003 Free Software Foundation, Inc.\nLicense: g10-permissive\n\nFiles: src/mkheader.c\nCopyright: 2010 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: g10-permissive\n\nFiles: src/posix-lock.c\nCopyright: 2005-2009 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/w32-gettext.c\nCopyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: doc/yat2m.c\nCopyright: 2005, 2013, 2015, 2016 g10 Code GmbH\n 2006, 2008, 2011 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: g10-permissive\n This file is free software; as a special exception the author gives\n unlimited permission to copy and/or distribute it, with or without\n modifications, as long as this notice is preserved.\n .\n This file is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY, to the extent permitted by law; without even the\n implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1\n of the License, or (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public\n License along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n .\n On Debian systems, the complete text of the GNU Lesser General Public License\n version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n On Debian systems, the complete text of the GNU General Public License\n version 3 can be found in /usr/share/common-licenses/GPL-3.\n\nLicense: BSD-3-clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- }
- }
- },
- {
- "license": {
- "name": "g10-permissive",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: libgpg-error\nUpstream-Contact: gnupg-devel at gnupg.org\nSource: https://gnupg.org/ftp/gcrypt/libgpg-error/\n\nFiles: *\nCopyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/b64dec.c\nCopyright: 2008, 2011 Free Software Foundation, Inc.\n 2008, 2011, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/estream-printf.h src/estream-printf.c src/estream.c\nCopyright: 2004-2012, 2014-2017 g10 Code GmbH\nLicense: LGPL-2.1+ or BSD-3-clause\n\nFiles: src/w32-estream.c\nCopyright: 2000 Werner Koch (dd9jn)\n 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/gettext.h\nCopyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: src/gpg-error-config.in\nCopyright: 1999, 2002, 2003 Free Software Foundation, Inc.\nLicense: g10-permissive\n\nFiles: src/mkheader.c\nCopyright: 2010 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: g10-permissive\n\nFiles: src/posix-lock.c\nCopyright: 2005-2009 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/w32-gettext.c\nCopyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: doc/yat2m.c\nCopyright: 2005, 2013, 2015, 2016 g10 Code GmbH\n 2006, 2008, 2011 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: g10-permissive\n This file is free software; as a special exception the author gives\n unlimited permission to copy and/or distribute it, with or without\n modifications, as long as this notice is preserved.\n .\n This file is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY, to the extent permitted by law; without even the\n implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1\n of the License, or (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public\n License along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n .\n On Debian systems, the complete text of the GNU Lesser General Public License\n version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n On Debian systems, the complete text of the GNU General Public License\n version 3 can be found in /usr/share/common-licenses/GPL-3.\n\nLicense: BSD-3-clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libgssapi-krb5-2 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -10722,13 +10077,7 @@
"content": "6a91eee690e6ad2207df3a355fc329a58d8e31bf5ca9a9dd4de8f7a1c812ddc5"
}
],
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libk5crypto3 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -10801,18 +10150,7 @@
"content": "03ebdf235600f4a8a6d4fbc7080de0a776b1a701f43c4e9697944757591d7809"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libkrb5-3 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -10829,18 +10167,7 @@
"content": "e489a9282c4b765c29d9eda7c4747e1cb58be71161012c3a57e2a8bc63dc0f5a"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libkrb5support0 at 1.20.1-2+deb12u1?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -11928,13 +11255,7 @@
"content": "2b07f5287b9105f40158b56e4d70cc1652dac56a408f3507b4ab3d061eed425f"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libselinux1 at 3.4-1+b6?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -11951,13 +11272,7 @@
"content": "835f806c21ae25e39053bd3057051640341b0cf08e1db9746fd82e370d82fa30"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libsemanage-common at 3.4-1?arch=all&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -11974,13 +11289,7 @@
"content": "fd36d0972866adde5a52269a309fcecd76a8e45e557dd0ecd33aa221cabc2a8c"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-only"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libsemanage2 at 3.4-1+b5?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -12239,21 +11548,7 @@
"content": "9b1b269020cec6aced3b39f096f7b67edd1f0d4ab24f412cb6506d0800e19cbf"
}
],
- "licenses": [
- {
- "license": {
- "id": "Apache-2.0"
- }
- },
- {
- "license": {
- "name": "Artistic-1.0 OR GPL-1.0+",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: OpenSSL\nSource: https://www.openssl.org\n\nFiles: *\nCopyright: 1995-2020, The OpenSSL Project Authors\n\t 1995-1998, Eric A. Young, Tim J. Hudson\n\t 2004-2014 Akamai Technologies.\n\t 2008 Andy Polyakov <appro at openssl.org>\n\t 2017 BaishanCloud.\n\t 2015 CloudFlare Inc.\n\t 2014-2016 Cryptography Research Inc.\n\t 2012-2014 Daniel J. Bernstein\n\t 2004 EdelKey Project.\n\t 2011 Google Inc.\n\t 2018-2019 IBM Corp.\n\t 2012,2014 Intel Corporation.\n\t 2012-2016 Jean-Philippe Aumasson\n\t 2007 KISA(Korea Information Security Agency).\n\t 2004 Kungliga Tekniska H\u00f6gskolan\n\t 2017 National Security Research Institute.\n\t 2006 Network Resonance Inc.\n\t 2005,2007-2020 Nokia\n\t 2006 NTT (Nippon Telegraph and Telephone Corporation)\n\t 2002,2017-2020 Oracle and/or its affiliates.\n\t 1995 Patrick Powell\n\t 2019 Red Hat Inc.\n\t 2017 Ribose Inc.\n\t 2004,2018 Richard Levitte <richard at levitte.org>\n\t 2011 RTFM Inc.\n\t 2012 Samuel Neves <sneves at dei.uc.pt>\n\t 2015-2020 Siemens AG\n\t 2002 The OpenTSA Project.\n\t 2013-2014 Timo Ter\u00e4s <timo.teras at gmail.com>\n\t 2016 Viktor Dukhovni <openssl-users at dukhovni.org>.\n\t 2016 VMS Software Inc.\nLicense: Apache-2.0\n\nLicense: Apache-2.0\n Licensed under the Apache License 2.0 (the \"License\"). You may not use\n this file except in compliance with the License. You can obtain a copy\n in the file LICENSE in the source distribution or at\n https://www.openssl.org/source/license.html\n .\n On Debian systems, the complete text of the Apache 2.0 License\n can be found in `/usr/share/common-licenses/Apache-2.0'\n\nFiles: debian/*\nCopyright: Christoph Martin, Kurt Roeckx, Sebastian Andrzej Siewior\nLicense: Apache-2.0\n\nFiles: external/perl/Text-Template-1.56/*\nCopyright: 2013, Mark Jason Dominus <mjd at cpan.org>.\nLicense: Artistic or GPL-1+\n\nLicense: Artistic\n This program is free software; you can redistribute it and/or modify\n it under the terms of the Artistic License, which comes with Perl.\n .\n On Debian systems, the complete text of the Artistic License can be\n found in `/usr/share/common-licenses/Artistic'.\n\nLicense: GPL-1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 1, or (at your option)\n any later version.\n .\n On Debian systems, the complete text of version 1 of the GNU General\n Public License can be found in `/usr/share/common-licenses/GPL-1'.\n"
- }
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libstdc++6 at 12.2.0-14?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -12366,38 +11661,7 @@
"content": "eec4dc9d949d2c666b1da3fa762a340e8ba10c3a04d3eed32749a97695c15641"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "name": "GPL-2.0-only WITH Linux-syscall-note exception"
- }
- },
- {
- "license": {
- "id": "MIT"
- }
- },
- {
- "license": {
- "id": "CC0-1.0"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libtasn1-6 at 4.19.0-2?arch=amd64&distro=bookworm&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian"
},
{
@@ -16242,34 +15506,7 @@
"content": "454eb2ecb79e03682b176f04a54b8820ccf8868c074995d96fb6f4736f546cec"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "name": "LGPL-2.1-or-later OR BSD-3-Clause",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: libgpg-error\nUpstream-Contact: gnupg-devel at gnupg.org\nSource: https://gnupg.org/ftp/gcrypt/libgpg-error/\n\nFiles: *\nCopyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/b64dec.c\nCopyright: 2008, 2011 Free Software Foundation, Inc.\n 2008, 2011, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/estream-printf.h src/estream-printf.c src/estream.c\nCopyright: 2004-2012, 2014-2017 g10 Code GmbH\nLicense: LGPL-2.1+ or BSD-3-clause\n\nFiles: src/w32-estream.c\nCopyright: 2000 Werner Koch (dd9jn)\n 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/gettext.h\nCopyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: src/gpg-error-config.in\nCopyright: 1999, 2002, 2003 Free Software Foundation, Inc.\nLicense: g10-permissive\n\nFiles: src/mkheader.c\nCopyright: 2010 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: g10-permissive\n\nFiles: src/posix-lock.c\nCopyright: 2005-2009 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/w32-gettext.c\nCopyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: doc/yat2m.c\nCopyright: 2005, 2013, 2015, 2016 g10 Code GmbH\n 2006, 2008, 2011 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: g10-permissive\n This file is free software; as a special exception the author gives\n unlimited permission to copy and/or distribute it, with or without\n modifications, as long as this notice is preserved.\n .\n This file is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY, to the extent permitted by law; without even the\n implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1\n of the License, or (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public\n License along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n .\n On Debian systems, the complete text of the GNU Lesser General Public License\n version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n On Debian systems, the complete text of the GNU General Public License\n version 3 can be found in /usr/share/common-licenses/GPL-3.\n\nLicense: BSD-3-clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- }
- }
- },
- {
- "license": {
- "name": "g10-permissive",
- "text": {
- "content": "Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\nUpstream-Name: libgpg-error\nUpstream-Contact: gnupg-devel at gnupg.org\nSource: https://gnupg.org/ftp/gcrypt/libgpg-error/\n\nFiles: *\nCopyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/b64dec.c\nCopyright: 2008, 2011 Free Software Foundation, Inc.\n 2008, 2011, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/estream-printf.h src/estream-printf.c src/estream.c\nCopyright: 2004-2012, 2014-2017 g10 Code GmbH\nLicense: LGPL-2.1+ or BSD-3-clause\n\nFiles: src/w32-estream.c\nCopyright: 2000 Werner Koch (dd9jn)\n 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/gettext.h\nCopyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: src/gpg-error-config.in\nCopyright: 1999, 2002, 2003 Free Software Foundation, Inc.\nLicense: g10-permissive\n\nFiles: src/mkheader.c\nCopyright: 2010 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: g10-permissive\n\nFiles: src/posix-lock.c\nCopyright: 2005-2009 Free Software Foundation, Inc.\n 2014 g10 Code GmbH\nLicense: LGPL-2.1+\n\nFiles: src/w32-gettext.c\nCopyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.\nLicense: LGPL-2.1+\n\nFiles: doc/yat2m.c\nCopyright: 2005, 2013, 2015, 2016 g10 Code GmbH\n 2006, 2008, 2011 Free Software Foundation, Inc.\nLicense: GPL-3+\n\nLicense: g10-permissive\n This file is free software; as a special exception the author gives\n unlimited permission to copy and/or distribute it, with or without\n modifications, as long as this notice is preserved.\n .\n This file is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY, to the extent permitted by law; without even the\n implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nLicense: LGPL-2.1+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as\n published by the Free Software Foundation; either version 2.1\n of the License, or (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public\n License along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n .\n On Debian systems, the complete text of the GNU Lesser General Public License\n version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.\n\nLicense: GPL-3+\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n .\n You should have received a copy of the GNU General Public License\n along with this program; if not, see <https://www.gnu.org/licenses/>.\n .\n On Debian systems, the complete text of the GNU General Public License\n version 3 can be found in /usr/share/common-licenses/GPL-3.\n\nLicense: BSD-3-clause\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n notice, and the entire permission notice in its entirety,\n including the disclaimer of warranties.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n 3. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n .\n THIS SOFTWARE IS PROVIDED \"AS IS\" AND ANY EXPRESS OR IMPLIED\n WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\n OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- }
- }
- },
- {
- "license": {
- "id": "GPL-3.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libgssapi-krb5-2 at 1.20.1-2+deb12u2?arch=amd64&distro=bookworm-security&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian-security"
},
{
@@ -16522,13 +15759,7 @@
"content": "de8ae0c2bb31c926b24c374c1159e8b8d5f9817421f45dd29f22cd201982ee3d"
}
],
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libk5crypto3 at 1.20.1-2+deb12u2?arch=amd64&distro=bookworm-security&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian-security"
},
{
@@ -16557,18 +15788,7 @@
"content": "9ce3d67db89417e1539f33a62ce85959dc96e3865ecad77606e2af1e6680d6da"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libkrb5-3 at 1.20.1-2+deb12u2?arch=amd64&distro=bookworm-security&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian-security"
},
{
@@ -16581,18 +15801,7 @@
"content": "3bb1a8f9cfdd31f92e0cdd0a040c738a2de0d343afe7f830850e3ab7695e649c"
}
],
- "licenses": [
- {
- "license": {
- "id": "LGPL-2.1-or-later"
- }
- },
- {
- "license": {
- "id": "GPL-2.0-or-later"
- }
- }
- ],
+ "licenses": [],
"purl": "pkg:deb/debian/libkrb5support0 at 1.20.1-2+deb12u2?arch=amd64&distro=bookworm-security&repository_url=http%3A%2F%2Fdeb.debian.org%2Fdebian-security"
},
{
--
2.47.0
More information about the elbe-devel
mailing list