{
  "SPDXID": "SPDXRef-DOCUMENT",
  "creationInfo": {
    "created": "2026-02-24T20:09:39Z",
    "creators": [
      "Organization: PRIMECODE SOLUTIONS SRL",
      "Tool: verify_contrib_compliance.py"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentDescribes": [
    "SPDXRef-Package-MobileVLCKit"
  ],
  "documentNamespace": "https://beamtv.app/spdx/ios/mobilevlckit/3.7.3-beam.2/df35d4b7e8d926c05e77a488c3a8182e456cb832deed3cf34dc657ffb52c9208",
  "hasExtractedLicensingInfos": [
    {
      "extractedText": "Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,\nTechnische Universitaet Berlin\n\nAny use of this software is permitted provided that this notice is not\nremoved and that neither the authors nor the Technische Universitaet Berlin\nare deemed to have made any representations as to the suitability of this\nsoftware for any purpose nor are held responsible for any defects of\nthis software.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.\n\nAs a matter of courtesy, the authors request to be informed about uses\nthis software has found, about bugs in this software, and about any\nimprovements that may be of general interest.\n\nBerlin, 28.11.1994\nJutta Degener\nCarsten Bormann\n\n                                 oOo\n\nSince the original terms of 15 years ago maybe do not make our\nintentions completely clear given today's refined usage of the legal\nterms, we append this additional permission:\n\n      Permission to use, copy, modify, and distribute this software\n      for any purpose with or without fee is hereby granted,\n      provided that this notice is not removed and that neither\n      the authors nor the Technische Universitaet Berlin are\n      deemed to have made any representations as to the suitability\n      of this software for any purpose nor are held responsible\n      for any defects of this software.  THERE IS ABSOLUTELY NO\n      WARRANTY FOR THIS SOFTWARE.\n\nBerkeley/Bremen, 05.04.2009\nJutta Degener\nCarsten Bormann",
      "licenseId": "LicenseRef-GSM"
    },
    {
      "extractedText": "The libarchive distribution as a whole is Copyright by Tim Kientzle\nand is subject to the copyright notice reproduced at the bottom of\nthis file.\n\nEach individual file in this distribution should have a clear\ncopyright/licensing statement at the beginning of the file.  If any do\nnot, please let me know and I will rectify it.  The following is\nintended to summarize the copyright status of the individual files;\nthe actual statements in the files are controlling.\n\n* Except as listed below, all C sources (including .c and .h files)\n  and documentation files are subject to the copyright notice reproduced\n  at the bottom of this file.\n\n* The following source files are also subject in whole or in part to\n  a 3-clause UC Regents copyright; please read the individual source\n  files for details:\n   libarchive/archive_read_support_filter_compress.c\n   libarchive/archive_write_add_filter_compress.c\n   libarchive/mtree.5\n\n* The following source files are in the public domain:\n   libarchive/archive_parse_date.c\n\n* The following source files are triple-licensed with the ability to choose\n  from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses:\n   libarchive/archive_blake2.h\n   libarchive/archive_blake2_impl.h\n   libarchive/archive_blake2s_ref.c\n   libarchive/archive_blake2sp_ref.c\n\n* The build files---including Makefiles, configure scripts,\n  and auxiliary scripts used as part of the compile process---have\n  widely varying licensing terms.  Please check individual files before\n  distributing them to see if those restrictions apply to you.\n\nI intend for all new source code to use the license below and hope over\ntime to replace code with other licenses with new implementations that\ndo use the license below.  The varying licensing of the build scripts\nseems to be an unavoidable mess.\n\n\nCopyright (c) 2003-2018 <author(s)>\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer\n   in this position and unchanged.\n2. 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\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR\nIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\nNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
      "licenseId": "LicenseRef-Libarchive-Mixed"
    },
    {
      "extractedText": "Additional license notices for Libgcrypt.                    -*- org -*-\n\nThis file contains the copying permission notices for various files in\nthe Libgcrypt distribution which are not covered by the GNU Lesser\nGeneral Public License (LGPL) or the GNU General Public License (GPL).\n\nThese notices all require that a copy of the notice be included\nin the accompanying documentation and be distributed with binary\ndistributions of the code, so be sure to include this file along\nwith any binary distributions derived from the GNU C Library.\n\n* BSD_3Clause\n\n  For files:\n  - cipher/sha256-avx-amd64.S\n  - cipher/sha256-avx2-bmi2-amd64.S\n  - cipher/sha256-ssse3-amd64.S\n  - cipher/sha512-avx-amd64.S\n  - cipher/sha512-avx2-bmi2-amd64.S\n  - cipher/sha512-ssse3-amd64.S\n  - cipher/sha512-ssse3-i386.c\n\n#+begin_quote\n  Copyright (c) 2012, Intel Corporation\n\n  All rights reserved.\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\n    distribution.\n\n  * Neither the name of the Intel Corporation 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\n  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION \"AS IS\" AND ANY\n  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION 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#+end_quote\n\n  For files:\n  - random/jitterentropy-base.c\n  - random/jitterentropy-gcd.c\n  - random/jitterentropy-gcd.h\n  - random/jitterentropy-health.c\n  - random/jitterentropy-health.h\n  - random/jitterentropy-noise.c\n  - random/jitterentropy-noise.h\n  - random/jitterentropy-sha3.c\n  - random/jitterentropy-sha3.h\n  - random/jitterentropy-timer.c\n  - random/jitterentropy-timer.h\n  - random/jitterentropy.h\n  - random/rndjent.c (plus common Libgcrypt copyright holders)\n\n#+begin_quote\n Copyright (C) 2017 - 2021, Stephan Mueller <smueller@chronox.de>\n\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 ALTERNATIVELY, this product may be distributed under the terms of\n the GNU General Public License, in which case the provisions of the GPL2\n are required INSTEAD OF the above restrictions.  (This clause is\n necessary due to a potential bad interaction between the GPL and\n the restrictions contained in a BSD-style copyright.)\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#+end_quote\n\n  For files:\n  - cipher/cipher-gcm-ppc.c\n\n#+begin_quote\n Copyright (c) 2006, CRYPTOGAMS by <appro@openssl.org>\n All rights reserved.\n\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       * Redistributions of source code must retain copyright notices,\n         this list of conditions and the following disclaimer.\n\n       * Redistributions in binary form must reproduce the above\n         copyright notice, this list of conditions and the following\n         disclaimer in the documentation and/or other materials\n         provided with the distribution.\n\n       * Neither the name of the CRYPTOGAMS nor the names of its\n         copyright holder and contributors may be used to endorse or\n         promote products derived from this software without specific\n         prior written permission.\n\n ALTERNATIVELY, provided that this notice is retained in full, this\n product may be distributed under the terms of the GNU General Public\n License (GPL), in which case the provisions of the GPL apply INSTEAD OF\n those given above.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#+end_quote\n\n* X License\n\n  For files:\n  - install.sh\n\n#+begin_quote\n  Copyright (C) 1994 X Consortium\n\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#+end_quote\n\n* Public domain\n\n  For files:\n  - cipher/arcfour-amd64.S\n\n#+begin_quote\n Author: Marc Bevand <bevand_m (at) epita.fr>\n Licence: I hereby disclaim the copyright on this code and place it\n in the public domain.\n#+end_quote\n\n* OCB license 1\n\n  For files:\n  - cipher/cipher-ocb.c\n\n#+begin_quote\n  OCB is covered by several patents but may be used freely by most\n  software.  See http://web.cs.ucdavis.edu/~rogaway/ocb/license.htm .\n  In particular license 1 is suitable for Libgcrypt: See\n  http://web.cs.ucdavis.edu/~rogaway/ocb/license1.pdf for the full\n  license document; it basically says:\n\n    License 1 — License for Open-Source Software Implementations of OCB\n                (Jan 9, 2013)\n\n    Under this license, you are authorized to make, use, and\n    distribute open-source software implementations of OCB. This\n    license terminates for you if you sue someone over their\n    open-source software implementation of OCB claiming that you have\n    a patent covering their implementation.\n\n\n\n License for Open Source Software Implementations of OCB\n January 9, 2013\n\n 1 Definitions\n\n 1.1 “Licensor” means Phillip Rogaway.\n\n 1.2 “Licensed Patents” means any patent that claims priority to United\n States Patent Application No. 09/918,615 entitled “Method and Apparatus\n for Facilitating Efficient Authenticated Encryption,” and any utility,\n divisional, provisional, continuation, continuations-in-part, reexamination,\n reissue, or foreign counterpart patents that may issue with respect to the\n aforesaid patent application. This includes, but is not limited to, United\n States Patent No. 7,046,802; United States Patent No. 7,200,227; United\n States Patent No. 7,949,129; United States Patent No. 8,321,675 ; and any\n patent that issues out of United States Patent Application No. 13/669,114.\n\n 1.3 “Use” means any practice of any invention claimed in the Licensed Patents.\n\n 1.4 “Software Implementation” means any practice of any invention\n claimed in the Licensed Patents that takes the form of software executing on\n a user-programmable, general-purpose computer or that takes the form of a\n computer-readable medium storing such software. Software Implementation does\n not include, for example, application-specific integrated circuits (ASICs),\n field-programmable gate arrays (FPGAs), embedded systems, or IP cores.\n\n 1.5 “Open Source Software” means software whose source code is published\n and made available for inspection and use by anyone because either (a) the\n source code is subject to a license that permits recipients to copy, modify,\n and distribute the source code without payment of fees or royalties, or\n (b) the source code is in the public domain, including code released for\n public use through a CC0 waiver. All licenses certified by the Open Source\n Initiative at opensource.org as of January 9, 2013 and all Creative Commons\n licenses identified on the creativecommons.org website as of January 9,\n 2013, including the Public License Fallback of the CC0 waiver, satisfy these\n requirements for the purposes of this license.\n\n 1.6 “Open Source Software Implementation” means a Software\n Implementation in which the software implicating the Licensed Patents is\n Open Source Software. Open Source Software Implementation does not include\n any Software Implementation in which the software implicating the Licensed\n Patents is combined, so as to form a larger program, with software that is\n not Open Source Software.\n\n 2 License Grant\n\n 2.1 License. Subject to your compliance with the term s of this license,\n including the restriction set forth in Section 2.2, Licensor hereby\n grants to you a perpetual, worldwide, non-exclusive, non-transferable,\n non-sublicenseable, no-charge, royalty-free, irrevocable license to practice\n any invention claimed in the Licensed Patents in any Open Source Software\n Implementation.\n\n 2.2 Restriction. If you or your affiliates institute patent litigation\n (including, but not limited to, a cross-claim or counterclaim in a lawsuit)\n against any entity alleging that any Use authorized by this license\n infringes another patent, then any rights granted to you under this license\n automatically terminate as of the date such litigation is filed.\n\n 3 Disclaimer\n YOUR USE OF THE LICENSED PATENTS IS AT YOUR OWN RISK AND UNLESS REQUIRED\n BY APPLICABLE LAW, LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY\n KIND CONCERNING THE LICENSED PATENTS OR ANY PRODUCT EMBODYING ANY LICENSED\n PATENT, EXPRESS OR IMPLIED, STATUT ORY OR OTHERWISE, INCLUDING, WITHOUT\n LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR\n PURPOSE, OR NONINFRINGEMENT. IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY\n CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,\n ARISING FROM OR RELATED TO ANY USE OF THE LICENSED PATENTS, INCLUDING,\n WITHOUT LIMITATION, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE\n OR SPECIAL DAMAGES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGES PRIOR TO SUCH AN OCCURRENCE.\n#+end_quote\n\n\n                  GNU LESSER GENERAL PUBLIC LICENSE\n                       Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n                            Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations\nbelow.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n^L\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it\nbecomes a de-facto standard.  To achieve this, non-free programs must\nbe allowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n^L\n                  GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control\ncompilation and installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n^L\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n^L\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at least\n    three years, to give the same user the materials specified in\n    Subsection 6a, above, for a charge no more than the cost of\n    performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n^L\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n^L\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply, and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License\nmay add an explicit geographical distribution limitation excluding those\ncountries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n^L\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n                            NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n                     END OF TERMS AND CONDITIONS\n^L\n           How to Apply These Terms to Your New Libraries\n\n  If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change.  You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms\nof the ordinary General Public License).\n\n  To apply these terms, attach the following notices to the library.\nIt is safest to attach them to the start of each source file to most\neffectively convey the exclusion of warranty; and each file should\nhave at least the \"copyright\" line and a pointer to where the full\nnotice is found.\n\n\n    <one line to give the library's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This library is free software; you can redistribute it and/or\n    modify it under the terms of the GNU Lesser General Public\n    License as published by the Free Software Foundation; either\n    version 2.1 of the License, or (at your option) any later version.\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    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 library; if not, write to the Free Software\n    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or\nyour school, if any, to sign a \"copyright disclaimer\" for the library,\nif necessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the\n  library `Frob' (a library for tweaking knobs) written by James\n  Random Hacker.\n\n  <signature of Ty Coon>, 1 April 1990\n  Ty Coon, President of Vice\n\nThat's all there is to it!",
      "licenseId": "LicenseRef-Libgcrypt-Mixed"
    },
    {
      "extractedText": "This is the file that contains the terms of use, copying, etc. for the mpg123 distribution package.\n\nMain message, to include in \"About ...\" boxes, etc:\n\n        Copyright (c) 1995-2020 by Michael Hipp and others,\n        free software under the terms of the LGPL v2.1\n\nThere is an attempt to cover the actual list of authors in the AUTHORS file.\nProject maintainer since 2006 is Thomas Orgis and many people have contributed\nsince the Michael Hipp era, but he stays the initial source and it would\nbe impractical to count them all individually, so it's \"and others\".\nSource files contain the phrase \"the mpg123 project\" to the same effect\nin their license boilerplate; especially those that were added after\nmaintainership changed. The person mainly responsible for the first version\nis usually named in the phrase \"initially written by ...\".\n\nAll files in the distribution that don't carry a license note on their own are\nlicensed under the terms of the LGPL 2.1; exceptions may apply, especially to\nfiles not in the official distribution but in the revision control repository.\n\nThe formal license text follows.\n\n=======================\n1. The LGPL version 2.1\n=======================\n\n\n  GNU LESSER GENERAL PUBLIC LICENSE\n       Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n    Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard.  To achieve this, non-free programs must be\nallowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n  GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at\n    least three years, to give the same user the materials\n    specified in Subsection 6a, above, for a charge no more\n    than the cost of performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded.  In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n    NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n     END OF TERMS AND CONDITIONS\n\n\n====================\n2. The GPL version 2\n====================\n\n\n   GNU GENERAL PUBLIC LICENSE\n       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n    Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Lesser General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n    GNU GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n    NO WARRANTY\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n     END OF TERMS AND CONDITIONS",
      "licenseId": "LicenseRef-Mpg123-Mixed"
    },
    {
      "extractedText": "ModPlug-XMMS and libmodplug are now in the public domain.",
      "licenseId": "LicenseRef-Public-Domain"
    }
  ],
  "name": "BEAM-MobileVLCKit-3.7.3-beam.2",
  "packages": [
    {
      "SPDXID": "SPDXRef-Package-MobileVLCKit",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "df35d4b7e8d926c05e77a488c3a8182e456cb832deed3cf34dc657ffb52c9208"
        }
      ],
      "comment": "Locally built LGPL-filtered Apple framework; device arm64 binary SHA-256 5fb1e4632b6ec741e4622dc55d1c4bc3407ff05a2c7af5d74b40503214ea15c8; VLCKit revision 319ed2c0724e3d4c4d34889a62fef1ae269491bc; VLC revision 79128878ddb2c280bbb6c89c76a46b31a80ade1c; final VLC tree 651b6d3241f7631684f79310f1f44ad2a9c73969.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "https://beamtv.app/downloads/ios/3.7.3-beam.2/beam-vlckit-ios-corresponding-source-3.7.3-beam.2.tar.xz",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "MobileVLCKit",
      "versionInfo": "3.7.3-beam.2"
    },
    {
      "SPDXID": "SPDXRef-Package-aom",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "370c529a84d54c95f05c5a3b3edadd1cca95eeccd5a6b5454e574211c6dd9bf5bd33ab67b43587c6de37688fe546ea9e16de0ab2d721e965143b7e8c85db6fd4"
        }
      ],
      "comment": "Source input: contrib/tarballs/libaom-3.5.0.tar.gz. Linked archives: libaom.a. Export note: none. Notices: LICENSE sha256:4764a286d8b2faeaf42f4418e7d7a28d58fc8fd4d00a3d0a7f44b0a4099de7f2, third_party/fastfeat/LICENSE sha256:043dcfd059386f9facd376351b2bd79325778744aa442177390cdfcca54babed, third_party/libwebm/LICENSE.TXT sha256:5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf, third_party/libyuv/LICENSE sha256:2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f, third_party/vector/LICENSE sha256:ff6c857ce2708e87701323078aef115c1872a1f80a9649f86dc899b48083bc60, third_party/x86inc/LICENSE sha256:719d8fa235f2068e0ae6d6a7dceb0a7720d7840f0f0ebed29957989e6ded3cd8.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-2-Clause",
      "name": "Alliance for Open Media AV1 Codec",
      "versionInfo": "3.5.0"
    },
    {
      "SPDXID": "SPDXRef-Package-dav1d",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "3582dff4f797ebe2c137b28549a7214f11869ae308e3c78440849a3a501b12c326d3fa604126ccff4b648f37ab260c003c63385c70ba91e11f3442f20ad455db"
        }
      ],
      "comment": "Source input: contrib/tarballs/dav1d-1.5.1.tar.xz. Linked archives: libdav1d.a. Export note: none. Notices: COPYING sha256:b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-2-Clause",
      "name": "dav1d AV1 decoder",
      "versionInfo": "1.5.1"
    },
    {
      "SPDXID": "SPDXRef-Package-ebml",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "6a7a544f3f5a273eaab8c71aa692492cbfb671b3d73f03ab76438843a9a7a9379f9cffdae0e1452cf064e43c10ad82424645504a23d7f3336eabcd38f2621d0a"
        }
      ],
      "comment": "Source input: contrib/tarballs/libebml-1.4.3.tar.xz. Linked archives: libebml.a. Export note: none. Notices: LICENSE.LGPL sha256:dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libebml",
      "versionInfo": "1.4.3"
    },
    {
      "SPDXID": "SPDXRef-Package-ffmpeg",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "70df4e63ef507a7ec76da34438142499139769728fd5130d9cf48d56c110ec82c3d6a7e6d1622da03c70167fa861d901d016bbe52c21d2b284b8a0d9f30811dc"
        }
      ],
      "comment": "Source input: contrib/tarballs/ffmpeg-4.4.5.tar.xz. Linked archives: libavcodec.a, libavformat.a, libavutil.a, libswscale.a. Export note: encrypted-media-formats. Notices: LICENSE.md sha256:cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2, COPYING.LGPLv2.1 sha256:b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "FFmpeg libraries",
      "versionInfo": "4.4.5"
    },
    {
      "SPDXID": "SPDXRef-Package-flac",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "4a626e8a1bd126e234c0e5061e3b46f3a27c2065fdfa228fd8cf00d3c7fa2c05fafb5cec36acce7bfce4914bfd7db0b2a27ee15decf2d8c4caad630f62d44ec9"
        }
      ],
      "comment": "Source input: contrib/tarballs/flac-1.3.4.tar.xz. Linked archives: libFLAC.a. Export note: none. Notices: COPYING.Xiph sha256:fa27cb11f13f97b0c5f3ff363b1e2610c6efe87ed175779cb2a78e44eb19d34c.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "FLAC",
      "versionInfo": "1.3.4"
    },
    {
      "SPDXID": "SPDXRef-Package-freetype",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "045c43f9a3ca33e7d6a98c286895b94ea6ccfbb83851270d1b1861b31ef3ee5a574d8e49c6414c4e14bdfb9276dc49a0677b3be3e4f40ef279dcda99b769b962"
        }
      ],
      "comment": "Source input: contrib/tarballs/freetype-2.13.1.tar.xz. Linked archives: libfreetype.a. Export note: none. Notices: LICENSE.TXT sha256:2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b, docs/FTL.TXT sha256:08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "FTL",
      "name": "FreeType",
      "versionInfo": "2.13.1"
    },
    {
      "SPDXID": "SPDXRef-Package-fribidi",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "cd624f519b270303e89139ced4020115abe3b6a0d774ba57f17fa69c6036edebd76c635a42c468786e76c6ffb0c7d63b435cd2663bc2fba08dec405840dd8e49"
        }
      ],
      "comment": "Source input: contrib/tarballs/fribidi-1.0.12.tar.xz. Linked archives: libfribidi.a. Export note: none. Notices: COPYING sha256:32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "FriBidi",
      "versionInfo": "1.0.12"
    },
    {
      "SPDXID": "SPDXRef-Package-gcrypt",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "e5ca7966624fff16c3013795836a2c4377f0193dbb4ac5ad2b79654b1fa8992e17d83816569a402212dc8367a7980d4141f5d6ac282bae6b9f02186365b61f13"
        }
      ],
      "comment": "Source input: contrib/tarballs/libgcrypt-1.10.1.tar.bz2. Linked archives: libgcrypt.a. Export note: implements-standard-cryptography. Notices: LICENSES sha256:819030c60337759c3411dc480a303a4275657a5734e6ae65b24bfb68a7ecc4ef, COPYING.LIB sha256:ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LicenseRef-Libgcrypt-Mixed",
      "name": "Libgcrypt",
      "versionInfo": "1.10.1"
    },
    {
      "SPDXID": "SPDXRef-Package-gsm",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "0d0cf9e1e81e64cd84f588c1e4f0cb74b849d45e41fdebf860f63588084c73c7c5198bfe73a6c976bda5735ee516661d3db00afbb5cc5886a7ee3a7b31d673aa"
        }
      ],
      "comment": "Source input: contrib/tarballs/libgsm_1.0.13.tar.gz. Linked archives: libgsm.a. Export note: none. Notices: COPYRIGHT sha256:81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LicenseRef-GSM",
      "name": "libgsm",
      "versionInfo": "1.0.13"
    },
    {
      "SPDXID": "SPDXRef-Package-harfbuzz",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "94f2e8fcaede877ef869e9c71ea075af581210f7b05cf516c3bad768351a1c6b7df9a61022ec075b5f2c952cca3b9294a3b674ffd21b1604426b5a8e1693a022"
        }
      ],
      "comment": "Source input: contrib/tarballs/harfbuzz-11.5.0.tar.xz. Linked archives: libharfbuzz.a, libharfbuzz-subset.a. Export note: none. Notices: COPYING sha256:ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64, src/ms-use/COPYING sha256:c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "MIT",
      "name": "HarfBuzz",
      "versionInfo": "11.5.0"
    },
    {
      "SPDXID": "SPDXRef-Package-lame",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "0844b9eadb4aacf8000444621451277de365041cc1d97b7f7a589da0b7a23899310afd4e4d81114b9912aa97832621d20588034715573d417b2923948c08634b"
        }
      ],
      "comment": "Source input: contrib/tarballs/lame-3.100.tar.gz. Linked archives: libmp3lame.a. Export note: none. Notices: LICENSE sha256:7a40cbd8818c57e5285e83c772a459a996d1662c824a879836b97b473c07cae4, COPYING sha256:bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.0-or-later",
      "name": "LAME MP3 encoder",
      "versionInfo": "3.100"
    },
    {
      "SPDXID": "SPDXRef-Package-libarchive",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "e563cd10cd447daf7c5d11c657cbc3d8971add4440264fb4754ea7670a249e8b7b1c31f62f78259867960392623dba73c2d20efc57dc02564c8f55841dc8f2cc"
        }
      ],
      "comment": "Source input: contrib/tarballs/libarchive-3.8.0.tar.gz. Linked archives: libarchive.a. Export note: none. Notices: COPYING sha256:30e556b3959e3985d66efefec5eaac51d4995053caa1d3cffe6eb916f146f229.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LicenseRef-Libarchive-Mixed",
      "name": "libarchive",
      "versionInfo": "3.8.0"
    },
    {
      "SPDXID": "SPDXRef-Package-libass",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "b8f7868f99fbc9128144d0cdad3de8ca83eefc6c186e2c295afa98e36bd88d4533969618030ff33ab809850ce1c584f967104b5725b41b1db5cef05434258d5d"
        }
      ],
      "comment": "Source input: contrib/tarballs/libass-0.17.3.tar.gz. Linked archives: libass.a. Export note: none. Notices: COPYING sha256:f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "ISC",
      "name": "libass",
      "versionInfo": "0.17.3"
    },
    {
      "SPDXID": "SPDXRef-Package-libdsm",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "4abe2318aa5d63397404ce87fc42be30d364dffef3bdf6e081a2bb3ac4f011f39fa8acb5ba06361e94795a308df321b077e7a3cf2ec10d5e1e6c9b912cbbd8ba"
        }
      ],
      "comment": "Source input: contrib/tarballs/libdsm-0.4.3.tar.xz. Linked archives: libdsm.a. Export note: none. Notices: COPYING sha256:806b80ec9ff3b429533869fd5b0e47cad4e572e2c338f1994fa5f912b44d8008.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libdsm",
      "versionInfo": "0.4.3"
    },
    {
      "SPDXID": "SPDXRef-Package-libdvbpsi",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "70f9e783a947e026ea50afe98ad2b3bfce075bd8d76932f73a6253b077a3a180aa632e9a1fff20308e2f0f3f881d727b4e4aad9b8da2b384edf9a3a0f9eacc69"
        }
      ],
      "comment": "Source input: contrib/tarballs/libdvbpsi-1.3.3.tar.bz2. Linked archives: libdvbpsi.a. Export note: none. Notices: COPYING sha256:dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libdvbpsi",
      "versionInfo": "1.3.3"
    },
    {
      "SPDXID": "SPDXRef-Package-libebur128",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02"
        }
      ],
      "comment": "Source input: contrib/tarballs/libebur128-1.2.4.tar.gz. Linked archives: libebur128.a. Export note: none. Notices: COPYING sha256:d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "MIT",
      "name": "libebur128",
      "versionInfo": "1.2.4"
    },
    {
      "SPDXID": "SPDXRef-Package-libgpg-error",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "51b313c1159074fdbbce84f63bd8afd84b3b58cd608714865b25bed84c1862d050708aa06ac3dab92f1906593df5121161e594c2809653b0fb2c236cae5dcc2f"
        }
      ],
      "comment": "Source input: contrib/tarballs/libgpg-error-1.27.tar.bz2. Linked archives: libgpg-error.a. Export note: cryptography-support. Notices: COPYING.LIB sha256:a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "Libgpg-error library",
      "versionInfo": "1.27"
    },
    {
      "SPDXID": "SPDXRef-Package-libmodplug",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "880e10154fd367ee24ace53ca7e32a5c1fee7dfff1f934e6499944c12779427da63e2f55f8d6ce25db0a42a5b4424053bf64305b31dbfc4ef6a8909924d655fd"
        }
      ],
      "comment": "Source input: contrib/tarballs/libmodplug-0.8.9.0.tar.gz. Linked archives: libmodplug.a. Export note: none. Notices: COPYING sha256:49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LicenseRef-Public-Domain",
      "name": "libmodplug",
      "versionInfo": "0.8.9.0"
    },
    {
      "SPDXID": "SPDXRef-Package-libogg",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "2168548e57e23fadca4aa66351214b23d699bc3aa47f5d065f8b583a3fe85c99333014a6aa38e4021b0e3750115b88258a6c00cac1e1496cdee5f12cdc633814"
        }
      ],
      "comment": "Source input: contrib/tarballs/libogg-1.3.6.tar.xz. Linked archives: libogg.a. Export note: none. Notices: COPYING sha256:d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "libogg",
      "versionInfo": "1.3.6"
    },
    {
      "SPDXID": "SPDXRef-Package-libplacebo",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "d662c1972ee36f45d1e75b1c38edb7d2a47a1df8dedd811c37662ae88514403c978088bc4a42c3bf850b22e9cc882cb5de730bf2463f36caf284f6172e177dbb"
        }
      ],
      "comment": "Source input: contrib/tarballs/libplacebo-0.2.1.tar.gz. Linked archives: libplacebo.a. Export note: none. Notices: LICENSE sha256:f55acf28f3afab9acf0b0184681725281c5786642fd4613012a24c033f7689a2.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libplacebo",
      "versionInfo": "0.2.1"
    },
    {
      "SPDXID": "SPDXRef-Package-libshout",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219"
        }
      ],
      "comment": "Source input: contrib/tarballs/libshout-2.4.1.tar.gz. Linked archives: libshout.a. Export note: none. Notices: COPYING sha256:7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.0-or-later",
      "name": "libshout",
      "versionInfo": "2.4.1"
    },
    {
      "SPDXID": "SPDXRef-Package-libtasn1",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "22a0d1b2fc57efd18aa23ea720f915ec0c31bd2f60653181b0537d3d7c3c3262cef3a76e3be03fdb7d7cd5a6b4156a1033b156e56717bfa37a32f176692319f3"
        }
      ],
      "comment": "Source input: contrib/tarballs/libtasn1-4.8.tar.gz. Linked archives: libtasn1.a. Export note: asn1-parsing. Notices: COPYING.LIB sha256:dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libtasn1 library",
      "versionInfo": "4.8"
    },
    {
      "SPDXID": "SPDXRef-Package-libtheora",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "032fb60f10ac0074ec87d5f8c586702309edc50dc0d2842d2f9b9c46ebd1500acc399e9309f858f318fff5b8fbe953234db3afb54ed74a03d0f2c6ee8c3ed481"
        }
      ],
      "comment": "Source input: contrib/tarballs/libtheora-1.1.1.tar.xz. Linked archives: libtheora.a, libtheoradec.a, libtheoraenc.a. Export note: none. Notices: COPYING sha256:8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "libtheora",
      "versionInfo": "1.1.1"
    },
    {
      "SPDXID": "SPDXRef-Package-libvorbis",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "a5d990bb88db2501b16f8eaee9f2ecb599cefd7dab2134d16538d8905263a972157c7671867848c2a8a358bf5e5dbc7721205ece001032482f168be7bda4f132"
        }
      ],
      "comment": "Source input: contrib/tarballs/libvorbis-1.3.6.tar.xz. Linked archives: libvorbis.a, libvorbisenc.a, libvorbisfile.a. Export note: none. Notices: COPYING sha256:29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "libvorbis",
      "versionInfo": "1.3.6"
    },
    {
      "SPDXID": "SPDXRef-Package-libvpx",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "824fe8719e4115ec359ae0642f5e1cea051d458f09eb8c24d60858cf082f66e411215e23228173ab154044bafbdfbb2d93b589bb726f55b233939b91f928aae0"
        }
      ],
      "comment": "Source input: contrib/tarballs/libvpx-1.15.2.tar.gz. Linked archives: libvpx.a. Export note: none. Notices: LICENSE sha256:8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615, third_party/libwebm/LICENSE.TXT sha256:5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf, third_party/libyuv/LICENSE sha256:2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f, third_party/x86inc/LICENSE sha256:719d8fa235f2068e0ae6d6a7dceb0a7720d7840f0f0ebed29957989e6ded3cd8.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "libvpx",
      "versionInfo": "1.15.2"
    },
    {
      "SPDXID": "SPDXRef-Package-libxml2",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "d08e6cafb289c499fdc5b3a12181e032a34f7a249bc66758859f964d3e71e19fd69be79921e1a9d8ab1e692d15b13f5fae95eeb10c3236974d89e218f5107606"
        }
      ],
      "comment": "Source input: contrib/tarballs/libxml2-2.9.14.tar.xz. Linked archives: libxml2.a. Export note: none. Notices: Copyright sha256:c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "MIT",
      "name": "libxml2",
      "versionInfo": "2.9.14"
    },
    {
      "SPDXID": "SPDXRef-Package-live555",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "10846fd6d5482bbea131ae805137077997e9dec242665e3c01d699d5584154c65049e8c520ea855599e554154a148e61fea77b592d97c814a4a98c773658d8f5"
        }
      ],
      "comment": "Source input: contrib/tarballs/live.2016.10.21.tar.gz. Linked archives: libBasicUsageEnvironment.a, libUsageEnvironment.a, libgroupsock.a, libliveMedia.a. Export note: none. Notices: COPYING sha256:d75cbbcd32b1a2a081472184116e9fd330205c9e55c3e9119203022072294106.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "LIVE555 Streaming Media",
      "versionInfo": "2016.10.21"
    },
    {
      "SPDXID": "SPDXRef-Package-matroska",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "e635958113ab57fb6c7e808d4ad51f87c38ec6ff348b202df1789b34d25ca22bc00fbdf1ec4f386bc803ef3da9f57057bae78ecf22deabdf1399755b1c6fdd3e"
        }
      ],
      "comment": "Source input: contrib/tarballs/libmatroska-1.7.0.tar.xz. Linked archives: libmatroska.a. Export note: container-encryption-metadata. Notices: LICENSE.LGPL sha256:dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libmatroska",
      "versionInfo": "1.7.0"
    },
    {
      "SPDXID": "SPDXRef-Package-mpg123",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "098fcecc6a570e32ccd164b62428417186265905d148d009ea592c948a02027d67fc43e015ece21cf900008f31bbe35b3ec770faba5ae0b914db0022cb6b37fd"
        }
      ],
      "comment": "Source input: contrib/tarballs/mpg123-1.30.1.tar.bz2. Linked archives: libmpg123.a, libout123.a, libsyn123.a. Export note: none. Notices: COPYING sha256:c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LicenseRef-Mpg123-Mixed",
      "name": "mpg123 libraries",
      "versionInfo": "1.30.1"
    },
    {
      "SPDXID": "SPDXRef-Package-mysofa",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "9ec0f24d9653674c59420c76f7244521d21099a48a2e09f974fd6a6ea2a2f2e5b312161da23eb6e275ff801af979eba8b0bafc4be75fb1c2cf5c302584ea2366"
        }
      ],
      "comment": "Source input: contrib/tarballs/libmysofa-0.5.tar.gz. Linked archives: libmysofa.a. Export note: none. Notices: LICENSE sha256:9c8713ccc5d6d93d20c7a1cfcb876e64baf551bfbe67faa4e60d39cda9ffd023.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "libmysofa",
      "versionInfo": "0.5"
    },
    {
      "SPDXID": "SPDXRef-Package-nfs",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "71f2dcfa8945c1cb6402f5fca10b1f7a4720f7589807d6130eb55361f05ef4684f9cc9a177ece4e13d3847ac6606924115fac7b27749cecc2f5aca6fa9c63ebf"
        }
      ],
      "comment": "Source input: contrib/tarballs/libnfs-5.0.1.tar.gz. Linked archives: libnfs.a. Export note: none. Notices: COPYING sha256:edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libnfs library",
      "versionInfo": "5.0.1"
    },
    {
      "SPDXID": "SPDXRef-Package-openjpeg",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "08975a2dd79f1e29fd1824249a5fbe66026640ed787b3a3aa8807c2c69f994240ff33e2132f8bf15bbc2202bef7001f98e42d487231d4eebc8e503538658049a"
        }
      ],
      "comment": "Source input: contrib/tarballs/openjpeg-2.5.0.tar.gz. Linked archives: libopenjp2.a. Export note: none. Notices: LICENSE sha256:a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-2-Clause",
      "name": "OpenJPEG",
      "versionInfo": "2.5.0"
    },
    {
      "SPDXID": "SPDXRef-Package-opus",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "438635667e72c326d6d06a30e0b3a5564ba6cf5d484066456e1118e1c2fe3a61b959d0afa77a1084b177b72f9230618b6b55c78bc4e24e9127a09fd345b42518"
        }
      ],
      "comment": "Source input: contrib/tarballs/opus-1.3.tar.gz. Linked archives: libopus.a. Export note: none. Notices: COPYING sha256:8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "Opus Codec",
      "versionInfo": "1.3"
    },
    {
      "SPDXID": "SPDXRef-Package-png",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "05adc94ef532bbddaae46e087088a23236e6528fd3fc705c8edfb5ff293983b790d4361d6b20c20df73632a9fbe55d2f394296385cd8efd646f58393ff21257d"
        }
      ],
      "comment": "Source input: contrib/tarballs/libpng-1.6.50.tar.xz. Linked archives: libpng.a, libpng16.a. Export note: none. Notices: LICENSE sha256:16d9daaafbf63a31a5bdc91d4600972548fef5aaa1244202393288dbd079c49a.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "Libpng-2.0",
      "name": "libpng",
      "versionInfo": "1.6.50"
    },
    {
      "SPDXID": "SPDXRef-Package-protobuf",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "9f85a98e55cbc9f245a3079d5a597f778454bc945f0942cb10fbdfbde5fe12b17d6dda93d6a8d5281459ad30a3840be7e0712feb33a824226884e7e4da54a061"
        }
      ],
      "comment": "Source input: contrib/tarballs/protobuf-3.1.0-cpp.tar.gz. Linked archives: libprotobuf.a, libprotobuf-lite.a. Export note: none. Notices: LICENSE sha256:af67c58de2e18677a0b8cb5fffbe2232aabb8eb2930e8cd684769cef3d74a262.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "Protocol Buffers C++",
      "versionInfo": "3.1.0"
    },
    {
      "SPDXID": "SPDXRef-Package-smb2",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "d62d05f946d104995faefa8e4fdb3a9121f697a29aac031ddd6f2c3ec9ce97edbd18d84ace56103c19e0f56356b531f7d2db826428aff52abb4930603a5fb50f"
        }
      ],
      "comment": "Source input: contrib/tarballs/libsmb2-4.0.0.tar.gz. Linked archives: libsmb2.a. Export note: none. Notices: COPYING sha256:749c710c2b3d5c95906c785f28af9abbe4ce909311e72eb72eee5c6873e2fa6f.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "libsmb2 library",
      "versionInfo": "4.0.0"
    },
    {
      "SPDXID": "SPDXRef-Package-soxr",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "f4883ed298d5650399283238aac3dbe78d605b988246bea51fa343d4a8ce5ce97c6e143f6c3f50a3ff81795d9c19e7a07217c586d4020f6ced102aceac46aaa8"
        }
      ],
      "comment": "Source input: contrib/tarballs/soxr-0.1.3-Source.tar.xz. Linked archives: libsoxr.a. Export note: none. Notices: COPYING.LGPL sha256:f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-only",
      "name": "SoX Resampler Library",
      "versionInfo": "0.1.3"
    },
    {
      "SPDXID": "SPDXRef-Package-spatialaudio",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "ef1835a94cd87c55ac9327762ae8f1143272de2463ca850299be15d6cf7f5a554e536cc18f70475c25e2c78f434b9c51de158a7246956c8c1f9de3256a67b87a"
        }
      ],
      "comment": "Source input: contrib/tarballs/spatialaudio-0.3.0.tar.bz2. Linked archives: libspatialaudio.a. Export note: none. Notices: LICENSE sha256:63176449375086d82d675541c56bce8dd1ed7b2e9cff41c9fb8b8b388f2869b6.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "spatialaudio",
      "versionInfo": "0.3.0"
    },
    {
      "SPDXID": "SPDXRef-Package-speex",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "52e00300df82e1c7fb527b245af02b99a1f37faef74d004b7cd981052f1aa22a412cb18f5c7a5618df4c958f727c97eb7385beec99d68548d5b02e76192d4e0a"
        }
      ],
      "comment": "Source input: contrib/tarballs/speex-1.2.1.tar.gz. Linked archives: libspeex.a. Export note: none. Notices: COPYING sha256:2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "Speex",
      "versionInfo": "1.2.1"
    },
    {
      "SPDXID": "SPDXRef-Package-speexdsp",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "41b5f37b48db5cb8c5a0f6437a4a8266d2627a5b7c1088de8549fe0bf0bb3105b7df8024fe207eef194096e0726ea73e2b53e0a4293d8db8e133baa0f8a3bad3"
        }
      ],
      "comment": "Source input: contrib/tarballs/speexdsp-1.2.1.tar.gz. Linked archives: libspeexdsp.a. Export note: none. Notices: COPYING sha256:2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "SpeexDSP",
      "versionInfo": "1.2.1"
    },
    {
      "SPDXID": "SPDXRef-Package-ssh2",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "e064ee1089eb8e6cd5fa2617f4fd8ff56c2721c5476775a98bdb68c6c4ee4d05c706c3bb0eb479a27a8ec0b17a8a5ef43e1d028ad3f134519aa582d3981a3a30"
        }
      ],
      "comment": "Source input: contrib/tarballs/libssh2-1.10.0.tar.gz. Linked archives: libssh2.a. Export note: implements-standard-cryptographic-protocols. Notices: COPYING sha256:859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "libssh2",
      "versionInfo": "1.10.0"
    },
    {
      "SPDXID": "SPDXRef-Package-taglib",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "986231ee62caa975afead7e94630d58acaac25a38bc33d4493d51bd635d79336e81bba60586d7355ebc0670e31f28d32da3ecceaf33292e4bc240c64bf00f35b"
        }
      ],
      "comment": "Source input: contrib/tarballs/taglib-1.13.1.tar.gz. Linked archives: libtag.a. Export note: none. Notices: COPYING.LGPL sha256:dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "TagLib",
      "versionInfo": "1.13.1"
    },
    {
      "SPDXID": "SPDXRef-Package-twolame",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03"
        }
      ],
      "comment": "Source input: contrib/tarballs/twolame-0.4.0.tar.gz. Linked archives: libtwolame.a. Export note: none. Notices: COPYING sha256:257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "LGPL-2.1-or-later",
      "name": "TwoLAME",
      "versionInfo": "0.4.0"
    },
    {
      "SPDXID": "SPDXRef-Package-upnp",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "ae6ae72a5e784a0f9508af94c4070627e791660fa37966e9825643fd0f88b171826bda9a2ec872d4961bf3454e5a9cd716127f0bdf6e63c789c4e22aab0b7e71"
        }
      ],
      "comment": "Source input: contrib/tarballs/pupnp-release-1.14.13.tar.gz. Linked archives: libupnp.a, libixml.a. Export note: none. Notices: COPYING sha256:c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "BSD-3-Clause",
      "name": "Portable SDK for UPnP Devices",
      "versionInfo": "1.14.13"
    },
    {
      "SPDXID": "SPDXRef-Package-zlib",
      "checksums": [
        {
          "algorithm": "SHA512",
          "checksumValue": "1e8e70b362d64a233591906a1f50b59001db04ca14aaffad522198b04680be501736e7d536b4191e2f99767e7001ca486cd802362cca2be05d5d409b83ea732d"
        }
      ],
      "comment": "Source input: contrib/tarballs/zlib-1.3.1.tar.xz. Linked archives: libz.a. Export note: none. Notices: LICENSE sha256:845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243.",
      "copyrightText": "NOASSERTION",
      "downloadLocation": "NOASSERTION",
      "filesAnalyzed": false,
      "licenseConcluded": "NOASSERTION",
      "licenseDeclared": "Zlib",
      "name": "zlib",
      "versionInfo": "1.3.1"
    }
  ],
  "relationships": [
    {
      "relatedSpdxElement": "SPDXRef-Package-MobileVLCKit",
      "relationshipType": "DESCRIBES",
      "spdxElementId": "SPDXRef-DOCUMENT"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-aom",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-dav1d",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-ebml",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-ffmpeg",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-flac",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-freetype",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-fribidi",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-gcrypt",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-gsm",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-harfbuzz",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-lame",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libarchive",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libass",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libdsm",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libdvbpsi",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libebur128",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libgpg-error",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libmodplug",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libogg",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libplacebo",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libshout",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libtasn1",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libtheora",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libvorbis",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libvpx",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-libxml2",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-live555",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-matroska",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-mpg123",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-mysofa",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-nfs",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-openjpeg",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-opus",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-png",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-protobuf",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-smb2",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-soxr",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-spatialaudio",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-speex",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-speexdsp",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-ssh2",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-taglib",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-twolame",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-upnp",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    },
    {
      "relatedSpdxElement": "SPDXRef-Package-zlib",
      "relationshipType": "DEPENDS_ON",
      "spdxElementId": "SPDXRef-Package-MobileVLCKit"
    }
  ],
  "spdxVersion": "SPDX-2.3"
}
